﻿.page_top{position:fixed;right:20px;bottom:20px;z-index:8;border-radius:50%;width:60px;height:60px;background-color:#ff8232;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;transition:none}.page_top span{color:#fff;font-family:"Montserrat","游ゴシック Medium","Yu Gothic Medium","游ゴシック体","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN",sans-serif;font-size:1.2rem;font-weight:200}.page_top:hover{text-decoration:none;opacity:.8}.page_top:focus{text-decoration:none}@media screen and (max-width: 768px){.page_top{width:50px;height:50px;gap:3px}}.js_deco{opacity:0;transform:translateY(60px);transition:opacity .8s ease,transform .8s cubic-bezier(0.25, 0.1, 0.25, 1)}.js_deco.is-active{opacity:1;transform:translateY(0)}.js_deco._delay1{transition-delay:.15s}.js_deco._delay2{transition-delay:.3s}.js_deco._delay3{transition-delay:.45s}.js_deco._delay4{transition-delay:.6s}.js_deco._delay5{transition-delay:.75s}.js_accordion_head{cursor:pointer}.js_accordion_cont{display:none}