@charset "UTF-8";

/*----- フェードイン -----*/
.inviewfadeIn{
	opacity: 0;
	transition: .8s;
}

.fadeIn{
	opacity: 1.0;
}

body, html, .tu {
	overflow-x: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.inviewfadeUp {
	opacity: 0;
	transition: .8s;
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
}

.fadeUp {
	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%;
}

html {
	overflow-y: scroll;
}

body {
	font-size:15px;
	/*font-feature-settings: "palt";*/
	line-height:1.8em;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:400;
}

@media screen and (min-width:950px) {
	body {
		font-size:18px;
	}
}

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;
}

img {
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	max-width:100%;
	image-rendering: -webkit-optimize-contrast;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	transition:0.5s
}


a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
	transition:0.5s
}


/* フォント */
sup,
sub {vertical-align:baseline; position:relative;font-size:0.76em;}
sup {top: -0.42em;}
sub {top: 0.42em;}
.red {color:#C30;}

.big {
	font-size:14px;
}

/* テキスト*/

h1, h2, h3, h4, h5 {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	font-weight: bold;
}

.c-text-bold { 
	font-weight:bold;
}

.c-text-palt {
	font-feature-settings: "palt";
}

.c-align-center {
	text-align: center;
}

.c-align-right {
	text-align: right;
}

.c-align-left {
	text-align: justify;
}

.c-text-underline {
	text-decoration: underline;
}

@media (min-width:768px) { 
	.c-align-md-center {
		text-align:center !important;
	}
}

@media only screen and (min-width: 950px),print { 
	.c-align-lg-center {
		text-align: center;
	}
	
	.c-align-lg-left {
		text-align: justify;
	}
	
	.c-align-lg-right {
		text-align: right;
	}
}



/*余白*/
.c-mt-0 {margin-top: 0;}
.c-mt-05 {margin-top: 5px;}
.c-mt-10 {margin-top:10px;}
.c-mt-15 {margin-top:15px;}
.c-mt-20 {margin-top:20px;}
.c-mt-25 {margin-top:25px;}
.c-mt-30 {margin-top:30px;}
.c-mt-35 {margin-top:35px;}
.c-mt-40 {margin-top:40px;}
.c-mt-45 {margin-top:45px;}
.c-mt-50 {margin-top:50px;}
.c-mt-55 {margin-top:55px;}
.c-mt-60 {margin-top:60px;}
.c-mt-65 {margin-top:65px;}
.c-mt-70 {margin-top:70px;}
.c-mt-75 {margin-top:75px;}
.c-mt-80 {margin-top:80px;}
.c-mt-85 {margin-top:85px;}
.c-mt-90 {margin-top:90px;}
.c-mt-95 {margin-top:95px;}
.c-mt-100 {margin-top:100px;}

.c-pt-m {padding-top: 40px}
.c-pb-m {padding-bottom: 40px}

@media only screen and (min-width: 758px) { 
.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-35 {margin-top:35px;}
.c-mt-md-40 {margin-top:40px;}
.c-mt-md-45 {margin-top:45px;}
.c-mt-md-50 {margin-top:50px;}
.c-mt-md-55 {margin-top:55px;}
.c-mt-md-60 {margin-top:60px;}
.c-mt-md-65 {margin-top:65px;}
.c-mt-md-70 {margin-top:70px;}
.c-mt-md-75 {margin-top:75px;}
.c-mt-md-80 {margin-top:80px;}
.c-mt-md-85 {margin-top:85px;}
.c-mt-md-90 {margin-top:90px;}
.c-mt-md-95 {margin-top:95px;}
.c-mt-md-100 {margin-top:100px;}
.c-mt-md-105 {margin-top:105px;}
.c-mt-md-110 {margin-top:110px;}
.c-mt-md-115 {margin-top:115px;}
.c-mt-md-120 {margin-top:120px;}
.c-mt-md-125 {margin-top:125px;}
.c-mt-md-130 {margin-top:130px;}
.c-mt-md-135 {margin-top:135px;}
.c-mt-md-140 {margin-top:140px;}


}

@media only screen and (min-width: 950px),print { 
.c-mt-lg-0 {margin-top: 0;}
.c-mt-lg-05 {margin-top: 5px;}	
.c-mt-lg-10 {margin-top:10px;}
.c-mt-lg-15 {margin-top:15px;}
.c-mt-lg-20 {margin-top:20px;}
.c-mt-lg-25 {margin-top:25px;}
.c-mt-lg-30 {margin-top:30px;}
.c-mt-lg-35 {margin-top:35px;}
.c-mt-lg-40 {margin-top:40px;}
.c-mt-lg-45 {margin-top:45px;}
.c-mt-lg-50 {margin-top:50px;}
.c-mt-lg-55 {margin-top:55px;}
.c-mt-lg-60 {margin-top:60px;}
.c-mt-lg-65 {margin-top:65px;}
.c-mt-lg-70 {margin-top:70px;}
.c-mt-lg-75 {margin-top:75px;}
.c-mt-lg-80 {margin-top:80px;}
.c-mt-lg-85 {margin-top:85px;}
.c-mt-lg-90 {margin-top:90px;}
.c-mt-lg-95 {margin-top:95px;}
.c-mt-lg-100 {margin-top:100px;}
.c-mt-lg-105 {margin-top:105px;}
.c-mt-lg-110 {margin-top:110px;}
.c-mt-lg-115 {margin-top:115px;}
.c-mt-lg-120 {margin-top:120px;}
.c-mt-lg-125 {margin-top:125px;}
.c-mt-lg-130 {margin-top:130px;}
.c-mt-lg-135 {margin-top:135px;}
.c-mt-lg-140 {margin-top:140px;}
	
	
.c-pt-m {padding-top: 70px}
.c-pb-m {padding-bottom: 110px}
	
}

/*フォントサイズ*/
.c-fs-10 {font-size:10px;}
.c-fs-11 {font-size:11px;}
.c-fs-12 {font-size:12px;}
.c-fs-13 {font-size:13px;}
.c-fs-14 {font-size:14px;}
.c-fs-15 {font-size:15px;}
.c-fs-16 {font-size:16px;}
.c-fs-17 {font-size:17px;}
.c-fs-18 {font-size:18px;}
.c-fs-19 {font-size:19px;}
.c-fs-20 {font-size:20px;}
.c-fs-21 {font-size:21px;}
.c-fs-22 {font-size:22px;}
.c-fs-23 {font-size:23px;}
.c-fs-24 {font-size:24px;}

@media screen and (min-width:758px) {
	.c-fs-md-10 {font-size:10px;}
	.c-fs-md-11 {font-size:11px;}
	.c-fs-md-12 {font-size:12px;}
	.c-fs-md-13 {font-size:13px;}
	.c-fs-md-14 {font-size:14px;}
	.c-fs-md-15 {font-size:15px;}
	.c-fs-md-16 {font-size:16px;}
	.c-fs-md-17 {font-size:17px;}
	.c-fs-md-18 {font-size:18px;}
	.c-fs-md-19 {font-size:19px;}
	.c-fs-md-20 {font-size:20px;}
	.c-fs-md-21 {font-size:21px;}
	.c-fs-md-22 {font-size:22px;}
	.c-fs-md-23 {font-size:23px;}
	.c-fs-md-24 {font-size:24px;}
	.c-fs-md-25 {font-size:25px;}
	.c-fs-md-26 {font-size:26px;}
	.c-fs-md-27 {font-size:27px;}
	.c-fs-md-28 {font-size:28px;}
	.c-fs-md-29 {font-size:29px;}
	.c-fs-md-30 {font-size:30px;}
}

@media screen and (min-width:950px) {	
	.c-fs-lg-10 {font-size:10px;}
	.c-fs-lg-11 {font-size:11px;}
	.c-fs-lg-12 {font-size:12px;}
	.c-fs-lg-13 {font-size:13px;}
	.c-fs-lg-14 {font-size:14px;}
	.c-fs-lg-15 {font-size:15px;}
	.c-fs-lg-16 {font-size:16px;}
	.c-fs-lg-17 {font-size:17px;}
	.c-fs-lg-18 {font-size:18px;}
	.c-fs-lg-19 {font-size:19px;}
	.c-fs-lg-20 {font-size:20px;}
	.c-fs-lg-21 {font-size:21px;}
	.c-fs-lg-22 {font-size:22px;}
	.c-fs-lg-23 {font-size:23px;}
	.c-fs-lg-24 {font-size:24px;}
	.c-fs-lg-25 {font-size:25px;}
	.c-fs-lg-26 {font-size:26px;}
	.c-fs-lg-27 {font-size:27px;}
	.c-fs-lg-28 {font-size:28px;}
	.c-fs-lg-29 {font-size:29px;}
	.c-fs-lg-30 {font-size:30px;}
}





/*display*/

.c-d-none {
	display:none;
}

.c-d-inline {
	display: inline;
}

.c-d-iblock {
	display: inline-block;
}

.c-flex-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-inline {
		display: inline;
	}
	
	.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-d-lg-iblock {
		display: inline-block;
	}
}

/*注釈*/

.c-att-01 {
	display: flex;
	align-items: flex-start;
	font-size: 9px;
	line-height: 1.4;
}

.caption {
	font-size: 10px;
}

@media screen and (min-width:758px) {
	.c-att-01--mdcenter {
		justify-content: center;
	}
}

@media screen and (min-width:950px) {
	.c-att-01,
	.caption {
		font-size: 13px;
	}
	
}



/*文字色*/

.c-color-green {
	color: #3C8C00;
}

.c-color-paleblue {
	color: #5A8EBF;
}

.c-color-blue {
	color: #245773;
}

.c-color-orange {
	color: #F66E38;
	
}

.c-marker {
	background: linear-gradient(transparent 50%, #FEF166 50%);
}

/*見出し*/

.c-hd-en {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 10px;
}

.c-hd-01 {
	font-size: 22px;
	line-height: 1.35;
	padding-bottom: 15px;
}

@media screen and (min-width:758px) {
	.c-hd-en {
		font-size: 30px;
		text-align: center;
	}
	
	.c-hd-01 {
		font-size: 36px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 35px;
	}
}

/*本文*/
.c-fs-m {
	font-size: 15px;
	line-height: 1.8;
}

@media screen and (min-width:758px) {
	.c-fs-m {
		font-size: 18px;
	}
}
