/* 20201020 追加 */
@media screen and (min-width: 601px){


  body{
    max-width: 1280px;
    font-family: serif;
    margin: 0 auto;
  
  }
  
  a{
    text-decoration: none;
    color: black;
   /* 以下変更 OK */
  }
  
  li{
    list-style: none;
  }

  .br-sp{
    display: none;
  }
  
  /* copyright */
  .copyright{
    text-align: center;
    margin-bottom: 30px;
  }
  
  
  /* ここからheader */
  .header-wrap{
    width: 100%;
  
  }
  
  .headerbox{
    position: relative;
  }
  
  .headerbox div.catchcopy, div.header-tel{
    position: absolute;
  }

  .header-tel{
    /*position: absolute;*/  
    right: 10px;
    top: 10px;
    font-size: 25px;
    background-color: #e7edf1;
    padding: 5px 20px;
    border-radius: 10px;
  }
  
  /* mailマークボタンを拡大 */
  .header-mail{
    display: inline-block;
    font-size: 25px;
    transition: all .3s ease 0s;
  }
  
  .header-mail:hover{
    cursor: pointer;
    transform: scale(1.3);
  }
  
  .header-time{
    font-size: 15px;
  }
  
  .header-img{
    margin: 0 auto;
  }
  
  /* catchcopy テロップ */
  .catchcopy{
    top: 47%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;

  }

  .catchcopy-p{
    font-size: 28px;
    font-family: serif;
    font-weight: 500;
    opacity: 0.8;
    line-height: 45px;
    white-space: nowrap;
    color: darkblue;
    -webkit-animation: catchcopy-p 1.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: catchcopy-p 1.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  }

    @-webkit-keyframes catchcopy-p {
      0% {
        -webkit-filter: blur(12px);
                filter: blur(12px);
        opacity: 0;
      }
      100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
      }
    }
    @keyframes catchcopy-p {
      0% {
        -webkit-filter: blur(12px);
                filter: blur(12px);
        opacity: 0;
      }
      100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
      }
    }





  /* ここからヘッダーナビ */
  .title-wrap{
    display:flex;
    width: 100%;
    height: 100%;
    background-color: white;
    align-items: center;
  /* 以下変更 OK */
  
  }
  
  .title{
    margin-right: auto;
    padding-left: 45px;
  /* 以下変更 OK */
  
  }
  
  .menu-item{
    list-style: none;
    display: inline-block;
    margin: 5px 25px 5px 5px;
  /* 以下変更 OK */
  
  }
  
  .menu-btn{
    font-size: 18px;
    font-weight: 450;
    background-color: #F4F8F7;
    padding: 6px 20px;
    /* 以下変更 OK */
    border-left: solid 1px #6e6e6e;
    border-right: solid 1px #6e6e6e;
    display: inline-block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  
  .menu-btn:hover{
    background-color: #e7edf1;
  }
  
  ul.menu-group ul {
    display: none;      
    margin: 0px;        
    padding: 0px;       
    position: absolute;
  }
  
  ul.menu-group li:hover ul {
    display: block; 
  }
  
  .sub-btn{
    font-size: 17px;
    font-weight: 450;
    background-color: #F4F8F7;
    padding: 6px 20px;
    /* 以下変更 OK */
    display: inline-block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  
  .sub-btn:hover{
    background-color: #fff8beef;
  }
  

  
  /* ここからfooter */
  .footer-wrap, .footer-left, .footer-map, .footer-center, .footer-right{
    display: inline-block;
    vertical-align: top;
   
  }
  
  .footer-wrap{
    box-sizing: border-box;
    width: 1280px;
    height: 300px;
    border: 2px solid darkgrey ;
    margin: 20px 0 20px 0;
  }
  
  .footer-left{
    margin: 0 10px 0 15px;
  
  }
  
  .footer-menu{
    margin: 5px 40px 18px 50px;
    
  }
  
  .footer-map{
    margin: 30px 5px 0 10px;
    
  }
  
  .footer-wrap ul{
    list-style: none;
    padding: 5px 20px 5px 20px;
    
  }
  
  .footer-title{
    font-size: 21px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #d3d3d3;
    margin: 5px 0 13px 3px;
  }
  
  .footer-tel{
    margin: 10px 0 0 0;
  }
  
  .footer-fax{
    margin: 3px 0;
  }

  .footer-pdf{
    width: 90%;
    margin: 20px 0 3px 0;
    border: #4e7bcc 1px solid;
    background-color: rgb(252, 201, 108);
    padding: 4px 3px ;
    border-radius: 15px ;
  }
  
  .footer-link{
    margin: 5px 0 10px 0;
    font-size: 16px;
    font-weight: 600;
  }
  
  .footer-link1, .footer-link2, .footer-link3, .footer-link4{
    margin: 18px 0;
  
  }
  
  .footer-sr,.footer-sp,.footer-sc,.footer-cs {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  
  .footer-sr::after, .footer-sp::after, .footer-sc::after, .footer-cs::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #e7edf1;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .4s;
  }
  
  .footer-sr:hover::after, .footer-sp:hover::after, .footer-sc:hover::after, .footer-cs:hover::after  {
    transform: scale(1, 1);
  }
  
  .arrow{
    position: relative;
    display: inline-block;
    padding-left: 22px;
    color: #333;
    text-decoration: none;
  }
  
  .arrow:before{
    content: '';
    width: 18px;
    height: 18px;
    background: #3cb371;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
  }
  
  .arrow:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent #FFF;
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -4px;
  }
  
  
  /* ここからservice */
  .service-wrap{
    height: 1000px;
    background-color: #FFF;
    text-align: center;
  
  }
  
  .service-title{
    padding-top: 110px;
    padding-bottom: 50px;
    max-width: 900px;
    margin: 0 auto;
  
  }
  
  .service-title h2{
    font-weight: 700;
    font-size: 32px;
    padding: 7px 0;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
  
  }
  
  .service{
    float: left;
    width: 50%;
    margin-bottom: 45px;
  
  }
  
  .service-img{
    position: relative;
  
  }
  
  .service-img p{
    position: absolute;
    top: 83%;
    width: 100%;
    color: #000;
    /*  */
    left: 24%;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    padding: 5px 0 5px 3%;
    width: 50%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.7;
  }
  
  .service-text{
    color: #000;
    margin-top: 15px;
    font-size: 15px;
    display: inline-block;
    width: 80%;
  }
 
  
  /* ここからpromise */
  .promise-wrap{
    width: auto;
    height: 700px;
    background-color: #FFF;
    text-align: center;
  }
  
  .promise-title{
    padding-top: 130px;
    padding-bottom: 80px;
  }
  
  .promise-title h2{
    max-width: 900px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 32px;
    padding: 7px 0;
    background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0);
    background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0);
    background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0);
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
  }
  
  .promise-menu{
    display: flex;
    margin-left: 60px;
  }
  
  .promise2{
    margin: 0 80px;
  }
  
  .promise-box1,.promise-box2,.promise-box3{
    box-sizing: border-box;
    height: 180px;
    width: 300px;
    position: relative;
    border: double 5px darkgray;
    /*  */
      color: #000;
      text-shadow: 0 0 5px white;
      padding: 0.3em 0.5em;
      background: repeating-linear-gradient(-45deg, #f0f0f0, #f0f0f0 3px,#d0d7f8 3px, #d0d7f8 7px);
  }
  
  .promise-box1 p{
    position: absolute;
    font-weight: 800;
    margin: 67px 56px;
    font-size: 23px;
  }
  
  .promise-box2 p{
    position: absolute;
    font-weight: 800;
    margin: 67px 68px;
    font-size: 24px;
  }
  
  .promise-box3 p{
    position: absolute;
    font-weight: 800;
    margin: 67px 49px;
    font-size: 23px;
  }
  
  .promise-text{
    word-break: break-all;
  
  }
  
  
  /* ここからofficeページ */
  .office-wrap{
    margin: 70px auto;
    width: 1100px;
  }
  
  .greeting-title{
    background-color: #CCCBDB;
    width: 40%;
    margin: 0 0 40px 20px;
  }
  
  .greeting-title h2{
    font-size: 27px;
    padding: 10px 0;
    border-top: 2px solid  #000;
    border-bottom: 2px solid  #000;
    background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
  }
  
  .greeting{
    display: flex;
    justify-content: center;
    border: solid 3px darkgrey;
    border-radius: 10px;
    padding: 55px 0;
    margin-bottom: 70px;
  }
  
  table{
    width: 391px;
    height: 650px;
  }

  .chief-log{
    width: 389px;
    height: 25px;
 }

  .chief-name{
    width: 389px;
    height: 25px;
 }

  .greeting img{
    margin: 0 45px 0 0;
  }
  
  .greeting p{
    margin: 0 auto;
    line-height: 2;
  }
  
  .greeting-sentence{
    margin-left: 80px;
  }
  
  .career{
    margin-bottom: 80px;
  }
  
  .career p{
    font-size: 19px;
  }
  
  
  /* ここからhistory */
  .history-wrap{
    margin: 70px auto;
    width: 1100px;
    padding-bottom: 30px;
  }
  
  .history{
    margin-bottom: 55px;
  }
  
  .history-title{
    background-color: #CCCBDB;
    width: 40%;
    margin: 0 0 50px 10px;
  
  }
  
  .history-title h2{
    font-size: 27px;
    padding: 10px 0;
    border-top: 2px solid  #000;
    border-bottom: 2px solid  #000;
    background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
  }
  
  .history img{
    float: right;
    margin-left: 30px;
    margin-bottom: 10px;
  }
  
  .history p{
    margin: 0 auto;
    line-height: 2.5;
  }
  
  .history-sentence{
    clear: left;
  }
  
  .summary-staff{
    font-size: 21px;
    font-family: serif;
    padding-left: 15px;
    padding-bottom: 20px;
  }

  .summary-tax{
    font-size: 21px;
    font-family: serif;
    padding-left: 15px;
    padding-bottom: 5px;
  }

  .summary-sr, .summary-sc{
    font-size: 21px;
    font-family: serif;
    padding-left: 160px;
    padding-bottom: 5px;
  }
  
  
  
  /* ここからaccessページ */
  
  .access-wrap{
    width: 1100px;
    margin: 70px auto;
  
  }
  
  .access-title{
    background-color: #CCCBDB;
    width: 40%;
    margin: 0 0 40px 20px;
  
  }
  
  .access-title h2{
    font-size: 27px;
    padding: 10px 0;
    border-top: 2px solid  #000;
    border-bottom: 2px solid  #000;
    background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
  
  }
  
  .access-map{
    margin: 0 0 80px 80px;
  
  }
  
    .access-ad{
      margin-bottom: 90px;
      padding-left: 40px;
    }
    
    .access-ad p{
      font-size: 18px;
      margin-bottom: 15px;
      padding-left: 30px;
   }
    
    .access-guide{
       padding-left: 40px;
    
    }
    
    .access-guide p{
       font-size: 19px;
       margin-bottom: 35px;
       padding-left: 20px;
    }
    
  
      /* ここから taxページ */
    
    .tax-wrap{
      width: 1100px;
      margin: 70px auto;
    }
      
    .tax-title{
      background-color: #CCCBDB;
      width: 40%;
      margin: 0 0 50px 10px;
    }
    
    .tax-title h2{
      font-size: 27px;
      padding: 10px 0;
      border-top: 2px solid  #000;
      border-bottom: 2px solid  #000;
      background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
      background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
      background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
    }
  
    .tax-table{
      border-collapse: collapse;
      width: 1000px;
      margin-bottom: 60px;
      font-size: 17px;
      margin-left: 15px;
    }
  
    .tax-thema01{
      border-top: solid 1px black;
      border-bottom: double 1px black;
      border-right: solid 1px black;
      border-left: solid 1px black;
      width: 30%;
      height: 60px;
      font-size: 20px;
    }
  
      .tax-thema02{
        border-top: solid 1px black;
        border-bottom: double 1px black;
        border-right: solid 1px black;
        border-left: solid 1px black;
        width: 70%;
        height: 60px;
        font-size: 20px;
      }
  
      .tax-item01{
        width: 30%;
        border: solid 1px black;
        height: 55px;
        padding-left: 25px;
      }
  
      .tax-item02{
        width: 70%;
        border: solid 1px black;
        height: 55px;
        padding-left: 10px;
      }
  
      .tax-contract{
        padding-bottom: 40px;
      }
  
      .tax-contract p{
        font-size: 21px;
        padding-left: 15px;
        padding-bottom: 20px;
        text-decoration: underline;
        text-decoration-color: darkgray;
    
  }
  
  
      /* ここから srページ */
    
      .sr-wrap{
        width: 1100px;
        margin: 70px auto;
      }
        
      .sr-title{
        background-color: #CCCBDB;
        width: 40%;
        margin: 0 0 50px 10px;
      }
      
      .sr-title h2{
        font-size: 27px;
        padding: 10px 0;
        border-top: 2px solid  #000;
        border-bottom: 2px solid  #000;
        background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
        background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
        background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
      }
    
      .sr-table{
        border-collapse: collapse;
        width: 1100px;
        margin-bottom: 60px;
        font-size: 17px;
        margin-left: 15px;
      }
    
      .sr-thema01{
        border-top: solid 1px black;
        border-bottom: double 1px black;
        border-right: solid 1px black;
        border-left: solid 1px black;
        width: 30%;
        height: 60px;
        font-size: 20px;
      }
    
      .sr-thema02{
        border-top: solid 1px black;
        border-bottom: double 1px black;
        border-right: solid 1px black;
        border-left: solid 1px black;
        width: 70%;
        height: 60px;
        font-size: 20px;
      }
    
      .sr-item01{
        width: 30%;
        border: solid 1px black;
        height: 55px;
        padding-left: 25px;
      }
    
      .sr-item02{
        width: 70%;
        border: solid 1px black;
        height: 55px;
        padding-left: 10px;
      }
    
      .sr-contract{
        padding-bottom: 40px;
      }
    
      .sr-contract p{
        font-size: 21px;
        padding-left: 15px;
        padding-bottom: 20px;
        text-decoration: underline;
        text-decoration-color: darkgray;
      }
  
  
        /* ここから scページ */
      
        .sc-wrap{
          width: 1100px;
          margin: 70px auto;
        }
          
        .sc-title{
          background-color: #CCCBDB;
          width: 40%;
          margin: 0 0 50px 10px;
        }
        
        .sc-title h2{
          font-size: 27px;
          padding: 10px 0;
          border-top: 2px solid  #000;
          border-bottom: 2px solid  #000;
          background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
          background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
          background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
        }
      
        .sc-table{
          border-collapse: collapse;
          width: 1100px;
          margin-bottom: 80px;
          font-size: 17px;
          margin-left: 15px;
        }
      
        .sc-thema01{
          border-top: solid 1px black;
          border-bottom: double 1px black;
          border-right: solid 1px black;
          border-left: solid 1px black;
          width: 30%;
          height: 60px;
          font-size: 20px;
          font-weight: 700;
          padding-left: 20px;
        }
      
        .sc-thema02{
          border-top: solid 1px black;
          border-bottom: double 1px black;
          border-right: solid 1px black;
          border-left: solid 1px black;
          width: 70%;
          height: 60px;
          font-size: 20px;
        }
      
        .sc-item01{
          width: 30%;
          border: solid 1px black;
          height: 55px;
          padding-left: 25px;
        }
      
        .sc-item02{
          width: 70%;
          border: solid 1px black;
          height: 55px;
          padding-left: 10px;
        }

      
        /* ここから supportページ */
        .support-wrap{
          width: 1100px;
          margin: 70px auto;
        }
          
        .support-title{
          background-color: #CCCBDB;
          width: 40%;
          margin: 0 0 50px 10px;
        }
        
        .support-title h2{
          font-size: 27px;
          padding: 10px 0;
          border-top: 2px solid  #000;
          border-bottom: 2px solid  #000;
          background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
          background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
          background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
        }
      
        .support-table{
          border-collapse: collapse;
          width: 1100px;
          margin-bottom: 100px;
          font-size: 17px;
          margin-left: 15px;
        }
      
        .support-thema01{
          border-top: solid 1px black;
          border-bottom: double 1px black;
          border-right: solid 1px black;
          border-left: solid 1px black;
          width: 35%;
          height: 60px;
          font-size: 20px;
          font-weight: 700;
          padding-left: 20px;
        }
      
        .support-thema02{
          border-top: solid 1px black;
          border-bottom: double 1px black;
          border-right: solid 1px black;
          border-left: solid 1px black;
          width: 65%;
          height: 60px;
          font-size: 20px;
        }
      
        .support-item01{
          width: 35%;
          border: solid 1px black;
          height: 55px;
          padding-left: 25px;
        }
      
        .support-item02{
          width: 65%;
          border: solid 1px black;
          height: 55px;
          padding-left: 10px;
        }
      
        .support-info{
          font-size: 21px;
          font-family: serif;
          padding-bottom: 50px;
        }

        .info01, .info02, .info03{
          padding-left: 15px;
          padding-bottom: 15px;
        }

        .info04, .info05{
          padding-left: 263px;
          padding-bottom: 15px;
        }

        .info06{
          padding-left: 262px;
          padding-bottom: 15px;
        }


   /* 業務ページ共通項目 */  

        .contract{
          padding-bottom: 30px;
        }
      
        .contract p{
          font-size: 22px;
          line-height: 3;
          /*padding-left: 15px;*/
          padding-bottom: 5px;
          text-decoration: underline;
          text-decoration-color: darkgray;
          text-align: center;
        }
  
        .contract-mail{
          font-size: 26px;
        }
  
        .contract-btn {
          background-color: #159C41; /* ボタン背景色 */
          color: #fff; /* ボタン文字色 */
          box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
          font-weight: 600;
          border-radius: 4px;
          max-width: 42%;
          margin: 1em auto;
          padding: 0;
          text-align: center;
          line-height: 1.4;
          transition: all .2s ease;
          opacity: 0.8;
          font-size: 23px;
          font-family: serif;
      }
  
       .contract-btn:hover {
          box-shadow: none;
          transform: translateY(2px);
        }
      
       .contract-btn a {
          text-decoration: none;
          color: #fff;
          display: block;
          margin: 0;
          padding: 1em;
        }
  


    /* ここからcolumnページ */
  
    .column-wrap{
      width: 1000px;
      margin: 70px auto;
      padding-bottom: 40px;    
    }
    
    .column-title{
      background-color: #CCCBDB;
      width: 40%;
      margin: 0 0 60px 20px;
    }
    
    .column-title h2{
      font-size: 27px;
      padding: 10px 0;
      border-top: 2px solid  #000;
      border-bottom: 2px solid  #000;
      background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
      background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
      background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0);
    }
    
    .column{
      width: 700px;
      height: auto;
    } 

    .column p{
      font-size: 24px;
      line-height: 1.5;
      padding-left: 20px;
      margin-bottom: 50px;
    }
  

}
  
  
  
  
  
  
                               /*   media : スマホ   */
  @media screen and (max-width: 600px){
    
  
  /* ここから作成 20201029 */  
    
  body{
    width: 100%;
    font-family: serif;
  }
  
  a{
    text-decoration: none;
    color: black;
  }
  
  li{
    list-style: none;
  }
  
  .br-pc{
    display: none;
  }

  /* copyright */
  .copyright{
    font-size: 11px;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }
  
  
                             /* ここからheader */
  .header-wrap{
    width: 100%;
  }
  
  .header-img{
    width: 100%;
  }
  
  .headerbox{
    position: relative;
  }
  
  .header-tel{
    display: none;
  }
  
  .headerbox div.catchcopy{
    position: absolute;
  }


                             /* catchcopy テロップ */
    .catchcopy{
      top: 42%;
      left: 50%;
      -ms-transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      text-align: center;
  
    }
  
    .catchcopy-p{
      font-size: 10px;
      font-family: serif;
      font-weight: 500;
      opacity: 0.8;
      line-height: 14px;
      white-space: nowrap;
      color: darkblue;
      -webkit-animation: catchcopy-p 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
      animation: catchcopy-p 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    }
  
    @-webkit-keyframes catchcopy-p {
      0% {
        -webkit-filter: blur(12px);
                filter: blur(12px);
        opacity: 0;
      }
      100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
      }
    }
    
    @keyframes catchcopy-p {
      0% {
        -webkit-filter: blur(12px);
                filter: blur(12px);
        opacity: 0;
      }
      100% {
        -webkit-filter: blur(0px);
                filter: blur(0px);
        opacity: 1;
      }
    
  }

  
  .title-wrap{
    display: block;
  }
  
  .title{
    font-size: 24px;
    font-family: serif;
    margin-left: 5px;
    margin-bottom: 20px;
  }
  
  .menu-item{
    list-style: none;
    display: inline-block;
    margin: 5px 25px 5px 2px;
  }
  
  .menu-btn{
    font-size: 16px;
    font-weight: 450;
    font-family: serif;
    background-color: #F4F8F7;
    padding: 6px 20px;
    /* 以下変更 OK */
    border-left: solid 1px #6e6e6e;
    border-right: solid 1px #6e6e6e;
    display: inline-block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  
  .menu-btn:hover{
    background-color: #e7edf1;
  }
  
  ul.menu-group ul {
    display: none;      
    margin: 0px;        
    padding: 0px;       
    position: absolute;
  }
  
  ul.menu-group li:hover ul {
    display: block; 
  }
  
  .sub-btn{
    font-size: 16px;
    font-weight: 450;
    background-color: #F4F8F7;
    padding: 6px 20px;
    /* 以下変更 OK */
    display: inline-block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  
  .sub-btn:hover{
    background-color: #fff8beef;
  }
  
  
                             /* ここからfooter */
  .footer-wrap{
    border-top: 2px solid darkgrey ;
    border-bottom: 2px solid darkgrey ;
    margin: 20px 0;
    
  }
  
  .footer-wrap ul{
    list-style: none;
    padding: 5px 0 5px 7px;
  }
  
  .footer-left{
    text-align: left;
  }
  
  .footer-title{
    font-size: 21px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #d3d3d3;
    margin: 5px 0 15px 3px;
  }
  
  .footer-ad{
    margin: 7px 0;
  }
  
  .footer-tel{
    margin: 12px 0 10px 2px;
  }
  
  .footer-fax{
    margin: 5px 0 5px 2px;
  }

  .footer-pdf{
    width: 85%;
    margin: 15px 0 10px 0;
    border: #4e7bcc 1px solid;
    background-color: rgb(252, 201, 108);
    padding: 4px 3px ;
    border-radius: 15px ;
  }
  
  .footer-link{
    margin: 5px 0 10px 0;
    font-size: 16px;
    font-weight: 600;
  }
  
  .footer-link1, .footer-link2, .footer-link3{
    margin: 18px 0;
  }
  
  .footer-sr,.footer-sp,.footer-ac {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  
  .footer-sr::after, .footer-sp::after, .footer-ac::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #e7edf1;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .4s;
  }
  
  .footer-sr:hover::after, .footer-sp:hover::after, .footer-ac:hover::after  {
    transform: scale(1, 1);
  }
  
  .footer-map{
    width: 80%;
    margin: 10px 0 10px 5px;
  }
  
  .footer-center{
    display: none;  
  }
  
  /*.arrow{
    position: relative;
    display: inline-block;
    padding-left: 22px;
    color: #333;
    text-decoration: none;
  }*/
  
  /*.arrow:before{
    content: '';
    width: 18px;
    height: 18px;
    background: #3cb371;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
  }*/
  
  /*.arrow:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent #FFF;
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -4px;
  }*/
  
  
                   /* ここからservice */
  .service-wrap{
    width: 100%;
    background-color: #FFF;
    text-align: center;
  }
  
  .service-title{
    background-color: #CCCBDB;
    width: 100%;
    margin: 60px 0 40px 0;
  }
  
  .service-title h2{
    font-weight: 700;
    font-size: 20px;
    padding: 10px 0;
    margin: 0 auto;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
  }
  
  .service{
    float: none;
    /*width: 50%;*/
    margin-bottom: 45px;
  }
  
  .service-img{
    position: relative;
    text-align: center;
  }
  
  .service-img img{
    width: 85%;
  }

  .service-img p{
    position: absolute;
    top: 83%;
    width: 100%;
    color: #000;

    /*  */
    left: 24%;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    padding: 5px auto;
    width: 50%;
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.7;
  }
  
  .service-text{
    color: #000;
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
 
  
               /* ここからpromise */
  .promise-wrap{
    width: 100%;
    background-color: #FFF;
    text-align: center;
    }
  
  .promise-title{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .promise-title h2{
    font-size: 20px;
    font-family: serif;
    padding: 10px 0;
    margin: 0 auto;
    background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0);
    background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0);
    background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0);
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
  }
    
  .promise-menu{
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    padding-left: 29px;
}

  .promise-box1,.promise-box2,.promise-box3{
    position: relative;
    box-sizing: border-box;
    height: 180px;
    width: 300px;
    border: double 5px darkgray;
    color: #000;
    text-shadow: 0 0 5px white;
    padding: 0.3em 0.5em;
    background: repeating-linear-gradient(-45deg, #f0f0f0, #f0f0f0 3px,#d0d7f8 3px, #d0d7f8 7px);
  }
  
  .promise-box1 p{
    position: absolute;
    top: calc(50% - 25px); 
    left: calc(29% - 10px); 
    font-weight: 800;
    font-size: 20px;
  }
  
  .promise-box2 p{
    position: absolute;
    top: calc(50% - 25px);
    left: calc(34% - 10px); 
    font-weight: 800;
    font-size: 20px;
  }
  
  .promise-box3 p{
    position: absolute;
    top: calc(50% - 25px); 
    left: calc(27% - 10px); 
    font-weight: 800;
    font-size: 20px;
  }
  
  .promise-text{
    word-break: break-all;
    margin-bottom: 40px;
  }
  


                             /* ここからofficeページ */
  .office-wrap{
    /*margin: 70px auto;*/
    width: 100％;
  }
  
  .greeting-title{
    background-color: #CCCBDB;
    width: 100%;
    margin: 30px 0;
  }
  
  .greeting-title h2{
    font-size: 20px;
    font-family: serif;
    padding: 10px 0;
    border-top: 2px solid  #000;
    border-bottom: 2px solid  #000;
    background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
  }
  
  .greeting{
    display: block;
    border: solid 3px darkgrey;
    border-radius: 10px;
    margin-bottom: 70px;
  }
  
  .greeting img{
    width: 70%;
    height: auto;
    padding-left: 23px;
  
  }
  
  .chief-name{
    line-height: 1.5;
  }
  
  .greeting p{
    margin: 10px 0 10px 5px;
    line-height: 2;
  }
  
  .greeting-sentence{
    margin-left: 7px;
  }
  
  .career{
    width: 100%;
    margin-bottom: 70px;
  }
  
  .career p{
    font-size: 16px;
    font-family: serif;
    width: 100%;
    line-height: 1.5;
  }
  
  .nowrap1::after{
    content: "\A" ;
    white-space: pre;
  }
  
  
  
                             /* ここからhistory */
  .history-wrap{
      /*margin: 70px auto;*/
    width: 100%;
    padding-bottom: 15px;
  }
  
  .history{
    margin-bottom: 70px;
  }
  
  .history-title{
    background-color: #CCCBDB;
    width: 100%;
    margin: 30px 0;
  }
  
  .history-title h2{
    font-size: 20px;
    font-family: serif;
    padding: 10px 0;
    border-top: 2px solid  #000;
    border-bottom: 2px solid  #000;
    background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
  }
  
  .history img{
    float: none;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  
  .history p{
    margin: 0 auto;
    line-height: 2.5;
  }
  
  .history-sentence{
    clear: left;
  }
  
  .summary-sr, .summary-sc{
    margin-left: 127px;
  }
  


                             /* ここからaccessページ */
  
  .access-wrap{
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100％;
  }
  
  .access-title{
    background-color: #CCCBDB;
    width: 100%;
    margin: 30px 0;
  }
  
  
  .access-title h2{
    font-size: 20px;
    font-family: serif;
    padding: 10px 0;
    border-top: 2px solid  #000;
    border-bottom: 2px solid  #000;
    background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
  }
  
  
  iframe{
    width: 300px;
    height: 300px;
    margin-left: 20px;
    margin-bottom: 35px;
  }
  
  .access-ad{
    margin-bottom: 60px;
  }
  
  .access-ad p{
     font-size: 17px;
     margin-bottom: 15px;
     padding-left: 25px;
  }
  
  .access-tel{
    display: none;
  }
  
  .access-guide p{
     font-size: 18px;
     margin-bottom: 35px;
     padding-left: 25px;
  }
  
  
  
      /* ここから taxページ */
    
  .tax-wrap{
    width: 100%;
    margin: 70px auto;
  }
      
  .tax-title{
    background-color: #CCCBDB;
    width: 100%;
    margin: 30px 0;
  }
    
  .tax-title h2{
    font-size: 20px;
    font-family: serif;
    padding: 10px 0;
    border-top: 2px solid  #000;
    border-bottom: 2px solid  #000;
    background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
    background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
  }
  
  .tax-table{
     border-collapse: collapse;
     width: 100%;
     margin-bottom: 50px;
     font-size: 17px;
  }
  
  .tax-thema01{
      border-top: solid 1px black;
      border-bottom: double 1px black;
      border-right: solid 1px black;
      border-left: solid 1px black;
      width: 30%;
      height: 60px;
  }
  
  .tax-thema02{
      border-top: solid 1px black;
      border-bottom: double 1px black;
      border-right: solid 1px black;
      border-left: solid 1px black;
      width: 70%;
      height: 60px;
  }
  
  .tax-item01{
      width: 30%;
      border: solid 1px black;
      height: 55px;
  }
  
  .tax-item02{
      width: 70%;
      border: solid 1px black;
      height: 55px;
  }
  
  .tax-contract{
      padding-bottom: 20px;
  }
  
  .tax-contract p{
      font-size: 18px;
      padding-bottom: 20px;
  }
    
    .contract p{
     font-size: 15px;
     }

  
    /* ここから srページ */
    
      .sr-wrap{
        width: 100%;
        margin: 70px auto;
      }
          
      .sr-title{
        background-color: #CCCBDB;
        width: 100%;
        margin: 30px 0;
      }
        
      .sr-title h2{
        font-size: 20px;
        font-family: serif;
        padding: 10px 0;
        border-top: 2px solid  #000;
        border-bottom: 2px solid  #000;
        background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
        background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
        background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
      }
      
      .sr-table{
         border-collapse: collapse;
         width: 100%;
         margin-bottom: 50px;
         font-size: 17px;
      }
      
      .sr-thema01{
          border-top: solid 1px black;
          border-bottom: double 1px black;
          border-right: solid 1px black;
          border-left: solid 1px black;
          width: 30%;
          height: 60px;
      }
      
      .sr-thema02{
          border-top: solid 1px black;
          border-bottom: double 1px black;
          border-right: solid 1px black;
          border-left: solid 1px black;
          width: 70%;
          height: 60px;
      }
      
      .sr-item01{
          width: 30%;
          border: solid 1px black;
          height: 55px;
      }
      
      .sr-item02{
          width: 70%;
          border: solid 1px black;
          height: 55px;
      }
      
      .sr-contract{
          padding-bottom: 20px;
      }
      
      .sr-contract p{
          font-size: 18px;
          padding-bottom: 20px;
      }
        
        /* ここから scページ */
      
        .sc-wrap{
          width: 100%;
          margin: 70px auto;
        }
          
        .sc-title{
          background-color: #CCCBDB;
          width: 100%;
          margin: 30px 0;
        }
        
        .sc-title h2{
          font-size: 20px;
          font-family: serif;
          padding: 10px 0;
          border-top: 2px solid  #000;
          border-bottom: 2px solid  #000;
          background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
          background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
          background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0);
        }
      
        .sc-table{
          border-collapse: collapse;
          width: 100%;
          margin-bottom: 50px;
          font-size: 17px;
        }
      
        .sc-thema01{
          border-top: solid 1px black;
          border-bottom: double 1px black;
          border-right: solid 1px black;
          border-left: solid 1px black;
          width: 30%;
          height: 60px;
          font-weight: 700;
        }
      
        .sc-thema02{
          border-top: solid 1px black;
          border-bottom: double 1px black;
          border-right: solid 1px black;
          border-left: solid 1px black;
          width: 70%;
          height: 60px;
        }
      
        .sc-item01{
          width: 30%;
          border: solid 1px black;
          height: 55px;
        }
      
        .sc-item02{
          width: 70%;
          border: solid 1px black;
          height: 55px;
        }
      

        /* ここから supportページ */
        .support-wrap{
          width: 100%;
          margin: 70px auto;
        }
          
        .support-title{
          background-color: #CCCBDB;
          width: 100%;
          margin: 30px 0;
        }
        
        .support-title h2{
          font-size: 20px;
          font-family: serif;
          padding: 10px 0;
          border-top: 2px solid  #000;
          border-bottom: 2px solid  #000;
          background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
          background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
          background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0);
        }
      
        .support-table{
          border-collapse: collapse;
          width: 100%;
          margin-bottom: 50px;
          font-size: 17px;
        }
      
        .support-thema01{
          border-top: solid 1px black;
          border-bottom: double 1px black;
          border-right: solid 1px black;
          border-left: solid 1px black;
          width: 35%;
          height: 60px;
          font-weight: 700;
        }
      
        .support-thema02{
          border-top: solid 1px black;
          border-bottom: double 1px black;
          border-right: solid 1px black;
          border-left: solid 1px black;
          width: 65%;
          height: 60px;
        }
      
        .support-item01{
          width: 35%;
          border: solid 1px black;
          height: 55px;
        }
      
        .support-item02{
          width: 65%;
          border: solid 1px black;
          height: 55px;
        }
      
        .support-info{
          font-size: 18px;
          font-family: serif;
          padding-bottom: 30px;
        }

        .info01{
          padding-bottom: 15px;
        }

        .info02, .info03{
          padding-bottom: 10px;
        }

        .info04{
          padding-left: 5px;
          padding-bottom: 7px;
        }

        .info05{
          padding-left: 5px;
          padding-bottom: 20px;
        }

        .info06{
          padding-left: 5px;
          padding-bottom: 15px;
        }

        span.info07{
          display: inline-block;
          margin: 12px 0 0 5px;
        }

        span.info08{
          display: inline-block;
          margin: 14px 0 0 5px;
        }

        span.info09{
          display: inline-block;
          margin: 23px 0 0 5px;
        }

        span.info10{
          display: inline-block;
          margin: 14px 0 0 5px;
        }

        span.info11{
          display: inline-block;
          margin: 25px 0 0 0;
        }



   /* 業務ページ共通項目 */  

        .contract{
          padding-bottom: 20px;
        }
      
        .contract p{
          font-size: 18px;
          line-height: 3;
          /*padding-left: 15px;*/
          padding-bottom: 5px;
          text-decoration: underline;
          text-decoration-color: darkgray;
          text-align: center;
        }
  
        .contract-mail{
          font-size: 18px;
        }
  
        .contract-btn {
          background-color: #159C41; /* ボタン背景色 */
          color: #fff; /* ボタン文字色 */
          box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
          font-weight: 600;
          border-radius: 4px;
          max-width: 75%;
          margin: 1em auto;
          padding: 0;
          text-align: center;
          line-height: 1.4;
          transition: all .2s ease;
          opacity: 0.8;
          font-size: 18px;
          font-family: serif;
      }
  
       .contract-btn:hover {
          box-shadow: none;
          transform: translateY(2px);
        }
      
       .contract-btn a {
          text-decoration: none;
          color: #fff;
          display: block;
          margin: 0;
          padding: 1em;
        }
  


    /* ここからcolumnページ */
  
    .column-wrap{
      width: 100%;
      margin: 70px auto;
      padding-bottom: 20px;    
    }
    
    .column-title{
      background-color: #CCCBDB;
      width: 95%;
      margin: 30px 0;
    }
    
    .column-title h2{
      font-size: 20px;
      font-family: serif;
      padding: 10px 0;
      border-top: 2px solid  #000;
      border-bottom: 2px solid  #000;
      background: -moz-linear-gradient(top left, #f0f0f0, #c0c0c0); 
      background: -webkit-linear-gradient(top left, #f0f0f0, #c0c0c0); 
      background: linear-gradient(to bottom right, #f0f0f0, #c0c0c0); 
    }
    
    .column{
      width: 300px;
      height: auto;
    } 

    .column p{
      font-size: 12px;
      line-height: 2.0;
      margin-bottom: 20px;
    }          
  


    
}