
@charset "UTF-8";

/* CSS Document */

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

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 180%;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px;
	color: #3e3a39;
	font-weight: 400;
}

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

#rd{
	margin-top: -70px;
	padding-top: 70px;
}

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

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

h1 {
	font-size: clamp(25px, 3.8vw, 35px);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 170%;
}
h2 {
	font-size: clamp(25px, 4.3vw, 43px);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 170%;
}
h3 {
	font-size: clamp(22px, 3.0vw, 34px);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 170%;
}
h4 {
	font-size: clamp(18px, 2.6vw, 26px);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 170%;
	text-align: left;
}
h5 {
	font-size: clamp(16px, 2.2vw, 22px);
	line-height: 170%;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: left;
	padding: 0;
}
h5.fS {
	font-size: clamp(15px, 1.8vw, 18px);
	line-height: 1.5em;
}
h6 {
	font-size: clamp(17px, 1.8vw, 18px);
	line-height: 180%;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: left;
	padding: 0;
}
.nb{
	border-bottom: none !important;
}
.ntb{
	border-top: none !important;
}
p{
	font-size: clamp(14px, 1.4vw, 16px);
	letter-spacing: 0em;
	line-height: 2.0em;
	padding: 0;
	text-align: left;
}
p.tC{
	text-align: center;
}
.min{
	font-family: "Noto Serif JP", serif;
}
.en{
	font-family: "Robot", sans-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;
	word-break: break-all;*/
}

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: #3e3a39;
	text-decoration: none;
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media print, screen and (min-width: 960px) {
a:hover {
	color: #00488d;
}
}
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0; 
	-ms-interpolation-mode: bicubic;
}
/*==================================================

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


table{
	width: 100%;
	margin: 10px auto;
	border-top: 1px solid #c1c2c2;
}
table th{
	white-space: nowrap;
	font-weight: 400;
	border-bottom: 1px solid #c1c2c2;
}
table td{
	border-bottom: 1px solid #c1c2c2;
}
.kanren table td strong{
	color: #00488f;
	font-weight: 500;
}
table th{
	padding: 20px 30px 20px 0;
	vertical-align: top;
	text-align: left;
}
table td{
	padding: 20px 15px 20px 0;
	vertical-align: top;
	text-align: left;
}


.table_scroll table{
	width: 100%;
	margin: 0 auto;
}
.table_scroll table th,
.table_scroll table td{
	padding: 10px 15px;
	vertical-align: top;
	text-align: left;
}
.table_scroll table th.liner,
.table_scroll table td.liner{
	border-right: 1px solid #c1c2c2;
}
.table_scroll table th{
  position: sticky;
	left: 0;
	z-index: 1;
	color: #1e5591;
	background: #e6e6e7;
}
.table_scroll table th.vm{
	vertical-align: middle;
}
.table_scroll table th.thb{
	color: #1e5591;
	background: #f7f7f7;
	padding: 8px 10px;
	text-align: center;
}
.table_scroll table th:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 2;
}
/*==================================================

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

.mt-space0 {margin-top: 0!important;}
.pt-space0 {padding-top: 0!important;}
.mt-space2p {margin-top: 2%!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: #004482;
}

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

body {
	font-size: 15px;
	font-size: 1.5rem;
}
	
.table_scroll{
	border: 1px solid #dfdfdf;
	overflow-x: scroll;
}
}
@media print , screen and (max-width: 768px) {
		
p{
	line-height: 2.0em;
}
.tSS{
	font-size: 60%;
}
	/*==================================================
	
	table
	==================================================*/
.resp table,	
table{
	width: 96%;
	margin: 10px auto;
}
.resp table th,
.resp table td,
table.resp th,
table.resp td{
	width: 100%;
	display: block;
	padding: 10px 15px 10px;
	text-align: left;
	line-height: 1.8em;
	font-size: 1.4rem;
}
.resp table th,
table.resp th{
	padding: 5px 10px !important;
	border-bottom: none;
	/*background: #ededed;*/
	background: #f7f7f7;
	}
	
}

.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;}

	
}

@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;
	}
	dt,dd{
		font-size: 1.4rem;
		line-height: 1.8em;
	}
		
.pc-img{
	display: none;
}
.sp-img{
	display: block;
}
}

/**共通 */


.inner{
	max-width: 1180px;
	width: 96%;
	text-align: center;
	margin: auto;
	padding: 10px 20px;
	position: relative;
}
.tinner{
	max-width: 1480px;
	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;
}
.tinner{
	padding: 10px;
}
}


.pagetop {
	width: 50px;
	height: 50px;
	right: 15px;
	bottom:15px;
	position: fixed;
	z-index: 50;
}
.pagetop img{
	width:100%;
	height: auto;
}

