@charset "UTF-8";

body{
    background-color: #DCDDDD;
}


/*-------ヘッダ------------*/
.page-header{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px 0px 50px 80px;
}

.page-header{
    display: flex;
}



.top-img{
    width: 1200px;
    display: flex;
    margin:0 auto;
}



.logo{
    width: 180px;
    margin-right: 40px;
}

.nav-shikaku{
    color: #13AE67;
}


nav{
    display: flex;
}

.eng{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

nav ul{
    margin-right: 20px;
     font-family: 'Courier New', Courier, monospace;
     color: #595757;
}

nav ul a:hover{
    color: #dddddd;
}

.page-header{
    display: flex;
}

/*--------------共通------------*/

h1{
    font-size: 19px;
    color: #13AE67;
    font-family: 'Courier New', Courier, monospace;
    border-bottom:1px solid #13AE67;
    line-height: 1.7;
    margin-bottom: 20px;
    letter-spacing: 5px;
    font-weight: bold;
}

h2{
    font-size: 17px;
    color: #595757;
    letter-spacing: 3px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 60px;
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.7;
}

h3{
    font-size: 17px;
    color: #595757;
    letter-spacing: 3px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 10px;
    line-height: 2;
}

h4{
    font-size: 17px;
    color: #595757;
    letter-spacing: 3px;
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 10px;
    line-height: 2;
}


p{
    font-size: 15px;
    color: #595757;
    font-family: 'Courier New', Courier, monospace;
    line-height: 2;
    letter-spacing: 2;
    margin-bottom: 30px;
    line-height: 1.7;
}

.green{
    color: #13AE67;
}


/*--------------メイン------------*/

main{
    background-color: #fff;
    width: 1200px;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 30px;
}

.main-wrap{
    width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 60px;
}


.bottom{
    width: 100%;
    height: 100px;
}

.maru{
    color: #13AE67;
    font-size: 20px;
}

#footer{
    background: linear-gradient(90deg, #a2e29b,#4db1ec);
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}



/*
モバイル版
========================================================= */
@media (max-width: 700px){

    /*--------ヘッダ----------*/
   
   
   
    .logo{
       width: 40%;
   }
   
   .top-img{
       width: 100%;
   }
   
   .page-header{
       width: 100%;
       display: block;
       float: left;
        padding: 30px 30px 20px 15px;    
   }
   
   .page-header nav{
       margin-top: 30px;
       width: 100%;
   }
   
   .page-header nav ul {
       font-size: 12px;
       font-weight: bold;
       white-space: nowrap;
   }
   
   nav ul{
       margin-right: 11px;
   }
   
   
   
   /*------------共通--------------*/
   
   h1{font-size: 40px;}
   
   h1{
       font-size: 17px;
       margin-bottom: 10px;
   }
   
   h2{
       font-size: 13px;
       margin-bottom: 30px;
   }
   
   
   
   
   h3{
       font-size: 12px;
       letter-spacing: 1px;
   }
   
   
   h4{
       font-size: 13px;
       text-align: left;
       line-height: ;
   }
   
   
    /*--------------メイン------------*/
   
   main{
       width: 100%;
       padding-bottom: 10px;
       padding-top: 30px;
   }
   
   .main-wrap{
       width: 90%;
       margin: 0 auto;
   }
  
   
   .text-wrap{
       margin-left: 0px;
   }
 
   .maru{
    position: relative;
    font-size: 15px;
    bottom: -1px;
   }
   
   
 

   
   
   /*--------------フッター---------------------------*/
   #footer{
       background: linear-gradient(90deg, #a2e29b,#4db1ec);
       width: 100%;
       margin: 0 auto;
       height: 80px;
   }
   
     
   

  
}
