@charset "utf-8";
@import url("sp_styles.css?20250514");
@import url("sp_navi.css?20230407");
@import url("drawer.sp.css?20230407");
/*タグ効果無効*/
* {
	box-sizing:border-box;
	outline:none;
}
html {
	height: 100%;
	width: 100%;
}
body{
	font-family: sans-serif;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	background-color: #FFF;
	color: #333;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	margin:0px;
	padding:0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
p,address {
	margin:0px;
	padding:0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
p.p {
	margin-bottom: 1em;
}
dl,dt,dd {
	margin:0px;
	padding:0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
ol {
}
ol.ol {
	padding-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
} 
ul {
	list-style:none;
	padding: 0px;
	margin:0px;
}
li {
	padding: 0px;
	margin:0px;
}
ul.ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}
ul.ul_d {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.5em;
}
.ul_d li {
	margin-bottom: 1em;
}
span.br {
	display: block;
	width: 1em;
	margin: 0 auto;
}
@media screen and (max-width: 375px) {
span.br_txt {
	display: block;
}
}
form {
	margin: 0px;
	padding: 0px;
}
video {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align:bottom;
	max-width: 100%;

}

/*リンク共通*/

a {
	color: #1166A5;
	text-decoration: none;
}
.txt_link a {
	display: inline-block;
	color: #333;
	background-size: contain;
	background-image: url(../images/hnavi_bt01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.25em;
}
span.ico_new {
	display:inline-block;
	background-color:#DD8DB2;
	color:#FFF;
	padding: 0.25em 0.5em;
	font-size:10px;
	line-height:10px;
	vertical-align:middle;
	margin-right:1em;
	border-radius:6px;
}
img.bt_rs {
	border:solid 1px #FFF;
	border-radius: 6px;
	-moz-box-shadow: 2px 4px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 4px 8px rgba(0,0,0,0.4);
	box-shadow: 2px 4px 8px rgba(0,0,0,0.4);
	max-width: 280px;
}
.scroll_x {
	display:block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.scroll_x > tbody {
	width: 100%;
	display:table;
}

.scroll_x > tbody th {
	white-space:nowrap;
}
.scroll_x > tbody td {
	white-space:nowrap;
}
.scroll_x > img{
	width:auto !important;
	max-width: none !important;
	margin-bottom:0.5em;
}
.scroll_x::-webkit-scrollbar {
  height: 10px;
}
.scroll_x::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #a3c1ff;
}
.scroll_x::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #264d9e;
}

.scroll-box {
	display:block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.scroll-box table {
	table-layout:auto !important;
	width: 100%;
}

.scroll-box table th,
.scroll-box table td {
	white-space:nowrap;
}
.scroll-box img {
	width:auto !important;
	max-width: none !important;
	margin-bottom:0.5em;
}
.scroll-box::-webkit-scrollbar {
  height: 10px;
}
.scroll-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #a3c1ff;
}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #264d9e;
}