html {
	scroll-behavior: smooth; /*smoothscroll*/
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 14px;
	font-family: 'Noto Sans JP', 'Helvetica Neue', helvetica, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	color: #333333;
}

body td{
	font-size: 14px;
	font-family: 'Noto Sans JP', 'Helvetica Neue', helvetica, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	color: #333333;
}

a:link {
	color: #0042D4;
	text-decoration:none;
}
a:active {
	color: #0042D4;
	text-decoration:none;
}
/*
a:visited {
	color: #0042D4;
	text-decoration:none;
}*/
a:hover {
	text-decoration:underline;
	opacity: 0.7;
}

div,ul,li,form,h1,h2,h3,h4 {
	padding: 0px;
	margin: 0px;
}

p {
	line-height: 170%;
	padding: 0px;
	margin: 0px;
}

/******* back-to-top *******/
.back-to-top {
	position: fixed;
	bottom: 8px;
	right: 10px;
	cursor: pointer;
	opacity: 1;
	transition: .5s;
}

/******* footer *******/
#footer {
	border-top: 2px solid #E4007F;
	margin: 60px 0 0 0;
}
#footer .footer_logo {
	width: 330px;
	margin: 10px auto;
	text-align: center;
}
#footer .copyright {
	font-size: 12px;
  display: block;
	margin-bottom: 10px;;
}

/******* breadcrumbs *******/
.kuzu {
	font-size: 11px;
	margin: 50px 0 20px 0;
}
.breadcrumbs {
	font-size: 12px;
	display: flex;
	list-style: none;
}
.breadcrumbs li {
	margin: 0 5px;
}
.breadcrumbs li::after {
    content: ">";
    padding: 0 0 0 0.5rem;
}
.breadcrumbs li:last-child::after {
    content: "";
    padding: 0;
}



/*******　content／inner　*******/
.content {
	width: 100%;
	margin: 0 auto;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
	padding:0 10px;
}
/*9/8以降は削除する*/
.inner_900 {
	max-width: 960px;
	margin: 0 auto;
}

/* PC横並び・SP横並び */
.list_horizontal {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
}
.list_horizontal li {
	list-style: none;
}


/*******　ページタイトル　*******/
h2 {
	width: 100%;
	text-align: center;
	margin: 88px 0 10px 0;
	background: #fedbff;
	background: url(../images/pagetitle_bg.png) no-repeat left center;
	background-size: 100% auto;
}
h2 .title {
	font-size: 28px;
	color:#444;
	line-height: 35px;
	padding: 50px 0;
}
h3 {
	width: 100%; 
	color: #333; 
	font-size: 29px; 
	border-bottom: 1px solid #333; 
	margin: 80px 0 15px 0;
	font-weight: normal;
	padding: 0 0 8px 0;
}
h4 {
	color: #333; 
	font-size: 18px; 
	margin: 20px 0 15px 0;
	padding: 5px 15px;
}
h4.subtitle {
	color: #333; 
	font-size: 18px; 
	margin: 20px 0 15px 0;
	padding: 5px 15px;
	border-radius: 40px 0 0 40px;
	background: #fedbff;
}

/*******　コピー　*******/
.copy_la {
	font-size: 24px; 
	line-height: 140%;
}
.copy_mid {
	font-size: 20px; 
	line-height: 135%;
}
.copy_small {
	font-size: 16px; 
	line-height: 135%;
}
.txt_note {
	font-size: 0.8em; 
	line-height: 135%;
}
.txt_c {
	text-align: center;
}
.txt_r {
	text-align: right;
}

/*******　ボタン　*******/
.link_button_s_or {
	color: #FFF;
}
.link_button_s_or a {
	width: 200px;
	display: block;
	padding: 3px 5px;
	border-radius: 40px;
	text-align: center;
	color: #FFF;
	background: #ef7a00;
	margin: 10px auto 5px auto;
}
.link_button_s_or a:link {
	color: #FFF;
}

.link_button_s_gr a {
	width: 200px;
	display: block;
	padding: 3px 5px;
	border-radius: 40px;
	text-align: center;
	color: #FFF;
	background: #129e8b;
	margin: 10px auto 5px auto;
}
.link_button_s_gr a:link {
	color: #FFF;
}


/*******　出し分け　*******/
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}


@media (max-width:959px) {
	h2 {
		margin: 50px 0 10px 0;
		background-size: auto auto;
	}
	h2 .title {
		font-size: 22px;
	}

}


@media (max-width:767.98px) {
  .pc_only {
  display: none;
  }
  .sp_only {
    display: block;
  }	
	.copy_la {
		font-size: 20px; 
		line-height: 130%;
	}
	.copy_mid {
		font-size: 16px; 
		line-height: 130%;
	}
	.copy_small {
		font-size: 13px; 
		line-height: 135%;
	}
	.list_horizontal {
	  margin: 5px 0 0 0;
	}
	.content {
		padding-top: 50px;
	}
	.inner {
		width: 100%;
    padding: 0 15px;
  }
	.inner_900 {
		width: 100%;
    padding: 0 15px;	
	}
	.back-to-top {
    bottom: 0;
    right: 0;
  }
	h2 {
		margin: 0 0 10px 0;
		background-size: auto auto;
	}
	h2 .title {
		font-size: 24px;
	}
	h3 {
		font-size: 23px; 
		padding: 0 0 5px 0;
	}
	h4 {
		font-size: 16px; 
	}

	/******* footer *******/
	#footer .footer_logo {
		width: 250px;
	}
}