/* toptxt */
.toptxt{
	width: calc(100% - 30px);
	max-width: 580px;
	margin: 15px auto 10px auto;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.toptxt p{
	position: relative;
	font-size: 11px;
    line-height: 15px;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0 0 0 18px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.toptxt p:last-of-type{	margin-bottom: 0;}
.toptxt p .material-icons,
.material-symbols-outlined{
	font-size: 14px;
	line-height: 1;
	color: #E28712;
	position: absolute;
	top: 0;
	left: 0;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 1
}


/* search_box */

.search_box{
	position: relative;
	width: calc(100% - 30px);
	max-width: 580px;
	margin: 0 auto 15px auto;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.search_box h3{
	position: relative;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 10px 0;
	padding: 0 0 0 24px;
}
.search_box h3 span{
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.search_box .input{
	margin-bottom:0;
}

.search_box .input input{
	width: 100%;
}

.search_box .input .app{
	display: inline-block;
	text-align: right;
	position: absolute;
	top: 13px;
	right: 5px;
}

.search_box .input .app span{
	color: #ff0000;
}

.search_box input[type="text"]{
	padding			: 7px 7px;
	font-size		: 16px;
	font-family		: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	border: 1px solid #ccc;
	border-radius	: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.search_box input::placeholder,
.search_box textarea::placeholder{	color: #ccc;}
.search_box input:-ms-input-placeholder,
.search_box textarea:-ms-input-placeholder{	color: #ccc;}
.search_box input::-ms-input-placeholder,
.search_box textarea::-ms-input-placeholder{	color: #ccc;}

.search_box input[type="submit"]{
	cursor: pointer;
	width: 110px;
	height: 40px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 10px auto 10px auto;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow:0px 0px 0px 1px #fff inset, 0 2px 0 0 #ddd;
	background: #ECECEC;
	background: linear-gradient(0deg, rgba(236, 236, 236, 1) 0%, rgba(255, 255, 255, 1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.search_box input[type="submit"]:disabled{
	cursor: inherit;
	color: #bbb;
	background: #ececec;
	box-shadow:none;
	border: 1px solid #ececec;
}

.search_history{
	margin-top: 5px;
}

.search_history span{
	cursor: pointer;
	color: #666;
	text-decoration: underline;
}
.fz_s .search_history{}
.fz_l .search_history{
	font-size: 14px;
}



.search_history.popular{
	margin-top: 10px;
}

.serach_inputbox{
	display: flex;
}
.serach_inputbox dt{
	width: calc(100% - 45px);
	font-weight: normal;
}
.serach_inputbox dd{
	width: 40px;
	margin-left: 5px;
}
.serach_inputbox dd button{
	cursor: pointer;
	width: 40px;
	height: 38px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow:0px 0px 0px 1px #fff inset, 0 2px 0 0 #ddd;
	background: #ECECEC;
	background: linear-gradient(0deg, rgba(236, 236, 236, 1) 0%, rgba(255, 255, 255, 1) 100%);
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.serach_inputbox dd button:hover{
	margin-top: 2px;
	background: linear-gradient(180deg, rgba(236, 236, 236, 1) 0%, rgba(255, 255, 255, 1) 100%);
	box-shadow:0px 0px 0px 1px #fff inset, 0 0 0 0 #ddd;
}
.serach_inputbox dd button:disabled,
.serach_inputbox dd button:disabled:hover{
	height: 40px;
	margin-top: 0;
	cursor: inherit;
	color: #bbb;
	background: #ececec;
	box-shadow:none;
	border: 1px solid #ececec;
}



/* HTML: <div class="loader"></div> */
.loader {
	margin: 0 auto 30px;
	height: 50px;
	width: 50px;
}
.loader.farst {
	margin: 80px auto;
}


.loader span{
	display: block;
	height: 50px;
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: 
		radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,
		conic-gradient(#0000 30%,#ffa516);
	-webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
	animation: l13 1s infinite linear;
}
.loader font{
	display: block;
	margin-top:10px;
}
@keyframes l13{ 
	100%{transform: rotate(1turn)}
}



.zero_bd,
.nologin_bd{
	text-align: center;
}

.err_msg{
	text-align: center;
	font-size: 16px;
    line-height: 22px;
    margin: 50px 15px;
    padding: 50px 10px;
}



/** font size s **/
.fz_s .toptxt p{
	font-size: 11px;
    line-height: 15px;
}
.fz_s .toptxt p .material-icons,
.fz_s .material-symbols-outlined{
	font-size: 14px;
	line-height: 1;
}
.fz_s .search_box h3{
	font-size: 16px;
	line-height: 22px;
}
.fz_s .search_box .input .app{
	font-size: 12px;
	line-height: 16px;
}
.fz_s .err_msg{
	text-align: center;
	font-size: 16px;
    line-height: 22px;
}
.fz_s .search_box input[type="submit"]{ font-size: 14px;}


/** font size l **/
.fz_l .toptxt p{
	font-size: 13px;
    line-height: 15px;
}
.fz_l .toptxt p .material-icons,
.fz_l .material-symbols-outlined{
	font-size: 16px;
	line-height: 1;
	top: -1px;
}
.fz_l .search_box h3{
	font-size: 18px;
}
.fz_l .search_box .input .app{
	font-size: 14px;
	line-height: 17px;
}
.fz_l .err_msg{
	text-align: center;
	font-size: 18px;
    line-height: 24px;
}
.fz_l .search_box input[type="submit"]{ font-size: 17px;}


/*=================================================
 * CSS for SP
 * ================================================= */
 @media screen and (max-width: 650px) {
 }