@charset "UTF-8";

/* CSS Document */

html {
	font-size: 62.5%;
	-ms-overflow-style: auto;
}
body {
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 220%;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight: 400;
}
@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}

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

title
==================================================*/


h1 {
	line-height: 180%;
}
h2 {
	font-size: 3.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h3 {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0.1em;
}
h4,h5,h6 {
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.1em;
}

h1,h2,h3,h4,h5,h6 {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}


/* micro cf */

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

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

link img
==================================================*/

a {
	color: #000000;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0; 
	-ms-interpolation-mode: bicubic;
}

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

margin
==================================================*/

.mt-space3p {margin-top: 3%!important;}
.mt-space5p {margin-top: 5%!important;}
.mt-space8p {margin-top: 8%!important;}

.mb-space3p {margin-bottom: 3%!important;}
.mb-space5p {margin-bottom: 5%!important;}

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

list
==================================================*/

ol,ul {
  list-style:none;
  margin: 0;
  padding: 0;
}

hr {
	background-color: #FFF;
	border-top: 2px dotted #ededed;
	margin: 10px 0 20px;
}


.Flexbox{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.Flexboxcenter{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
}
.tCenter{
	text-align: center !important;
}
.tRight{
	text-align: right !important;
}
.red{
	color: #7e374d;
}
.tS{
	font-size: 80%;
}
@media only screen and (max-width: 960px) {
	
	h1 {
		font-size: 2.8rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	h4,h5,h6 {
		font-size: 1.8rem;
	}
	p {
		font-size: 1.5rem;
	}

	
}
@media only screen and (max-width: 680px) {
	
	h1 {
		font-size: 2.4rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.7rem;
	}
	h4,h5,h6 {
		font-size: 1.8rem;
	}
	p {
		font-size: 1.4rem;
		line-height: 1.6em;
	}

	
}
@media only screen and (max-width: 480px) {
	
	
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	h4,h5,h6 {
		font-size: 1.5rem;
	}
	p {
		font-size: 1.3rem;
	}
}
