@charset "utf-8";
/* =======================================

	Browser Reset CSS
	Last Up Date 11/11/08

========================================== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	background: #FFF;
	color: #000;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
}
body {
	/* font:14px/1 "ＭＳ ゴシック", "Osaka", sans-serif; */
}

img {
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	/* font-weight: normal; */
}
ul, dl, ol {
	text-indent: 0;
}
li {
	/* list-style: none; */
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight:inherit;
}
* html input, * html textarea, * html select {
	font-size: 100%;
}
*:first-child+html+input, *:first-child html+textarea, *:first-child+html select {
	font-size: 100%;
}
table {
	/* border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	margin: 0px;
	padding: 0px;
	border-style: none; */
}
tr,th, td {
	/* text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-style: none; */
}
caption {
	text-align: left;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}
* html pre, * html code, * html kbd, * html samp, * html tt {
	font-size: 100%;
	line-height: 100%;
}
*:first-child+html pre, *:first-child html+code, *:first-child html+kbd, *:first-child+html+samp, *:first-child+html tt {
	font-size: 108%;
	line-height: 100%;
}
input, select, textarea {
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
}
/* Reset Link Style --------------------------*/
a{outline:none;}
a:link {
	/* color: #ee8a01; */
	text-decoration: underline;
}
a:visited {
	/* color: #ee8a01; */
	text-decoration: underline;
}
a:hover {
	/* color: #ee8a01; */
	text-decoration: underline;
}
a:active {
	/* color: #ee8a01; */
	text-decoration: underline;
}


/* Clearfix --------------------------*/
/* For modern browsers */.cf:before, .cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
.cf:after {
	clear:both;
}   /* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
.clear {
	clear:both;
	font-size: 0px;
	line-height: 0px;
	height: 0em;
}

.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.right-pic {
  float: right;
  margin-left: 20px;
  /* margin-bottom: 10px; */
}

/*隙間調整*/
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}

.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}



.pc-none {
	display: none!important;
}
.pclg-none {
	display: none!important;
}
.pcTab-none {
	display: none!important;
}


.sp-scroll_text {
    display: none;
}
.sp_scroll table {
    margin: 0 auto;
}



/*================================

　ここからPC適用

================================*/
@media(min-width: 1024px) {

	
}

/*================================

　ここからTABLET・SP適用

================================*/
@media(max-width: 1023px) {

	.pc-none {
		display: block!important;
	}
	.tabSp-none {
		display: none!important;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	*, *:before, *:after {
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* For modern browsers */
	.cf:before,
	.cf:after {
		content:"";
		display:table;
	}
	.cf:after {
		clear:both;
	}
	

}


/*================================

　ここからTABLETのみ適用
　※この中には基本的に書き込まないでください

================================*/
@media screen and (max-width: 1023px) and (min-width: 701px) {
	.tab-none {
		display: none!important;
	}
}



/*================================

　ここからSP適用（広）

================================*/
@media screen and (max-width: 700px) {

	.pcTab-none {
		display: block!important;
	}
	.tabSp-none {
		display: none!important;
	}
	.sp-none {
		display: none!important;
	}

	
      .sp-scroll_text {
        background-color: #ffa902;
        font-size: 14px;
        color: #fff;
        text-align: center;
        display: block;
        padding: 0px 30px;
        width: 100%;
        font-weight: 600;
        color: #fff;
        width: fit-content;
        margin: 0 auto 15px;
    }
    .sp_scroll {
        overflow-x: scroll;
        position: relative;
        z-index: 1;
    }

    #main .sp_scroll img {
        max-width: 700px;
        padding-bottom: 10px;
    }

    .sp_scroll table {
        max-width: 700px;
        padding-bottom: 10px;
    }


}

/*================================

　ここからSP適用

================================*/
@media(max-width: 480px) {

body *{
	font-family:'メイリオ', 'Meiryo', sans-serif;
}


.fl-left {
	display: block;
	margin: 0 auto;
	float: none;
}
.fl-right {
	display: block;
    margin: 0 auto;
	float: none;
}
.right-pic {
	float: none;
	display: block;
    margin: 0 auto;
  /* margin-bottom: 10px; */
}

}