
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap');
@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
	background-color: #ffffff;
  	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
  	max-width: 100%;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
  	text-size-adjust: 100%;
  	font-size: 62.5%;
  	overflow-x: hidden;
}

body {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
  	font-size: 1.3rem;
	line-height: 1.7;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6, p, td, th, a {
	font-family: 'Noto Sans JP', sans-serif;
  	font-weight: 400;
  	line-height: 1.7;
　　　overflow-wrap: break-word;
　　　word-wrap: break-word;
}

img {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

* {box-sizing:border-box}


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

html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 100%;

}
}
.inner{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
  position: relative;
}

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

.inner{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
  position: relative;
}
	
}


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

	.inner{
		width: 85%;
	}
		
	}
h1, h2, h3, h4, h5, h6, p, td, th {
  line-height: 130%;
}

span {
	line-height: 130%;
}

.red {
	color: #ff0000;
}

.t-c {
	text-align: center;
}

.cen {
	text-align: center;
}

a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

	

.sp_on { display:none; }
.tb_on { display:none; }
.pc_on { display:inline; }
	
@media screen and (max-width:1025px) {	
.sp_on { display:none; }
.tb_on { display:inline; }
.pc_on { display:none; }

}

@media screen and (max-width:560px) {
.sp_on { display:inline!important; }
.tb_on { display:none; }
.pc_on { display:none; }
	
}


.justify{
	display:flex;
	display:-moz-flex;
	display:-o-flex;
	display:-webkit-flex;
	display:-ms-flex;
	justify-content:space-between;
	-moz-justify-content:space-between;
	-o-justify-content:space-between;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
}


.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*# clearfix */
.clearfix:after {
	clear: both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }



.bold {
	font-weight: bold;
}

.cen {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.f10 {
	font-size: 10px;
}

.f36 {
	font-size: 36px;
}

.fb {
	color: #333333;
}

.fr {
	color: #D0121B;
}

.fw {
	color: #ffffff;
}

.lh130 {
	line-height: 130%;
}

.lh140 {
	line-height: 140%;
}

.lh150 {
	line-height: 150%;
}

.lh170 {
	line-height: 170%;
}

.t-cen {
	text-align: center;
}

.t-lef {
	text-align: left;
}

.t-rig {
	text-align: right;
}

/*# 空き、マージントップ */

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

/*# 空き、マージンボトム */

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

/*# 空き、パディングトップ */

.pt10 {
	padding-top: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.pt100 {
	padding-top: 100px !important;
}

/*# 空き、パディングボトム */

.pb10 {
	padding-bottom: 10px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

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

.mt50,
.mt60,
.mt70,
.mt80,
.mt90,
.mt100 {
	margin-top: 50px !important;
}

}

@media screen and (max-width:768px) {
	
.mt40,
.mt50,
.mt60,
.mt70,
.mt80 {
	margin-top: 30px !important;
}

}



#page-top {
	z-index: 10000;
	width: 100px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 0;

}

.arrow{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 35px;
  height: 35px;

}

.arrow a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 3rem;
	font-weight: 600;
	color: rgb(28,28,28);
	position: absolute;
	width: 25px;
	height: 25px;
    top: -14rem;
    bottom: 0;
    right: 5rem;
	margin: auto;
	text-align: center;
}

.arrow a::after{
	content: 'GO TOP';
	font-size: 1.8rem;
	font-weight: 600;
	color: rgb(28, 28, 28);
	position: absolute;
	top: 0rem;
	bottom: 0;
	right: 4.5rem;
	width: 100%;
	white-space: nowrap;
	margin: auto;
	text-align: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.arrow a{
	position: relative;
	display: block;
	width: 100px;
	height: 60px;
	text-decoration: none;
}
.arrow:hover{
opacity: 0.6;
  
  }

  @media screen and (max-width:1025px) {
	.arrow a::before{
		height: 25px;
		top: -14rem;
		right: 3rem;
	}
	
	.arrow a::after{
		top: 0rem;
		bottom: 0;
		right: 2.5rem;

	}
  }
@media screen and (max-width:560px) {
	
	.arrow a::before{
		height: 25px;
		top: -12rem;
		right: 2rem;
	}
	
	.arrow a::after{
		top: 1rem;
		bottom: 0;
		right: 1.5rem;

	}
	
	
}





