@charset "utf-8";



/*--------------------------------------------------
script trigger
--------------------------------------------------*/
@media only screen and (max-width: 640px){
	#pc-breakpoint {
		display: none;
	}
}
@media only screen and (min-width: 641px){
	#sp-breakpoint {
		display: none;
	}
}



/*--------------------------------------------------
general
--------------------------------------------------*/
/* hidden text */
.gwi-hiddentext {
	color: transparent;
	font: 0px/0 a;
	position: absolute;
	text-shadow: none;
}

/* display control */
@media only screen and (max-width: 640px){
	.sp_gwi-disp-none {
		display: none;
	}
}
@media only screen and (min-width: 641px){
	.pc_gwi-disp-none {
		display: none;
	}
}



/*--------------------------------------------------
font normalize
--------------------------------------------------*/
.gwi-font-normalize{
	font-size: 16px;
	font-family: "Helvetica","Arial",sans-serif;
}
@media only screen and (max-width: 640px){
	.gwi-font-normalize{
		font-size: 13px;
	}
}



/*--------------------------------------------------
width(all modules)
--------------------------------------------------*/
.gwi-container {
	margin: 0 auto;
	clear: both;
	width: 980px;
}

@media only screen and (max-width: 640px){
	.gwi-container {
		width: auto;
	}
}


/*--------------------------------------------------
text
--------------------------------------------------*/
.gwi-texts > p a {
	color: #000;
}
.gwi-texts > p a:visited {
	color: #666;
}
.gwi-texts > p a:hover,
.gwi-texts > p a:focus {
	color: #cc0000;
}

.gwi-texts {
	margin: 26px 0;
}
.gwi-texts p {
	margin: 0;
	padding: 0;
	font-size: 0.938em;
	line-height: 1.6;
}
.gwi-texts .gwi-headline {
	margin-bottom: 10px;
	font-weight: bold;
}



/*--------------------------------------------------
a links
--------------------------------------------------*/
a.gwi-normal-link01:link {
	padding-right: 10px;
	color: #c00;
	background: url(../img/pc_normal_link_arrow.png) no-repeat right center;
	font-weight: bold;
	text-decoration: none;
}
a.gwi-normal-link01:link.gwi-link-blank:before {
	margin: 0px 5px 0 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	content: url(../img/pc_normal_link_blank.png);
}
a.gwi-normal-link01:visited {
	color: #c00;
	text-decoration: none;
}
a.gwi-normal-link01:hover,
a.gwi-normal-link01:focus {
	text-decoration:none;
	opacity: 0.7;
}
a.gwi-normal-link-blank01:link {
	color: inherit;
	text-decoration: none;
}
a.gwi-normal-link-blank01:before {
	margin-right: 5px;
	display: inline-block;
	width: 11px;
	height: 11px;
	content: url(../img/pc_normal_link_blank02.png);
}
a.gwi-normal-link-blank01:visited {
	color: #666;
}
a.gwi-normal-link-blank01:hover,
a.gwi-normal-link-blank01:focus {
	color: #c00;
	text-decoration:none;
}

a.gwi-normal-link02 {
	color: inherit;
	text-decoration: none;
}
a.gwi-normal-link02.gwi-link-blank:before {
	margin: 0px 5px 0 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	content: url(../img/pc_normal_link_blank.png);
}
a.gwi-normal-link02:visited {
	color: #666666;
}
a.gwi-normal-link02:hover,
a.gwi-normal-link02:focus {
	color: #cc0000;
	text-decoration: none;
}
a.gwi-normal-link02.gwi-link-pdf {
	background: none;
}
a.gwi-normal-link02.gwi-link-pdf:after {
	margin: 0 0 0 5px;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	content: url(../img/pc_pdf.png);
}

a.gwi-normal-link-ico-pdf {
	color: inherit;
	text-decoration: none;
}
a.gwi-normal-link-ico-pdf:after {
	margin-left: 5px;
	display: inline-block;
	width: 16px;
	height: 16px;
	content: url(../img/pc_pdf.png);
}
a.gwi-normal-link-ico-pdf:visited {
	color: #666;
}
a.gwi-normal-link-ico-pdf:hover,
a.gwi-normal-link-ico-pdf:focus {
	color: #c00;
	text-decoration:none;
}

@media only screen and (max-width: 640px){
	a.gwi-normal-link01:link {
		padding-right: 9px;
		background: url(../img/sp_normal_link_arrow03.png) no-repeat right center;
		background-size: 4px 6px;
	}
	a.gwi-normal-link01:link.gwi-link-blank:before {
		width: 8px;
		height: auto;
		content: url(../img/sp_normal_link_blank.png);
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
	a.gwi-normal-link-blank01:before {
		width: 8px;
		height: auto;
		content: url(../img/sp_normal_link_blank.png);
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
	a.gwi-normal-link-ico-pdf:after {
		position: relative;
		top: -0.4em;
		width: 15px;
		height: 15px;
		vertical-align: middle;
		content: url(../img/sp_pdf.png);
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
	.gwi-button-area a.gwi-normal-link01 {
		padding-right: 8px;
		background: url(../img/sp_normal_link_arrow02.png) no-repeat right center;
		background-size: 5px 8px;
	}

}



/*--------------------------------------------------
cookie alert
--------------------------------------------------*/
.gwi-cookie_alert {
	margin: 0;
	padding: 40px 90px 25px 40px;
	border-bottom: 3px solid #c00;
	position: relative;
	z-index: 8001;
	overflow: hidden;
	min-width: 850px;
	background: #f6f6f6;
}
.gwi-cookie_alert .gwi-texts {
	margin: 0;
	padding: 0;
}
.gwi-cookie_alert .gwi-texts p {
	margin-bottom: 18px;
	line-height: 1.33333;
	font-size: 0.938em;
}
.gwi-cookie_alert .gwi-texts .gwi-headline {
	margin-bottom: 5px;
}
.gwi-cookie_alert .gwi-cookie-links:after {
	display: block;
	clear: both;
	content: "";
}
.gwi-cookie_alert .gwi-texts .gwi-normal-link01 {
	margin: 0 0 15px;
	float: left;
	line-height: 1;
	font-size: 0.750em;
}
.gwi-cookie_alert .gwi-btn-cookie-yes {
	margin: 0 0 15px;
	padding: .3em 0;
	border: 1px solid #c00;
	float: right;
	width: 130px;
	cursor: pointer;
	color: #c00;
	font-size: 0.938em;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
.gwi-cookie_alert .gwi-btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 49px;
	height: 36px;
	cursor: pointer;
	background: url(../img/pc_mod_btn_close.png) no-repeat left top;
}
@media only screen and (max-width: 640px){
	.gwi-cookie_alert {
		padding: 35px 20px 30px;
		border: none;
		min-width: 0;
	}
	.gwi-cookie_alert .gwi-texts p {
		margin-bottom: 8px;
		line-height: 1.5;
		font-size: 1em;
	}
	.gwi-cookie_alert .gwi-texts .gwi-normal-link01 {
		margin-bottom: 5px;
		line-height: 1.5;
		font-size: 1em;
		font-weight: bold;
	}
	.gwi-cookie_alert .gwi-btn-cookie-yes {
		margin-bottom: 5px;
		width: 65px;
		font-size: 0.84615em;
	}
	.gwi-cookie_alert .gwi-btn-close {
		top: 10px;
		right: 10px;
		width: 41px;
		height: 30px;
		background: url(../img/sp_mod_btn_close.png) no-repeat left top;
		background-size: contain;
	}
}
