
      .sec_area{width: 720px;margin: 0 auto 80px;border-bottom: 2px solid #000;padding-bottom: 40px;}
      
      
      .nagare_title{
        width: 720px;font-size: 28px;border-bottom: 2px solid;letter-spacing: 3px;padding-bottom: 10px;margin-top: 50px;margin-bottom: 30px;
      }
    
      .h3_title{
        width: 720px;font-size: 28px;font-weight: bold;border-bottom: 2px solid;padding-bottom: 10px;margin-bottom: 15px;
      }
    
      .h4_title{
        width: 720px;font-size: 27px;color:#fff;padding: 15px 0px;margin-bottom: 15px;background-color: #000; 
      }
    
      .nagare_text{
        width: 660px;padding: 10px;text-align: left;font-size: 20px;line-height: 200%;margin: 0 auto 30px;list-style: circle;
      }
    
      .nagare_text_2{
        width: 650px;padding: 10px;text-align: left;font-size: 20px;line-height: 200%;margin: 0 auto 30px;
      }

      .nagare_text_b{
        width: 710px;padding: 5px;text-align: left;font-size: 20px;color: #00f;line-height: 220%;margin: 0 auto 35px;list-style: none;font-weight: bold;
      }
    
      .nagare_text_b span{
        color: #ff007a;
      }
    
      .nagare_01{
        width: 720px;font-size: 23px;color: #00f;line-height: 150%;
      }
    
    
      .h3_text{
        width: 720px;font-size: 26px;color: #ff007a;margin-bottom: 25px;
      }
    
    
      /* アプリ紹介 */
    
      .app_area{
        width: 650px;border: 1px solid #000;background-color: #f5f5f5;text-align: center;margin: 0 auto 15px;
      }
    
      .app_title{
        width: 100%;line-height: 50px;font-size: 26px;
      }
    
      .app_title_2{
        width: 100%;line-height:105%;font-size: 26px;padding: 15px 0px;
      }
    
      .app_title_2 span{
        display: block;font-size: 22px;
      }
    
      .app_img_area{
        width: 100%;display: flex;
      }
    
      .app_img{
        width: 340px;
      }
    
      .dl_btn:hover img{
        opacity: 0.7;
      }
    
      .app_info{
        position: relative;
        width: 600px;
        height: 60px;
        font-size: 23px;
        line-height: 60px;
        background-color: #fff;
        border: 1px solid;
        border-radius: 5px 5px;
        box-sizing: border-box;
        box-shadow: 2px 2px 4px #888;
        margin: 15px auto;
      }
    
      .app_info:hover{
        background-color: #ffc;
      }
    
      .app_info a{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
      }
    
      /* ボタンエリア */
    
      .payment_3btn_area{
        width: 760px;display: flex;margin: 0 auto 80px; 
      }
    
      .payment_3btn{
        position: relative;font-weight: bold;
        width: 240px;height: 80px;font-size: 24px;line-height: 80px;color: #fff;background-color: #00f;border-radius: 3px 3px;margin-left: 10px;box-shadow: 2px 2px 2px #888;
      }
    
      .payment_3btn a{
        position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;
      }
    
      .payment_3btn:hover{
        color: #ff0;
        text-shadow: 0px 0px 3px #ff6;
      }
    
    
      .payment_2btn_area{
        width: 480px;display: flex;margin: 0 auto;
      }

      .payment_3btn_b_area{
        width: 720px;display: flex;margin: 0 auto 80px; 
      }
    
      .payment_3btn_b{
        position: relative;font-weight: bold;
        width: 220px;height: 80px;font-size: 22px;line-height: 80px;color: #fff;background-color: #000;border-radius: 3px 3px;margin: 0 9px;box-shadow: 2px 2px 2px #888;
      }
    
      .payment_3btn_b a{
        position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;
      }
    
      .payment_3btn_b:hover{
        color: #ff0;
        text-shadow: 0px 0px 3px #ff6;
      }
    
    
      .orico_hyo{
        font-size: 23px;line-height: 150%;text-align: center;border-collapse: collapse;border: 1px solid #000;margin: 0 auto 5px;
      }
    
      .orico_hyo tr, .orico_hyo td{
        border: 1px solid #000;
        padding: 10px 0px;
      }
    
      .modoru_btn{
        position: relative;
        width: 200px;
        height: 50px;
        font-size: 23px;
        line-height: 50px;
        letter-spacing: 10px;
        border: 2px solid #000;
        border-radius: 3px 3px;
        box-shadow: 2px 2px 4px #888;
        margin: 0 auto 80px;
      }
    
      .modoru_btn:hover{
        background-color: #ff6;
      }
    
      .modoru_btn a{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
      }
    
    
     

      .link_taihen{
        position: relative;
        width: 650px;
        height: 70px;
        font-size: 23px;
        font-weight: bold;
        line-height: 70px;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 5px;
        background-color: #006;
        box-shadow: 2px 2px 4px #444;
        margin: 30px 0px 0px;
      }

      .link_taihen:hover .link_taihen_tub{
        background-color: #ff0;
      }

      .link_taihen a{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
      }

      .link_taihen_tub{
        position: absolute;
        width: 80px;
        height: 80px;
        border: 3px solid #f00;
        border-radius: 50%;
        box-sizing: border-box;
        background-color: #fff;
        font-size: 25px;
        line-height: 80px;
        color: #f00;
        text-align: center;
        top: -90%;
        left: -5px;
        box-shadow: -1px -1px 1px #fff, 2px 2px 1px #555;
      }

      .card_table{
        font-size: 18px;line-height: 150%;text-align: center;border-collapse: collapse;border: 1px solid #000;margin: 0 auto 5px;
      }

      .card_table th{
        border: 1px solid #000;background-color: #f8f8f8;line-height: 200%;font-weight: bold;
      }

      .card_table td{
        font-size: 21px;border: 1px solid #000;line-height: 200%;font-weight: bold;
      }


      .minato_table_title{
              width: 720px;border-left: 23px solid #000;font-size: 23px;text-align: left;padding-left: 10px;box-sizing: border-box;margin-bottom: 10px;
            }
            #minato_table{
              width: 720px;border-collapse: collapse;font-size: 18px;line-height: 180%;text-align: left;border: 2px solid #000;margin-bottom: 15px;
            }
            #minato_table td{
              padding-left: 10px;box-sizing: border-box;
            }
            .minato_table_td01{
              width: 50%;border: 1px solid #000;
            }
            .minato_table_td02{
              width: 25%;border: 1px solid #000;
            }
            .minato_table_tyu{
              width: 720px;font-size: 20px;text-align: right;
            }
 