@charset "UTF-8";
/*
    Template: swell
    Theme Name: HACS
    Theme URI: https://swell-theme.com/
    Description: 高機密高断熱住宅一括見積もりサイト
    Version: 1.0.0
    Author: 
    Author URI: 

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.floating-button01 {
    writing-mode: vertical-rl;
    position: fixed;
    right: -10px;
    top: 150px;
    z-index: 9999;
    display: block;
    background-color: #ff8b00;
    color: #ffffff;
    width: 50px;
    height: 200px;
    text-align: center;
    line-height: 60px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
}
.floating-button01:hover {
    background-color: #fff;
    color: #ff8b00;
    transform: translateX(-12px);
    line-height: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.12em;
    text-indent: 0.12em;
	height: 230px;
}