body {
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN";
  }
  
  .top-wrapper.container h1{
    padding-top:70px;
    padding-right:70px;
    opacity:0.7;
    font-size:45px;
    letter-spacing:5px;
  }
  
  /*Femtetロゴ位置*/
  .top-wrapper.container img{
        padding-right:180px;
  }
  
  a {
    text-decoration: none;
  }
  
  .container {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
  }

  /*解析事例アイキャッチ*/
  .container-ex {
    width: 1500px;/*アイキャッチが重ならないように大きめにする*/
    padding: 0 15px;
    margin: 0 auto;
  }
  
  .top-wrapper {
    padding: 150px 0 100px 0;/*高さ調整*/
    background-image: url(https://www.muratasoftware.com/common/img/top/mainvisual-5hanten2.jpg);
    background-size: cover;
    color: white;
    text-align: right;
  }
  
  .top-wrapper h1 {
    opacity: 0.7;
    font-size: 45px;
    letter-spacing: 3px;
  }
  
  .top-wrapper p {
    opacity: 0.7;
    font-size: 20px; /* フォントサイズ */
  }
  
  .btn-wrapper {
    margin: 20px 0;
  }
  
  .btn-wrapper p {
    margin: 10px 0;
  }
  
  .signup {
    background-color: #239b76;
  }
  
  .facebook {
    background-color: #3b5998;
    margin-right: 10px;
  }
  
  .twitter {
    background-color: #55acee;
  }
  
  .btn {
    padding: 10px 28px;
    color: white;
    display: inline-block;
    opacity: 0.8;
    border-radius: 4px;
    font-size: 20px; /* フォントサイズ */
  }
  
  .btn:hover {
    opacity: 1;
  }
  
  .fa {
    margin-right: 5px;
  }
  
  /*
  header {
    height: 65px;
    width: 100%;
    background-color: rgba(34, 49, 52, 0.9);
  }
  */
  header {
    height: 65px;
    width: 100%;
    background-color: #f7f7f7;
    opacity: 0.9;
    /* positionプロパティをfixedに */
    position:fixed;
    top:0;
    /* z-index10 */
    z-index:10;
  }
  
  
  .logo {
    width: 124px;
    margin-top: 15px;
  }
  
  .header-left {
    float: left;
  }
  
  .header-right {
    float: right;
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.5s;
  }
  
  .header-right:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  
  .header-right a {
    line-height: 65px;
    padding: 0 25px;
    color: white;
    display: block;
  }
  
  .lesson-wrapper {
    height: 250px;/*段落の高さ*/
    padding-bottom: 5px;
    /*background-color: #f7f7f7;*/
    background-color: white;/*解析事例をきれいにみせるため背景白で*/
    text-align: center;
  }
  
  .heading {
    padding-top: 10px;
    padding-bottom: 0px;
    color: #5f5d60;
  }
  
  .heading h2 {
    font-weight: normal;
  }
  
  /* ---lessonクラスのCSS--- */
  .lesson{
    float:left;
    width:25%;
  }
  
  .lesson-icon {
    position: relative;
  }

  /*6角形の大きさ*/
  .lesson-icon img {
    height: 256px;
    width: 220px;    
  }
  
  /* ---lesson2クラスのCSS--- */
  .lesson2{
    float:left;
    width:25%;
  }

  /*解析事例アイキャッチ画像の設定*/
  .ex-icon {
    position: relative;
  }

  /*解析事例のアイキャッチ画像サイズ*/
  .ex-icon img {
    height: 203px;
    width: 350px;
    margin-left: 20px;
    margin-right: 200px;

  }


  /*ソルバの説明テキストサイズ*/
  .explain {
    font-size: 11pt;
    opacity:0.8;
  }

  /*ソルバの説明文字の位置調整*/
  .lesson-icon p {
    position: absolute;
    top: 20px;/*位置調整*/
    left:75px;
    width: 51%;/*幅調整*/
    color: white;
  }
  
  .txt-contents {
    width: 80%;
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    color: #b3aeb5;
  }
  
  .message-wrapper {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    background-color: #f7f7f7;
    text-align: center;
    height: 700px;
  }
  
  /*試用版のリンクボタン*/
  .message {
    padding: 10px 25px;
    background-color: #5dca88;
    cursor: pointer;
    box-shadow: 0 5px #1a7940;
  }
  
  .message:active {
    position: relative;
    top: 5px;
    box-shadow: none;
  }
  
  /*問い合わせフォームのリンクボタン*/
  .message2 {
    padding: 10px 15px;
    background-color: #5d89ca;
    cursor: pointer;
    box-shadow: 0 5px #364f74;
  }
  
  .message2:active {
    position: relative;
    top: 5px;
    box-shadow: none;
  }

  /*簡単操作�?段落*/
  .lesson-wrapper2 {
    height: 435px;/*段落の高さ*/
    padding-bottom: 80px;
    background-color: #f7f7f7;
    text-align: center;/*真ん中��?��*/
  }

  /*導入実績*/
  .lesson-wrapper3 {
    height: 350px;/*段落の高さ*/
    padding-bottom: 80px;
    background-color: white;
    text-align: center;/*真ん中��?��*/
  }
  
  /*価格の段落*/
  .price-lesson-wrapper {
    height: 320px;/*段落の高さ*/
    padding-bottom: 80px;
    background-color: white;
    text-align: center;/*真ん中��?��*/
  }

  /*導入実績の段落*/
  .achivement-lesson-wrapper {
    height: 55px;/*段落の高さ*/
    width: 100%;
    padding-bottom: 80px;
    background-color: white;
    text-align: center;/*真ん中��?��*/
  }


  /*----- 8つのソルバ -----*/

  .solver-lesson-wrapper1{
    height: 420px;/*段落の高さ*/
    padding-bottom: 5px;
    background-color: white;/*解析事例をきれいにみせるため背景白で*/
    text-align: center;
  }

  .solver-lesson-wrapper2{
    height: 310px;/*段落の高さ*/
    padding-bottom: 0px;
    background-color: white;/*解析事例をきれいにみせるため背景白で*/
    text-align: center;
  }

   /*解析事例の絵*/
  .ex-picture-wrapper{
    height: 300px;/*段落の高さ*/
    padding-bottom: 0px;
    background-color: #f7f7f7;/*解析事例をきれいにみせるため背景白で*/
    text-align: center;
  }

  .ex-picture{
    background-color: white;
    /*margin-right: 10px;*/
  }

  .btn-ex-picture {
    /*padding: 0px 24px;*/
    color: white;
    display: inline-block;
    opacity: 0.5;
    border-radius: 4px;
  }
  
  .btn-ex-picture:hover {
    opacity: 1;
  }

  .paragraph1-wrapper{
    height: 105px;/*段落の高さ*/
    padding-bottom: 0px;
    background-color: #f7f7f7;
    text-align: center;
  }


  .anchor-dummy1{
    height: 65px;/*段落の高さ*/
    background-color: white;
  }

  .anchor-dummy2{
    height: 65px;/*段落の高さ*/
    background-color: #f7f7f7;
  }