@charset "UTF-8";
/* /////////////////////////////////////delighter////////////////////////////////////// */
/* 基本のスタイル */
   .content.delighter {
	transition: all .5s ease-out;
	transform: translateY(-10%);
	opacity: 0;
   }
  
/* スタート時のスタイル */
   .content.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .content.delighter.started.ended {
   }
.row.titleset {
	text-align: center;
	/* [disabled]border-bottom: thin solid #B5B5B5; */
	padding-bottom: 40px;
	padding-top: 40px;
}
.row.titleset .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.eightyspace {
	margin-bottom: 80px;
}
.title   {
	font-weight: bold;
	color: #357CA4;
	padding-top: 4px;
	padding-bottom: 8px;
	letter-spacing: 2px;
	border-bottom-style: inset;
	border-bottom-width: thin;
	font-size: 48px;
	text-align: center;
	font-family: "Noto Sans Japanese" , sans-serif;
	font-style: normal;
}
.nonunderline {
	border-bottom-style: none;
}
.subtitle {
	color: #ABABAB;
	padding-bottom: 4px;
	padding-top: 8px;
	text-align: center;
	font-family: "Noto Sans Japanese" , sans-serif;
	font-style: normal;
	font-size: 12px;
}
.row.footer .col-md-6 {
	padding-top: 24px;
	padding-bottom: 40px;
	background-color: rgba(53,124,164,1.00);
}
p.company    {
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 24px;
	font-family: "Noto Sans Japanese" , sans-serif;
	font-style: normal;
	color: rgba(249,249,249,1.00);
	position: absolute;
	right: 40px;
}
.address li {
	color: rgba(230,230,230,1.00);
	font-family: "Noto Sans Japanese" , sans-serif;
	font-size: 16px;
	line-height: 2;
}
.row.copyright .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
	border-top: thin solid rgba(46,111,148,1.00);
	padding-top: 8px;
	padding-bottom: 24px;
}
.copyright {
	text-align: center;
	background-color: rgba(53,124,164,1.00);
	color: rgba(37,91,121,1.00);
}
.backtotop a {
	text-align: center;
	display: block;
	color: rgba(138,138,138,1.00);
	font-size: 14px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 12px;
	margin-bottom: 40px;
	width: 248px;
}
.backtotop a:hover {
	color: rgba(53,124,164,1.00);
	letter-spacing: 1px;
}
.col-md-12 p.pankuzu  {
	font-size: 12px;
	margin-bottom: 16px;
	font-weight: lighter;
	margin-top: 24px;
	padding-left: 0px;
	padding-right: 0px;
}


@media (max-width: 768px){
.row.footer  {
	display: none;
}
.row.addressSm {
	display: block;
	background-color: rgba(53,124,164,1.00);
}
.row.addressSm ul {
	padding-top: 40px;
	padding-bottom: 40px;
}
.row.addressSm li {
	color: rgba(230,230,230,1.00);
	font-family: "Noto Sans Japanese" , sans-serif;
	font-size: 16px;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.row.addressSm .company {
	font-size: 24px;
	margin-bottom: 8px;
}
}

@media (max-width: 575px){
.row.titleset {
	margin-bottom: 20px;
}
.title {
	font-size: 32px;
	font-weight: bold;
}
.eightyspace {
	margin-bottom: 10px;
}

}

@media (max-width: 400px){
.subtitle {
	font-size: 14px;
}
.addressSm ul li  {
	font-size: 12px;
}
.addressSm .company {
	font-size: 17px;
}
.row.copyright .col-md-12 {
	margin-bottom: 60px;
}
}

@media (min-width: 768px){
.row.addressSm {
	display: none;
}
}
