

/***********************************　メイン設定　　************************************/



body {
    /** background-image: url("https://gaiheki.support/wp-content/uploads/2020/07/dark-1845065_1920.jpg");*/
     /**background-repeat: no-repeat;
     background-size: cover;*/
     height: 250px;
      font-family:  'Alata', sans-serif; 
      background: #220058;
    }
    
    
    
    
    
    
    
    h2 {
      /*線の種類（実線） 太さ 色*/
     /*  border-bottom: solid 3px black;*/
      font-family:  'Alata', sans-serif; 
    }
    
    
    
    /***********************************　基本文字サイズ設定　　************************************/
    h1 {
        font-size: 41px;/* IE8以下とAndroid4.3以下用フォールバック */
    }
    h2 {
        font-size: 32px;/* IE8以下とAndroid4.3以下用フォールバック */
    }
    
    
    /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
    @media only screen and (max-width: 750px) {
    h1 {
        font-size: 31px;/* IE8以下とAndroid4.3以下用フォールバック */
    }
    h2 {
        font-size: 29px;/* IE8以下とAndroid4.3以下用フォールバック */
    }
    }
    /***********************************　基本文字サイズ設定　　************************************/
    
    
    
    /***********************************　セッション2設定　　************************************/
    /*#f5f5f5;*/
    .section2 {
    clear: both;
    background-color:#f5f5f5;
    text-align: center;
    font-family:  'Alata', sans-serif; 
    }
    
    /***********************************　セッション2設定　　************************************/
    
    
    /***********************************　セッション3設定　　************************************/
    /*#f5f5f5;*/
    .section3 {
    width: 100%;
    padding:10px 25px 20px 25px;
    min-height: 780px;
    clear: both;
    background-color:#ffffff;
    text-align: center;
    font-family:  'Alata', sans-serif; 
    }
    
    /***********************************　セッション3設定　　************************************/
    
    
    
    
    /***********************************　セッション4設定　　************************************/
    /*#f5f5f5;*/
    .section4 {
    width: 100%;
    clear: both;
    min-height: 780px;
    background-color:#f5f5f5;
    text-align: center;
    font-family:  'Alata', sans-serif; 
    }
    
    /***********************************　セッション4設定　　************************************/
    
    
    
    
    
    /***********************************　画像サイズ設定　　************************************/
    .resizeimage img { 
    clear: both;
    width: 100%; 
    max-height: 710px; 
    object-fit: cover; 
    }
    .resizeimage {
        clear: both;
      position: relative;
      }
    
    .resizeimage .info-text {
        clear: both;
      font-family: 'Alata', sans-serif;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      margin:0;
      padding:0;
      /*文字の装飾は省略*/
      }
    
    
    
    
    
    
    
    
    
    
    
      
    
    
    /***********************************　ブロック位置設定　　************************************/
    
    
    
    /***********　テーブルを含むフィールド　　**********/
    .about-table {
    padding: 0em 1em;
    }
    /***********　テーブルを含むフィールド　　**********/
    
    
    /***********　施工画像のフィールド　　**********/
    .Construction_pic{ 
    width: 35%;
    float: right;
    padding: 0em 4em;
    text-align: left;
    }
    
    .Construction_pic img { 
    float: right;
    width: 75%;
    text-align: left;
    /*max-height: 110px; */
    }
    /***********　施工画像のフィールド　　**********/
    
    
    /***********　施工画像のフィールド　　**********/
    .Construction_pic2{ 
    width: 55%;
    float: left;
    padding: 0em 4em;
    text-align: left;
    }
    
    .Construction_pic2 img { 
    float: right;
    width: 85%;
    text-align: left;
    /*max-height: 110px; */
    }
    
    /***********　施工画像のフィールド　　**********/
    
    
    
    
    
    
    .Google-Map{
    clear: both;
    }
    
    /***********************************　ブロック位置設定　　************************************/
    
    
    
    
                
    /***********************************　個別フォントの設定　　************************************/
          
     .top1 { font-family:  'Alata', sans-serif; }
     .about-table{ font-family: 'Alata', sans-serif;}
          
          
    /***********************************　標準フォントの設定　　************************************/
    body {
    font-family:  'Alata', sans-serif; 
    color:#000000;
    line-height:25px;
    font-size:0.95em;
    margin: 0px;
    }
    
    * {box-sizing: border-box;}
    /***********************************　標準フォントの設定　　************************************/
    
    
    
    
    /***********************************　スティッキーヘッダー（固定ヘッダー）　　************************************/
    
    /*  background:#61bccd;*/
    .header{
      background:#ffffff;
      box-shadow:0 2px 8px rgba(30,30,80,.3);
      left:0;
      vertical-align : top;
      position:fixed;
      top:0;
      width:100%;
      height: 45px;
      z-index:24;
      display:flex;
      justify-content:space-between;
      align-items:center
    }
    
    
    
    .header-title{
    display: inline-block;  
      font-family:  'Alata', sans-serif; 
      line-height: 45px;
    }
    
    .nav-drawer {
    display: inline-block;  
    }
    
          
          
          
    
    .header-button {
    display: inline-block;  
      height: 80%;
      margin: 3px 10px 3px 10px;
      padding: 0.3em 1.2em;
      overflow: hidden;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 3px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      box-shadow: 0 2px 10px rgba(0,0,0,0.5);
      border: none; 
      font-size: 14px;
      text-align: center;
      background-color: #03A9F4;
      color: white;
    }
    
    .header-button:hover {
      box-shadow: 1px 6px 15px rgba(0,0,0,0.5);
    }
    
    .pc-button {
        display: inline-block;  
      height: 80%;
      margin: 3px 10px 3px 10px;
      padding: 0.3em 1.2em;
      overflow: hidden;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 3px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      box-shadow: 0 2px 10px rgba(0,0,0,0.5);
      border: none; 
      font-size: 14px;
      text-align: center;
      background-color: #03A9F4;
      color: white;
    }
    
    .pc-button:hover {
      box-shadow: 1px 6px 15px rgba(0,0,0,0.5);
    }
    
    
    /***********************************　　スティッキーヘッダー（固定ヘッダー）　ここまで！　***************************/
    
    
    
    
    
    
    /***********************************　スティッキーヘッダー（固定ヘッダー） スマホ・PCの切替　　************************************/
    
    
    /* パソコンで見たときは"pc"のclassがついた画像が表示される */
    .pc-button { display: block !important; }
    /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
    @media only screen and (max-width: 750px) {
    .pc-button { display: none !important; }
    }
    
    /***********************************　スティッキーヘッダー（固定ヘッダー） スマホ・PCの切替　　************************************/
    
    
    
    
    
    
    
    
    
    /***********************************　　通常のボタン　各種　***************************/
    
    
    .button2 {
        display: inline-block;  
      height: 80%;
      margin: 7px 10px 7px 10px;
      padding: 0.7em 1.2em;
      overflow: hidden;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 3px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      box-shadow: 0 2px 10px rgba(0,0,0,0.5);
      border: none; 
      font-size: 14px;
      text-align: center;
      background-color: #000000;
      color: white;
    }
    
    .button2:hover {
      box-shadow: 1px 6px 15px rgba(0,0,0,0.5);
    }
    
    
    .button1 {
      display: inline-block;
      margin: 0.1em;
      padding: 0.3em 1.2em;
      overflow: hidden;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 3px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      box-shadow: 0 2px 10px rgba(0,0,0,0.5);
      border: none; 
      font-size: 14px;
      text-align: center;
      background-color: #000000;
      color: white;
    }
    
    .button1:hover {
      box-shadow: 1px 6px 15px rgba(0,0,0,0.5);
    }
    
    
    
    
    .button3 {
      display: inline-block;
      margin: 0.1em;
      padding: 0.3em 1.2em;
      overflow: hidden;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 3px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      box-shadow: 0 2px 10px rgba(0,0,0,0.5);
      border: none; 
      font-size: 17px;
      text-align: center;
      background-color: #0000cd;
      color: #ffffff;
    }
    
    .button3:hover {
      box-shadow: 1px 6px 15px rgba(0,0,0,0.5);
    }
    
    
    
    .button4 {
    display: inline-block;  
      height: 80%;
      margin: 7px 10px 7px 10px;
      padding: 0.7em 1.2em;
      overflow: hidden;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 3px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      box-shadow: 0 2px 10px rgba(0,0,0,0.5);
      border: none; 
      font-size: 14px;
      text-align: center;
      background-color: #808080;
      color: white;
    }
    
    .button4:hover {
      box-shadow: 1px 6px 15px rgba(0,0,0,0.5);
    }
    
    
    
    
    /*******　検索候補ボタン　******/
    
    .btn-flat-border {
      display: inline-block;
      padding: 0.3em 1em;
      text-decoration: none;
      color: #67c5ff;
      border: solid 2px #67c5ff;
      border-radius: 3px;
      transition: .4s;
    }
    
    .btn-flat-border:hover {
      background: #67c5ff;
      color: white;
    }
    /*******　検索候補ボタン　******/
    
    /***********************************　　通常のボタン　各種　***************************/
    
    
    
    
    
    
    
    
      /***********************************　カードデザイン　　************************************/
    
    .card-img {
      border-radius: 5px 5px 0 0;
      max-width: 100%;
      height: auto;
    }
    .card-content {
      padding: 5px;
    }
    .card-title {
      font-size: 19px;
      margin-bottom: 20px;
      text-align: center;
      color: #333;
    }
    .card-text {
      color: #777;
      font-size: 14px;
    }
    .card-link {
      text-align: center;
      border-top: 1px solid #eee;
      padding: 20px;
    }
    .card-link a {
      text-decoration: none;
      color: #0bd;
      margin: 0 10px;
    }
    .card-link a:hover {
      color: #0090aa;
    }
     /***********************************　カードデザイン　　************************************/
    
    
    
    
     /***********************************　UI カード配置のデザイン　　************************************/
    
    /*案件情報　掲示板全体（カード）*/
    
       
    .Case section {
      margin: 10px;
    }
    
    .Case  {
      max-width: 100%;
      display: flex;
      -webkit-flex-flow: row　wrap;
       flex-flow: row wrap;
      justify-content: center;
    }
        
    .Case2  {
      color: #fff;
      padding:100px 0px 100px 0px;
      text-align:center
    }
    
    .Case2 img{
      width: 370px;
      max-width: 90%;
    }
    
     /***********************************　UI カード配置のデザイン　　************************************/
        
        
    
    
    
    
    
    
    
    
    
    
    
    /***********************************　カードデザイン　　************************************/
    .card1 {
    display: inline-block;
      width: 85%;
      max-width: 360px;
      min-width: 300px;
      max-height: 800px;
      background: #fff;
      margin: 30px 5px 15px 2px;
      padding: 0 5 0px 5px;
      position: relative;
      overflow: visible;
      border-radius: 5px;
      box-shadow: 0 2px 5px #ccc;
    }
    
    .card1-title {
      margin: 2px 0px 5px 0px;
      font-size: 24px;
      text-align: center;
      color: #333;
    }
    .card1-subtext {
      margin: 10px 0px 0px 0px;
      color: #777;
      font-size: 13px;
    }
    
    .card1-text {
      color: #4169e1;
      font-size: 15px;
    }
    
    
    .card1:empty {
      display: none;
    }
     /***********************************　カードデザイン　　************************************/
    
    
    
    
    /***********************************　カードデザイン　　************************************/
    .card2 {
    display: inline-block;
      width: 85%;
      max-width: 360px;
      min-width: 300px;
      max-height: 800px;
      background: #fff;
      margin: 30px 20px 30px 20px;
      padding: 30px 20px 20px 30px;
      position: relative;
      overflow: visible;
      border-radius: 5px;
      box-shadow: 0 2px 5px #ccc;
    }
    
    
    
    .card2-title {
      margin: 30px 0px 5px 0px;
      font-size: 24px;
      text-align: center;
      color: #333;
    }
    .card2-text {
      color: #777;
      font-size: 13px;
    }
    
    .card2:empty {
      display: none;
    }
     /***********************************　カードデザイン　　************************************/
    
    
    
    
    
    .card{
     font-family: "M PLUS 1p";
     display: inline-block;
      width: 85%;
      max-width: 300px;
      min-width: 250px;
      max-height: 800px;
      background: #fff;
      margin: 30px 20px 30px 20px;
      padding: 0px 0px 20px 0px;
      position: relative;
      overflow: visible;
      border-radius: 5px;
      box-shadow: 0 2px 5px #ccc;
    }
    
    .card__imgframe{
     background-color: #f5f5f5;
      width: 100%;
      height: auto;
      /*** padding-top: 56.25%;**/
      /*** background: url(https://placehold.jp/640x360.png) no-repeat center;**/
      background-size: cover;
      box-sizing: border-box;
    }
    
    .card__textbox{
      width: 100%;
      height: auto;
      padding: 20px 18px;
      background: #ffffff;
      box-sizing: border-box;
    }
    
    .card__textbox > * + *{
      margin-top: 10px;
    }
    
    .card__titletext{
      font-family:  'Alata', sans-serif; 
      font-size: 20px;
      font-weight: bold;
      line-height: 125%;
    }
    
    .card__overviewtext{
      font-size: 12px;
      line-height: 150%;
    }
    
    .card-skin{
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0,0,0,.2);
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .form-text {
      color: #000;
      font-size: 15px;
    }
    
    
    
    
     /***********************************　UI カード配置のデザイン　　************************************/
    
    /*案件情報　掲示板全体（カード）*/
    
       
    .call section {
      margin: 10px;
    }
    
    .call  {
      display: flex;
      justify-content: center;
    }
        
     /***********************************　UI カード配置のデザイン　　************************************/
     
     
     
     
     
    /***********************************　テキスト入力ボックス　　************************************/
     .cp_iptxt {
        position: relative;
        width: 93%;
        max-width: 600px;
        margin:0 auto;
    }
    .cp_iptxt input[type=text] {
        font: 15px/24px sans-serif;
        font-family: 'Alata', sans-serif;
        box-sizing: border-box;
        width: 100%;
        margin: 8px 0;
        padding: 0.4em;
        transition: 0.3s;
        border: 1px solid #c0c0c0;
        border-radius: 20px;
        outline: none;
    }
    .cp_iptxt input[type=text]:focus {
        border-color: #4169e1;
    }
    .cp_iptxt input[type=text] {
        padding-left: 40px;
    }
    .cp_iptxt i {
        position: absolute;
        top: 8px;
        left: 0;
        padding: 11px 8px;
        transition: 0.3s;
        color: #aaaaaa;
    }
    .cp_iptxt input[type=text]:focus + i {
        color: #4169e1;
    }
      /***********************************　テキスト入力ボックス　　************************************/
     
     
     
       /***********************************　テキスト入力ボックス（フォーム用）　　************************************/
    .cp_iptxt2 {
        position: relative;
        width: 93%;
        max-width: 580px;
        margin:0 auto;
    }
    .cp_iptxt2 input[type=text] {
        font: 16px/25px sans-serif;
        font-family: 'Alata', sans-serif;
        box-sizing: border-box;
        width: 100%;
        margin: 8px 0;
        padding: 0.4em;
        transition: 0.3s;
        border: 1px solid #c0c0c0;
        border-radius: 4px;
        outline: none;
    }
    .cp_iptxt2 input[type=text]:focus {
        border-color: #4169e1;
    }
    .cp_iptxt2 input[type=text] {
        padding-left: 40px;
    }
    .cp_iptxt2 i {
        position: absolute;
        top: 8px;
        left: 0;
        padding: 11px 8px;
        transition: 0.3s;
        color: #aaaaaa;
    }
    .cp_iptxt2 input[type=text]:focus + i {
        color: #4169e1;
    }
       /***********************************　テキスト入力ボックス（フォーム用）　　************************************/
    
    
     
     
      
        /***********************************　文章入力ボックス　　************************************/
    .cp_iptxt textarea {
        font: 14px/22px sans-serif;
        font-family: 'Alata', sans-serif;
        box-sizing: border-box;
        width: 100%;
        margin: 8px 0;
        padding: 0.5em;
        transition: 0.3s;
        border: 1px solid #c0c0c0;
        border-radius: 4px;
        outline: none;
    }
    .cp_iptxt textarea:focus {
        border-color: #4169e1;
    }
    
        /***********************************　文章入力ボックス　　************************************/
        
            /***********************************　プルダウン ボックス　　************************************/
    .cp_iptxt select {
        font: 13px/21px sans-serif;
        font-family: 'Alata', sans-serif;
        box-sizing: border-box;
        width: 100%;
        margin: 0px 0;
        padding: 0.3em;
        transition: 0.3s;
        border: 1px solid #c0c0c0;
        border-radius: 4px;
        outline: none;
    }
    .cp_iptxt select:focus {
        border-color: #4169e1;
    }
    
        /***********************************　プルダウン ボックス　　************************************/
      
      
 
     
    input:placeholder-shown + label {
        opacity: 0;
        transform: translateY(1rem);
    }
    
    .fcard2 {
        position: relative;
        padding-top: 1.5rem;
    }
    
     /***********************************　通知ボックス　　************************************/
        /*通知ボックス（ログイン）*/
    .info_box1{
        padding-top:46px;
        padding: 0.5em 1em;
        background: -moz-linear-gradient(#ffb03c, #ff708d);
        background: -webkit-linear-gradient(#ffb03c, #ff708d);
        background: linear-gradient(to right, #ffb03c, #ff708d);
        color: #FFF;
    }
    .info_box1 p {
        margin: 0; 
        padding: 0;
    }
        
        
        
    
    div.example {
      width: 100px;
      height: 100px;
      background-color: red;
      overflow: scroll;
    }
        
        
        
        
        
        
        
     /***********************************　テーブルデザイン　　************************************/
    table{
      border-collapse: collapse;
      border-spacing: 0;
      width: 94%;
      max-width: 500px;
       text-align: center;
    }
    
    table tr{
      border-bottom: solid 2px #eee;
      cursor: pointer;
    }
    
    table tr:hover{
      background-color: #d4f0fd;
    }
    
    table th,table td{
      text-align: left;
      width: 20%;
      padding: 1px 0;
    }
    
    
    table th{
      width:24%;
      line-height:12px;
    }
    
    table td{
      width: 73%;
    }
      /***********************************　テーブルデザイン　　************************************/
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
     
    
    
    
    
      /***********************************　最初のロード画面　　************************************/
    /*画面全体にローディング画面を表示*/
    #loading {
     display: block;
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     background: #FFF;
     z-index: 999;
    }
    
    #loading img {
     position: fixed;
     top: 50%;
     left: 38%;
     width: 83%;
     max-width: 520px; /* 最大幅 */
     margin-top: -80px;
     margin-left: -100px;
     text-align: center;
     color: #fff;
     z-index: 9;
    }
    
    #loading2 img {
     position: fixed;
     top: 50%;
     left: 50%;
     width: 20%;
     max-width: 50px; /* 最大幅 */
     margin-top: 70px;
     margin-left: -30px;
     text-align: center;
     color: #fff;
     z-index: 9;
    }
      /***********************************　最初のロード画面　　************************************/
    
    
    
    
    
    
    
      /***********************************　ハンバーガー　　************************************/
    
    /*チェックボックス等は非表示に*/
    .nav-unshown {
      display:none;
    }
    
    /*アイコンのスペース*/
    #nav-open {
        display: inline-block;  
      font-family:  'Alata', sans-serif; 
      line-height: 45px;
    }
    
    
    /*閉じる用の薄黒カバー*/
    #nav-close {
      display: none;/*はじめは隠しておく*/
      position: fixed;
      z-index: 99;
      top: 0;/*全体に広がるように*/
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0;
      transition: .3s ease-in-out;
    }
    
    /*中身*/
    #nav-content {
      overflow: auto;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;/*最前面に*/
      width: 60%;/*右側に隙間を作る（閉じるカバーを表示）*/
      max-width: 230px;/*最大幅（調整してください）*/
      height: 100%;
      background: #fff;/*背景色*/
      transition: .3s ease-in-out;/*滑らかに表示*/
      -webkit-transform: translateX(-105%);
      transform: translateX(-105%);/*左に隠しておく*/
    }
    
    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
      display: block;/*カバーを表示*/
      opacity: .5;
    }
    
    #nav-input:checked ~ #nav-content {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);/*中身を表示（右へスライド）*/
      box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
    
      /***********************************　ハンバーガー　　************************************/
    
    
    
    
    
    
    
    
      /***********************************　ポップアップ　　************************************/
    
    
    
    
    * {
      box-sizing: border-box;
    }
    body {
      font-family:'Avenir','Helvetica, Neue','Helvetica','Arial';
    }
    
    
    /* モーダルCSSここから */
    .modalArea {
      visibility: hidden; /* displayではなくvisibility */
      opacity : 0;
      position: fixed;
      z-index: 10; /* サイトによってここの数値は調整 */
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: .4s;
    }
    
    .modalBg {
      width: 100%;
      height: 100%;
      background-color: rgba(30,30,30,0.9);
    }
    
    .modalWrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform:translate(-50%,-50%);
      width: 70%;
      max-width: 500px;
      padding: 10px 30px;
      background-color: #fff;
    }
    
    .closeModal {
      position: absolute;
      top: 0.5rem;
      right: 1rem;
      cursor: pointer;
    }
    
    .is-show { /* モーダル表示用クラス */
      visibility: visible;
      opacity : 1;
    }
    /* モーダルCSSここまで */
    
    
    /* 以下ボタンスタイル */
    button {
      padding: 10px;
      background-color: #fff;
      border: 1px solid #282828;
      border-radius: 2px;
      cursor: pointer;
    }
    
    
    
      /***********************************　ポップアップ　　************************************/
    
    
    
    
    
    
    
    
    
    
    
    
     /***********************************　順番にフェードイン　　************************************/
    .fadein {
      opacity: 0;
      transform : translate(0, 50px);
      transition : all 1500ms;
    }
    
    .fadein.scrollin{
      opacity: 1;
      transform: translate(0, 0);
    }
     /***********************************　順番にフェードイン　　************************************/
    
    *, *:before, *:after {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .cp_loading19 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 42px;
        height: 42px;
        -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
    }
    .cp_loading19 .cp_item {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0px 2px;
        opacity: 1;
    }
    .cp_loading19 .cp_item {
        -webkit-animation: loading19 2s infinite ease;
                animation: loading19 2s infinite ease;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .cp_loading19 .cp_item:nth-child(1) {
        background: #FF7043;
    }
    .cp_loading19 .cp_item:nth-child(2) {
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
        background: #42A5F5;
    }
    .cp_loading19 .cp_item:nth-child(3) {
        -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s;
        background: #EC407A;
    }
    .cp_loading19 .cp_item:nth-child(4) {
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
        background: #66BB6A;
    }
    @-webkit-keyframes loading19 {
        0% {
            opacity: 0.7;
        }
        30% {
            opacity: 0.5;
        }
        60% {
            opacity: 0;
        }
        75% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes loading19 {
        0% {
            opacity: 0.7;
        }
        30% {
            opacity: 0.5;
        }
        60% {
            opacity: 0;
        }
        75% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    
    
    
    /***********************************　　検索フィールド　***************************/
    
          .search-area input[type="text"] {
      padding: 5px 5px 3px;
      font-size: 16px;
      border: 1px solid #D6D6D6;
    }
    
    .search-area input[type="text"]:focus {
      background: #F9F9F9;
    }
    
    .search-result {
      margin-top: 20px;
    }
    .search-result__hit-num span {
      font-weight: bold;
    }
    #search-result__list {
      margin-top: 15px;
    }
    
    .target-area {
      margin-top: 50px;
    }
    
    /***********************************　　検索フィールド　***************************/
    
    
    
    
     /***********************************　カードを横スクロール　　************************************/
     .horizontal-list {
      padding: 0px 100px 0px 40px;
    overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      display: -ms-flexbox;
      display: flex; }
     /***********************************　カードを横スクロール　　************************************/
    
    
    
    
     /***********************************　途中から固定ヘッダー　　************************************/
     /*スクロールしたら、このCSSを適用し、ナビゲーションバーの位置を固定する*/
            .is-fixed {
                position: fixed;
                top: 0;
                left: 0;
                z-index: 100;
                width: 100%;
            }
            
            
    
    
    
    
            /*ナビゲーションバーの大きさを設定 固定スクロールには関係ない*/
            .articles-Wrapper {
                position: fixed;
                color: white;
                height: 20px;
                width: 100%;
            }
    
         
     /***********************************　途中から固定ヘッダー　　************************************/
     
     
    
     /***********************************　本文中の自動リンク　　************************************/
    .inlink:visited{
      color : #ff4081;
    }
    
    .inlink:hover{
      color : #ff7043;
    }
    
    
     /***********************************　本文中の自動リンク　　************************************/
    
    
    
    .circle_spread_btn {
        display: inline-block;
        position: relative;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        background: #40C659;
        border-radius: 50%;
    }
    .circle_spread_btn:hover {
         cursor: pointer;
         text-decoration: none;
        text-align: center;
         transition: transform .3s;
        transform-origin: center;
        transform: scale(0.9, 0.9);
        opacity: 0.7;
    }
    .circle_spread_btn::after {
        display: inline-block;
        content: "";
        width: 49px;
        height: 49px;
        position: absolute;
         border-radius: 50%;
        color:#fff;
         top: -0.5px;
         left: -0.5px;
        border: 1px solid #40C659;
         transition: transform .5s ease;
        visibility: hidden;
    }
    .circle_spread_btn:hover::after {
         cursor: pointer;
         text-decoration: none;
         transition: transform .5s ease;
        transform-origin: center;
        transform: scale(1.4, 1.4);
        opacity: 0.7;
        visibility: visible;
    }
    
    
    
    
    
    
    .simple_square_btn3 {
        display: block;
        position: relative;
        width: 160px;
        padding: 0.3em;
        text-align: center;
        text-decoration: none;
        color: #1B1B1B;
        background: #fff;
            border-radius: 30px;
        border:1px solid #1B1B1B;
    }
    .simple_square_btn3:hover {
         cursor: pointer;
         text-decoration: none;
        -webkit-animation: simple_square_btn3 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            -moz-animation: simple_square_btn3 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
         animation: simple_square_btn3 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    @-webkit-keyframes simple_square_btn3 {
      0% {
        -webkit-transform: scale(0.85);
                transform: scale(0.85);
      }
      100% {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
    }
    @-moz-keyframes simple_square_btn3 {
      0% {
        -webkit-transform: scale(0.85);
                transform: scale(0.85);
      }
      100% {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
    }
    @keyframes simple_square_btn3 {
      0% {
        -webkit-transform: scale(0. 85);
                transform: scale(0.85);
      }
      100% {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
    }
    
    
    
    
    
    
    
    #container{
      position: absolute;
      left: 50%;
      margin-left: -50px;
      text-align: center;
      font-family: Arial;
      font-weight: bold;
    }
    #container span{
      display: block;
      background: #000;
      width: 100px;
      height: 5px;
      margin-top: 5px;
      animation: load 2s infinite;
      border-radius: 5px;
    }
    
    #container span:nth-child(2){animation-delay: 100ms;}
    #container span:nth-child(3){animation-delay: 200ms;}
    
    @keyframes load{
      50%{
        width: 5px;
        margin-right: 95px;
        opacity: .1;
      }
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    .cp_ipradio {
    width: 90%;
    margin: 2em auto;
    text-align: left;
    }
    .cp_ipradio label {
    position: relative;
    display: block;
    width: 100%;
    margin: 2px 0 0;
    padding: 10px 0;
    }
    .cp_ipradio label input[type='radio'] {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 3px;
    margin-right: 15px;
    }
    .cp_ipradio label input[type='radio']:checked + div span {
    position: absolute;
    top: -5px;
    left: 100%;
    display: inline-block;
    visibility: visible;
    clear: both;
    margin: 0 0 0 20px;
    padding: 8px 15px;
    transition: transform 200ms ease;
    transform: translateX(0px);
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    border-radius: 4px;
    background-color: rgba(34, 34, 34, 0.9);
    box-shadow: 0 0 10px rgba(34, 34, 34, 0.2);
    }
    .cp_ipradio label input[type='radio']:checked + div span:before {
    position: absolute;
    top: 4px;
    left: -1px;
    content: '';
    transform: rotate(45deg);
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(34, 34, 34, 0.9);
    }
    .cp_ipradio label div {
    position: relative;
    display: inline-block;
    }
    .cp_ipradio label div span {
    position: absolute;
    visibility: hidden;
    transition: transform 200ms ease;
    transform: translateX(-10px);
    }
    .cp_ipradio label:nth-of-type(1) input[type='radio']:checked + div span {
    background-color: #2e9b72;
    }
    .cp_ipradio label:nth-of-type(1) input[type='radio']:checked + div span:before {
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(46,156,114, 0.9);
    }
    .cp_ipradio label:nth-of-type(2) input[type='radio']:checked + div span {
    background-color: #36509a;
    }
    .cp_ipradio label:nth-of-type(2) input[type='radio']:checked + div span:before {
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(54,80,154, 0.9);
    }
    .cp_ipradio label:nth-of-type(3) input[type='radio']:checked + div span {
    background-color: #f7c735;
    }
    .cp_ipradio label:nth-of-type(3) input[type='radio']:checked + div span:before {
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(247,199,53, 0.9);
    }
    .cp_ipradio label:nth-of-type(4) input[type='radio']:checked + div span {
    background-color: #a62e7a;
    }
    .cp_ipradio label:nth-of-type(4) input[type='radio']:checked + div span:before {
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(166,46,122, 0.9);
    }
    .cp_ipradio label:nth-of-type(5) input[type='radio']:checked + div span {
    background-color: #da3c41;
    }
    .cp_ipradio label:nth-of-type(5) input[type='radio']:checked + div span:before {
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(218,60,65, 0.9);
    }
    
    
       
       
    
    
    
    
    .btn-gradient-3d-orange {
      display: inline-block;
      padding: 0.5em 1em;
      text-decoration: none;
      border-radius: 4px;
      color: #ffffff;
      background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
      border-bottom: solid 3px #c58668;
    }
    
    .btn-gradient-3d-orange:active {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
      border-bottom: none;
    }
    
    
    
    
    
    
    
    .asspa{
    
    display:none;
    
    
    }
    
    
    
    
    
    .sample input {
        display: none;
    }
    .sample label{
        display: block;
        float: left;
        cursor: pointer;
        width: 60px;
        margin: 0;
        padding: 10px;
        background: #bdc3c7;
        color: #869198;
        font-size: 16px;
        text-align: center;
        line-height: 1;
        transition: .2s;
    }
    .sample label:first-of-type{
        border-radius: 3px 0 0 3px;
    }
    .sample label:last-of-type{
        border-radius: 0 3px 3px 0;
    }
    .sample input[type="radio"]:checked + .switch-on {
        background-color: #a1b91d;
        color: #fff;
    }
    .sample input[type="radio"]:checked + .switch-off {
        background-color: #e67168;
        color: #fff;
    }
    
    
    
    
    
    
    
    
    
      /***********************************　出勤ボタンエリア　　************************************/
    /*** iOS ***/
    .switch__label {
        width: 70px;   /*【変更中】　元は50*/
        position: relative;
        display: inline-block;
    }
    .switch__content {
        display: block;
      cursor: pointer;
      position: relative;
      border-radius: 30px;
      height: 31px;
    overflow: hidden;
    }
    .switch__content:before {
       content        : "　休む";               /* 表示する文字       */
       color          : #000000;             /* 文字色             */
        display: block;
        position: absolute;
        width: calc(100% - 3px);
        height: calc(100% - 3px);
        top: 0;
        left: 0;
        border: 1.5px solid #E5E5EA;
        border-radius: 30px;
        background-color: #fff;
    }
    .switch__content:after {
    
    
        display: block;
        position: absolute;
        background-color: transparent;
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
        border-radius: 30px;
        -webkit-transition: all .5s;
           -moz-transition: all .5s;
            -ms-transition: all .5s;
             -o-transition: all .5s;
                transition: all .5s;
    }
    .switch__input {
        display: none;
        
      
    }
     
    .switch__circle {
        display: block;
        top: 2px;
        left: 2px;
        position: absolute;
        -webkit-box-shadow: 0 2px 6px #999;
                box-shadow: 0 2px 6px #999;
        width: 27px;
        height: 27px;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        background-color: #fff;
        -webkit-transition: all .5s;
           -moz-transition: all .5s;
            -ms-transition: all .5s;
             -o-transition: all .5s;
                transition: all .5s;
    }
    .switch__input:checked ~ .switch__circle {
        left: 41px;
    }
     
    .switch__input:checked ~ .switch__content:after {
        background-color: #4BD964;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
      content        : "出勤　";                /* 表示する文字       */
      padding        : 0 0 0 0;          /* 表示する位置       */
      color          : #ffffff;             /* 文字色             */
    }
    
    
    
    
    
    
    
      /***********************************　出勤ボタンエリア　　************************************/
    
    
    
    
    
    
     
    
    
      /***********************************　通常のボタン　　************************************/
    .button {
      display: inline-block;
      margin: 0.3em;
      padding: 0.7em 4em;
      overflow: hidden;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 3px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      box-shadow: 0 2px 10px rgba(0,0,0,0.5);
      border: none; 
      font-size: 20px;
      text-align: center;
    }
    
    .button:hover {
      box-shadow: 1px 6px 15px rgba(0,0,0,0.5);
    }
    
    .blue {
      background-color: #03A9F4;
      color: white;
    }
    
    .ripple {
      position: absolute;
      background: rgba(0,0,0,.25);
      border-radius: 100%;
      transform: scale(0.2);
      opacity:0;
      pointer-events: none;
      -webkit-animation: ripple .75s ease-out;
      -moz-animation: ripple .75s ease-out;
      animation: ripple .75s ease-out;
    }
    
    
    
      /***********************************　通常のボタン　　************************************/
    
    
    
    
    
    
    
    
    
    
    /***********************************全体設定************************************/
    
    html, body, #fujiwarasan {
        margin: 0;
        padding: 0;
        scroll-behavior: smooth;
      }
      
    /***********************************全体設定************************************/   
      
      
    
    /***********************************セクションカード************************************/
    
      .section_card {
        width: 1200px;
    font-size: 14px;
    background: #fff;
    font-family: 'Alata', sans-serif;
    display: inline-block;
    margin: 20px 15px 10px 15px;
    padding: 20px 13px 18px 13px;
    border: solid 1.5px #dcdcdc;
    border-radius: 12px;
    max-width: 87%;
    position: inherit;
    display: none;
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
      }
    
    
    
      .section_card:hover {    
        box-shadow: 0 2px 5px #ccc;    
    
      }
       .section_card-skin:hover {    
         overflow: hidden;
         border-radius: 13px;
         box-shadow: 0 4px 15px rgba(0,0,0,.2);
      }
    
      .section_card:active {    
        box-shadow: 0 1px 1px #ccc;    
        background: #f5f5f5;
      }
    
    
    
    
     
    @keyframes popup {
      0% {
        transform: translateY(40px) scale(0.8);
        opacity: 0;
      }
      100% {
        transform: translateY(0) scale(1.0);
      }
      80%, 100% {
        opacity: 1;
      }
    }
    
    
    
    
    
    
      .section_card_end {
        width: 1200px;
        font-size: 14px;
        background: #1e90ff;
        color: #FFF;
        font-family: 'Alata', sans-serif;
        display: inline-block;
        margin: 20px 1px 10px 1px;
        padding: 20px 13px 18px 13px;
        border:solid 1.5px #dcdcdc;
        border-radius: 12px;
        box-shadow: 0 8px 12px rgba(0,0,0,.4);
        max-width: 97%;
        position: inherit;
        display : none;
        animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
      }
    
    
    
      .section_card_end:hover {    
        box-shadow: 0 7px 8px #ccc;    
      }
       .section_card_end-skin:hover {    
         overflow: hidden;
         border-radius: 13px;
         box-shadow: 0 4px 15px rgba(0,0,0,.2);
      }
    
    
    
    
    
    
      .section_card2 {
        width: 1000px;
        font-size: 14px;
        background: #fff;
        font-family: 'Alata', sans-serif;
        display: inline-block;
        margin: 10px 1px 10px 1px;
        padding: 20px 6px 18px 16px;
        border:solid 2px #cccccc;
        border-radius: 12px;
        
        max-width: 98%;
        position: inherit;
        animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
      }
      
    
        .section_card3 {
        width: 1000px;
        font-size: 14px;
        color: #000;
        background: #fff;
        font-family: 'Alata', sans-serif;
        display: inline-block;
        margin: 10px 1px 10px 1px;
        padding: 12px 6px 24px 16px;
        border-radius: 12px;
        border:solid 4px #000;
        
        max-width: 98%;
        position: inherit;
        animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
      }
    
        .section_card3b {
        width: 1000px;
        font-size: 14px;
        color: #fff;
        background: #ff4500;
        font-family: 'Alata', sans-serif;
        display: inline-block;
        margin: 10px 1px 10px 1px;
        padding: 12px 6px 24px 16px;
        border-radius: 12px;
        
        max-width: 98%;
        position: inherit;
        animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
      }
    
    
    
    
      .section_card4 {
        width: 1000px;
        font-size: 14px;
        background: #f0f8ff;
        font-family: 'Alata', sans-serif;
        display: inline-block;
        margin: 2px 1px 3px 1px;
        padding: 8px 6px 7px 16px;
        border: solid 1px #cccccc;
        border-radius: 12px;
        max-width: 98%;
        position: inherit;
        animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
      }
      
    
    
    
    .section_card4:active {
    background: #0088ff;
    color: #FFF;
    }
    .section_card4:hover {
    background: #e3f1fc;
    color: #FFF;
    }
    
    
    
      .section_card5 {
        width: 1000px;
        font-size: 14px;
        background: #b8b8b8;
        font-family: 'Alata', sans-serif;
        display: inline-block;
        margin: 2px 1px 3px 1px;
        padding: 8px 6px 7px 16px;
        border: solid 1px #cccccc;
        border-radius: 12px;
        max-width: 98%;
        position: inherit;
        animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
      }
      
    
    
    
    
    
    hr.style1{
        border-top: 1px solid #8c8b8b;
    }
    
    hr.style2{
        border-top: 1px solid #fff;
    }
    hr.style3{
        border-top: 2px solid #f5f5f5;
    }
    
    
    
    /***********************************　重要ボタン：青（新テンプレ）　　************************************/
    .button-6 {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    user-select: none;
    background: #3971E0;
    border: 1px #3971E0 solid;
    border-radius: 4px;
    transition: 0.4s ease;
    margin: 4px 4px 4px 4px;
    padding: 7px 17px 7px 17px;
    }
    
    .button-6:hover {
    color: #fff;
    background: #1d59b3;
    box-shadow: 0 4px 7px #ccc;
    }
    
    .button-6:active {
    color: #fff;
    background: #0c264d;
    }
    /***********************************　重要ボタン：青（新テンプレ）　　************************************/
    
    /***********************************　重要ボタン：青（新テンプレ）　　************************************/
    .button-9 {
      display: inline-block;
        font-size: 15px;
        color: #3971E0;
        text-decoration: none;
        user-select: none;
        background: #FFF;
        /* border: 1px #3971E0 solid; */
        border-radius: 9px;
        transition: 6.4s ease;
        margin: 4px 4px 4px 4px;
        padding: 7px 17px 7px 17px;
        box-shadow: 0 8px 12px rgb(0 0 0 / 40%);
        animation: poyopoyo 2s ease-out infinite;
      opacity: 1;
    }
    
    .button-9:hover {
    color: #c9c9c9;
    background: #112b5e;
    box-shadow: 0 4px 7px #ccc;
    }
    
    .button-9:active {
    color: #717275;
    background: #000000;
    box-shadow: 0 1px 2px #ccc;
    }
    
    @keyframes poyopoyo {
      0%, 40%, 60%, 80% {
        transform: scale(1.0);
      }
      50%, 70% {
        transform: scale(0.95);
      }
    }
     
    
    /***********************************　重要ボタン：青（新テンプレ）　　************************************/
    
    
    
    
    /***********************************　プルダウン　　************************************/
    .cp_ipselect {
    overflow: hidden;
    width: 90%;
    margin: 2em auto;
    text-align: center;
    }
    .cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    }
    .cp_ipselect select::-ms-expand {
    display: none;
    }
    .cp_ipselect.cp_sl01 {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
    }
    .cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
    }
    .cp_ipselect.cp_sl01 select {
    padding: 8px 38px 8px 8px;
    color: #666666;
    }
    
    /***********************************　プルダウン　　************************************/
    
    
    /***********************************　1行の文章（新テンプレ）　　************************************/
    .Form-Item-Input {
      border: 1px solid #ddd;
      border-radius: 12px;
      padding-left: 1em;
      padding-right: 1em;
      height: 48px;
      flex: 1;
      width: 80%;
      max-width: 410px;
      background: #eaedf2;
      font-size: 21px;
    }
    @media screen and (max-width: 480px) {
    .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 21px;
    }
    }
    .Form-Item-Input:focus {
      outline: none;
  }

    /***********************************　1行の文章（新テンプレ）　　************************************/
    
    
    /***********************************　重要ボタン：押せない　　************************************/
    .button-4 {
    display: inline-block;
    font-size: 15px;
    color: #A5A7A8;
    text-decoration: none;
    user-select: none;
    background: #E7E8E8;
    border: 1px #E7E8E8 solid;
    border-radius: 4px;
    transition: 0.4s ease;
    margin: 4px 4px 4px 4px;
    padding: 7px 17px 7px 17px;
    }
    /***********************************　重要ボタン：押せない　　************************************/
    
    
    
    
    /***********************************　複数選択とグル　　************************************/
    
    .container {
    max-width: 640px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    }
    
    ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
    }
    ul.ks-cboxtags li{
    display: inline;
    }
    ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    }
    
    ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
    }
    
    ul.ks-cboxtags li label:hover{
    background-color: #94cbd4;
    color: #666666;
    }
    
    
    
    ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
    }
    
    ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
    }
    
    ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
    }
    
    ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
    }
    ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    }
    ul.ks-cboxtags li input[type="checkbox"]:focus + label {
    border: 2px solid #e9a1ff;
    }
    
    /***********************************　複数選択とグル　　************************************/
    
    
    
     
    
    
    
    .date_lavel {
      position: relative;
      display: inline-block;
      width: 200px;
      height: 36px;
      border: 2px solid #ccc;
      border-radius: 15px;
    }
    input[type="date"] {
      position: relative;
      padding: 0 10px;
      width: 200px;
      height: 36px;
      border: 0;
      background: transparent;
      box-sizing: border-box;
      font-size: 14px;
      color: #999;
    }
    
    .date_lavel::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0px;
      width: 36px;
      height: 36px;
      background-color: #06c;
      background-image: url("https://gaiheki.support/wp-content/uploads/2021/07/カレンダーアイコン8-1.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center;
      border-radius: 10px;
    }
    input[type="date"]::-webkit-inner-spin-button{
      -webkit-appearance: none;
    }
    input[type="date"]::-webkit-clear-button{
      -webkit-appearance: none;
    }
    input[type="date"]::-webkit-calendar-picker-indicator{
      position: absolute;
      right: 3px;
      top: 0px;
      padding: 0;
      width: 100%;
      height: 36px;
      background: rgba(255, 0, 0, 0.5);
      color: transparent;
      cursor: pointer;
      background: transparent;
    
    }
    
    
    
    
    
    
    
    
    /***********************************　テキストエリア（新テンプレ）　　************************************/
    .Form-Item-Textarea_1 {
      border: 1px solid #ddd;
      border-radius: 22px;
      padding-left: 1em;
      padding-right: 1em;
      height: 158px;
      flex: 1;
      width: 100%;
      max-width: 600px;
      background: #eaedf2;
      font-size: 20px;
    }
    @media screen and (max-width: 480px) {
      .Form-Item-Textarea_1 {
        margin-top: 18px;
        margin-left: 0;
        height: 100px;
        flex: inherit;
        font-size: 20px;
      }
    }

    .Form-Item-Textarea_1:focus {
      outline: none;
  }
    /***********************************　テキストエリア（新テンプレ）　　************************************/




        
    /***********************************　テキストエリア（新テンプレ）　　************************************/
    .Form-Item-Textarea_2 {
      border: 1px solid #ddd;
    border-radius: 22px;
    padding-left: 1em;
    padding-right: 1em;
    height: 222px;
    flex: 1;
    width: 100%;
    max-width: 600px;
    background: #eaedf2;
    font-size: 18px;
    }
    @media screen and (max-width: 480px) {
      .Form-Item-Textarea_2 {
        margin-top: 18px;
    margin-left: 0;
    height: 230px;
    flex: inherit;
    font-size: 18px;
      }
    }

    .Form-Item-Textarea_2:focus {
      outline: none;
  }
    /***********************************　テキストエリア（新テンプレ）　　************************************/
    
    


    
    
    /***********************************　1行の文章（新テンプレ）　　************************************/
    .Form-Item-Input_half {
      border: 1px solid #ddd;
    border-radius: 10px;
    padding-left: 1em;
    padding-right: 1em;
    height: 50px;
    flex: 1;
    width: 92px;
    background: #eaedf2;
    font-size: 24px;
    margin: 2px 6px;
    }
    @media screen and (max-width: 480px) {
      .Form-Item-Input_half {
        margin-top: 18px;
        height: 45px;
        flex: inherit;
        font-size: 24px;
        width: 79px;
      }
    }
    .Form-Item-Input_half:focus {
      outline: none;
  }

    /***********************************　1行の文章（新テンプレ）　　************************************/
    
    
    
    
    
    /* アニメーション前のスタイル */
    .js-marker {
      display: inline;
      position: relative;
      background-image: linear-gradient(90deg, #ffff66, #ffff66); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
      background-repeat: no-repeat;
      background-position: bottom left;
      background-size: 0 30%; /* '30%'の部分にマーカーの太さを記入 */
      transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
      font-weight: bold; /* ついでに太字にしたい場合 */
    }
    
    /* アニメーション発火時 */
    .js-marker.inview {
      background-size: 100% 30%; /* '30%'の部分は上で設定した太さに合わせる */
    }
    
    
    
    
    /***********************************　HTMLデータソース内　隠しデータベース　　************************************/
          #hiddenbar{
          position: absolute;
          top: 0%;
          left: 0%;
          width: 1px;
          height: 1px;
          z-index: -10;
          overflow: auto;
          }
    /***********************************　HTMLデータソース内　隠しデータベース　　************************************/
    
    
    
    
    /***********************************　ポップアップのロード表示　　************************************/
    
    
     .spinner {
        margin: 30px auto 0;
        width: 70px;
        text-align: center;
      }
      
      .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #333;
      
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      }
      
      .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
      }
      
      .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
      }
      
      @-webkit-keyframes sk-bouncedelay {
        0%, 80%, 100% { -webkit-transform: scale(0) }
        40% { -webkit-transform: scale(1.0) }
      }
      
      @keyframes sk-bouncedelay {
        0%, 80%, 100% { 
          -webkit-transform: scale(0);
          transform: scale(0);
        } 40% { 
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
        }
      }    
      
     
      /***********************************　ポップアップのロード表示　　************************************/
      
      
    
    
    
    /***********************************　ポップアップのロード表示（白バージョン）　　************************************/
    
     .spinner_b {
        margin: 30px auto 0;
        width: 70px;
        text-align: center;
      }
      
      .spinner_b > div {
        width: 18px;
        height: 18px;
        background-color: #fff;
      
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      }
      
      .spinner_b .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
      }
      
      .spinner_b .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
      }
    
    
    /***********************************　ポップアップのロード表示（白バージョン）　　************************************/
    
    
    
    
    
    #searchbar4 {
        z-index: 9;
        padding: 6px 6px 6px 6px;
        margin: 12px 2px 4px 2px;
        max-width: 98%;
        width: 500px;
        background: #fff;
        border-radius: 40px;
        border: solid 1.5px #dcdcdc;
    }
    
    #searchbar4:hover {
    box-shadow: 0 2px 5px #ccc;
    }
    #searchbar4:active {
    box-shadow: 0 2px 5px #ccc;
    }
    #searchbar4:focus {
    box-shadow: 0 2px 5px #ccc;
    }
    #searchbar4 i {
        position: absolute;
        left: 0;
        padding: 11px 8px;
        margin: 0px 0px 0px 10px;
        transition: 0.3s;
        color: #aaaaaa;
    }
    
    
    
    
    /***********************************検索ボックス************************************/
    
    .cp_iptxt3 input{
        font: 18px/24px sans-serif;
        font-family: 'Alata', sans-serif;
        box-sizing: border-box;
        width: 100%;
        margin: 0px 0;
        padding: 0.4em;
        transition: 0.3s;
        border: 1px solid #fff;
        border-radius: 20px;
        outline: none;
    }
    
    .cp_iptxt3{
    display: flex;
    }
    .form-button{
        background-color: white;
        border: none;
    }
    
    
    
    
    
    /***********************************　動く吹き出し　　************************************/
    
    .balloon-head{
      position: absolute;
      top: -36px;
      margin: 0 auto 40px;
      padding: 5px;
      background: #ffb74d;
      text-align: center;
      font-weight: bold;
      color: #fff;
    }
    
    .balloon-head::after {
      content: '';
      border: 8px solid transparent;
      border-top-color: #ffb74d;
      position: absolute;
      bottom: -16px;
      left: 50%;
      margin-left: -8px;
    }
    
    .move {
      animation: 0.5s move infinite alternate linear;
    }
    
    @keyframes move {
      to { transform: transtateY(0); }
      from { transform: translateY(4px); }
    }
    
    
    /***********************************　動く吹き出し　　************************************/
    
    
    
    
    
    
    
    
    
    
      /***********************************　ポップアップ　　************************************/
    
    /* モーダルCSSここから */
    .modalArea {
      visibility: hidden; /* displayではなくvisibility */
      opacity : 0;
      position: fixed;
      z-index: 10; /* サイトによってここの数値は調整 */
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: .4s;
    }
    
    .modalBg {
      width: 100%;
      height: 100%;
      background-color: rgba(30,30,30,0.9);
    }
    
    .modalWrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform:translate(-50%,-50%);
      
      width: 70%;
      max-width: 500px;
      padding: 10px 30px;
      background-color: #fff;
      
      font-family: "Noto Sans JP";
      border-radius: 5px;
      box-shadow: 0 2px 5px #ccc;
    }
       
    .modalWrapper{
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0,0,0,.2);
    }
    .closeModal {
      position: absolute;
      top: 0.5rem;
      right: 1rem;
      cursor: pointer;
    }
    .is-show { /* モーダル表示用クラス */
      visibility: visible;
      opacity : 1;
    }
    /* モーダルCSSここまで */
    
    /* 以下ボタンスタイル */
    button {
      padding: 10px;
      background-color: #fff;
      border: 1px solid #282828;
      border-radius: 2px;
      cursor: pointer;
    }
    .modal_overlay{
        display: flex;
        justify-content: center;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        opacity: 0;
        transition: opacity 0.5s, transform 0s 0.5s;
        transform: scale(0);
    }
    .modal_trigger{
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .modal_content{
      align-self: center;
        width: 96%;
        height: 92%;
        max-width: 500px;
        max-height: 500px;
        padding: 20px;
        box-sizing: border-box;
        background: #fff;
        line-height: 1.4em;
        transform: scale(0.3);
        transition: 0.5s;
        border-radius: 18px;
        box-shadow: 0 2px 2px #ccc;
    }
       
     #modal_content-skin{
      overflow: hidden;
      border-radius: 11px;
      box-shadow: 0 4px 15px rgba(0,0,0,.1);
    }   
    .close_button{
        position: absolute;
        top: 14px;
        right: 16px;
        font-size: 28px;
        cursor: pointer;
    }
    
    .modal_wrap input:checked ~ .modal_overlay{
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.5s;
    }
    
    .modal_wrap input:checked ~ .modal_overlay .modal_content{
        transform: scale(1);
    }
    
    .open_button{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 30px;
        margin: auto;
        padding: 8px 16px;
        color: #444;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        box-shadow: 0 1px 3px rgba(0,0,0,0.6);
        border-radius: 16px;
        cursor: pointer;
    }
    
      /***********************************　ポップアップ　　************************************/
    
    .bottom_btn_area{
        position: absolute;
        bottom: 1%;
        right: 1%;
    }
    
    
    
    
    /***********************************　標準ボタン：白抜き（新テンプレ）　　************************************/
    .button-1 {
      display: inline-block;
      font-size: 15px;
      color: #306ADF;
      text-decoration: none;
      user-select: none;
      border: 1px #D6D8DC solid;
      border-radius: 4px;
      transition: 0.4s ease;
      margin: 4px 4px 4px 4px;
     padding: 7px 17px 7px 17px;
    }
    
    .button-1:hover {
      color: #1c3d80;
      background: #f0f8ff;
    }
    
    .button-1:active {
      color: #153A95;
      border: 1px #153A95 solid;
      background: #D3E0F8;
    }
    /***********************************　標準ボタン：白抜き（新テンプレ）　　************************************/
    
    
    
    
    
    
    
    
    /***********************************　リジェクトカード　　************************************/
    .reject_card1 {
    padding: 8px 10px 8px 20px;
    margin: 5px 5px 5px 5px;
    width: 98%;
    max-width: 400px;
    height: 70px;
    background-color:#cfd8e6;
    font-family:  'Alata', sans-serif; 
    border-radius: 19px;
    }
    
    .reject_card1_text {
    width: 70%;
    float: left;
    }
    .reject_card1 img {
    height: 55px;
    float: left;
    }
    .reject_card1:hover {
    background: #c8d3e6;
    }
    .reject_card1:active {
    background: #5c92e6;
    }
    /***********************************　リジェクトカード　　************************************/
    
    
    
    /***********************************　リジェクトカード　　************************************/
    .reject_card2 {
    padding: 8px 10px 8px 20px;
    margin: 5px 5px 5px 5px;
    width: 98%;
    max-width: 400px;
    height: 70px;
    background-color:#e6cfe6;
    font-family:  'Alata', sans-serif; 
    border-radius: 19px;
    }
    
    .reject_card2_text {
    width: 70%;
    float: left;
    }
    .reject_card2 img {
    height: 55px;
    float: left;
    }
    .reject_card2:hover {
    background: #e6c8e6;
    }
    .reject_card2:active {
    background: #e38de3;
    }
    /***********************************　リジェクトカード　　************************************/
    
    
    /***********************************　リジェクトカード　　************************************/
    .reject_card3 {
    padding: 8px 10px 8px 20px;
    margin: 5px 5px 5px 5px;
    width: 98%;
    max-width: 400px;
    height: 70px;
    background-color:#cfe2e6;
    font-family:  'Alata', sans-serif; 
    border-radius: 19px;
    }
    
    .reject_card3_text {
    width: 70%;
    float: left;
    }
    .reject_card3 img {
    height: 55px;
    float: left;
    }
    .reject_card3:hover {
    background: #c5e0e6;
    }
    .reject_card3:active {
    background: #00bfe6;
    }
    /***********************************　リジェクトカード　　************************************/
    
    
    
    /***********************************　リジェクトカード　　************************************/
    .reject_card4 {
    padding: 8px 10px 8px 20px;
    margin: 5px 5px 5px 5px;
    width: 98%;
    max-width: 400px;
    height: 70px;
    background-color:#dee6cf;
    font-family:  'Alata', sans-serif; 
    border-radius: 19px;
    }
    
    .reject_card4_text {
    width: 70%;
    float: left;
    }
    .reject_card4 img {
    height: 55px;
    float: left;
    }
    .reject_card4:hover {
    background: #d3e0ba;
    }
    .reject_card4:active {
    background: #95e600;
    }
    /***********************************　リジェクトカード　　************************************/
    
    
    
    
    
    /***********************************　リジェクトカード　　************************************/
    .reject_card5 {
    padding: 8px 10px 8px 20px;
    margin: 5px 5px 5px 5px;
    width: 98%;
    max-width: 400px;
    height: 70px;
    background-color:#e6e6e6;
    font-family:  'Alata', sans-serif; 
    border-radius: 19px;
    }
    
    .reject_card5_text {
    width: 70%;
    float: left;
    }
    .reject_card5 img {
    height: 55px;
    float: left;
    }
    .reject_card5:hover {
    background: #c9c9c9;
    }
    .reject_card5:active {
    background: #808080;
    }
    
    /***********************************　リジェクトカード　　************************************/
    
    
    
    
    #title_area {
      background-image: linear-gradient(#ffffff, #ededed);
      border-radius: 19px;
      /*グラデーション以外は省略*/

    }

    #title_area_img{
      background-image: url("APP_IMG.png");
      background-size: 260px;
      /* object-fit: cover; */
      background-repeat: no-repeat;
      background-position: -59px bottom;
    }
  
    .title_011{
      font-size: 35px;
      font-weight: 700;
      text-align: left;
      line-height: 1.2;
      margin-left: 24%;
    }


    .title_012{
      font-size: 17px;
      font-weight: 300;
      text-align: left;
      line-height: 1.2;
      margin-left: 24%;
      margin-top: 19px;
      margin-right: 10%;
    }
    .title_013{
      font-size: 12px;
    font-weight: 200;
    text-align: left;
    line-height: 1.4;
    margin-left: 24%;
    margin-top: 19px;
    margin-right: 10%;
    margin-bottom: 28px;
    font-family: 'Alata', sans-serif;
    color: #9a9a9a;
    }


    @media (max-width: 767px) {
      #title_area_img{
        background-image: url(APP_IMG.png);
        background-size: 256px;
        /* object-fit: cover; */
        background-repeat: no-repeat;
        background-position: -166px bottom;
      }

    .section3 {
        padding: 0px;
    }
    .title_011{
      font-size: 35px;
      font-weight: 700;
      text-align: left;
      line-height: 1.2;
      margin-left: 93px;
    }
    .title_012{
      font-size: 16px;
      font-weight: 300;
      text-align: left;
      line-height: 1.3;
      margin-left: 93px;
    }
    .title_013{
      font-weight: 200;
    text-align: left;
    line-height: 1.3;
    margin-left: 93px;
    font-size: 12px;
    margin-top: 19px;
    margin-right: 10%;
    margin-bottom: 28px;
    font-family: 'Alata', sans-serif;
    color: #9a9a9a;
    }


    }




    




    
    
    
    
    /***********************************　ファイル選択ウィザード　　************************************/
 
    
    #dropArea {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 200px;
        padding: 30px 0 0;
        border: 2px dashed #494949;
        background: rgba(22, 165, 191, 0);
        transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
    }
    
    #dropArea.dragover {
        border: 2px solid #16a5bf;
        background: rgba(22, 165, 191, 0.6);
    }
    
    #uploadFile {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        display: block;
        width: 300px;
        height: 80px;
        opacity: 0;
    }
    
    #inputFileWrap {
        position: relative;
        display: inline-block;
    }
    
    #btnInputFile,
    #btnChangeFile {
        display: table;
        width: 200px;
    }
    
    #btnChangeFile {
        display: none;
    }
    
    
    #btnInputFile span,
    #btnChangeFile span {
        position: relative;
        z-index: 2;
        display: table-cell;
        width: 300px;
        height: 80px;
        border: 1px solid #333;
        border-radius: 4px;
        background: #333;
        text-decoration: none;
        color: #fff;
        font-size: 26px;
        line-height: 1;
        font-weight: bold;
        vertical-align: middle;
      font-size: 15px;
      color: #fff;
      text-decoration: none;
      user-select: none;
      background: #3971E0;
      border: 1px #3971E0 solid;
      border-radius: 4px;
      transition: 0.4s ease;
      margin: 4px 4px 4px 4px;
     padding: 7px 17px 7px 17px;
    }
    
    #upFileWrap.selected #btnInputFile {
        display: none;
    }
    
    #upFileWrap.selected #btnChangeFile {
        display: table;
    }
    
    #preview img{
    width: 300px;
    max-height: 300px;
    max-width: 90%;
    
    
    }
    
    #preview{
    max-height: 60%;
    max-width: 90%;
    
    }
    /***********************************　ファイル選択ウィザード　　************************************/
    
    
    
    
    
    /***********************************　標準ボタン：白抜き（新テンプレ）　　************************************/
    .search_hint {
      display: inline-block;
      font-size: 15px;
      color: #306ADF;
      text-decoration: none;
      user-select: none;
      border: 1px #D6D8DC solid;
      border-radius: 20px;
      transition: 0.4s ease;
      margin: 4px 4px 4px 4px;
     padding: 5px 15px 5px 15px;
    }
    
    .search_hint:hover {
      color: #1c3d80;
      background: #f0f8ff;
    }
    
    .search_hint:active {
      color: #153A95;
      border: 1px #153A95 solid;
      background: #D3E0F8;
    }
    
    /***********************************　標準ボタン：白抜き（新テンプレ）　　************************************/
    
    
    
    
    
    /***********************************Googleマテリアルアイコン************************************/
    .material-icons {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -moz-osx-font-smoothing: grayscale;
      
      display: inline-flex;
      vertical-align: middle;
    }
    /***********************************Googleマテリアルアイコン************************************/
    
    
    
    
    
    
    
    
    
    /***********************************コピーボタン************************************/
    .edit_btn {
        color: #1a73e8;
      font-size: 19px;
      margin: 3px 3px 3px 3px;
      padding: 6px 13px 6px 13px;
      border-radius: 10%;
      font-size: 15px;
    }
    .edit_btn:hover {
      background-color: #F7F9FE;
         cursor: pointer;
         text-decoration: none;
    }
    
    .edit_btn:active {
      background-color: #D6E2F8;
         cursor: pointer;
         text-decoration: none;
    }
    /***********************************コピーボタン************************************/
    
    
    
    .fadein2{
      animation: slide-skew 0.4s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    }
    @keyframes slide-skew {
      0% {
        transform: translate(180px,30px);
        opacity: 0;
      }
      100% {
        transform: translate(0,0);
      }
      20%,100% {
        opacity: 1;
      }
    }
    
    
    
    .Step_card{
    background: #ffffff;
    box-shadow: 0 2px 8px rgb(30 30 80 / 30%);
    vertical-align: top;
    position: fixed;
    top: 50px;
    right: 2px;
    width: 130px;
    height: 45px;
    z-index: 25;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 45px;
    margin: 0 auto;
    padding: 4px 8px 4px 8px;
     text-align: center;
     animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
     display: none;
    }
    
    @keyframes slideIn {
      0% {
        transform: translateX(180px);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
      }
      40%,100% {
        opacity: 1;
      }
    }
    
    
    
    .Step_card2{
     animation: poyopoyo 2s ease-out infinite;
      opacity: 1;
    }
    
    .Step_card3{
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    }
    @keyframes fadeIn {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }
    
    .Step_card4{
    animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    }
    
    @keyframes zoomIn {
      0% {
        transform: scale(0.8);
        opacity: 0;
      }
      100% {
        opacity: 1;
        transform: scale(1);
      }
    }
     
    
    
    .Step_card5{
    animation: poyoyon2 1s ease-in-out 1 forwards;
    }
     
    @keyframes poyoyon2 {
      0%  {
        transform: scale(1.0, 1.0) translate(0, 0);
      }
      15% {
        transform: scale(0.98, 0.9) translate(0, 5px);
      }
      30% {
        transform: scale(1.02, 1.0) translate(0, 8px);
      }
      50% {transform: scale(0.98, 1.05) translate(0, -8px);
      }
      70% {
        transform: scale(1.0, 0.9) translate(0, 5px);
      }
      100% {
        transform: scale(1.0, 1.0) translate(0, 0);
      }
      0%, 100% {
        opacity: 1;
      }
    }
    
    
    


    /***********************************オリジナルのポップアップ************************************/
.pin_status_bar{
  position: fixed;
  top: 11%;
  width: 86%;
  max-width: 350px;
  margin: auto 7%;
  padding: 7px 12px 7px 12px;
  border-radius: 14px;
  box-shadow: 0 2px 5px #ccc;
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.5s;
  opacity: 0;
  background: -moz-linear-gradient(65deg, #F13F79, #FFC778);
  background: -webkit-linear-gradient( 65deg, #F13F79, #FFC778);
  background: linear-gradient( 25deg, #F13F79, #FFC778);
  color: #FFF;
  font-size: 13px;
  z-index: 9999;
    }
    
#pin_status_check:checked ~ .pin_status_bar{
  transform: translateY(-40px);
  opacity: 1;
}
    /***********************************オリジナルのポップアップ************************************/


    .section_card_plus{
      max-width: 96%;
      width: 350px;
      font-size: 14px;
      background: #fff;
      font-family: 'Alata', sans-serif;
      display: inline-block;
      margin: 16px 2% 2px 2%;
      border-radius: 12px;
      position: inherit;
      animation: slideIn3 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
      box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
      transition: all 0.5s 0s ease;/*transitionの記述を追加*/
  }
  
  

  .section_card_plus:hover{
    box-shadow: rgb(100 100 111 / 33%) 0px 65px 48px 0px;
  }
  .section_card_plus:active{
    box-shadow: rgb(100 100 111 / 60%) 0px 4px 7px 0px;
  }



.section_card_plus_title{
  font-size: 26px;
  font-weight: bold;
  color: #0d0d0d;
  margin: 22px 1px 16px 22px;
  display: block;
  position: absolute;
  text-align: left;
  line-height: 1.3;
}


.section_card_plus_img{
  width: 100%;
  bottom: 0px;
  display: block;
}

.section_card_plus_title2{
  font-size: 14px;
    font-weight: 300;
    font-family: 'Alata', sans-serif;
    margin: 12px 0px 0px 0px;
}










.section_card_plusB{
  max-width: 96%;
    width: 350px;
    font-size: 14px;
    font-family: 'Alata', sans-serif;
    display: inline-block;
    margin: 16px 2% 2px 2%;
    border-radius: 12px;
    position: inherit;
    animation: slideIn3 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    background: #000;
    color: #FFF;
    transition: all 0.5s 0s ease;/*transitionの記述を追加*/
}
  .section_card_plusB:hover{
    box-shadow: rgb(100 100 111 / 33%) 0px 65px 48px 0px;
  }
  .section_card_plusB:active{
    box-shadow: rgb(100 100 111 / 60%) 0px 4px 7px 0px;
  }

.section_card_plus_titleB{
font-size: 26px;
font-weight: bold;
color: #FFF;
margin: 22px 1px 16px 22px;
display: block;
position: absolute;
text-align: left;
line-height: 1.3;
}


.section_card_plus_imgB{
  width: 100%;
  bottom: 0px;
  display: block;
}


.section_card_plus_title2B{
font-size: 14px;
font-weight: 300;
font-family: 'Alata', sans-serif;
margin: 12px 0px 0px 0px;
}




/***********************************　ポップアップ_BOTTOM　　************************************/
.modal_overlay_BOTTOM{
  display: flex;
  justify-content: flex-end;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.2s, transform 0s 0.2s;
  transform: scale(0);
}
.modal_trigger_BOTTOM{
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal_content_BOTTOM{
  align-self: flex-end;
    width: 100%;
    min-width: 100%;
    max-height: 90%;
    padding: 20px 15px 40px 15px;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: 0.2s;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0 2px 2px #ccc;
    background-color: #fff;
}
 
#modal_content_BOTTOM-skin{
overflow: hidden;
border-radius: 11px;
box-shadow: 0 4px 15px rgba(0,0,0,.1);
}   
.close_button_BOTTOM{
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 28px;
  cursor: pointer;
}

.modal_wrap_BOTTOM input:checked ~ .modal_overlay_BOTTOM{
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s;
}

.modal_wrap_BOTTOM input:checked ~ .modal_overlay_BOTTOM .modal_content_BOTTOM{
  transform: translateY(2px);
}
/***********************************　ポップアップ_BOTTOM　　************************************/


.title_area_img{
  width: 100%;
    position: absolute;
    z-index: -0;
}





  
  /***********************************　標準ボタン：白抜き（新テンプレ）　　************************************/
  .memu-button2 {
    display: inline-block;
      font-size: 16px;
      color: #306ADF;
      text-decoration: none;
      user-select: none;
      border-radius: 29px;
      transition: 0.4s ease;
      margin: 12px 5% 0px 5%;
      padding: 6px 14px 6px 14px;
      width: 90%;
      text-decoration: none;
      border: 1px #D6D8DC solid;
      text-align: center;
  }
  
  .memu-button2:hover {
    color: #1c3d80;
    background: #f0f8ff;
  }
  
  .memu-button2:active {
    color: #153A95;
    background: #D3E0F8;
  }
  /***********************************　標準ボタン：白抜き（新テンプレ）　　************************************/
  
  
  
  /***********************************　標準ボタン：白抜き（新テンプレ）　　************************************/
  .memu-button3 {
    display: inline-block;
      font-size: 16px;
      color: #df3030;
      text-decoration: none;
      user-select: none;
      border-radius: 29px;
      transition: 0.4s ease;
      margin: 12px 5% 0px 5%;
      padding: 6px 14px 6px 14px;
      width: 90%;
      text-decoration: none;
      border: 1px #D6D8DC solid;
      text-align: center;
  }
  
  .memu-button3:hover {
    color: #801c1c;
    background: #f0f8ff;
  }
  
  .memu-button3:active {
    color: #951515;
    background: #D3E0F8;
  }
  /***********************************　標準ボタン：白抜き（新テンプレ）　　************************************/
  
  
  /***********************************　標準ボタン：白抜き（新テンプレ）　　************************************/
  .memu-button4 {
    display: inline-block;
      font-size: 16px;
      color: #c0c8da;
      text-decoration: none;
      user-select: none;
      border-radius: 29px;
      transition: 0.4s ease;
      margin: 12px 5% 0px 5%;
      padding: 6px 14px 6px 14px;
      width: 90%;
      text-decoration: none;
      border: 1px #D6D8DC solid;
      text-align: center;
  }
  
  .memu-button4:hover {
    color: #616979;
    background: #f0f8ff;
  }
  
  .memu-button4:active {
    color: #878b96;
    background: #D3E0F8;
  }
  /***********************************　標準ボタン：白抜き（新テンプレ）　　************************************/
  

    /***********************************　標準ボタン：白抜き（新テンプレ）　　************************************/
    .memu-button5 {
      display: inline-block;
      font-size: 16px;
      color: #FFF;
      background: #306ADF;
      text-decoration: none;
      user-select: none;
      border-radius: 29px;
      transition: 0.4s ease;
      margin: 12px 5% 0px 5%;
      padding: 6px 14px 6px 14px;
      width: 90%;
      text-decoration: none;
      text-align: center;
    }
    
    .memu-button5:hover {
      color: #0c214b;
      background: hsl(208, 81%, 80%);
    }
    
    .memu-button5:active {
      color: #091636;
      background: #7a9ad4;
    }
    /***********************************　標準ボタン：白抜き（新テンプレ）　　************************************/
    
    
  
  
    /***********************************　標準ボタン：白抜き（新テンプレ）　　************************************/
    .memu-button6 {
      display: inline-block;
      font-size: 16px;
      color: #FFF;
      background: #df3030;
      text-decoration: none;
      user-select: none;
      border-radius: 29px;
      transition: 0.4s ease;
      margin: 12px 5% 0px 5%;
      padding: 6px 14px 6px 14px;
      width: 90%;
      text-decoration: none;
      text-align: center;
    }
    
    .memu-button6:hover {
      color: rgb(245, 182, 182);
      background: #530404
    }
    
    .memu-button6:active {
      color: #091636;
      background: #570404;
    }
    /***********************************　標準ボタン：白抜き（新テンプレ）　　************************************/
    
    
  
  
  
  
  
  
  #install_title{
    top: 200px;
      font-size: 30px;
      width: 90%;
      position: fixed;
      color: #FFF;
  }
  
  
  
  .install_div{
    display: flex;
      justify-content: center;
      overflow: auto;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.9);
      opacity: 1;
      padding: 20px;
  
  }
  
  
  
  @media (display-mode: standalone){
    /* ここにPWA環境下でのみ実行する設定を記述 */
  .install_div{
  display: none;
  }
  }
  
  

  .app_dw_icon{
    width: 80%;
    margin: 0px 10%;
    max-width: 300px;
  }