@charset "UTF-8";

/*----- フェードイン -----*/
.inviewfadeIn{
	opacity: 0;
	transition: .8s;
}

.fadeIn{
	opacity: 1.0;
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade {
opacity: 0;
transition: 1.5s;
}

.fade-in {
opacity: 1;
}

.fadeSlow {
opacity: 0;
transition: 5s;
}

.fade-in-slow {
opacity: 1;
}
.fadeUp {
	opacity: 0;
	transition: 1s;
	transform: translate(0, 80px);
	-webkit-transform: translate(0, 80px);
}

.fade-in-up {
	opacity: 1.2;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

@media screen and (min-width:950px) {
	.fadeLeft {
		opacity: 0;
		transition: 1.2s;
		transform: translate(80px, 0);
		-webkit-transform: translate(80px, 0);
	}

	.fade-in-left {
	opacity: 1;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
}

.fadeRight {
	opacity: 0;
	transition: 1.2s;
	transform: translate(-80px, 0);
	-webkit-transform: translate(-80px, 0);
}

.fade-in-right {
opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}


/*-- Resetting Again tyles!--*/
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, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	zoom: 1;
	box-sizing:border-box;
	font-size: 100%;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	width:100%;
	font-size: 100%;
	line-height: 1.8;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, arial, helvetica, sans-serif;
	color:#000000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* th and td still need 'cellspacing="0"' in the markup */
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:top;
}

/*-- Regular tyles!--*/

img {
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

a:link, a:visited {
	color: #333;
}

a:hover {
	color:#ccc;
}

.c-fw-bold { 
	font-weight:bold;
}


/* フォント */
sup,
sub {vertical-align:baseline; position:relative;font-size:0.76em;}
sup {top: -3px;}
sub {top: 3px;}
.red {color:#C30;}

.big {
	font-size:14px;
}

/* テキスト*/

h1, h2, h3, h4, h5 {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.c-c-mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
} 

.c-text-center {
	text-align: center;
}

.c-text-right {
	text-align: right;
}

.c-text-left {
	text-align: justify;
}

.c-text-underline {
	text-decoration: underline;
}

@media (min-width:768px) { 
	.c-text-md-center {
		text-align:center;
	}
}

@media only screen and (min-width: 950px),print { 
	.c-text-lg-center {
		text-align: center;
	}
	
	.c-text-lg-left {
		text-align: justify;
	}
	
	.c-text-lg-right {
		text-align: right;
	}
}

.c-palt {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

/*余白*/

@media only screen and (max-width:757.9px) {
	.c-t-sp-0 {margin-top: 0;}
	.c-mt-sp-05 { margin-top: 5px; }
	.c-mt-sp-10 { margin-top: 10px; }
	.c-mt-sp-15 { margin-top: 15px; }
	.c-mt-sp-20 { margin-top: 20px; }
	.c-mt-sp-25 { margin-top: 25px; }
	.c-mt-sp-30 { margin-top: 30px; }
	.c-mt-sp-40 { margin-top: 40px; }
	.c-mt-sp-50 { margin-top: 50px; }
	.c-mt-sp-60 { margin-top: 60px; }
	.c-mt-sp-70 { margin-top: 70px; }
	.c-mt-sp-80 { margin-top: 80px; }
	.c-mt-sp-90 { margin-top: 90px; }
	.c-mt-sp-100 { margin-top: 100px; }
}

@media only screen and (min-width: 758px),print { 
	.c-pt-m { padding-top:80px; }
	.c-pb-m { padding-bottom:80px; }
	
	.c-mt-md-0 {margin-top: 0;}
	.c-mt-md-05 {margin-top: 5px;}
	.c-mt-md-10 {margin-top: 10px;}
	.c-mt-md-15 {margin-top: 15px;}
	.c-mt-md-20 {margin-top: 20px;}
	.c-mt-md-25 {margin-top: 25px;}
	.c-mt-md-30 {margin-top: 30px;}
	.c-mt-md-40 {margin-top: 40px;}
	.c-mt-md-45 {margin-top: 45px;}
	.c-mt-md-50 {margin-top: 50px;}
	.c-mt-md-60 {margin-top: 60px;}
	.c-mt-md-70 {margin-top: 70px;}
	.c-mt-md-80 {margin-top: 80px;}
	.c-mt-md-90 {margin-top: 90px;}
	.c-mt-md-100 { margin-top: 100px; }
	.c-mt-md-110 { margin-top: 110px; }
	.c-mt-md-120 { margin-top: 120px; }
}


/*フォントサイズ*/
.c-fs-13 {font-size:10px;line-height:1.5em;}
.c-fs-14 {font-size:12px;line-height:1.5em;}
.c-fs-15 {font-size:12px;line-height:1.5em;}
.c-fs-16 {font-size:13px;line-height:1.5em;}
.c-fs-17 {font-size:14px;line-height:1.7em;}
.c-fs-18 {font-size:15px;line-height:1.7em;}
.c-fs-20 {font-size:18px;line-height: 1.5em;}
.c-fs-22 {font-size:19px; line-height:1.3em;}
.c-fs-24 {font-size:18px; line-height:1.3em;}
.c-fs-26 {font-size:20px; line-height:1.3em;}
.c-fs-30 {font-size:20px; line-height:1.3em;}

@media screen and (min-width:950px) {	
	.c-fs-13 {font-size:13px;line-height:1.5em;}
	.c-fs-14 {font-size:14px;line-height:1.5em;}
	.c-fs-15 {font-size:15px;line-height:1.5em;}
	.c-fs-16 {font-size:16px;}
	.c-fs-17 {font-size:17px;}
	.c-fs-18 {font-size:18px;}
	.c-fs-20 {font-size:20px;}
	.c-fs-22 {font-size:22px; line-height:1.3em;}
	.c-fs-24 {font-size:25px; line-height:1.3em;}
	.c-fs-26 {font-size:26px; line-height:1.3em;}
	.c-fs-30 {font-size:30px; line-height:1.3em;}
}

.att01 {
	line-height:1.4em !important;
}

.att01 dd {
	margin-top:-1.4em;
	padding-left:1.6em;
}




/*display*/

.c-d-flex {
	display: flex;
}

.c-flex-wrap {
	flex-wrap: wrap;
}

.c-d-none {
	display:none;
}

.c-d-inline {
	display: inline;
}

.c-d-iblock {
	display: inline-block;
}
.c-felx-reverse {
	flex-direction: row-reverse;
}


@media screen and (min-width:758px) {
	.c-d-md-block {
		display: block;
	}
	.c-d-md-none {
		display: none;
	}
	.c-d-md-flex {
		display: flex;
	}

}

@media screen and (min-width:950px) {
	.c-d-lg-block {
		display:block !important;
	}
	.c-d-lg-none {
		display: none !important;
	}
	.c-d-lg-flex {
		display: flex;
	}
	.c-d-lg-inline {
		display: inline;
	}
}

.c-att-01 dt,
.c-att-01 dd {
	line-height: 1.5em;
}

.c-att-01 dd {
	margin: -1.5em 0 0 1em;
}
