@charset "utf-8";

/* ==========================================================
 * reset
 * ========================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,th,dt {
	font-weight: 400;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ol,ul {
	list-style-type: none;
}

/* ==========================================================
 * common
 * ========================================================*/
body {
	font-size: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: normal;
	color: #000000;
	background: #fff;
}
img {
	vertical-align: top;
	width: 100%;
}
p {
	text-align: justify;
}
*::selection {
	background: #81bb0d;
	color: #d0ff00;
}
*::-moz-selection {
	background: #81bb0d;
	color: #d0ff00;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.corner {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.left {
	float: left;
	width: 50%;
}
.right {
	float: right;
	width: calc(50% - 1px);
}
.te_left {
	text-align: left !important;
}
.te_right {
	text-align: right !important;
}
.te_center {
	text-align: center !important;
}
.center {
	margin: 0 auto !important;
}
.block {
	display: block !important;
}
.inline {
	display: inline !important;
}
.nopadding {
	padding: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.noborder {
	border: none !important;
}
.nobg {
	background: none !important;
}
small {
	font-size: 90%;
	font-weight: normal;
}
strong {
	font-size: 110%;
	font-weight: 500;
}
a {
	outline: none;
	text-decoration: none;
}
a img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
/* ie lt 8 */
	-ms-filter: alpha(opacity=60);
/* ie 8 */
	-moz-opacity: 0.6;
/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;
/* Safari 1.x */
}
.button {
	width: 200px;
	margin: 2rem auto;
	border: 1px solid #004690;
	padding: 1rem;
	text-align: center;
	font-size: 1.2rem;
	font-family: "Noto Sans Japanese";
	font-weight: bold;
	transition: 0.2s;
	display: block;
	color: #004690;
	background: #fff;
}
.button:hover {
	background: #efefef;	
}
span.anchorlink {
	position: relative;
	top: -5px;
	display: block;
}

/* ==========================================================
 * header
 * ========================================================*/
header {
}

/* ==========================================================
 * footer
 * ========================================================*/
footer p {
	padding: 2rem 0 6rem;
	color: #004690;
	font-size: 0.9rem;
	letter-spacing: 2px;
	text-align: center;
}

/* =========================================================
 * トップへ戻るボタン
 * =========================================================*/
.topBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	background-color: #00469099;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 22px;
	border-radius: 30px;
	padding-top: 30px;
	box-sizing: border-box;
}
.topBtn::before {
	content: '\25B2';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
}
.topBtn::hover {
	opacity: 0.7;
}

/* =========================================================
 * responsive
 * =========================================================*/
@media screen and (min-width:1024px){
	/* ===== common =====*/
}