@charset "UTF-8";

/* CSS Document */

html {
	font-size: 62.5%;
	-ms-overflow-style: auto;
	overflow: hidden;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 220%;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: 400;
}

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

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

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

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

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

p{
	letter-spacing: 0.1em;
	line-height: 2.5em;
	padding: 0 10px;
}
p.tC{
	text-align: center;
}
.min{
    font-family: 'Noto Serif JP', 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;
}

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

/* micro cf */

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

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

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: 0 auto;
}

table th,
table td{
	padding: 15px 20px;
	vertical-align: top;
	border-bottom:1px solid #888888;
	text-align: left;
}
table th{
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: left;
	width: 20%;
}

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

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

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

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

h2 {
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}
	h3 {
		font-size: 1.8rem;
	}
	h4 {
		font-size: 1.6rem;
	}
	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: 20px auto 30px;
}
table.resp th,
table.resp td{
	width: 100%;
	display: block;
	padding: 8px 10px;
	text-align: left;
	line-height: 1.8em;
	font-size: 1.4rem;
}
table th{
	border-right:none;
/*	background: #1976b9;
	color: #fff;*/
	background: #f3f3f3;
	color: #255edd;
}
	
table.data-style th,
table.data-sstyle th{
	border-right:none;
	color: #174f9e;
	text-align: left;
	font-weight: 500;
	border-bottom: 1px solid #dfdfdf;
}

table.data-sstyle th{
	width: 100%
}
table.data-tstyle .midashi{
	display: none;
}
	
}

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

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

@media print , screen and (max-width: 480px) {
body {
	font-size: 14px;
	font-size: 1.4rem;
		line-height: 1.8em;
}
.pc-img{
	display: none;
}
.sp-img{
	display: block;
}
.sp-only{
	display: block;
}
.brsp{display: block;}
	
.brpc{display: none;}
	p,li{
		font-size: 1.4rem;
		line-height: 1.8em;
	}
	dt,dd{
		font-size: 1.4rem;
		line-height: 1.8em;
	}
	h1 {
		font-size: 2.1rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	h4,h5,h6 {
		font-size: 1.5rem;
	}
	
}

.contents{
	position: relative;
}

/** トップページ */


.top-image{
	width: 100%;
}
.top-image img{
	width: 100%;
	height: auto;
}
#content{
	text-align: center;
	margin: 0 auto;
}

#content img{
	max-width: 100%;
	height: auto;
}

img{
	max-width: 100%;
	height: auto;
}


/*中ページ共通*/

.logo{
	position: absolute;
	left: 2%;
	top:10px;
	width: 50%;
	z-index: 10;
}
.logo img{
	max-width: 100%;
}

.main-image {
	width: 96%;
	position: relative;
	line-height: 0;
	margin: 0 0 0 auto;
	position: relative;
}
.main-image img{
	width: 100%;
}

.main-image .Title{
	position: absolute;
	top: 50%;    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	left: 0;
	z-index: 1;
	width: 26%;
	max-width: 500px;
}
.main-image .title_back{
	width: 100%;
}
.main-image .title_back img{
	width: 100%;
}

.main-image h1{
	position: absolute;
	left: 7%;
	top: 55%;    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-weight: 700;
	line-height: 1.5em;
}
.main-image h1 span{
	display: block;
	color: #206ff0;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 0.5em;
	line-height: 1.5em;
}

.fbana{background: #333333;}
.fbana a{
	width: 50%;
	padding: 50px 20px;
	text-align: center;
	display: block;
	z-index: 1;
}
.copy{
	text-align: center;
	font-size: 1.4rem;
	padding: 5px 50px;
}



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

	
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.main-image {
	width: 96%;
	position: relative;
	line-height: 0;
	margin: 50px 0 0 auto;
	position: relative;
}
.main-image .Title{
	position: absolute;
	left: 0;
	z-index: 1;
	width: 35%;
	max-width: 600px;
}
.main-image h1{
	position: absolute;
	left: 5%;
	font-weight: 700;
	line-height: 1.3em;
}
	
.logo{
	position: absolute;
	left: 2%;
	top:0;
	width: 70%;
	z-index: 10;
}
	.fbana a{
	width: 50%;
	padding: 50px 10px;
	text-align: center;
}
}
@media only screen and (min-width:1px) and (max-width: 480px) {

.main-image .Title{
	position: absolute;
	left: 0;
	z-index: 1;
	width: 35%;
	max-width: 600px;
}
.main-image h1{
	position: absolute;
	left: 2%;
	font-weight: 700;
	line-height: 1.2em;
}
	
.fbana{
	padding: 10px 0 30px;}
.fbana a{
	width: 100%;
	padding: 10px 20px;
	text-align: center;
}	
}


.inner{
	max-width: 1200px;
	width: 96%;
	margin: 5% auto;
}

.finner{
	max-width: 1200px;
	width: 96%;
	margin: 5% auto 0;
}



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

