@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500;700&family=Lato:wght@400;700&family=M+PLUS+Rounded+1c:wght@300;400;500;700;800&display=swap');

/*===============================================

 *	ブラウザリセット

===============================================*/
a:hover img{	
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

/* Box sizing rules */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html{
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	font-family: 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size: 100%;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

table {
	font-size: inherit;
}

select,input, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, code {
	font: 115% monospace;
	*font-size: 100%;
}

br{
	letter-spacing: normal;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
	font-style: normal;
/*	font-weight: normal;*/
}

address,em{
	font-style: normal;
}
	
strong,th{
	font-weight: normal;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

th,td{
	text-align: left;
	border: none;
	font-weight: normal;
}

hr {
	display: none;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}

img,fieldset{
	border: 0;
	vertical-align: bottom;
}

/* Make images easier to work with */
img {
	max-width: 100%;
	vertical-align: middle;
}

li{
	list-style-type: none;
}

ul,ol,dl {
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
}

li,dt,dd {
	font-size: 100%;
}

dt {
	font-weight: normal;
}
a{
	text-decoration: none;
	outline: none;
}

form,input{
	padding: 0;
	margin: 0;
}

/* ----------------------------------
	このサイトオリジナル設定
---------------------------------- */

h1:hover,h2:hover,h3:hover,h4:hover{
}

:focus {
	?moz-outline-style: none;
}

a {
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}



/*===============================================
	clearFix	2011/4/26
===============================================*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix{
    zoom: 1;
}

/**/