@charset "utf-8";
@import url("styles_sp.css");
@import url("navi_sp.css");
@import url("drawer.min.css");
/*タグ効果無効*/
* {
	box-sizing:border-box;
	outline:none;
}
html {
	font-size:62.5%;
	height:100%;
	width:100%;
}
body{
	font-family:sans-serif;
	color:#333;
	font-size:14px;
	line-height:1.6;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	margin:0;
	padding:60px 0 0;
	border:0;
	width:100%;
	height:100%;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
p,address {
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
ol {
	padding-bottom:0;
	padding-top: 0;
	margin-bottom: 0;
	margin-top:0;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
}
dl,dt,dd {
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
dl.dl dt {
}
dl.dl dd {
	margin-bottom:1rem;
}
dl.dl dd:last-child {
	margin-bottom:0;
}
video {
	margin:0;
	padding:0;
	vertical-align:bottom;
}
img {
	margin:0;
	padding:0;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:0;
	border-left-width:0;
	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%;

}
form {
	margin:0;
	padding:0;
}

/*タグ再定義*/
p.p {
	margin-bottom:1.4rem;
}
ol li {
	margin-bottom:1.4rem;
}
ol li:last-child {
	margin-bottom:0;
}
ul.ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 2rem;
}
ul.ul li {
	margin-bottom:1.4rem;
}
ul.ul li:last-child {
	margin-bottom:0;
}

a {
	color: #C00;
	text-decoration: none;
}

/*特殊*/
.clear {
	overflow: hidden;
}

/*非表示*/
.pc, .pc_on {
	display:none !important;
}
.fnavi {
	display:none !important;
}
@media (orientation: portrait) {
.landscape {
	display:none !important;
}
}
@media (orientation: landscape) {
.portrait {
	display:none !important;
}
}

.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: #CCC;
}
.scroll_x::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #333;
}