/*
Theme Name: GENSEN Child
Theme URI: https://tcd-theme.com/tcd050
Template: gensen_tcd050
Author: TCD
Author URI: https://tcd-theme.com/
Description: WordPress theme "GENSEN" create a portal site with an advanced search function. The top page header can be used as an ad space for sponsors, or you can feature a close-up view of the sites that are listed.
Version: 1.19.2.1719752832
Updated: 2024-06-30 22:07:12

*/


/* ----------------------------------------
トップボタン
 ----------------------------------------*/
.mybtn {
	margin-top: -80px;
	text-align: center;
}
.mybtn a{
	color: #fff !important;
	display: inline-block;
	padding: 0 42px;
	min-width: 114px;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	background: #aaa;
	position: relative;
	-webkit-transition-property: background-color, color, border-color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background-color, color, border-color;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease;
	-ms-transition-property: background-color, color, border-color;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: ease;
	-o-transition-property: background-color, color, border-color;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: ease;
	transition-property: background-color, color, border-color;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}
.mybtn a:hover {
	text-decoration: none !important;
	background-color: #1ba5b5;
}
.mybtn a:after {
	content: '\e910';
	font-family: 'design_plus';
	line-height: 1;
	margin-top: -0.5em;
	position: absolute;
	top: 50%;
	right: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px){
	.mybtn {
		margin-top: -24px;
	}
	.mybtn a {
		display: inline-block;
		padding: 0 30px;
		min-width: 100px;
		line-height: 40px;
		text-decoration: none;
		color: #fff;
		background: #aaa;
		position: relative;
	}
}