@charset "UTF-8";

	
#cont {
	margin: auto;
	width: 1170px;
}


.floating-button { 
    position: fixed; 
    right: 20px; 
    bottom: 300px; 
    z-index: 9999; 
    display: block; 
    background: #ff4027 ;/* ボタンの背景色 */ 
    border: 4px solid #e2361a; /* ボタンの線色 */ 
    color: #fff; /* 文字色 */ 
    text-align: center; line-height: 25px; /* ボタン内のテキストの位置を中央にする */ 
    text-decoration: none; 
    font-size: 30px; /* テキストサイズ */ 
    font-weight:bold;
    writing-mode: vertical-rl;
    border-radius: 15px;
    padding: 80px 20px;
    box-shadow: 3px 10px 5px rgba(0, 0, 0, 0.1);
} 

.floating-button2 { 
    position: fixed; 
    right: 20px; 
    bottom: 300px; 
    z-index: 9999; 
    display: block; 
    background: #ff4027 ;/* ボタンの背景色 */ 
    border: 4px solid #e2361a; /* ボタンの線色 */ 
    color: #fff; /* 文字色 */ 
    text-align: center; line-height: 25px; /* ボタン内のテキストの位置を中央にする */ 
    text-decoration: none; 
    font-size: 30px; /* テキストサイズ */ 
    font-weight:bold;
    writing-mode: vertical-rl;
    border-radius: 15px;
    padding: 80px 20px;
    box-shadow: 3px 10px 5px rgba(0, 0, 0, 0.1);
} 
 
/***トップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 15px;
    background: #DADADA;
    color: #111;
    width: 170px;
    height: 60px;
    text-align: center;
    font-weight:bold;
    text-decoration: none;
    border: solid 1px;
    border-radius: 6%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
    z-index: 10;
}
#page-top:hover {
    background: #111;
    color: #FFF;
}
#page-top i {
    padding-top: 12px;
    font-size: 1.3rem;
    display: block;
}
#page-top span {
    font-size: 25px
}
/***トップへ戻るボタンここまで***/

