@charset "UTF-8";

/* CSS Document */

html {
	font-size: 62.5%;
	-ms-overflow-style: auto;
}
body {
	font-family: 'Noto Sans JP', sans-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 {
	font-size: 3.3rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h2 {
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 180%;
	color: #231815;
	text-align: center;
    font-family: 'Noto Serif JP', serif;
}
h3 {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 180%;
	color: #121658;
    font-family: 'Noto Serif JP', serif;
}
h4,h5,h6 {
	font-size: 2rem;
	line-height: 180%;
	color: #121658;
	letter-spacing: 0.1em;
}


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;
}
.tS{
	font-size: 80%;
}
.inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.inner .content{
	max-width: 1000px;
	width: 100%;
	margin: 5% auto;
}
/* micro cf */

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

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

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

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

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

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

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

table
==================================================*/

table{
	width: 96%;
	margin: 20px auto 30px;
}

table th,
table td{
	padding: 15px 20px;
	text-align: left;
}

.inner table th{
	color: #036eb8;
}
.inner table{
	border-top:1px solid #ccc;
}

.inner table th,
.inner table td{
	border-bottom:1px solid #ccc;
	font-weight: normal;
}

.spbr{
	display: none;
}
@media only screen and (max-width: 960px) {
}
@media only screen and (min-width:1px) and (max-width: 560px) {
table{
	width: 96%;
	margin: 20px auto 30px;
}
table th,
table td{
	width: 100%;
	display: block;
	padding: 5px 10px;
	text-align: left;
}
	.inner table th{
		background: #e5e8f1;
	}
}

@media only screen and (min-width:1px) and (max-width: 480px) {
.spbr{
	display: block;
}
	

}
/*==================================================

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-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) {
	
	h1 {
		font-size: 2.8rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 2.2rem;
	}
	h4,h5,h6 {
		font-size: 1.8rem;
	}

}
@media only screen and (max-width: 568px) {
	
	
}
@media only screen and (max-width: 480px) {
	p{
		line-height: 1.8em;
	}
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 1.8rem;
	}
	h3 {
		font-size: 2.0rem;
	}
	h4,h5,h6 {
		font-size: 1.6rem;
	}	
section h3{
	margin: 5px auto 15px;
	
}
	
}
