#sb-site.webpage.aws_sec {
    background-color: #fff;
}


.awsMainvisualWrap02{
    background: url("../images/aws_security/bg_mv.png") no-repeat top right / cover;
    border-top: 0;
    min-height: 396px;
}
.mvwrap-inner{
    max-width: 1200px;
    margin: auto;
   text-align:left;
}
header .logo span{
    top: auto;
    font-weight: bold;
    padding-left: 19px;
}

.logo a{
    display: flex;
    align-items: center;
}
.sb-slidebar.sb-active{
    z-index: 999;
}
.box01{
    background: linear-gradient(to right, #2d689e, #3e85ff);
    padding: 2px;
    display:inline-block;
    height: 74px;
    margin-bottom: 15px;


  
}
.box01-inner{
    background: #fff;
    display: flex;
    align-items: center;
    padding:10px 14px;
    vertical-align:bottom;

    
}
.box01-inner img{
    width: 68px;
    height: auto;

}


.mvwrap-inner p{
    font-size: 18px;
    line-height:1.8em;
    font-weight: bold;
    color: #fff;
    text-align: left;
}
.mvwrap-inner h1{
    font-size: 38px;
    line-height:1.7em;
    color: #fff;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 35px;
}
.box01-inner p{
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    border-left: 1px solid #919191;
    padding-left: 12px;
    margin-left: 16px;
    color: #000000;
  
}

.mvwrap-inner .awsMainBtnWrap01{
        margin-top: 0;
        margin-bottom: 10px;
    }
.text-center{
    text-align: center;
}
.awsBlock03{
    padding-bottom: 93px;
}
h2.round-title{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 515px;
    margin: auto;
    height: 69px;
    background: linear-gradient(to right, #2d52a1, #3e85ff);
    border-radius: 100vh;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 43px;


}

h2.round-title + p{
    font-size: 38px;
    line-height: 1.65;
    letter-spacing: 0.05em;
    margin-bottom: 37px;
    font-weight: bold;
    
}
h2.round-title + p + p{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: normal;
    margin-bottom: 60px;

}
.awsBlock03 p.text01{
    display:inline-block;
    text-align:left;
}

.pagelink-wrap{
    background: rgba(62, 133, 255,0.1);
    padding: 50px 0 56px;

}
.pagelink-wrap section h2{
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    display: block;
}

.pagelink ul{
    display: flex;
    flex-wrap:wrap;

}
.pagelink ul >  li{
    width: calc((100% - 39px) / 4 );
    margin-bottom: 13px;
    min-height: 124px;
    

}
.pagelink ul > li:not(:nth-child(4n)){
    margin-right: 13px;
    
}
.pagelink ul > li > span{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border:1px solid #3E85FF;
    background: #fff;
    position: relative;
    transition: all .3s ease;
    padding:12px 20px 18px;


}
.pagelink ul > li > span > span.ja{
    color: #3E85FF;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height:160%;
    margin-bottom:10px;
    margin-left:10px;
    text-align:left;
    position:relative;
}
.pagelink ul > li > span > span.ja > span.num{
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    position:absolute;
    top:0;
    right:100%;
    font-size: 18px;
}
.pagelink ul > li > span > span.txt{
    font-size: 14px;
    text-align:left;
    display: block;

}
.pagelink ul + p{
    margin-top: 18px;
    font-size: 16px;
    margin-bottom: 13px;
}

.pagelink ul + p + ul > li > a{
border-color: #AAAAAA;

}
.pagelink ul + p + ul > li > a:hover{
    background:#aaa;
   
}
.pagelink ul + p + ul > li > a:hover span{
    color: #fff;
}
.pagelink ul + p + ul > li > a::after{
    content:url("../images/aws_security/arrow_btn_bk.svg");
}
.pagelink ul.option span{
    display:inline-block;
}
.pagelink ul.option li > span span:first-child{
    color:#3E85FF;
        font-weight: 700;
}


.pagelink ul.option .linked a {
  display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #3E85FF;
    background: #fff;
    position: relative;
    transition: all .3s ease;
    padding: 12px 20px 18px;
}
.pagelink ul.option .linked a span{
    display:block;
}
.pagelink ul.option .linked a:after {
  display: none;
}
.pagelink ul.option .linked a .txt{
    font-size: 14px;
    text-align:left;
}
.pagelink ul.option .linked a > span > span:first-child{
    color:#3E85FF;
        font-weight: 700;
}
.pagelink ul.option .linked a:hover {
    background: #3E85FF;
}
.pagelink ul.option .linked a:hover > span > span{
    color:#FFF;
}



#sec1{
    position: relative;
}
#sec1 section{
    position: relative;
}
#sec1::before{
    content:"";
    display: block;
    position: absolute;
    width: 100vw;
    height:  calc(100% - 303px);
    top: 406px;
    background: rgba(62, 133, 255 , .05);

  

}
#sec1 section .solution-lists{
    background:url("../images/aws_security/bg_sol.png") no-repeat top center / cover;
    padding: 48px 100px 100px;
}
#sec1 section .solution-lists span:not(.strong){
    width: calc(100% - 12px);

}
#sec1 section h2:not(.round-title){
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    margin-bottom: 43px;
}
#sec1 section ul li{
    background: #fff;
    padding: 18px 40px;
    border-radius: 100vh;
    display: flex;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;


}
#sec1 section ul li:not(:last-child){
    margin-bottom: 10px;
}
#sec1 section ul li span.strong{
    color: #3E85FF;
}
#sec1 section ul li::before{
    content: url("../images/aws_security/icon_check.svg");
    margin-right: 21px;
    width: 12px;
    height: 8px;
}


.resolution{
    text-align: center;
    padding: 56px 0;
    

}
.resolution h2{
    border-bottom: 0 !important;
    font-size: 38px;
    color: #000 !important;
    margin-bottom: 0 !important;
}
.resolution h2 span{
    color: #3E85FF;
}

.resolution-step{
    background: #fff;
    border-radius: 18px;
    box-shadow: 7px 7px 10px rgba(0,0,0,.1);
    padding: 60px 80px;
    margin-bottom: 60px;
    position: relative;
}
.resolution-step::before{
    content:url("../images/aws_security/arrow_rbl.svg");
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 73px;
    height: 34px;
}

.resolution-step .step-num{
    text-align: center;
    font-family: 'Jost',sans-serif;
    color: #3E85FF;
    font-size: 90px;
    margin-bottom: 44px;
    

}
.resolution-step .step-num span{
    font-size: 19px;
    position: relative;
    top: -1em;
    

}
.resolution-step  h3{
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-bottom: 18px;
    border-bottom: 4px solid #3E85FF;
    margin-bottom: 38px;

}
.resolution-step  h3 + p{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 48px;
}
.resolution-step1-pics img:nth-child(1){
    margin-bottom: 14px;
}

.resolution-step2 .d-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.resolution-step2 .d-flex p{
    width: auto;
    flex:1;
    font-size:14px;

}
.resolution-step2 .d-flex img{
    width: 140px;
    height: auto;
    align-self: center;
    margin-left:50px;
    margin-right:30px;
}

.resolution-step2 h2.round-title + p{
    font-size: 29px;
    margin-bottom: 35px;
    
}
.resolution-step2 h2.round-title + p > span{
    color: #3E85FF;
}


.resolution-step2 figure{
    display: block;
    margin:35px 0 0;
    padding:0;

}
.resolution-step2 figure img{
    width: 100%;
    max-width:none;

}
.step3-items ul{
    display: flex;
    flex-wrap:wrap;
    


}

.step3-items ul li{
    width: calc((100% - 63px) / 4);
    background-color: rgba(62, 133, 255,.1) !important;
    padding: 31px 25px !important;
    text-align: center;
    border-radius: 0px !important;
    flex-direction: column !important;
    margin-bottom: 32px !important;

}
.step3-items ul li::before{
    display: none;
}
.step3-items ul li:not(:nth-child(4n)){
    margin-right: 21px;
   
}
.step3-items ul li .num{
    font-family: 'Jost',sans-serif;
    color: #3E85FF;
    position: relative;
    top: -43px;
    font-size: 36px;
    
}
.step3-items ul li .icon{
    width: 71px;
    height: 71px;
    margin: auto;
    margin-bottom: 12px;
}
.step3-items ul li p.tit{
    color: #3E85FF;
    padding-bottom: 15px;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;

}
.step3-items ul li p.tit::after{
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    left:50%;
    width: 29px;
    height: 1px;
    background: #3E85FF;
    transform: translateX(-50%);
    
}
.step3-items ul li p.txt{
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}
.resolution-step3{
    margin-bottom: 60px;
}
.resolution-step3 h3 span{
    color: #3E85FF;
}

.resolution-step3 h2.round-title + p{
    font-size: 29px;
}
.resolution-step3 h2.round-title + p span{
    color: #3E85FF;
}

#sec2{
    padding-top: 140px;
}
.arrow-more{
    width: 188px;
    height: 81px;
    margin-bottom: 47px;
    display: inline-block;

    
}
    
.arrow-more + h2{
    font-size: 38px;
    line-height: 1.65;
    letter-spacing: 0.05em;
    margin-bottom: 67px;
}
.arrow-more + h2 span{
    color: #3E85FF;
}
.sec2-point-wrap{
   
    border-radius: 18px;
   
    box-shadow: 7px 7px 5px rgba(0,0,0,.1);

}
.sec2-point-wrap .title{
    background: rgba(62, 133, 255,.15);
    border-radius: 18px 18px 0px 0px;
    padding: 78px 60px 48px;
    position: relative;
  
}
.sec2-point-wrap .title::before{
    content: url("../images/aws_security/arrow_baloon.svg");
    width: 70px;
    height: 34px;
    position: absolute;
    top: -6px;
    left:50%;
    transform: translateX(-50%);
}
.sec2-point-wrap .title-head{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.sec2-point-wrap .title-head + p{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
}
.sec2-point-wrap .title-head h3{
    width: calc(100% - 151px);
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.sec2-point-wrap .text{
    background-color: #F2F2F2;
    border-radius: 0px 0px 18px 18px;
    padding: 48px 78px 82px;
    margin-bottom: 66px;
   
}

.sec2-point-wrap .title-label{
    width: 114px;
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100vh;
    background-color: #3E85FF;
    font-family: 'Jost',sans-serif;
    font-size: 19px;
    margin-right: 35px;

}
.sec2-point-wrap .title-label span{
    font-size: 37px;
    padding-left: 10px;
}

.sec2-point-wrap .text--box{
    font-size: 14px;
    font-weight: bold;
    color: #3E85FF;
    padding: 17px;
    border:1px solid #3E85FF;
    display: inline-block;
    margin-bottom: 28px;
    line-height: 1;
    letter-spacing: 0.05em;
}
.sec2-point-wrap .text h4{
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-bottom: 37px;
}
.sec2-point-wrap .text h4 span:not(.small){
    color: #3E85FF;
}
.sec2-point-wrap .text h4 span.small{
    padding-left: 21px;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: normal;

}
.sec2-point-wrap .text h4 + p{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 55px;
}
.sec2-point-wrap .text--items ul{
display: flex;
margin-bottom: 41px;

}
.sec2-point-wrap .text--items ul li{
    width: calc((100% - 66px) / 3);
    background: #fff;
    border:2px solid #3E85FF;
    padding: 29px 37px;
    text-align: center;
    box-shadow: 7px 7px 5px rgba(0,0,0,.07);
}
.sec2-point-wrap .text--items ul li:not(:last-child){
    margin-right: 33px;
}
.sec2-point-wrap .text--items ul li p:first-of-type{
    color: #3E85FF;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: bold;


}
.sec2-point-wrap .text--items ul li p:last-of-type{
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
}
.sec2-point-wrap .text--items ul li .icon{
    width: 67px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;

}
.sec2-point-wrap .text--customize{
    background: #fff;
    padding: 41px 47px;
    box-shadow: 7px 7px 5px rgba(0,0,0,.07);
}
.sec2-point-wrap .text--customize--title{
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 38px;
}
.sec2-point-wrap .text--customize--title + p{
    font-size: 14px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 48px;
}
.text--customizeitems{
    display: flex;

}
.text--customizeitems .step-item{
    width: 280px;
    text-align: center;
    
}
.text--customizeitems .step-item .step-item--tag{
   
    margin: auto;
    padding: 5px 21px;
    line-height: 1;
    color: #fff;
    font-family: 'Jost',sans-serif;
    font-size:20px;
    border-radius: 100vh;
    box-shadow: 7px 7px 5px rgba(0,0,0,.07);
display: inline-block;
    background: linear-gradient(to right, #2d52a1, #3e85ff);
    margin-bottom: 42px;
}
.text--customizeitems .step-item .step-item--tag.step2{
    margin-bottom: 20px;
}
.text--customizeitems .step-arrow{
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;



}
.text--customizeitems .step-arrow img{
    width: 19px;
    height: 34px;
}
.step-item--title{
font-size: 20px;
font-weight: bold;
color: #3E85FF;
text-align: center;
}


.step-item--icon{
    width: 66px;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.step-item--icon.step2-icon{
    width: 66px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;

}
.step-item--icon + p{
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 2;
}

.sec2-point-wrap .point2-img{
    background: #fff;
    padding: 44px 57px;
    box-shadow: 7px 7px 5px rgba(0,0,0,.07);
}


/*右固定*/
@media screen and (min-width:769px) {
/*    .bottom_bnr .img_text .left_text .text2{
        font-size: 15px;
        line-height: 1.46;

    }
    .bottom_bnr .img_text{
        margin-bottom: 0;
    }
    .bottom_bnr {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 999;
        width: 195px;
    }
    .bottom_bnr .pconly .box a{
        display: block;
        background:linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%) ;
        box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
        padding:13px 20px;
        z-index: 1;
        position: relative;
    }
    .right_img{
        display: block;
        width: 100%;
        position: absolute;
        left: -33px;
        top: -38px;
        
    }
    .right_img img{
        box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
    }
    .bottom_bnr .img_text .left_text{
        width: 100%;
        padding-left: 40px;
    }
    .bottom_bnr .img_text .left_text .text2{
        width: 100%;
        color: #fff !important;
        text-align: left !important;
    }
    .bottom_bnr .topContBtnWrap01 span{
        font-size: 12px;
    }
    .bottom_bnr .pconly .topContBtnWrap01{
        height: auto;
    }
    .bottom_bnr .pconly .contactBtn{
    background: transparent;
    }
    .bottom_bnr .pconly .box:hover .topContBtnWrap01 .contactBtn{
        color: #fb4861;
        background: transparent;
    }
    .bottom_bnr .pconly .box:hover .topContBtnWrap01{
        border: 0;
    }
    .bottom_bnr .pconly .box:hover .text2{
        color: #fb4861 !important;
    }
    .bottom_bnr .pconly .box:hover a{
        background: #fff;
    }*/
}

#sec3{
    border-top: 3px solid #E5E5E5;
    padding-top: 90px;
    padding-bottom: 10px;
}


#sec3 section h2{
text-align: center;
font-size: 38px;
font-weight: bold;
letter-spacing: 0.05em;
line-height:1.65;
margin-bottom: 60px;

}
.aws-table h3{
font-size: 24px;
font-weight: bold;
letter-spacing: 0.05em;
margin-bottom: 30px;
}
.aws-table h3 span{
color:#3e85ff;
}

.aws-table table{
    width: 100%;
    border-collapse: separate;
    border-width: 2px;
    border-color: #fff;
}
.aws-table table.table{
margin-bottom: 50px;
}

.aws-table table.table th{
    background: #3e85ff;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    padding:20px;
    width:330px;
    letter-spacing: 0.05em;
}
.aws-table table.table td:nth-of-type(1){
   width:224px;
    padding: 15px;
   background:#ecf3ff;
}
.aws-table table.table td:nth-of-type(2){
    background: #f8f8f8;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align:left;
}
.aws-table table td li{
    display:flex;
    align-items: center;
}
.aws-table table td li:not(:last-child){
    margin-bottom:6px;
}
.aws-table table td li span{
    font-size:12px;
    line-height:1.3em;
    color:#004894;
}
.aws-table table td li span:first-child{
    width:43px;
}
.aws-table table td li span:last-child{
    flex:1;
}


.aws-table table.table2 th{
   background:#ecf3ff;
    vertical-align: middle;
    color: #004894;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    padding:20px;
    width:420px;
    letter-spacing: 0.05em;
}
.aws-table table.table2 td{
    background: #f8f8f8;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align:left;
}






.aws-cta{
    background: url("../images/aws_security/bg_dl.jpg") no-repeat center / cover;
    padding: 50px 0 56px;
}
.aws-cta section{
    display: flex;
    align-items: center;
    justify-content: center;
}
.aws-cta--text{
    text-align: center;
   margin-right: 38px;
}
.aws-cta--text h2{
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 24px;
}
.aws-cta--text a{
    background:linear-gradient(90deg, rgb(212, 43, 77) 0%, rgb(255, 96, 77) 100%) ;
    display: flex;
    width: 485px;
    height: 86px;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    border-radius: 100vh;
    color: #fff;
    font-weight: bold;
    transition: all .3s ease;
    border: 1px solid transparent;

}
.aws-cta--text a::before{
    content: url("../images/aws_security/icon_dl.svg");
    padding-right: 10px;
    width: 18px;
    height: 18px;
    position: relative;
    top: -4px;
}
.aws-cta--text a:hover{
    background: #fff;
    border: 1px solid #FB3639;
    color: #FB3639;


}
.aws-cta--text a:hover::before{
    content: url("../images/aws_security/icon_dl_on.svg");
}

.aws-contact{
    padding: 90px 0;

}
.aws-contact section{
    text-align: center;
}
.aws-contact h2{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 1em;
}
.aws-contact h2 + p{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 52px;

}
.aws-contact a{
    background:#002D76 ;
    width: 500px;
    height: 124px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    transition: all .3s ease;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    margin: auto;

}
.aws-contact a::before{
    content:url("../images/aws_security/icon_mail.svg");
    margin-right: 10px;
    width: 18px;
    height: 14px;
    position: relative;
    top: -8px;
}
.aws-contact a:hover{
    background: #fff;
    color: #002D76;
    border: 1px solid #002D76;

}
.aws-contact a:hover::before{
    content:url("../images/aws_security/icon_mail_on.svg");

}
.aws-contact.str{
   padding: 0;
}
.aws-contact.str a{
    font-size:30px;
}
.aws-contact.str a::before,
.aws-contact.str a:hover::before{
    display:none
}
.customize{
    border:solid 2px #3e85ff;
    text-align:center;
    background:#fff;
    padding:35px 30px 35px;
    box-shadow: 7px 7px 10px rgb(0 0 0 / 10%);
}
.customize p{
    font-size:38px;
    font-weight:bold;
    color:#3E85FF;
    margin-bottom:30px;
}
.customize span {
    font-size:14px;
    line-height:1.8em
}
.comTxt {
    margin-top:40px;
    font-size:14px;
    line-height:1.8em
}



@media screen and (max-width:768px) {


    .awsMainvisualWrap02{
        background: url(../images/aws_security/bg_mv_sp.png) no-repeat top right / cover;
        border-top: 0;
        padding-top: 20px;
        padding-bottom: 10px;
	min-height:auto;
    }
    .mvwrap-inner {
	position:relative;
}
    .box01{
        width: auto;
        margin-right: 5%;
        margin-left: 5%;
        height: auto;
        margin-bottom: 30px;
    }
    .box01-inner img{
        width: 9vw;
    }
    .box01-inner p{
        margin-left: 16px;
        font-size: 2.5vw;
    }
    .box01 + p{
        color: #FFF;
        padding-right: 5%;
        padding-left: 5%;
        font-size: 2.8vw;
    }
    .mvwrap-inner h1{
        color: #FFF;
        padding-right: 5%;
        padding-left: 5%;
        font-size: 4.5vw;
        margin: 1em auto 1em;

    }
    .mvwrap-inner h1 br{
    }
    .mvwrap-inner .awsMainBtnWrap01{
    padding-right: 5%;
    padding-left: 5%;
    }



	.awsBlock03 {
    padding-top: 80px;
}
    h2.round-title{
        font-size: 3.8vw;
        width: 100%;
        height: auto;
        padding: 0.4em 1em;
    }
    h2.round-title + p{
        font-size: 4.9vw;
    }
    .pagelink-wrap section h2{
        font-size: 3.5vw;
    }
    .pagelink ul > li{
        width: calc((100% - 13px) / 2);

    }
    .pagelink ul > li a,.pagelink ul > li > a > span.ja,.pagelink ul > li > a > span.num{
        font-size: 3.6vw;
        line-height: 1.4;
    }
    .pagelink ul > li:not(:nth-child(4n)){
        margin-right: 0;
    }
    .pagelink ul > li:not(:nth-child(2n)){
        margin-right: 13px;

    }
.pagelink ul > li > span > span.ja{
    margin-left:20px;
}

.pagelink ul.option .linked a > span > span:first-child{
        font-size: 16px;
}


    #sec1 section .solution-lists{
        padding: 30px 15px 60px;
    }
    #sec1 section h2:not(.round-title){
        font-size: 7vw;
    }
    #sec1 section h2:not(.round-title) br{
        display: none;
    }
    #sec1 section ul li{
        background: #fff;
        padding: 0.4em 1em 0.5em;
        border-radius: 100vh;
        display: flex;
        position: relative;
        font-size: 3vw;
        line-height: 1.4;
        font-weight: 500;
        align-items: center;
        letter-spacing: 0.05em;
    }
    #sec1 section ul li::before{
        font-size: 0;
    }
    #sec1 section h2:not(.round-title){
    padding-bottom: 0;
    margin-bottom: 1em;
    }
    .resolution{
        padding: 30px 0;
    }
    .resolution-step{
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    .resolution-step .step-num span{
        font-size: 14px;
        top: 0;
    }
    .resolution-step .step-num{;
        font-size: 40px;
        margin-bottom: 44px;
    }
    .resolution-step h3{
        font-size: 6vw;
        margin-bottom: 1em;
    }
    .resolution-step2 .d-flex{
        flex-direction: column-reverse;
    }
    .resolution-step2 .d-flex p{
        width: 100%;
        margin-top: 30px;
    }
    .resolution-step2 .d-flex img{
    margin-left:0;
    margin-right:0;
}
    .step3-items ul li{
        width: 100%;
    }
    .step3-items ul li:not(:nth-child(4n)){
        margin-right: 0;
    }
    .step3-items ul li .num{
        top: -53px;
    }
    #sec2{
        padding-top: 30px;
    }
    .sec2-point-wrap .title{
        padding: 50px 15px 30px;
    }
    .sec2-point-wrap .title-head{
        flex-direction: column;
        margin-bottom: 1em;
    }
    .sec2-point-wrap .title-label{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .sec2-point-wrap .title-head h3{
        width: 100%;
    font-size: 5vw;
    }
    .sec2-point-wrap .text{
        padding: 30px 15px;
        margin-bottom: 30px;
    }
    .sec2-point-wrap .text--box{
        margin-bottom: 1em;
    }
    .sec2-point-wrap .text h4{
        font-size: 5vw;
        margin-bottom: 1em;

    }
    .sec2-point-wrap .text h4 span.small{
        padding-left: 0;
        display: block;
    }
    .sec2-point-wrap .text--items ul{
        flex-wrap: wrap;
    }
    .sec2-point-wrap .text--items ul li:not(:last-child){
        margin-right: 0;
        margin-bottom: 30px;
    }
    .sec2-point-wrap .text--items ul li{
        width: 100%;
    }
    .sec2-point-wrap .text--customize{
        padding: 20px 15px;
    }
    .sec2-point-wrap .text--customize--title{
        font-size: 4vw;
    }
    .sec2-point-wrap .text--customize--title + p{
        margin-bottom: 1em;
    }
    .text--customizeitems .step-item{
        width: 100%;
    }
    .text--customizeitems{
        flex-wrap: wrap;
    }
    .text--customizeitems .step-arrow {
        margin: auto;
    }
    .text--customizeitems .step-arrow img{
        transform:rotate(90deg);
    }
    .sec2-point-wrap .point2-img{
        padding: 15px;
    }
    #sec3 section h2{
        font-size: 6vw;
        margin-bottom: 1.4em;
    }
    .aws-table table thead th:nth-child(2){
        font-size: 16px;
        width: 60%;
    }
    .aws-table table tbody tr:nth-child(1) th{
        font-size: 16px;
    }
    .aws-table table tbody td{
        font-size: 14px;
    }
    .aws-table table tbody tr:nth-child(9) th{
        font-size: 16px;
    }
    .aws-cta section{
        flex-direction: column;
    }
    .aws-cta--text h2{
        font-size: 6vw;
    }
    .aws-cta--text a{
        width: 100%;
        height:auto;
        padding: 1em 1.6em;

    }
    .aws-cta--text{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .sec2-point-wrap .text h4 + p{
        margin-bottom: 1em;
    }
    .aws-contact h2{
        font-size: 6vw;
    }
    .aws-contact a{
        width: 100%;
    }
    .aws-contact{
        padding: 30px 0;
    }
    .bottom_bnr .img_text .left_text .text2{
        padding-right: 1em;
    }
    .bottom_bnr .img_text .left_text br{
        display: block;
    }



.customize{
    padding:15px;
}
.customize p{
    font-size:30px;
    line-height:1.6em;
    margin-bottom:20px;
}
.customize span {
    font-size:14px;
    line-height:1.8em
}


#sec3 section h2{
font-size: 30px;
}
.aws-table h3{
font-size: 20px;
}

.aws-table .tableset {
    width: 100%;
    overflow-x: auto;
margin-bottom: 50px;
}



.aws-table table.table{
width:800px;
margin-bottom: 0;
}



.aws-table table.table th{
    background: #3e85ff;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    padding:20px;
    width:auto;
    letter-spacing: 0.05em;
}
.aws-table table.table td:nth-of-type(1){
   width:auto;
    padding: 15px;
   background:#ecf3ff;
}
.aws-table table.table td:nth-of-type(2){
    display:block;
    background: #f8f8f8;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align:left;
}
.aws-table table td li{
    display:flex;
    align-items: center;
}
.aws-table table td li:not(:last-child){
    margin-bottom:6px;
}
.aws-table table td li span{
    font-size:12px;
    line-height:1.3em;
    color:#004894;
}
.aws-table table td li span:first-child{
    width:43px;
}
.aws-table table td li span:last-child{
    flex:1;
}


.aws-table table.table2{
width:800px;
}



.aws-table table.table2 th{
    width:200px;
}


.comTxt {
    margin-top:20px;
}



}