@charset "utf-8";
/************************************************

	foundation.css
	last update 171111

	1:reset&normalize
	2:base style

************************************************/

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

	1: reset&normalize

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent no-scroll;
}
html {
	overflow: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 10px;
	overflow-y: scroll;
	position: relative;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
	margin: 0;
	padding: 0;
	font-feature-settings : "pkna" 1;
}
ul li {
	list-style-type: none;
}
li li {
	font-size: inherit;
}
h1, h2, h3, h4, h5, h6, form, textarea, pre, blockquote, table, th, td {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, h1:before, h2:before, h3:before, h4:before, h5:before, h6:before, h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
	content: '';
}
p, li, dt, dd, pre, legend {
	line-height: 1.8;
	text-justify: inter-ideograph;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.4;
	text-justify: inter-ideograph;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: none;
}
strong {
	font-weight: 600;
	font-family: YakuHanJP,"Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, Arial, sans-serif;
}
b {
	font-weight: 600;
	font-family: YakuHanJP,"Neue Helvetica W01", "Helvetica Neue", Helvetica, lato,"Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
dfn {
	font-style: italic;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0 0 0;
	padding: 0;
}
hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ccc;
	height: 1px;
	clear: both;
	margin: 50px 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
em {
	font-style: italic;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/* password */
input[type="password"] {
	height: 1.2em;
	font-family: arial;
	ime-mode: disabled;
}
/* button */
input[type="submit"], input[type="reset"], input[type="button"], input[type="image"] {
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
}
/* file */
input[type="file"] {
	height: 20px;
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
	font-size: 100%;
}
optgroup {
	font-weight: bold;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td, th {
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
label {
	cursor: pointer;
}
.navskip, .hide {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
/* ===================================

	2:base style

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

/*  basic font size
------------------------------------------ */

/* 
Neue HelveticaR W01 35 Thin	100 Thin	normal	
Neue HelveticaR W01 45 Light	200 Extra-light	normal	
Neue HelveticaR W01 55 Roman	300 Light	normal	
Neue HelveticaR W01 65 Medium	400 Normal	normal
Neue HelveticaR W01 75 Bold	600 Semi-bold	normal	
Neue HelveticaR W01 85 Heavy	800 Extra-bold	normal	

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
	;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: 600;
}*/
body {
	color: #2e3642;
	background-color: #fff;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	position: relative;
	font-family: YakuHanJP,"Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
}

@media all and (-ms-high-contrast:none) {
body {
	font-family: YakuHanJP,"Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "メイリオ", Meiryo, "Noto Sans Japanese Light", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
}
/* site base style
------------------------------------------ */
p {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2rem;
	text-rendering: optimizeLegibility;
}

@media only screen and (max-width: 48em) {
p {
	font-size: 1.4rem;
}
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	-webkit-backface-visibility: hidden;
}

/*GMW2020のブログサイドバーMOVIE用
.sideNavi video {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -webkit-backface-visibility: hidden;
}

.comp__content video {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    -webkit-backface-visibility: hidden;
}*/

/* Link
------------------------------------------ */
a, main a img, main a div {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #005EAD;
	text-decoration: underline;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
a:hover, a:active {
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
/*main a:hover  {
		filter: alpha(opacity=70) ;
	-moz-opacity: 0.7 ;
	opacity: 0.7 ;
}*/

a:link {
	color: #005EAD;
	text-decoration: none;
	outline: 0;
}
a:visited {
	color: #005EAD;
	text-decoration: none;
}
a:hover {
	color: #F5AF3C;
	text-decoration: none;
}
a:active {
	color: #005EAD;
	text-decoration: none;
}

@media only screen and (max-width: 48em) {
body {
	overflow-x: hidden;
}
html {
}
html:not(:target) body {
	width: 100% !important;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
}
}
