@charset "UTF-8";

/* CSS Document */


html {
	font-size: 62.5%;
	-ms-overflow-style: auto;
}
body {
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YuGothicM, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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;
}
/*
 * "コーポレート・ロゴ(Corporate Logo)"
 */


@font-face {
    font-family: 'CorporateLogo-w';
    src: url('../fonts/logotypejp_mp_m_1.1.eot');
    src: url('../fonts/logotypejp_mp_m_1.1.eot?#iefix') format('embedded-opentype'),url('../fonts/logotypejp_mp_m_1.1.woff2') format('woff2'),url('../fonts/logotypejp_mp_m_1.1.woff') format('woff'),url('../fonts/logotypejp_mp_m_1.1.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'CorporateLogo-w';
    src: url('../fonts/logotypejp_mp_b_1.1.eot');
    src: url('../fonts/logotypejp_mp_b_1.1.eot?#iefix') format('embedded-opentype'),url('../fonts/logotypejp_mp_b_1.1.woff2') format('woff2'),url('../fonts/logotypejp_mp_b_1.1.woff') format('woff'),url('../fonts/logotypejp_mp_b_1.1.ttf') format('truetype');
    font-weight: 700;
}

 * "源真ゴシック(GenShinGothic)" is licensed under the SIL Open Font License 1.1.
 * http://jikasei.me/font/genshin/（自家製フォント工房）
 */

@font-face {
    font-family: 'GenShinGothic-w';
    src: url('../fonts/GenShinGothic-Medium.eot');
    src: url('../fonts/GenShinGothic-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/GenShinGothic-Medium.woff2') format('woff2'),url('../fonts/GenShinGothic-Medium.woff') format('woff'),url('../fonts/GenShinGothic-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'GenShinGothic-w';
    src: url('../fonts/GenShinGothic-Bold.eot');
    src: url('../fonts/GenShinGothic-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/GenShinGothic-Bold.woff2') format('woff2'),url('../fonts/GenShinGothic-Bold.woff') format('woff'),url('../fonts/GenShinGothic-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'GenShinGothic-A-w';
    src: url('../fonts/GenShinGothic-A-Medium.eot');
    src: url('../fonts/GenShinGothic-A-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/GenShinGothic-A-Medium.woff2') format('woff2'),url('../fonts/GenShinGothic-A-Medium.woff') format('woff'),url('../fonts/GenShinGothic-A-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'GenShinGothic-A-w';
    src: url('../fonts/GenShinGothic-A-Bold.eot');
    src: url('../fonts/GenShinGothic-A-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/GenShinGothic-A-Bold.woff2') format('woff2'),url('../fonts/GenShinGothic-A-Bold.woff') format('woff'),url('../fonts/GenShinGothic-A-Bold.ttf') format('truetype');
    font-weight: 700;
}


@-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: 3.0rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 180%;
}
h3 {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 180%;
	letter-spacing: 0.1em;
}
h4 {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 180%;
	letter-spacing: 0.1em;
}
h5,h6 {
	font-size: 2.0rem;
	line-height: 180%;
	font-weight: 500;
}

.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;
	letter-spacing: 0.1em;
	line-height: 2.2em;
}

/* micro cf */

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

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

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

a {
	color: #000000;
	
	/* 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;
}

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

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-space1p {margin-bottom: 1%!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;
}
.w50{
	width: 50%;
	padding: 10px 5px;
}


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

}
@media only screen and (max-width: 768px) {
	
	h2 {
		font-size: 2.0rem;
	}
	h3 {
		font-size: 2.0rem;
	}
	h4 {
		font-size: 1.8rem;
	}
	
	
}
@media only screen and (max-width: 480px) {

.w50{
	width: 100%;
	padding: 0 10px;
}
.sp-only{
	display: block;
}
	p,li{
		font-size: 1.4rem;
		line-height: 1.8em;
	}
	dt,dd{
		font-size: 1.4rem;
		line-height: 1.8em;
	}
	h1 {
		font-size: 2.0rem;
	}
	h2 {
		font-size: 1.7rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	h4,h5,h6 {
		font-size: 1.6rem;
	}
	
section .inner{
	padding: 0px 10px 10px;
}
	
}



/*レスポンシブ用イメージ*/
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
.sp-only{
	display: none;
}

@media screen and (max-width: 960px){
.sp-only{
	display: block;
}
.pc-only{
	display: none;
}

}
/*共通*/

table{
	text-align:center;
	width:92%;
	margin:10px auto;
}
table th,
table td{
	padding:10px 15px;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	line-height:1.8em;
	border-bottom: 1px solid #dfdfdf;
}
table th{
	font-size:1.6rem;
	font-weight:300;
	letter-spacing:0.05em;
	white-space: nowrap;
	min-width: 120px;
}
table td{
	font-size:1.5rem;
	letter-spacing: 0.1em;
	text-align:left;
}

.tC{
	text-align: center;
}
.Colo{
	color: #faab46;
	font-weight: 600;
}
.Colg{
	color: #4fcd6a;
	font-weight: 600;
}
.Colb{
	color: #427fdb;
	font-weight: 600;
}
.Colr{
	color: #fa7046;
	font-weight: 600;
}

/*ページ共通*/

section{
	position:relative;
}
.inner{
	max-width:1000px;
	text-align:center;
	width: 90%;
}

section dt,section dd{
		font-size: 1.4rem;
		line-height: 1.8em;
	},
section p{
	font-size:1.6rem;
	line-height:2em;
	text-align:left;
}
section ul,
section ol {
	text-align:left;
}
section ul li{
	font-size:1.6rem;
	line-height:2em;
}
section ol li{
	font-size:1.6rem;
	line-height:2em;
}
.brsp{
	display: none;
}

@media screen and (max-width: 1000px){
	img{
		max-width: 100%;
		height: auto;
	}

}
@media screen and (max-width: 960px){
section p{
	font-size:1.5rem;
	line-height:2em;
	text-align:left;
}
section ol li{
	font-size:1.5rem;
	line-height:2em;
}
section ul li{
	font-size:1.5rem;
	line-height:2em;
}
section dt,section dd{
	font-size:1.5rem;
	line-height:2em;
}
}
	
@media screen and (max-width: 600px){


section dt,section dd{
	font-size:1.4rem;
	line-height:1.8em;
}
section p{
	font-size:1.4rem;
	line-height:1.8em;
	text-align:left;
}
section ol li{
	font-size:1.4rem;
	line-height:1.8em;
}
section ul li{
	font-size:1.4rem;
	line-height:1.8em;
}
table{
	margin:5px auto;
}
table th{
	display:block;
	width:100%;
	text-align:left !important;
	font-size:1.5rem;
	border-right:none;
	padding:5px 15px;
	background: #edeff1;
	border-bottom:#f3f3f3;
}
table td{
	display:block;
	width:100%;
	font-size:1.4rem;
	padding:8px 15px;
}
}

@media screen and (max-width: 480px){


.inner{
	width: 96%;
}
section dt,section dd{
	font-size:1.3rem;
}
section p{
	font-size:1.3rem;
	text-align:left;
}
section ul {
	text-align:left;
	margin:5px auto 20px;
}
section ul li{
	font-size:1.3rem;
	line-height:2em;
}
table th{
	display:block;
	width:100%;
	text-align:left !important;
	font-size:1.4rem;
	border-right:none;
	padding:5px 15px;
}
table td{
	display:block;
	width:100%;
	font-size:1.3rem;
	padding:5px 15px;
}
.brsp{
	display: block;
}
}


.pagetop a{
	position:fixed;
	bottom:25px;
	right:30px;
	z-index:100;
	width: 60px;
	height: 60px;
	text-align: center;
}

.pagetop a:hover{
	bottom:35px;
}
@media screen and (max-width: 768px){
.pagetop a{
	position:fixed;
	bottom:0px;
	right:10px;
	z-index:100;
	width: 60px;
	height: 60px;
	text-align: center;
}
.pagetop a:hover{
	bottom:10px;
}
}
