@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

/* Reset
------------------------------------- */

* {
	margin:0px;
	padding:0px;
}
.clear {
	clear: both;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del, ins {
	text-decoration: none;
}

li {
	list-style: none;
}


h1, h2, h3, h4, h5, h6 {
	font-size:100% }


input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input, button, textarea, select {
}

body {
	width: 100%;
}

@media screen and (min-width: 481px){
body {
	min-width: 1100px;
}
}

/* Fonts
------------------------------------- */


body {
	color: #000;
	background: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
}

select, input, button, textarea, button {
}

pre, code, kbd, samp, tt {
	font-family:monospace;
}

a,
a:link,
a:active,
a:visited{
	color: #000;
	text-decoration: none;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}
a:hover {
	color: #0085B2;
	text-decoration: underline;
}
a:hover img{
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}
a:hover .notrance{
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}


.flex{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;}
	
.flex_between{
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	flex-wrap:wrap;}
	
#cse-search-form {
	display: none;
}