@charset "utf-8";

* {
	box-sizing: border-box;
}
html,body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, form, 
blockquote, fieldset, input, address {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, nav, section, summary {
    display: block;
}
ul,ol {
	list-style-position: outside;
	list-style-type: none;
}
@media screen and (min-width:769px) {
	html {
		font-size: 12px;
		/*
		1.1rem = 13px
		1.2rem = 14px
		1.25rem = 15px
		1.33rem = 16px
		*/
	}
}
@media screen and (max-width:768px) {
	html {
		font-size: 14px;
	}
	
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	color: #333;
	letter-spacing: 0.1em;
	font-feature-settings : "palt" 1;
}
h1, h2, h3, h4, h5, h6, caption { 
	font-weight: normal;
	font-size: 1rem;
}

a { outline: none; }

address { font-style: normal; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

caption { text-align: left; }

fieldset { border: none; }

legend { display:none; }

input[type=radio], 
input[type=checkbox], 
select {
	vertical-align: middle;
}
img {
	border: none;
	vertical-align: top;
}

/**
 * --------------------------------------------------------------------------
 * link
 * --------------------------------------------------------------------------
 */
a {
	color: #666;
	text-decoration: underline;
}
a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover {
	text-decoration: none;
}
 
a:active {
	color: #666;
}

/**
 * --------------------------------------------------------------------------
 * clearfix
 * --------------------------------------------------------------------------
 */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/**
 * --------------------------------------------------------------------------
 * common class
 * --------------------------------------------------------------------------
 */
.hidden {
	display: none;
}
.img_hover,
.jqHover {}
.jqHidden {
	display: none;
}
.jqInv {
	visibility: hidden;
}
.cssHover {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 1;	
}
.cssHover:hover {
	opacity: 0.6;
}
a:hover img {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 1;	
}
a:hover img {
	opacity: 0.6;
}
.fitImg {
	width: 100%;
	max-width: 100%;
}
@media screen and (min-width:769px) {
	.onlySp {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.onlyPc {
		display: none;
	}
}

/**
 * --------------------------------------------------------------------------
 * option class
 * --------------------------------------------------------------------------
 */

.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 0.5em !important;}
.mb10 {margin-bottom: 1em   !important;}
.mb15 {margin-bottom: 1.5em !important;}
.mb20 {margin-bottom: 2em   !important;}

.mt00 {margin-top: 0 !important;}
.mt05 {margin-top: 0.5em !important;}
.mt10 {margin-top: 1em   !important;}
.mt15 {margin-top: 1.5em !important;}
.mt20 {margin-top: 2em   !important;}

.mr00 {margin-right: 0 !important;}
.mr05 {margin-right: 0.5em !important;}
.mr10 {margin-right: 1em   !important;}
.mr15 {margin-right: 1.5em !important;}
.mr20 {margin-right: 2em   !important;}

.ml00 {margin-left: 0 !important;}
.ml05 {margin-left: 0.5em !important;}
.ml10 {margin-left: 1em   !important;}
.ml15 {margin-left: 1.5em !important;}
.ml20 {margin-left: 2em   !important;}

.pb00 {padding-bottom: 0 !important;}
.pb05 {padding-bottom: 0.5em !important;}
.pb10 {padding-bottom: 1em   !important;}
.pb15 {padding-bottom: 1.5em !important;}
.pb20 {padding-bottom: 2em   !important;}
.pb40 {padding-bottom: 4em   !important;}
.pb90 {padding-bottom: 9em   !important;}

.pt00 {padding-top: 0 !important;}
.pt05 {padding-top: 0.5em !important;}
.pt10 {padding-top: 1em   !important;}
.pt15 {padding-top: 1.5em !important;}
.pt20 {padding-top: 2em   !important;}
.pt40 {padding-top: 4em   !important;}

.pr00 {padding-right: 0 !important;}
.pr05 {padding-right: 0.5em !important;}
.pr10 {padding-right: 1em   !important;}
.pr15 {padding-right: 1.5em !important;}
.pr20 {padding-right: 2em   !important;}

.pl00 {padding-left: 0 !important;}
.pl05 {padding-left: 0.5em !important;}
.pl10 {padding-left: 1em   !important;}
.pl15 {padding-left: 1.5em !important;}
.pl20 {padding-left: 2em   !important;}





























 