
@charset "UTF-8";

/* CSS Document */

html {
	font-size: 62.5%;
	-ms-overflow-style: auto;
	overflow: hidden;
	background: #000;
	
}
html {
  overflow-x: hidden;
}

body {
	font-family: "Shippori Mincho", serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 180%;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: 400;
}

@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}
.wrapper{
	position: relative;
}

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

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

h1 {
	font-size: 3.3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h2 {
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h3 {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 180%;
}
h4 {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 180%;
	letter-spacing: 0.05em;
}
h5,h6 {
	font-size: 1.6rem;
	line-height: 180%;
	font-weight: 500;
}

p{
	letter-spacing: 0.05em;
	line-height: 2.0em;
	padding: 0 10px;
	text-align: left;
}
.en{
	margin: 6% auto;
	color: #666;
}
p.tC{
	text-align: center;
}

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;*/
	text-align: justify;
text-justify: inter-ideograph; /* Edge */
line-break: strict;
word-break: break-word;
overflow-wrap: break-word;
word-wrap: break-word;
}

input[type="submit"],
input[type="reset"] {
-webkit-appearance: none;
border-radius: 0;
}

/* micro cf */

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

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

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

a {
	color: #1c4e95;
	text-decoration: underline;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media print, screen and (min-width: 960px) {
a: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: 5% auto 5%;
}

table th{
	white-space: nowrap;
	font-weight: 500;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
table th span.need{
	color: #cc0000;
	font-size: 0.8em;
}
table td{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
table th,
table td{
	padding: 15px 15px;
	vertical-align: top;
	text-align: left;
}

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

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

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

.mb-space0 {margin-bottom: 0!important;}
.mb-space3p {margin-bottom: 3%!important;}
.mb-space5p {margin-bottom: 5%!important;}
.mb-space8p {margin-bottom: 8%!important;}
.pb-space8p {padding-bottom: 8%!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;
}
.tL{
	font-size: 120%;
}

.tS{
	font-size: 85%;
}
.tSS{
	font-size: 70%;
}
.tR{
	text-align: right;
}
.fCol_b{
	color: #2a63bd;
}
.fCol_r{
	color: #ff2b01;
}

@media print , screen and (max-width: 960px) {

body {
	font-size: 15px;
	font-size: 1.5rem;
}	
h1 {
		font-size: 2.5rem;
	}
h2 {
	font-size: 2.2rem;
}
	h3 {
		font-size: 2.0rem;
	}
	h4 {
		font-size: 2.0rem;
	}
	h5,h6 {
		font-size: 1.7rem;
	}
}
@media print , screen and (max-width: 768px) {
	

h2 {
	font-size: 2.0rem;
	letter-spacing: 0.05em;
}
	h3 {
		font-size: 2rem;
	}
	h4 {
		font-size: 1.9rem;
	}
	h5,h6 {
		font-size: 1.6rem;
	}
	
	
p{
	letter-spacing: 0.1em;
	line-height: 2.0em;
	padding: 0 10px;;
}
.tSS{
	font-size: 60%;
}
	/*==================================================
	
	table
	==================================================*/
	
table{
	width: 96%;
	margin: 0px auto 30px;
}
table.resp th,
table.resp td{
	width: 100%;
	display: block;
	padding: 10px;
	text-align: left;
	line-height: 1.8em;
	font-size: 1.4rem;
}
table.resp th{
	background:#82d000;
	padding: 5px 10px;
	border-right: none;
	color: #fff;/**/
	}
	
}

.sp-img{
	display: none;
}
.pc-img{
	display: block;
}
.brsp{display: none;}
.brpc{display: block;}

@media print , screen and (max-width: 768px) {
.brpc{display: none;}
.brsp{display: block;}
	
.pc-img{
	display: none;
}
.sp-img{
	display: block;
}
}

@media print , screen and (max-width: 530px) {
body {
	font-size: 14px;
	font-size: 1.4rem;
		line-height: 1.8em;
	letter-spacing: 0em;
}
	p,li{
		font-size: 1.4rem;
		line-height: 1.8em;
	letter-spacing: 0.05em;
	}
	dt,dd{
		font-size: 1.4rem;
		line-height: 1.8em;
	}
	h1 {
		font-size: 2.0rem;
	}
	h2 {
		font-size: 1.8rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	h4,h5,h6 {
		font-size: 1.7rem;
	}
	
}

/**共通 */


.inner{
	max-width: 1030px;
	width: 96%;
	text-align: center;
	margin: auto;
	padding: 10px 20px;
	position: relative;
}
@media print , screen and (max-width: 1280px) {
.inner{
	padding: 10px 20px;
}
}

@media print , screen and (max-width: 768px) {
.inner{
	padding: 10px;
}
}

