@charset "UTF-8";

/* CSS Document */


html {
	font-size: 62.5%;
	-ms-overflow-style: auto;
}
body {
	font-family: 'Noto Sans JP',sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	color: #3b4043;
	letter-spacing: 0.05em;
	font-weight: 400;
}

@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}

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

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


h1 {
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h2 {
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h3 {
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0.05em;
}
h4 {
	font-size: 2.6rem;
	line-height: 180%;
	font-weight: 500;
}
h5 {
	font-size: 1.8rem;
	line-height: 180%;
	font-weight: 500;
	color: #ff8c8c;
}
h6 {
	font-size: 1.6rem;
	line-height: 180%;
	font-weight: 500;
}


.min{
    font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E, serif;
}

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

p {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-wrap: break-word;
}

/* micro cf */

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

.sp-only{
	display: none;
}
.pc-only{
	display: block;
}
/*==================================================

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-space0 {margin-top: 0!important;}
.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;
}
header .Flexbox{
	justify-content: flex-start;
	align-items: center;
}
.Flexboxcenter{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;
	display:flex;
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;
	justify-content:center;
	-ms-flex-align:center;/*--- IE10 ---*/
	-webkit-align-items:center;
	align-items: center;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}


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

}
@media only screen and (max-width: 768px) {
	
	p{
		font-size: 1.6rem;
		line-height: 1.8em;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 2.2rem;
	}
	h4 {
		font-size: 2.0rem;
	}
	h5,h6 {
		font-size: 1.5rem;
	}
	
}
@media only screen and (max-width: 480px) {


.pc-only{
	display: none;
}
.sp-only{
	display: block;
}
	p{
		font-size: 1.4rem;
		line-height: 1.8em;
	}
	dt,dd,li{
		font-size: 1.4rem;
		line-height: 2.0em;
	}
	h1 {
		font-size: 2.0rem;
	}
	h2 {
		font-size: 2.0rem;
	}
	h3 {
		font-size: 2.0rem;
	}
	h4 {
		font-size: 1.8rem;
	}h5,h6 {
		font-size: 1.4rem;
	}
	
}
