@charset "utf-8";
html {
	scroll-behavior: smooth;
  scroll-padding-top: 20px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFE;
	font-size: small;
	height: 100%;
	color: #333;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}

a:link {
	text-decoration: none;
}
a:hover {
	color: #F93;
}
a:active {
	color: #F93;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
.text_xxs {
	font-size: xx-small;
}
.text_xs {
	font-size: x-small;
}
.text_s {
	font-size: small;
}

#main_bg {
	width: 780px;
	background-color: #F93;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 105px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

@media (max-width: 767px){
	#main_bg {
		padding-top: 60px;
		width: 100%;
	}
}

@media (max-width: 767px){
	img {
		max-width: 100%;
	}
}
#menu {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 4;
	transform: translateX(-50%);
	width: 800px;
	padding-top: 15px;
	padding-bottom: 30px;
	margin: 0px;
	height: 60px;
	clear: both;
	background-color: #F93;
}

@media (max-width: 767px){
	#menu {
		display: none;
	}
}
#menu h1 {
	width: 190px;
	height: 60px;
	background-image: url(../img/menu00_f2.gif);
	background-repeat: no-repeat;
	margin: 0;
	float: left;
	padding: 0px;
	background-position: left;
}
#menu ul {
	margin: 0;
	padding: 0px;
}
#menu li {
	background-position:center left;
	background-repeat: no-repeat;
	width: 110px;
	margin: 0px;
	padding: 0px;
	height: 60px;
	float: left;
}

#menu ul, #menu li {
list-style:outside none;
margin: 0;
padding: 0;
}


#headline {
	
	font-size: xx-small;
	color: #000;
	padding: 0px;
	clear: both;
	text-align: right;
	height: 15px;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: relative;
	top: 8px;
}

@media (max-width: 767px){
	#headline {
		display: none;
	}
}

#headline a {
	color: #FFF;
}

#contents {
	clear: both;
	margin: 0px;
	padding-top:20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: small;
	/*background-color:transparent;【IE】不都合あり*/
background-color: #FFF;
	/*角丸の記述*/
-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	CCborderRadius: 10px;
	line-height: 150%;
}

@media (max-width: 767px){
	#contents {
		font-size: 16px;
		line-height: 1.5;
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
	}
}

hr {
	background-color: #FFA900;
	border-width: 0;
	height: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
}
#copyright {
	text-align: center;
	font-size: xx-small;
	color: #FFF;
	clear: both;
	margin: 0px;
	padding: 5px;
}
.gototop {
	font-size: xx-small;
	text-align: right;
	clear: both;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
.gototop a {
	color: #36C;
}
.text_orange_bold {
	font-weight: bold;
	color: #F60;
	font-size: larger;
}
.img_R {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#cont_company2 table tr td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.table_index {
	letter-spacing: 0.5em;
}

header {
	display: none;

}

@media (max-width: 767px){
	header {
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 4;
height: 60px;
background: #F93;
padding-left: 10px;
	}
}

.header-logo {
	display: block;
	padding-top: 6px;
	padding-left: 10px;
}
.header-logo a {
	display: inline-block;
}

.header-logo img {
	height: 45px;
}



@media (max-width: 767px){
	.is-pc {
		display: none;
	}
}
.is-sp {
	display: none;
}
@media (max-width: 767px){
	.is-sp {
		display: block;
	}
}

.drawer-nav {
	background: #F93;
}

.drawer-menu-item {
	color: #fff;
}