@charset "utf-8";
@import url("font.css");
@import url("sp_styles.css");
@import url("sp_navi.css");
@import url("pm.css");
@import url("drawer.min.css");
/*タグ効果無効*/
* {
	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;
	line-height:1.6;
	margin: 0px;
	padding:60px 0 0 0;
	border: 0px;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-family:sans-serif;
	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;
}
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: #EE79B6;
	text-decoration: none;
}
.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;
}

.pc_on {
	display:none !important;
}
