@charset "utf-8";

/* -----------------------------------------------------------------
FLOAT-BTN CSS
※ページ常在リンクボタン
--------------------------------------------------------------------*/

.flotxt{font-weight: bold; font-size: 200%; line-height: 1.5;}
.flotxt .pcOnly{font-weight: bold !important;}
.flolst{padding:0 1.5rem;}
.flolnk a{ background: #d40802; margin: 1rem 0; cursor: pointer; display: block;}
.flolnk a:hover{
	transition: 0.6s;
	opacity: 0.6;
}

.floday{
	color: #FFFFFF;
	line-height: 3.6;
	font-weight: bold;
	font-size: 177%;
	text-decoration: none;
}

.xbtn {
	font-size: 220%;
	line-height: 1.4;
    color: #fff;
    background: #d40802;
    padding: .13em .4em 0 .4em;
    border-radius: 100%;
    text-align: center;
    display: table;
    cursor: pinter;
}
.xbtn:hover {
    cursor: pinter;
    background: #FF0000;
}
.xbtn:active {
    background: #FF4747;
}
.xbox {
	position: fixed;
	z-index: 16;
	right:0;
	bottom:40px;
	overflow:hidden;
	width:33rem;
	padding:20px 15px !important;
	text-align: center;
	background:#fff;
	box-shadow:0 6px 6px 0 rgba(0,0,0,.4)
}

/* close button */
.action-close {
    position: relative;
    margin: 2em 0 0 1em;
	padding:20px 20px !important;
}
.action-close .xbtn {
position: fixed;
z-index: 17;
bottom: 25rem;
right: 31rem;
}
.action-close .xbox {
	padding: 1rem 1rem 1.5rem 1rem;
}

/* checkbox 非表示 */
.add-control .checkbox {
    display: none;
}

/* close button's control */
.add-control .action-close #close:checked ~ .xbtn {
    display: none;
}
.add-control .action-close #close:checked ~ .xbox {
    display: none;
}



@media screen and (max-width: 768px){
.flotxt{font-weight: normal; font-size: 160%; line-height: 1.5;}
.flolnk a{line-height: 2.4;}
.floday{ font-weight: normal; font-size: 170%;}

.xbtn {
	font-size: 230%;
	line-height: 1.3;
    padding: .09em .4em 0 .4em;
	border: #FFFFFF solid 2px;
}
.xbox {
	right:0;
	bottom:20px;
	width: 80%;
	margin:0 auto;
	padding:16px 8px 8px 8px !important;
	left: 0.1%;
}

/* close button */
.action-close {
    margin: 2em 0 0 1em;
	padding:20px 20px !important;
}
.action-close .xbtn {
bottom: 14rem;
right: 2.2rem;
}
.action-close .xbox {
	padding: 1rem 1rem 1.5rem 1rem;
}

}