@charset "UTF-8";
/* CSS Document */

@media print {
    
    
  .l-header__btn {
      opacity: 0;
  }
    
    .l-header {
        position:absolute;
    }
    
}

@media (max-width: 991px) {
    .l-header__sub-logo {
        border-top: 1px solid #f3f3f3;
    }
}

/*   文字サイズ     */
.u-sz--30 {
  font-size: 3rem;
}


.u-sz--24 {
  font-size: 2.4rem;
}

.u-sz--20 {
  font-size: 2rem;
}

.u-sz--16 {
  font-size: 1.6rem;
}

.u-sz--14 {
  font-size: 1.4rem;
}

/*   文字行間     */

.u-lh--1-5 {
    line-height: 1.5
}

.u-lh--1-2 {
    line-height: 1.2
}

/*   文字カラー     */
.u-cr--navy {
    
    color: #131b50;

}

/*   文字カラー（問い合わせボタン）     */
.c-stroke-button__black{
    color: #333; 
}

.u-bgc--navy {
  background-color: #131b4f;
  color: #fff;
}

/*   文字行送     */

.u-lh--1-1 {
    line-height: 1.1;
}

.u-lh--1-15 {
    line-height: 1.15;
}

.u-lh--1-2 {
    line-height: 1.2;
}

.u-lh--1-25 {
    line-height: 1.25;
}

.u-lh--1-3 {
    line-height: 1.3;
}

.u-lh--1-4 {
    line-height: 1.4;
}

.u-lh--1-5 {
    line-height: 1.5;
}

/*   文字太さ     */
.u-fw--400 {
  font-weight: 400;
}

.u-fw--500 {
  font-weight: 500;
}

.u-fw--700 {
  font-weight: 700;
}

/*   リッチテキストフォント    */

.rich-text-font-bold {
    font-weight: 900!important;
}

/*   文字インデント     */
.u-indente--1 {
    text-indent: -1em;
    padding-left: 1.1em;
}

.u-indente--1-5 {
    text-indent: -1.2em;
    padding-left: 1.2em;
}

/*   背景色・文字色   */
.u-bgc--smart-nttdata-blue-light {
  background-color: #6784c4;
  color: #fff;
}

/*   背景色   */
.u-bgc--smart-sky-blue {
  background-color: #e8eefc;
}

/*   ▼   */
.div-arrow::after{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 44px 0 44px;
    border-color: #abbad4 transparent transparent transparent;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    
    margin-bottom: 30px;
}

.lp-large-sub-title-wrap{
    margin-top: 40px;
}

@media (max-width: 767px) { /*   min-width: 768px  *//*  =================== For Smart Phone  ===================  */
    /*   ▼   */
    .div-arrow::after{
         border-width: 24px 24px 0 24px;
    }
    
    .div-arrow{
        margin-top: -20px;
        margin-bottom: -20px;
    }
    
    .lp-large-sub-title-wrap{
        margin-top: 20px;
    }
}

/* Top バナー内 サービスロゴ  */
.c-page-header__title{
    font-size: 1rem;
    height: auto;
    margin-top: 10px;
    margin-bottom: -3px;
}

/* Top バナー内 キーワード  (  スピーディ X 低コスト X  高い信頼性  )  */
.lp-banner-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(162,172,198,0.15);   
}

.lp-banner-bottom-keyword,
.lp-banner-bottom-keyword li{
    font-size: 2rem;
    margin: 0;
    list-style: none;
}

.lp-banner-bottom-keyword{
    display: block;
    padding: 0;
    margin: 8px auto;
    text-align: center;
}


.lp-banner-bottom-keyword li{
    display: inline-block;
    padding: 6px 14px 10px;
    text-align: center;
    position: relative;
    font-weight: 500;
    min-width: 136px;
}

.lp-banner-bottom-keyword li:first-child{
    background-color: rgba(215, 79, 75, .85);
    margin-right: 30px;
}

.lp-banner-bottom-keyword li:nth-child(2){
    background-color: rgba(75, 153, 0, .85);
    margin-right: 30px;
}

.lp-banner-bottom-keyword li:nth-child(3){
    background-color: rgba(75, 140, 191, .85);
}

.lp-icon-cross{
    position: absolute;
    right: -35px;
    top: 16px;
    width: 30px;
    height: 30px;
}

.lp-icon-cross::before{
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 1px;
    border-top: 2px solid #333;
    transform: rotate(-45deg);
    top: 0;
}

.lp-icon-cross::after{
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 1px;
    border-top: 2px solid #333;
    transform: rotate(45deg);
    top: 0;
}

@media (min-width: 768px){
    
    .c-page-header {
        padding: 0;
        position: relative;
        /*height: 490px;*/
        /*height: 520px;*/
        height:calc(43.33vw);
        
        background-image: url("../img/banner-img-01@pc@2x.jpg");
        
        background-size:cover;
        
        background-position: center center;
        background-repeat: no-repeat;
    }
    
    .lp-banner-title-text{
        position: absolute;
    }
    
    .lp-banner-bg-picture{
        margin: 0 auto;
        width: 980px;
    }
    
    /*  Top バナー 問い合わせボタン  */
    .c-page-header .c-stroke-button {
        margin-top: 14px;
        width: 346px;
        padding-top: 0;
        padding-bottom: 0;
    }
    
}

@media (min-width: 500px) and (max-width: 991px) and (orientation: portrait), (min-width: 768px) and (max-width: 991px)  and (orientation:landscape){
    
    .c-page-header .c-stroke-button {
        min-width: 100px;
        width: 300px;
    }
    
}

@media (min-width: 500px) and (orientation: portrait){
    
        .c-page-header {
            height:calc(50vw);/*   height:calc(43.33vw);  */
            background-size: 110% 100%;
        }
    
}

@media (min-width: 992px) and (orientation: portrait){
    
    .c-page-header {
        height:calc(60vw);/*   height:calc(43.33vw);  */
        background-size: 120% 100%;
        background-position: 55% center;
    }  
    
}


@media (max-width: 767px){
    
    .c-page-header {
        
        position: relative;
        
        /*height:calc(100vh - 100px - 112px);*/
        
        background-image: url("../img/banner-img-01@sp@2x.jpg");/* バナー背景フォト  */
        
        background-size: cover;
        
    }
    

    
    @media (min-width: 100px) and (max-width: 380px) and (orientation: portrait){
        
        .c-page-header {
            
            /*height:calc(100vh - 100px);*/
        }
        
    }

    
        /* Top バナー内 キーワード  (  スピーディ X 低コスト X  高い信頼性  )  */
    
    .lp-banner-bottom-keyword li{
        font-size: 1.3rem;
        min-width: 80px;
        
        padding: 6px 10px 8px;
        
    }
    
    .lp-banner-bottom{
        background-color: rgba(162,172,198,0.3); /*rgba(255,255,255,0.15); */  
    }

    .lp-icon-cross{
        right: -27px;/*  -35px;   */
        top: 14px;/*  16px;  */
        width: 24px;/*   30px;  */
        height: 24px;/*   30px;  */
    }

    .lp-icon-cross::before{
        
        width: 16px;/*  23px;  */
        
    }

    .lp-icon-cross::after{
        
        width: 16px;/*  23px;  */
        
    }
    
    .lp-banner-bottom-keyword li:first-child{
        margin-right: 16px;
    }

    .lp-banner-bottom-keyword li:nth-child(2){
        margin-right: 16px;
    }
    
    @media (max-width: 318px){
        
        .lp-banner-bottom-keyword li{
            font-size: 1.2rem;
            min-width: 40px;
            padding-left: 5px;
            padding-right: 5px;
        }
        
    }
    
    @media  (orientation: landscape), (min-width: 499px){
        
        .c-page-header {
            min-height: 330px;
            background-image: url("../img/banner-img-01@pc@2x.jpg");
            background-position: 62% center;
            background-repeat: no-repeat;
        }
        
        @media (max-width: 699px){
            
            .c-page-header {
                background-position: 50% center;
            }
            
        }
        
       @media (max-width: 599px){
            
            .c-page-header {
                background-position: center center;
                background-size: 120% 100%;
            }
            
        }
           
    }
    
    @media (orientation: portrait){
        

        
        @media (min-height: 800px){
            
            .c-page-header {
                max-height: 800px;
                background-position: center center;
            }
        }
        
         @media (min-width: 499px){
            
            .c-page-header {
                max-height: 400px;
            }
            
        }  
        
    }   
    
}


/*  BODY内 問い合わせボタン  */

.main-contact-button-block h3{
    font-size: 2.4rem;
}

.main-contact-button-block .p-text-contact-1{
    font-size: 2.0rem;
}

.main-contact-button-block .p-text-contact-2{
    font-size: 1.6rem;
}

.main-contact-button-block .c-stroke-button{
    margin-top: 20px;
    min-width: 358px;
}

.main-contact-button-block .c-stroke-button:hover{
    background-color: rgba(0,0,0,.08);
}

.main-contact-button-block .c-stroke-button__text{
    font-size: 1.8rem;
}

@media (max-width: 767px) { /*   min-width: 768px  *//*  =================== For Smart Phone  ===================  */

    .main-contact-button-block h3{
        font-size: 1.5rem;
    }
    
    .main-contact-button-block .p-text-contact-1{
        font-size: 1.4rem;
    }

    .main-contact-button-block .p-text-contact-2{
        font-size: 1.3rem;
    }
    
    .main-contact-button-block h3 span,
    .main-contact-button-block .p-text-contact-2 span{
        display: inline-block;
    }
    
    .main-contact-button-block .p-text-contact-2 span:first-child{
        padding-right: .5em;
    }
    
    .main-contact-button-block .c-stroke-button{
        width: 100%;
        min-width: 200px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

}

.p-block{
    padding-left: 0;
    padding-right: 0;
}


/*  about エリア（バナー下）  */

.lp-about-wrap{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #dce1e6;
}

.about-text{
    font-size: 1.8rem;
    padding-left: 40px;
    padding-right: 40px;
}

.about-text p{
    line-height: 1.5;
    margin-right: 80px;/*add*/
    margin-right: 30px;/*90*/
    font-feature-settings: "palt";
    text-align: center;/*add*/
}

.lp-about-layer-open{
    float: right;
    margin-top: -20px;   
}

.p-block > .inner-block,
.p-block > section{
    width: 960px;
    margin-right: auto;
    margin-left: auto;
     
}

@media (min-width: 768px) and (max-width: 929px) {
    
    .lp-about-layer-open{
        margin-top: -5px;
    }
    
}

@media (max-width: 767px) { /*   min-width: 768px  *//*  =================== For Smart Phone  ===================  */
    
    .inner-block.about-text::after{
        content: "";
        display: block;
        clear: both;

    }
    
    .inner-block.about-text{
        padding-left: 0;
        padding-right: 0;
        font-size: 1.25rem;
    }
    
    @media (max-width: 767px){
        
        
        
    }
    
    .lp-about-layer-open{
        margin-top: 0;/*5px;*/
    }
    
    .lp-about-layer-open img{
        width: 62px;/*62px;*/
    }
    
    .about-text p{
        margin-right: 10px;/*66*//* 70px */
        text-align: left;/*add*/
    }
    
    .lp-about-wrap{
        padding-top: 10px;/*30px;*/
        padding-bottom: 10px;/*30px;*/
    }
    
}

@media (max-width: 1000px){
    
    .p-block{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .p-block > .inner-block,
    .p-block > section{

        width: auto;
        margin-right: auto;
        margin-left: auto;

    }
    
}

@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .p-block{
        padding-top: 18px;
        padding-bottom: 18px;
    }
    
}

/* バナータイトル  */

.lp-banner-title-text{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -180px;
}

.lp-banner-title-text-inner{
    background-color: rgba(162,172,198,0.2);
    padding: 15px;
    width: 346px;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 991px)  and (orientation: portrait), (min-width: 768px) and (max-width: 991px)  and (orientation:landscape){
    
    .lp-banner-title-text{
        margin-left: -190px;
        margin-top: -140px;
    }
    
    .lp-banner-title-text-inner{
        width: 300px;
    }

}

@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .lp-banner-title-text{
        position: static;
        margin-left: 0;
        margin-top: 0%;/*25*/
        margin-bottom: 15%;/*add*/
    }
    
    .lp-banner-title-text-inner{
        width: 250px; 
        padding: 10px;
        background-color: rgba(255,255,255,0.2);/*rgba(255,255,255,0.6);*/
    }
    
    @media (max-width: 390px) {
        
        .lp-banner-title-text{
            margin-top: 16%;/*25%*/
        }
        
    }
    
    @media (max-width: 340px) {
        
        .lp-banner-title-text{
            margin-top: 10%;/*25%*/
        }
        
        .lp-banner-title-text-inner{
            width: 230px;
        }

    }
    
    @media (min-height: 780px) and (orientation: portrait){
        
        .lp-banner-title-text{
             margin-top: 30%; 
        }
        
    }
    
    @media (orientation: landscape), (min-width: 499px) {
        
        .lp-banner-title-text{
            margin-top: 0;
            margin-left: 20%;
        }    
        
    }
    
}

.lp-banner-title-text .c-stroke-button.c-stroke-button--white{
    background-color: rgba(2,11,38,.1);
}

.lp-banner-title-text .c-stroke-button.c-stroke-button--white:hover{
    background-color: rgba(2,11,38,.2);
}

.lp-banner-title-text .c-stroke-button.c-stroke-button--white .c-stroke-button__text {
    font-size: 1.8rem;
    font-weight: 500;
    text-shadow: rgba(0,0,0,.75) 1px 0 10px;
}

@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .lp-banner-title-text .c-stroke-button.c-stroke-button--white .c-stroke-button__text {
        font-size: 1.4rem;
    }
    
    .lp-banner-title-text .c-stroke-button.c-stroke-button--white{

        padding-left: 10px;
        padding-right: 10px;
        
        min-width: 80px;
        min-height: 36px;
        width: auto;
        
        margin-top: 10px;
    }
    
    @media (max-width: 340px) {
        
        .lp-banner-title-text .c-stroke-button.c-stroke-button--white .c-stroke-button__text {
            font-feature-settings: "palt";
            font-size: 1.3rem;
        }
        
    }
    
}

h2{
    font-size: 3.6rem;  
}

h3{
    font-size: 3rem;  
}

@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    h2{
        font-size: 2rem;  
    }
    
    h3{
        font-size: 1.8rem;  
    }
}

.lp-headline-h3,
.lp-headline-h3-center,
h3.lp-headline-h3,
h3.lp-headline-h3-center,
.lp-headline-h2,
.lp-headline-h2-center,
h2.lp-headline-h2,
h2.lp-headline-h2-center{
    font-feature-settings: "palt";
    font-weight:700;/*900*/  /*800-900:HB  -   600 -  700:B   -     */
}

.lp-headline-h2-center{
    text-align: center;
}

.lp-headline-subtext-center,
.lp-headline-subtext{
    font-size: 1.8rem;
    margin-top: 1.5rem;
    line-height: 1.666;
}

.lp-headline-subtext-center{
    text-align: center;
    font-weight: 700;
}


/*    重要情報シートの準備はお済みですか？の下の吹き出し     */


.lp-block-problem-wrap{
    margin-bottom: 0;
    padding-bottom: 0;
}


@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .lp-block-problem-wrap h2.lp-headline-h2-center{
        font-size: 1.8rem;
        font-feature-settings: "palt";
    }
    
    .lp-block-problem-wrap p.lp-headline-subtext-center{
        font-size: 1.3rem;
        font-feature-settings: "palt";
        letter-spacing: -1px;
    }
    
    .lp-block-problem-wrap p.lp-headline-subtext-center br{
        /*display: none;*/
    }

}


.lp-block-problem-balloon{  }

@media (min-width: 900px) and (max-width: 980px) {
    
    .lp-block-problem-balloon{ 
        zoom:.9;
    }
    
    @media (min-width: 920px) {
        .lp-block-problem-balloon{
            margin-left: 10px;
        }  
    }
    
    @media (min-width: 940px) {
        .lp-block-problem-balloon{
            margin-left: 20px;
        }  
    }
    
    @media (min-width: 960px) {
        .lp-block-problem-balloon{
            margin-left: 40px;
        }
    } 
}


@media (min-width: 800px) and (max-width: 899px) {
    
    .lp-block-problem-balloon{  
       
        zoom:.8;
    }
    
    @media (min-width: 820px) {
        .lp-block-problem-balloon{
            margin-left: 10px;
        }  
    }
    
    @media (min-width: 840px) {
        .lp-block-problem-balloon{
            margin-left: 20px;
        }  
    }

    
    @media (min-width: 860px) {   
        .lp-block-problem-balloon{
            margin-left: 40px;
        }
    } 
}

@media (min-width: 700px) and (max-width: 799px) {
    
    .lp-block-problem-balloon{
        margin-left: -20px;
        zoom:.74;
    }
    
    @media (min-width: 720px) {
        .lp-block-problem-balloon{
            margin-left: -10px;
        }  
    }
    
    @media (min-width: 740px) {
        .lp-block-problem-balloon{
            margin-left: 10px;
        }  
    }

    
    @media (min-width: 760px) {   
        .lp-block-problem-balloon{
            margin-left: 20px;
        }
    } 
}

.lp-block-problem-balloon{
    margin-bottom: 0;
    margin-top: 10%;/*add*/
    
    background-position: center top;
    height: 531px;
    position: relative;
    
}

/*is-animate*/

.lp-problem-balloon-box{
    position: absolute;
    left: 100px;
    top: 100px;
    width: 200px;
    height: 200px;
}


.lp-problem-balloon-box img{
    zoom:.5;
    position: absolute;  
}

.is-firefox img.lp-problem-balloon-human-pic-pc{/*     .is-firefox       */
    transform-origin: 0 0;
    transform: scale(0.5);
}

.is-firefox img.lp-problem-balloon-pc{/*     .is-firefox       */
    transform-origin: 0 0;
    transform: scale(0.85);
}

.lp-block-problem-balloon  .lp-problem-balloon-pc{
    
    -webkit-transition: all 1.85s;
	-moz-transition: all 1.85s;
	-ms-transition: all 1.85s;
	-o-transition: all 1.85s;
	transition: all 1.85s;
	opacity: 0;/*0*/
    
}

.lp-block-problem-balloon.is-animate .lp-problem-balloon-pc{  }

/*  ============*/

.lp-problem-1,
.lp-problem-2,
.lp-problem-3,
.lp-problem-4{

    -webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
 
}


@media (max-width: 699px) {/*  =================== For Smart Phone (max-width: 699px)  ===================  */
    
    .lp-block-problem-balloon{
        height: 395px;/*531px;*/
        max-width: 380px;
        margin-left:auto;
        margin-right: auto;  
    }
    
    @media (max-width: 390px) {
        
        .lp-block-problem-balloon{
            margin-left: -12px;
            margin-right: -12px;
        }
        
    }
    
    @media (max-width: 360px) {
        
        .lp-block-problem-balloon{
            margin-left: -15px;
            margin-right: -15px;
        }
        
    }
    
    @media (max-width: 350px) {
        
        .lp-block-problem-balloon{
            margin-left: -19px;
            margin-right: -19px;
        }
        
    }
    
    @media (max-width: 330px) {
        
        .lp-block-problem-balloon{
            margin-left: -15px;
            margin-right: -30px;
            zoom:.8;
        }
        
    }
    
    @media (max-width: 319px) {
        
        .lp-block-problem-balloon{
            margin-left: -25px;
            margin-right: -30px;
            zoom:.8;
        }
        
    }
        
    .lp-block-problem-balloon .lp-problem-balloon-pc{
        display: none;
    }
    
    .lp-problem-balloon-box{ }
    
    .lp-problem-balloon-box::before{
        content: "";
        width: 169px;
        height: 92px;
        display: block;
        position: absolute;
        background-image: url("../img/problem-balloon-img-01@sp@2x.png");
        background-size: contain;
        background-repeat: no-repeat;/*add*/
        opacity: 0;
    }
    
    .lp-problem-balloon-box{
        zoom:0.75;
    }
    
    .lp-block-problem-balloon.is-animate .lp-problem-balloon-box{
         zoom:1;
    }

}

/*  =====  .lp-problem-1 （上段・最左）  =======*/

.lp-problem-1{
    width: 382px;
    left: 68px;/*68*/
    top: 0px;
    margin: -45px 0 0 130px;/*-10px 0 0 130px;*/
}

.browser-ie .lp-problem-1{/*  for IE  */
    margin: -66px 0 0 160px;
}

.is-firefox .lp-problem-1{/*      .is-firefox      */
        margin: -45px 0 0 180px;/*-45px 0 0 130px;*/
}

.lp-problem-balloon-box.lp-problem-1 img.lp-problem-balloon-human-pic-pc{
    zoom:.465;
}

.browser-ie .lp-problem-balloon-box.lp-problem-1 img.lp-problem-balloon-human-pic-pc{
    zoom:.9;
}

.is-animate .lp-problem-balloon-box.lp-problem-1 img.lp-problem-balloon-human-pic-pc{
    zoom:.5;
}

.browser-ie .is-animate .lp-problem-balloon-box.lp-problem-1 img.lp-problem-balloon-human-pic-pc{
    zoom:1.0;
}

.lp-block-problem-balloon.is-animate .lp-problem-1{/*  .is-animate    */
    margin: 0;
}

.lp-problem-1 .lp-problem-balloon-human-pic-pc{  
    left: 0px;/*0*/
    top: 178px;   
}

.is-firefox .lp-problem-1 .lp-problem-balloon-human-pic-pc{  /*      .is-firefox      */
    transform-origin: 0 0;
    transform: scale(0.45);
    top: 89px;/*  178px;   */   
}

.is-firefox .is-animate  .lp-problem-1 .lp-problem-balloon-human-pic-pc{  /*      .is-firefox      */
    transform-origin: 0 0;
    transform: scale(0.5);
}

.browser-ie .lp-problem-1 .lp-problem-balloon-human-pic-pc{  /*  for IE  */
    top: 110px;  
    left:100px;/*add*/
    width: 120px;
    height: 120px;/*add*/
}

.is-firefox .lp-problem-1 .lp-problem-balloon-pc{ /*      .is-firefox      */
    left: 57px;/*115px;*/
}

.lp-problem-1 .lp-problem-balloon-pc{
    
}

.browser-ie .lp-problem-1 .lp-problem-balloon-pc{/*  for IE  */
    left: 58px;
    zoom:1.0;
    width: 320px;
}

@media (max-width: 699px) {/*  =================== For Smart Phone  ===================  */

    .lp-problem-1{
        width: 160px;/*180*//*382px;*/
        left: 20px;/*0*//* 68px;*/
        top: 0px;
       
        margin: -58px 0 0 77px;/*  -45px 0 0 130px;   */
    }
    
    .lp-problem-1::before{
        
        width: 169px;
        height: 91px;/*92*/
        top:20px;
        left: 0px;/*20*/
        background-color:transparent;

    }
    
    .lp-problem-1 .lp-problem-balloon-human-pic-pc{
        width: 70px;/*77*//*80px*/
        height: 70px;/*110*/
        left: 15px;/*0*/
        top: 80px;
        zoom:1.0!important;
    }
    
    .lp-problem-1 .lp-problem-balloon-pc{
        width: 500px!important;
        zoom:1.0;
        left: 0px;
        top:20px;
    }

}


/*  =====  .lp-problem-2 （上段・左から２番目）  =======*/


.lp-problem-2{
    width: 325px;
    left: 440px;/*315*/
    top: 20px;/*50*/
    margin: -118px 0 0 20px;/*-118px 0 0 20px;*/
}

.browser-ie .lp-problem-2{
    margin: -118px 0 0 40px;/*  -118px 0 0 20px;  */
}

.is-firefox .lp-problem-2{
    margin: -118px 0 0 50px;/*  -118px 0 0 20px  */
}

.lp-problem-balloon-box.lp-problem-2 img.lp-problem-balloon-human-pic-pc{
    zoom:.45;
}

.is-animate .lp-problem-balloon-box.lp-problem-2 img.lp-problem-balloon-human-pic-pc{
    zoom:.5;
}

.browser-ie .lp-problem-balloon-box.lp-problem-2 img.lp-problem-balloon-human-pic-pc{/*  for IE  */
    zoom:0.84;
}
.browser-ie .is-animate .lp-problem-balloon-box.lp-problem-2 img.lp-problem-balloon-human-pic-pc{/*  for IE  */
    zoom:1.0;  
}

.lp-block-problem-balloon.is-animate .lp-problem-2{/*  .is-animate    */
    margin: 0;
}

.lp-problem-2 .lp-problem-balloon-human-pic-pc{
 
    left: 20px;/*0*/
    top: 215px;   
}

.is-firefox .lp-problem-2 .lp-problem-balloon-human-pic-pc{ /*     .is-firefox      */
    top: 108px;/*215px;*/ 
    transform-origin: 0 0;
    transform: scale(0.425);
}

.is-firefox .is-animate .lp-problem-2 .lp-problem-balloon-human-pic-pc{ /*     .is-firefox      */
    transform-origin: 0 0;
    transform: scale(0.5);
}


.browser-ie .lp-problem-2 .lp-problem-balloon-human-pic-pc{/*  for IE  */
    width: 120px;/*119*//*width:238*/
    height: 120px;/*add*/
    left: 10px;/*0*/
    top: 107px; /*215px; */  
}

.lp-problem-2 .lp-problem-balloon-pc{
     left: 210px;
    top: 0px;
}

.is-firefox .lp-problem-2 .lp-problem-balloon-pc{
    left: 105px;/*   210px;   */
    transform-origin: 0 0;
    transform: scale(0.7);
}

.browser-ie .lp-problem-2 .lp-problem-balloon-pc{/*  for IE  */
    zoom:1.0;
    width:228px; /*456px;*/
    left: 105px;/*210px*/
}

@media (max-width: 699px) {/*  =================== For Smart Phone  ===================  */

    .lp-problem-2{
        width: 180px;/*382px;*/
        left: calc(50% - 20px);/*- 70px*//* 68px;*/
        top: 50px;/*70*/
        margin: -115px 0 0 -20px;/*left-10*//*-45px 0 0 130px;*/
    }
    
    .lp-problem-2::before{
        width: 113px;/*113*/
        height: 88px;/*88*/
        top:0px;
        left: 70px;/*30*/
        background-image:url("../img/problem-balloon-img-02@sp@2x.png");
        background-color:transparent;
        background-repeat: no-repeat;/*add*/
    }
    
    .lp-problem-2 .lp-problem-balloon-human-pic-pc{
        width: 70px;/*77*/
        height: 70px;/*add*/
        top: 65px/*65*/;
        zoom:1.0!important;
    }
    
    .lp-problem-2 .lp-problem-balloon-pc{
        width: 300px!important;
        zoom:1.0;
        left: 0px;/*0*/
        top:20px;
    }

}


/*  =====  .lp-problem-3 （下段・【右端】） 重要情報シートも掲載したい =======*/


.lp-problem-3{
    width: 325px;/*325*/
    left:580px;/*631*/
    top: 250px;/*25*/
    margin: -105px 0 0 -330px;/*-55px 0 0 -330px;*/
}

.is-firefox .lp-problem-3{
    margin: -97px 0 0 -330px;/*   -105px 0 0 -330px;  */ 
}

.browser-ie .lp-problem-3{
    margin: -100px 0 0 -330px;/*-105px 0 0 -330px;*/
}

.lp-problem-balloon-box.lp-problem-3 img.lp-problem-balloon-human-pic-pc{
    zoom: 45;/*45*/
}

.is-animate .lp-problem-balloon-box.lp-problem-3 img.lp-problem-balloon-human-pic-pc{
    zoom:.5;
}

.browser-ie .lp-problem-balloon-box.lp-problem-3 img.lp-problem-balloon-human-pic-pc{/*  for IE  */
    zoom:0.8;
}
.browser-ie .is-animate .lp-problem-balloon-box.lp-problem-3 img.lp-problem-balloon-human-pic-pc{/*  for IE  */
    zoom:1.0;
}

.lp-block-problem-balloon.is-animate .lp-problem-3{/*  .is-animate    */
    margin: 0;
}


.lp-problem-3 .lp-problem-balloon-human-pic-pc{
    left: 350px;
    top: 230px;   
}

.is-firefox .lp-problem-3 .lp-problem-balloon-human-pic-pc{/*  .is-firefox    */
    transform-origin: 0 0;
    transform: scale(0.4);
    left: 175px;/* 350px; */
    top: 115px;/* 230px */
}

.is-firefox .is-animate .lp-problem-3 .lp-problem-balloon-human-pic-pc{/*  .is-firefox    */
    transform-origin: 0 0;
    transform: scale(0.5);
}

.browser-ie .lp-problem-3 .lp-problem-balloon-human-pic-pc{/*  for IE  */
    left: 175px;/*350px;*/
    top: 115px;/*230px;*/
    width: 120px;/*136*//*272px;*/
    height: 120px;/*add*/
}

.lp-problem-3 .lp-problem-balloon-pc{
    left: 0px;
    top: 0px;   
}

.is-firefox .lp-problem-3 .lp-problem-balloon-pc{/*  .is-firefox    */
    transform-origin: 0 0;
    transform: scale(0.7);
}

.browser-ie .lp-problem-3 .lp-problem-balloon-pc{/*  for IE  */
    left: 0px;
    top: 0px;
    zoom:1.0;
    width: 218px;/*218*//*436px;*/
}



@media (max-width: 699px) {/*  =================== For Smart Phone  ===================  */

    .lp-problem-3{
        width: 180px;/*382px;*/
        left: -40px;/*auto*//* 68px;*/
        right: 0;
        top: 160px;/*40*/
       
        margin: -82px 180px 0 0px;/* -45px 0 0 130px;*/
    }
    
    .lp-problem-3::before{
        
        width: 114px;
        height: 89px;
        top:0px;
        left: auto;
        right: 10px;
        background-image:url("../img/problem-balloon-img-03@sp@2x.png");
        background-color:transparent;
        background-repeat: no-repeat;/*add*/
    }
    
    .lp-problem-3 .lp-problem-balloon-human-pic-pc{
        height: 70px;/*add*/
        width: 70px;/*78*/
        top: 60px;
        left: 140px;/*auto*/
        right: 0;
        zoom:1.0!important;
    }
    
    .lp-problem-3 .lp-problem-balloon-pc{
        width: 300px!important;
        zoom:1.0;
        left: 0px;
        top:20px; 
    }

}


/*  =====  .lp-problem-4 (下段・左） スマホタブレット =======*/


.lp-problem-4{
    width: 382px;
    left: 120px;/*28*/
    top: 255px;/*280*/
    margin: -330px 0 0 40px; /*left30*/
}

.browser-ie .lp-problem-4{  /*  for IE  */
    margin: -320px 0 0 60px;/*-330px 0 0 30px;*/
}

.is-firefox .lp-problem-4{  /*    .is-firefox     */
    margin: -330px 0 0 70px;/*-330px 0 0 30px;*/
}

.browser-ie .lp-problem-balloon-box.lp-problem-4 img.lp-problem-balloon-human-pic-pc{/*  for IE  */
    zoom:0.93;
}
.browser-ie .is-animate .lp-problem-balloon-box.lp-problem-4 img.lp-problem-balloon-human-pic-pc{/*  for IE  */
      zoom:1.0;  
}

.lp-block-problem-balloon.is-animate .lp-problem-4{/*  .is-animate    */
    margin: 0;
}

.lp-problem-4 .lp-problem-balloon-human-pic-pc{  
 
    left: 0px;
    top: 180px;   
}

.is-firefox .lp-problem-4 .lp-problem-balloon-human-pic-pc{  /*    .is-firefox     */
    top: 90px;/*   180px;   */
}

.browser-ie .lp-problem-4 .lp-problem-balloon-human-pic-pc{  /*  for IE  */
    zoom:1.0;
    width: 120px;/*131*//*263px;*/
    height: 120px;/*add*/
    top: 90px; /*180px; */  
}

.lp-problem-4 .lp-problem-balloon-pc{
     left: 180px;
    top: 0px;
}

.is-firefox .lp-problem-4 .lp-problem-balloon-pc{/*    .is-firefox     */
    left: 90px;/*  180px;  */
    transform-origin: 0 0;
    transform: scale(0.6);
}

.browser-ie .lp-problem-4 .lp-problem-balloon-pc{ /*  for IE  */
    zoom:1.0;
    width: 263px;/*223*//*447px;*/
    left: 90px;/*180px*/
    top: 0px;
}

@media (max-width: 699px) {/*  =================== For Smart Phone  ===================  */

    .lp-problem-4{
        width: 180px;/*180*//*382px;*/
        left: 160px;/*0*//* 68px;*/
        top: 180px;/*215*/
        margin: -265px 0 0 -16px;/*-10px 0 0 130px;*/
    }
    
    .lp-problem-4::before{
        width: 214px;/*114*/
        height: 89px;
        top:20px;
        left: 60px;/*30*/
        background-color:transparent;
        background-image: url("../img/problem-balloon-img-04@sp@2x.png");
        background-repeat: no-repeat;/*add*/
    }
    
    .lp-problem-4 .lp-problem-balloon-human-pic-pc{
        width: 70px;/*80*/
        height: 70px;/*110*/
        left: 20px;/*0*/
        top: 70px;
        zoom:1.0!important;;
    }
    
    .lp-problem-4 .lp-problem-balloon-pc{
        width: 500px!important;
        zoom:1.0;
        left: 0px;
        top:20px;
    }

}



/*  ============*/


@keyframes animation-2-2{
    
    0%{
        opacity: 0;
    }
    
    50%{
        opacity: 0;
    }
    
    100%{
        opacity: 1;
    }
    
}

@media (min-width: 700px) {/*  =================== For Smart Phone  ===================  */
    
    .lp-block-problem-balloon.is-animate .lp-problem-balloon-pc{
        animation-name: animation-2-2;
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
    }

}


@media (max-width: 699px) {/*  =================== For Smart Phone  ===================  */
    
    .lp-block-problem-balloon.is-animate .lp-problem-balloon-box::before{
        animation-name: animation-2-2;
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
    }

}

.lp-block-problem-balloon.is-animate .lp-problem-balloon-pc{
    animation-name: animation-2-2;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

/*  ============*/

/*    NTTデータエービックの　・・・・　すべて解決します！     */



.lp-abic-kaiketu{
    padding-top: 0;
    padding-bottom: 0;
}

.lp-abic-kaiketu.is-animate {
   
}

.lp-abic-kaiketu section{
    padding-top: 40px;
    padding-bottom: 40px;
    opacity: 0;
}

.lp-abic-kaiketu.is-animate section{
    position: relative;
}

@keyframes animation-3-1{
    0%{
        opacity: 0;
    }
    
    50%{
        opacity: 1;/*0*/
    }
    
    100%{
        opacity: 1;
    }
}

.lp-abic-kaiketu.is-animate section{ 
    
    animation-name: animation-3-1;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    
}


.lp-abic-kaiketu section::before{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #131b50 transparent transparent transparent;
    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: -20px;
    
}


.lp-abic-kaiketu section::after{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #131b50 transparent transparent transparent;
    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    margin-top: 12px;
    
}

.lp-abic-kaiketu-woman-img{
    position: absolute;
    right: 70px;
    bottom: 0;
}

.browser-ie .lp-abic-kaiketu-woman-img{
    right: -50px;
}

.lp-abic-kaiketu-woman-img img{
    zoom:.46;
}

.is-firefox .lp-abic-kaiketu-woman-img img{
    transform-origin: bottom right;
    transform: scale(0.46);
}

@media (max-width: 1000px) {
    
    .lp-abic-kaiketu{
        margin-left: -20px;
        margin-right: -20px;
    }
    
    .lp-abic-kaiketu-woman-img{
        right: 25px;
    }

}


@media (max-width: 900px) {
    
    .lp-abic-kaiketu-woman-img{
        right: 5px;
    }
}


@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .lp-abic-kaiketu p.u-sz--30{
        font-size: 1.55rem;
        font-feature-settings: "palt";
    }
    
    .lp-abic-kaiketu-woman-img{
        right: 0;/*right: -16px;*//*70px;*/
        margin-right: -10px;
        width: 60px;
    }
    
    @media (max-width: 380px) {
        
        .lp-abic-kaiketu p.u-sz--30{
            margin-left: -30px;
        }
        
    }
    
    @media (max-width: 350px) {
        
        .lp-abic-kaiketu p.u-sz--30{
            margin-left: -15px;
            margin-right: 40px;
        }
        
        .lp-abic-kaiketu p.u-sz--30 span{
            display: inline-block;
        }
        
        .lp-abic-kaiketu p.u-sz--30 br{
            display: none;
        }
        
        .lp-abic-kaiketu-woman-img{
            width: 55px;
            margin-right: -20px;
        }
        
    }
    
    .lp-abic-kaiketu-woman-img{
        display: none;
    }
    
    .lp-abic-kaiketu{    }
    
    .lp-abic-kaiketu section{
        /*display: none;*/
        margin-left: -10px;
        margin-right: -10px;
        background-image: url("../img/device_ico@pc@2x.png");
        background-position: bottom right 5px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    @media (max-width: 380px) {
        
        .lp-abic-kaiketu section{
            margin-left: -15px;
            margin-right: -15px;
        }
        
    }
    
    @media (max-width: 330px) {
        
        .lp-abic-kaiketu section{
            margin-left: -18px;
            margin-right: -18px;
        }
        
    }
    
    .lp-abic-kaiketu-woman-img img{
        zoom:1.0;
    }
    
    .lp-abic-kaiketu section::before{
        
        border-width: 8px 8px 0 8px;/*18px 18px 0 18px;*/
        margin-bottom: 7px;
        margin-top: -30px;

    }
    
    .lp-abic-kaiketu section::after{
        
        border-width: 8px 8px 0 8px;
        margin-bottom: -30px;
        margin-top: 7px;
    }

}

@media (min-width: 520px) and (max-width: 767px) {
    
    .lp-abic-kaiketu-woman-img{
        right: 8%;
    }
    
}



/*      リニューアルのポイント３つ    */

.lp-service-tokucho-wrap{
    margin-top: 40px;
}

@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .lp-service-tokucho-wrap{
        margin-top: 20px;
    }

}

.lp-service-tokucho-wrap h2 span{
        
   display: inline-block;
        
}

p.block-5-haisin-sasaeru-3-service-subtext{
    line-height: 1.5;
    margin-top: 15px;
}

.content-5-haisin-sasaeru-3-service{
    margin-top: 50px;
    width: 845px;
    margin-left: auto;
    margin-right: auto;
    
}

.block-5-haisin-sasaeru-3-service h3 span{
    display: inline-block;
}

.content-5-haisin-sasaeru-3-service::after{
    content: "";
    display: block;
    clear: left;
}

.block-5-service{ 
    width: 248px;
    float: left;
    opacity: 0;/*0*/
}

.block-5-service img{
    margin-bottom: 20px;
}

.block-5-service h4{
    font-size: 2.0rem;
}

.block-5-service p{
    margin-top: 7px;
    margin-bottom: 21px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
}

.block-5-service-2,
.block-5-service-3{
    margin-left: 50px;
}

.block-5-service-3 p{
    margin-right: 0;
}


.block-5-arrow{
    border-bottom: 3px solid #b3b3b3;
    height: 40px;
    margin-top: 40px;
    border-left: 3px solid #b3b3b3;
    border-right: 3px solid #b3b3b3;
    margin-bottom: 100px;
}

.block-5-arrow::after{
    content: "";
    display: block;
    height: 36px;
    width: 36px;
    border-left: 3px solid #b3b3b3;
    border-bottom: 3px solid #b3b3b3;
    
    position: relative;
    left: 50%;
    margin-left: -18px;
    bottom: -21px;
    transform: rotate(-45deg);
    background-color: #fff;
    
}


@keyframes animation-5-1{
    0%{
        opacity: 0;/*0*/
    }
    100%{
        opacity: 1;
    }
}
.is-animate .block-5-service-1{
    animation-name: animation-5-1;
    animation-duration: 0s;/*1*/
    animation-iteration-count: 1;/*1*/
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}


@keyframes animation-5-2{
    0%{
        opacity: 0;
        margin-left: -250px;
    }
    
    50%{
        opacity: 0;
        margin-left: -250px;
    }
    
    100%{
        opacity: 1;
        margin-left: 50px;
    }
}

@keyframes animation-5-2-sp{
    0%{
        opacity: 0;
        margin-left: -250px;
    }
    
    50%{
        opacity: 0;
        margin-left: -250px;
    }
    
    100%{
        opacity: 1;
        margin-left: 1.999%;
    }
}

@media (min-width: 1001px) {/*  =================== For Smart Phone  ===================  */

    .is-animate .block-5-service-2{
        animation-name: animation-5-2;
        animation-duration: 1.1s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
    }
    
}

@media (max-width: 1000px) {/*  =================== For Smart Phone / TAB  ===================  */
    
    .is-animate .block-5-service-2{
        animation-name: animation-5-2-sp;
        animation-duration: 1.1s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
    }
    
}

@keyframes animation-5-3{
    0%{
        opacity: 0;
        margin-left: -250px;
    }
    
    70%{
        opacity: 0;
        margin-left: -250px;
    }
    
    100%{
        opacity: 1;
        margin-left: 50px;/*50px*/
    }
}


@keyframes animation-5-3-sp{
    0%{
        opacity: 0;
        margin-left: -250px;
    }
    
    70%{
        opacity: 0;
        margin-left: -250px;
    }
    
    100%{
        opacity: 1;
        margin-left: 1.999%;/*50px*/
    }
}


@media (min-width: 1001px) {/*  =================== For Smart Phone  ===================  */
    
    .is-animate .block-5-service-3{
        animation-name: animation-5-3;
        animation-duration: 1.5s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
    }
    
}

@media (max-width: 1000px) {/*  =================== For Smart Phone  ===================  */
    
    .is-animate .block-5-service-3{
        animation-name: animation-5-3-sp;
        animation-duration: 1.5s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
    }
    
}

.block-5-service-ouline-img{
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}


@media (min-width: 768px) and (max-width: 1000px) {
    
    .block-5-arrow{
        margin-top: 20px;/*40px;*/
        margin-bottom: 70px; /*100px*/
    }
    
    .block-5-service-ouline-img{
        width:auto;
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 30px;
    }
    
    .content-5-haisin-sasaeru-3-service{
        width: auto;
        margin-top: 30px;
    
    }
    
   .block-5-service{ 
       /* width: calc((100vw - 40px) *.3); */
        width: 32%;
        margin-left: 0;
    }
    
    .block-5-service img{
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        max-width: 100%;
    }
    
    .block-5-service-2,
    .block-5-service-3{
        margin-left: 0;
    }
}


@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .lp-service-tokucho-wrap .lp-headline-h2-center span{
        display: inline-block;
    }
    
    .block-5-haisin-sasaeru-3-service h3{
        font-size: 1.7rem;
    }
    
    .block-5-service img{
        margin-bottom: 10px;
    }
    
    .block-5-haisin-sasaeru-3-service h3 span{
        display: inline-block;
    }
    
    p.block-5-haisin-sasaeru-3-service-subtext{
        font-size: 1.3rem;
    }
    
    p.block-5-haisin-sasaeru-3-service-subtext span{
        display: inline-block;
    }
    
    .content-5-haisin-sasaeru-3-service{
        width: auto;
        margin-top: 15px;
    }
    
    .block-5-service{ 
       /* width: calc((100vw - 40px) *.3); */
        width: 32%;
        margin-left: 0;
    }
    
    .block-5-service-2,
    .block-5-service-3{
        margin-left: 0!important;
    }
    
    .block-5-service h4{
        font-size: 1.4rem;/*2.8rem;*/
        font-weight: 800;
    }

    .block-5-service p{
        font-size: 1.2rem;
        margin-left: .5em;
    }
    
    .block-5-arrow{
        margin-top: -5px;
        margin-bottom: 20px;
    }
    
    .block-5-service-ouline-img{
        width: auto;
        margin-bottom: 0;
        margin-top: 40px;
    }
    
    .block-5-service-ouline-img img{
        display: none;
    }
    
    .block-5-service-ouline-img::before{
        content: "";
        display: block;
        width: 100%;
        background-image: url("../img/service-zu-img-01@sp@2x.png");
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: calc(.664 * 100%); /*   675  x   445   */
    }

}


/*     特長      */


.title-6{
    background-color: #e3e3e3;
    margin-bottom: 30px;
}

.title-6::after{
    content: "";
    display: block;
    clear: both;
}

.title-6-num{
    float: left;
    height: 120px;
    width: 120px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 25px;
}

.title-6-num-1{
    padding-left: 5px;
}

.is-firefox .title-6-num-1,
.is-firefox .title-6-num-2,
.is-firefox .title-6-num-3{
     padding-left: 40px;   
}

.title-6-num img{
    zoom:.5;
}

.is-firefox .title-6-num img{
    transform-origin: 0 0;
    transform: scale(0.5);
}



.title-6-icon {
    float: left;
    height: 120px;
    padding: 28px 20px 0;
    box-sizing: border-box;
}


.title-6-icon img{
    width: 75px;
}



.title-6-subtext{
    font-size: 1.8rem;
    text-align: left;
    font-weight: 500;
    padding-top: 30px;
    font-feature-settings: "palt";
}

.title-6-h3{
    font-size: 3.6rem;
    text-align: left;
    font-feature-settings: "palt";
}


@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */

    .title-6{
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 20px;
        position: relative;
    }
    
    .title-6-num{
        position: absolute;
        width: 60px;
        top: 0;
        bottom:0;
        height: auto;
        padding-top: 14px;
    }
    
    .title-6-num img{
        zoom:.25;
    }
    
    .title-6-subtext{
        font-size: 1.3rem;
        padding-top: 13px;
    }
    
    .title-6-h3{
        font-size: 1.8rem;
    }
    
    .title-6-icon {
        float: left;
        height: 60px;
        padding: 14px 8px 0;/*28px 20px 0;*/
        margin-left: 60px;
        box-sizing: border-box;
    }
    
    .title-6-icon img{
        width: 40px;
    }
    
    @media (max-width: 350px) {
        
        .title-6-num{
            width: 45px;
        }
        
        .title-6-h3t-1 {
            letter-spacing: -1px;
        }
        
        .title-6-icon {
            margin-left: 45px;
        }
        
        .title-6-icon-1 img{
            width: 36px;
        }
        
        .title-6-icon-1 img{
            width: 36px;
        }
        
    }

}

.title-6-num-1{
    background-color: #f7630c;
}

.title-6-num-2{
    background-color: #881798;
}

.title-6-num-3{
    background-color: #038387;
}



.content-body-6-1{
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.content-body-6-1::after{
    content: "";
    display: block;
    clear: both;
}

.content-body-6-1-1{
    float: left;
    width: 400px;
}

.content-body-6-1-2{
    text-align: left;
}

.ul-6-1-2{
    display: block;
    margin-left: 440px;
}


@media (min-width: 768px) and (max-width: 1000px) {
    
    .content-body-6-1{
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
    
    .content-body-6-1-1{
        float: left;
        width: 46.5%;
    }
    
    .ul-6-1-2{
        margin-left: 50%;
    }
    
}

.ul-6-1-2 > li{
    font-size: 2.0rem;
    padding-bottom: 40px;
    padding-left: 100px;
    line-height: 1.35;
    position: relative;
}

.ul-6-1-2 > li:nth-child(1){
    padding-top: 10px;
}

.ul-6-1-2 > li > img{
    width: 88px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.content-body-6-2 {
    margin-top: 60px;
}

.content-body-6-2 p{
    line-height: 1.3;
}

.content-body-6-2 h4{
    margin-bottom: 20px;
}

@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .block-6-sakusei-support h4{
        font-size: 1.8rem;/*1.6rem;*/
        margin-bottom: 10px;
    }
    
    .block-6-sakusei-support h4 span{
        display: inline-block;
    }
    
    .content-body-6-1{
        margin-top: 20px;
        width: auto;
    }
    
    .content-body-6-1-1{
        float: none;/*   left;  */
        width: auto;/*  400px  */
    }
    .content-body-6-1-1 img{
        display: none;
    }
    
    .content-body-6-1-1::before{
        content:url("../img/service1-img-01@sp@2x.png");
        display: block;
        margin-left: auto;
        margin-right: auto;
        zoom:.6;
    }
    
    .ul-6-1-2{
        margin-top: 15px;
        margin-left: 0;
    }
    
    .ul-6-1-2 > li > img{
        width: 45px;
    }
    
    .ul-6-1-2 > li{
        padding-left: 55px;
        padding-bottom: 20px;
        font-size: 1.4rem;
    }
    
    .content-body-6-2 {
        margin-top: 20px;
    }
    
    @media (min-width: 500px) {
        
        .ul-6-1-2{
            width: 65vw;
            margin-left: auto;
            margin-right: auto;
        }
        
    }
    
}

.text-6-2-after-h4{
    font-size: 2.4rem;
}

.text-6-2-after-h4 + p{
    margin-top: 20px;/*20*/
}

.hanrei-6-2{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 14px;
    text-align: left;
}


.hanrei-6-2 li{
    display: inline-block;
    margin-right: 40px;
}

.hanrei-6-2 li::before{
    content: "";
    display: inline-block;
    height: 20px;
    width: 36px;
    margin-right: 5px;
    background-color: #6784c4;
    vertical-align: middle;
    margin-top: -2px;
}

.hanrei-6-2 li:nth-child(2)::before{
    background-color: #10893e;
}

.content-body-6-2 img + p{
    font-size: 1.6rem;
    text-align: left;
    margin-top: 16px;
}

.list-6-2-end,
.list-6-2-end > li{
    text-align: left;
    list-style: disc;
}

.list-6-2-end{
    padding-left: 26px;
    margin-bottom: 20px;
}

.list-6-2-end > li{
    padding: 10px 0 0;
}

.service1-img-03-arrow-sp{
    display: none;
}


@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .text-6-2-after-h4{
        font-size: 1.3rem;
        font-feature-settings: "palt";
    }
    
    .text-6-2-after-h4 + p{
        font-size: 1.2rem;
        text-align: left;
        margin-top: 10px;
    }
    
    .hanrei-6-2{
        font-size: 1.2rem;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .hanrei-6-2 li{
        margin-right: 12px;
        font-feature-settings: "palt";
        margin-top: 5px;
    }
    
    .hanrei-6-2 li::before{
        width: 18px;
        height: 14px;
        margin-right: 3px;
    }
    
    .content-body-6-2 img + p{
        font-size: 1.2rem;
        margin-top: 8px;
        font-feature-settings: "palt";
    }
    
    .list-6-2-end > li{
        font-size: 1.2rem;
        font-feature-settings: "palt";
        padding: 6px 0 0;
    }

    .service1-img-03-arrow-pc{
        display: none;
    }
    
    .service1-img-03-arrow-sp{
        display: block;
    }
    
    @media (min-width: 700px) {

        .service1-img-03-arrow-pc{
            display: block;
        }

        .service1-img-03-arrow-sp{
            display: none;
        }

    }
    
    @media (min-width: 500px) {
         
        .content-body-6-2{
            margin-left: 20px;
            margin-right: 20px;
        }
        
    }
    
}

@media (min-width: 768px) and (max-width: 1000px) {
    
    .content-body-6-2{
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .text-6-2-after-h4 + p span{
        display: inline-block;
    }
    
}


/*  */

.content-body-6-3{
    padding-top: 60px;
}

.content-body-6-3::after{
    content:"";
    display: block;
    width: 0;
    height: 0;
/*    border-style: solid;
    border-width: 44px 44px 0 44px;
    border-color: #abbad4 transparent transparent transparent;*/
    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    margin-top: 12px; 
}

.content-body-6-3-h4-after{
    margin-top: 30px;
}

.content-body-6-3-h4-after img{
    float: left;
    width: 100px;
    margin-left: 20px;
}


.content-body-6-3-h4-after p{
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: left;
    margin-left: 130px;
    font-feature-settings: "palt";
    padding-right: 20px;
}



.content-body-6-3-flow-image{
    width: 825px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;/*40*/
    padding-bottom: 50px;
}

.service1-img-05-zu-sp{
    display:none;
}

@media (min-width: 768px) and (max-width: 1000px) {
    
    .content-body-6-3-flow-image{
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
    
}

@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .content-body-6-3{
        padding-top: 20px;
    }
    
    .content-body-6-3-h4-after{
        margin-top: 16px;
    }
    
    @media (min-width: 600px){
        
        .content-body-6-3-h4-after{
            margin-left: 7%;
            margin-right: 7%;
        }
        
    }
    
    .content-body-6-3-h4-after p{
        font-size: 1.2rem;
        margin-left: 80px;
    }
    
    .content-body-6-3-h4-after img{
        width: 55px;
        margin-left: 16px;
    }
    
    .content-body-6-3-flow-image{
        max-width: 670px;
        width: auto;
        margin: 0px auto 25px;/*margin-top50*//*  margin: 20px auto 5px;   */
        padding: 0;
    }
    
    .service1-img-05-zu-sp{
        display: block;

    }
    
    .service1-img-05-zu-pc{
        display: none;
    }
    
    .content-body-6-3::after{

/*        border-width: 24px 24px 0 24px;
        margin-bottom: -10px;
        margin-top: 0px;*/

    }

}


/*     特長2      */

.title-6-icon-2 img{
    
    vertical-align: middlem;/*75px;*/
}

.title-6-icon-2 img:first-child,
.title-6-icon-3 img:first-child{
    margin-right: 14px;
    width:55px;
    position: relative;
    top: -10px;
}

.title-6-icon-2 img:nth-child(3),
.title-6-icon-3 img:nth-child(3){
    width:60px;
    position: relative;
    top: -15px;
}

.title-6-icon-2 span,
.title-6-icon-3 span{
    display: inline-block;
    height: 70px;
    width: 1px;
    background-color: #333;
    margin-right: 14px;    
}

@media (min-width: 768px) and (max-width: 880px) {
    
    .title-6-2 .title-6-h3{
        font-feature-settings: "palt";
        font-size: 3.4rem;
    }
    
    @media  (max-width: 800px) {
        
        .title-6-2 .title-6-h3{
            font-size: 3.0rem;
        }
    }
    
    .block-62-etsuran-denshikoufu h4{
        display: inline-block;
        font-size: 2.6rem;
    }
    
    .block-62-etsuran-denshikoufu h4 span{
        display: inline-block;
    }
}


@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .title-6-icon-2 img:first-child,
    .title-6-icon-3 img:first-child{
        margin-right: 12px;
        margin-left: -3px;/*1px;*/
        width:25px;
        top: -28px;/*-24px;*/
    }
    
    .title-6-icon-2 img:nth-child(3),
    .title-6-icon-3 img:nth-child(3){
        width:25px;
        top: -5px;/*-14px;*/
        margin-left: -17px;/*-8px;*/
        margin-right: -3px;
    }
    
    .title-6-icon-2 span,
    .title-6-icon-3 span{
        height: 55px;
        margin-right: 6px;/*7px;*/
        margin-top: -10px;
        margin-left: -10px;
        transform: rotate(45deg);
    }
    
    .block-62-etsuran-denshikoufu h4{
        font-size: 1.6rem;
    }
    
    .block-62-etsuran-denshikoufu h4 span{
        display: inline-block;
    }
    
    @media (max-width: 380px) {
        
        .title-6-h3t-2 {
            letter-spacing: -1px;
        }
        
    }
    
}


.content-body-62-1{
    margin-top: 30px;
}

.block-62-etsuran-denshikoufu h4{
    font-feature-settings: "palt";
}

.content-body-62-1-1{
    width: 858px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.content-body-62-1-1 img{
    margin-bottom: 20px;
}

.content-body-62-1-1 img:nth-child(2){
    width: 820px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.content-body-62-1-2{
    width: 858px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.content-body-62-1-2::after{
    content: "";
    display: block;
    clear: both;
}

.content-body-62-1-2-left-img{
    float: left;
    width: 293px;
    margin-left: 154px;
    margin-top: 33px;
    
}

.content-body-62-1-2-right-img{
    float: right;
    width: 378px;
    margin-top: 69px;
}

.service2-img-01-1-sp,
.service2-img-01-2-sp{
    display: none;
}

.service2-img-02-arrow-sp{
    display: none;
}

.service2-img-03-tab-sp,
.service2-img-03-sm-sp{
    display: none;
}

@media (min-width: 768px) and (max-width: 1000px) {
    
    .content-body-62-1-1{
        width:auto;
        margin-left: 40px;
        margin-right: 40px;
    }
    
    .content-body-62-1-2{
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
    
    .content-body-62-1-2-left-img{
        width: 30vw;/*250px;*/
        margin-left: 10vw;/*50px*/
    }
    
    .content-body-62-1-2-right-img{
        margin-top: 78px;
        width: 42vw; /*350px;*//*  378px;  */
    }
}

@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    .content-body-62-1-1{
        width:auto;
        margin-bottom: 20px;
    }
    
    .content-body-62-1{
        margin-top: 20px;
    }
    
    .content-body-62-1 span{
        display: inline-block;
    }
    
     .content-body-62-1 br{
        display: none;
    }
    
    .service2-img-01-1-pc,
    .service2-img-01-2-pc{
        display: none;
    }
    
    img.service2-img-01-1-sp,
    img.service2-img-01-2-sp{
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    img.service2-img-01-1-sp{
        margin-bottom: 10px;
    }
    
    .service2-img-02-arrow-pc{
        display: none;
    }
    
    .service2-img-02-arrow-sp{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .content-body-62-1-2{
        width: auto;
        margin-top: 20px;
    }
    
    .service2-img-03-tab-sp,
    .service2-img-03-sm-sp{
        display: block;
    }
    
    .service2-img-03-tab-pc,
    .service2-img-03-sm-pc{
        display: none;
    }
    
    .content-body-62-1-2-left-img{
        width: 39.5%;
        margin-left: 0px;
        margin-top: 20px;
    }
    
    .content-body-62-1-2-right-img{
        width: 55%;
        margin-top: 47px;
    }
    
}


/*  特長3   */

.content-body-63-1-1{
    width: 858px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.service3-img-01-arrow-sp{
    display: none;
}

.content-body-63-1-1-left-img-1{
    float: left;
    width: 258px;
    margin-top: 30px;
}

.content-body-63-1-1-left-img-2{
    width: 231px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.content-body-63-1-1-left-img-3{
    float:right;
    width: 231px;
    margin-top: 30px;
    margin-right: 30px;
}

@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .content-body-63-1-1{
        width: auto;
    }
    
    .block-63-gyo-oudan-sentei h4{
        font-size: 1.8rem;
    }
    
    
    @media (max-width: 600px) {
        
        .service3-img-01-arrow-sp{
            display: block;
        }

        .service3-img-01-arrow-pc{
            display: none;
        }
        
    }
    
    @media (min-width: 560px) {
        
        .content-body-63-1-1-left-img-2{
            padding-left: 10px;
            padding-right: 10px;
        }

        .content-body-63-1-1-left-img-3{
            padding-right: 20px;
        }
        
    }
    
    .content-body-63-1-1-left-img-1{
        width: 31%;
    }
    
    .content-body-63-1-1-left-img-2{
        width: 30%;
    }
    
    .content-body-63-1-1-left-img-3{
        width: 30%;
        margin-right: 0;
    }
    
}


@media (min-width: 768px) and (max-width: 1000px) {
    
    .block-63-gyo-oudan-sentei h4{
        font-size: 2.8rem;
    }
    
    .content-body-63-1-1{
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
    
    .content-body-63-1-1-left-img-1{
        width: 31%;
    }
    
    .content-body-63-1-1-left-img-2{
        width: 30%;
    }
    
    .content-body-63-1-1-left-img-3{
        width: 30%;
        margin-right: 0;
    }
}


.content-body-63-1-1::after{
    content: "";
    display: block;
    clear: both;
}

.content-body-63-2 h4{
    margin-top: 40px;
}

.content-body-63-2-1{
    width: 774px;
    margin-left: auto;
    margin-right: auto;
    
}

.content-body-63-2-1-text{
    position: relative;
    width: 774px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    min-height: 100px;
}


.content-body-63-2-1-text p{
    font-size: 1.6rem;
    line-height: 1.25;
    text-align: left;
    margin-left: 130px;
}

.content-body-63-2-1-img{
    width: 774px;/* 469 + 305  */
    margin-left: auto;
    margin-right: auto;
}



.content-body-63-2-1-text img{
    position: absolute;
    left: 53px;
    top: 0;
}

@media (min-width: 768px) and (max-width: 900px) {
    
    .content-body-63-2-1{
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
    .content-body-63-2-1-text,
    .content-body-63-2-1-img{
        width: auto;
    }
    
    .service3-img-04-1-pc{
        width: 60.594%;
    }
    
    .service3-img-04-2-pc{
        width: 39.405%;
    }
    
    .content-body-63-2-1-text img{
        left: 6.5%;/*53px;*/
        width: 7.869vw;
    }
    
    .content-body-63-2-1-text p{
        margin-left: 15vw;
    }
    
}

.content-body-63-2-1-text-ballon{
    font-size: 1.6rem;
    padding: 14px 16px;
    width: 308px;
    text-align: left;
    border: 2px solid #5e89bc;
    line-height: 1.2;
    border-radius: 16px;
    margin-top: 20px;
    position: relative;
    margin-left: 153px;
}

.content-body-63-2-1-text-ballon::before{
    content: "";
    display: block;
    height: 20px;
    width: 20px;
  
    margin-left: -15px;
    margin-top: -12px;
    background-color: #fff;
    
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #5e89bc #5e89bc transparent transparent;
    
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(-45deg);
}

.content-body-63-2-1-text-ballon-after{
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
}

.service3-img-04-1-sp,
.service3-img-04-2-sp{
    display: none;
}

.service3-img-03-arrow-sp{
    display: none;
}

@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */

    .content-body-63-2-1{/*width: 774px;*//* 469 + 305  */
        width: auto;
    }
    
    .service3-img-04-1-pc,
    .service3-img-04-2-pc{
        display: none;
    }
    
    .service3-img-04-1-sp,
    .service3-img-04-2-sp{
        display: inline-block;
    }
    
    .content-body-63-2-1-img{
        width: auto;
    }
    
    .content-body-63-2-1-text{
        
        width: auto;
       
    }
    
    .content-body-63-2-1-text p{
        margin-left: 17vw;
        font-size: 1.4rem;
    }
    
    @media (min-width: 600px) {
        
        .content-body-63-2-1-text p{
            padding-top: 10px;
        }
    }
    
    .content-body-63-2-1-text p br{
        display: none;
    }
    
    .content-body-63-2-1-text p span{
        display: block;
    }
    
    .content-body-63-2-1-text img{
        left: 2vw;
        width: 12.5vw;
    }
    
    @media (max-width: 550px) {
         .content-body-63-2-1-text img{
            left: 1vw;
             width: 14vw;
        }
    }
    
    @media (max-width: 450px) {
         .content-body-63-2-1-text img{
            left: 0;
            width: 15.5vw;
        }
    }
    
    .service3-img-03-arrow-pc{
        display: none;
    }
    
    .service3-img-03-arrow-sp{
        display: block;
    }
    
    .service3-img-04-1-sp{
        width: 58.2%;
    }
    
    .service3-img-04-2-sp{
        width: 41.8%;
    }
    
    .content-body-63-2-1-text-ballon{
        font-size: 1.4rem;
        left: 9%;
        margin-left: 0;
        /*margin-left:8vw;*//* calc( 6vw * 6vw);*/
    }
    
    @media (max-width: 660px) {
         .content-body-63-2-1-text-ballon{
            left: 6%;
        } 
    }
    
    @media (max-width: 600px) {
         .content-body-63-2-1-text-ballon{
            left: 4%;
        } 
    }
    
    @media (max-width: 500px) {
         .content-body-63-2-1-text-ballon{
            left: 0px;
        } 
    }
    
    .content-body-63-2-1-text-ballon-after{
        text-align: left;
    }

}

/*  その他バージョンアップ事項   */

.lp-qa-dl-dt-dd{
    max-width: 860px;
    margin: -20px auto 0;
    font-size: 1.6rem;
    line-height: 1.36;
}

.lp-qa-dl-dt-dd > dt,
.lp-qa-dl-dt-dd > dd{
    padding-left: 42px;
}


.lp-qa-dl-dt-dd > dt{
    font-size: 1.1em;/*add*/
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 12px;
    border-top: 1px solid #999;
    
    background-image: url("../img/qa-q-img-01@pc@2x.png");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 0 25px;
}

.lp-qa-dl-dt-dd > dt:first-child{
    border-top: 0 none transparent;
}

.lp-qa-dl-dt-dd > dd{
    padding-top: 12px;
    padding-bottom: 30px;
    
    background-image: url("../img/qa-a-img-02@pc@2x.png");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 0 10px;
    
}

.lp-qa-dl-dt-dd dd > span{
    font-weight: bold;
    color:rgb(22, 84,115);
}


@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .lp-qa-wrap h2 span{
        display: inline-block;
    }
    
    .lp-qa-dl-dt-dd{
        width: auto;
    }

    .lp-qa-dl-dt-dd dd > span{
        font-weight: bold;
        color:rgb(22, 84,115);
    }
    
    .lp-qa-dl-dt-dd > dt,
    .lp-qa-dl-dt-dd > dd{
        padding-left: 30px;
        font-size: 70%;/*add*/
    }
    
    .lp-qa-dl-dt-dd > dt{
        background-size: 27px 27px;
        background-position: 0 30px;/*0 25px;*/
    }
    
    .lp-qa-dl-dt-dd > dd{
        background-size: 27px 27px;
    }

}


/*  WEBセミナーのご案内   */

.lp-webner{
    margin-bottom: 70px;
}

.lp-webner section{
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.lp-webner h2,
.lp-webner h2 + p{
    margin-bottom: 20px;
}

.webinar-img-01-pc{
    float: right;
}

.lp-webner section::after{
    content: "";
    display: block;
    clear: both;
        
}

.p-lp-block-end{
    margin-bottom: 40px;
}

.webinar-img-01-sp{
    display: none;
}

@media (min-width: 500px) and (max-width: 1000px) {
    
    .lp-webner-img{
        width: 50%;
        margin-left: 15px;
    }
    
    .lp-webner section p br{
        display: none;
    }
}

@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .lp-webner section h2{
        font-size: 1.8rem;
        text-align: center;
    }
    
    .lp-webner section p{
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    
    .lp-webner section p br{
        display: none;
    }
    
    @media (max-width: 500px) {
        
        .webinar-img-01-sp{
            display:block;
            width: 72vw;
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
        }

        .webinar-img-01-pc{
            display:none;
        }
        
    }

}

/*  Modal 「重要情報シート」とは？（レイヤー）   */


.about-layer-wrap{
    display: none;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.about-layer-close{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
}

.about-layer-content{
    position: absolute;
    left: 50%;
    max-height: 80%;
    overflow-y: auto;
    top: 10%;
    margin-left: -320px;
    width: 640px;
    background-color: #fff;
    box-shadow: 3px 3px 10px 5px rgba(0,0,0,.15);
}



.about-layer-close-button{
    float: right;
    margin: 20px 20px 0 0;
}

.h2-about-layer-content{
    background-color: #6784c4;
    color: #fff;
    font-size: 3rem;
    padding: 10px;
    margin: 3px;
}

.about-layer-content table{
    margin-top: 18px;
}

.about-layer-content table + p{
    margin-bottom: 18px;
    text-align: right;
    margin-right: 8px;
}

.about-layer-content table th,
.about-layer-content table td{
    border: 3px solid #fff;
    padding: 8px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.about-layer-content table th{
    width: 10em;
    background-color: #a1bdfb;
    vertical-align: middle;
    padding: 6px 8px 10px 8px;
}

.about-layer-content table td{
    background-color: #e9e9e9;
}

.about-layer-content table td ul{
    list-style:disc;
    padding-left: 20px;
}


@media (max-width: 767px) {/*  =================== For Smart Phone  ===================  */
    
    .about-layer-content{
        
        margin-left: 0;
        width: 80vw;
        left: 10vw;
        
    }
    
    .about-layer-close-button{
        margin: 10px 10px 0 0;
    }
    
    .about-layer-content table th{
        width: 5.9em;
        padding: 5px;
    }
    
    @media (max-width: 500px) {
        
        .about-layer-close-button{
            width: 33px;
            margin: 7px 7px 0 0;
        }
        
        
    }
    
    @media (max-width: 600px) {
        
        .about-layer-content table + p{
            text-align: left;
            font-feature-settings: "palt";
            margin-left: 8px;
            line-height: 1.2;
            font-size: 1.3rem;
        }
        
    }
    
    .h2-about-layer-content{
        font-size: 2rem;
    }
    
    @media (max-width: 350px) {
        .h2-about-layer-content{
            font-size: 1.8rem;
        }
    }
}





