@charset "utf-8";


body {
 margin:0;
 padding:0;
 font-family : "メイリオ", "Verdana", "Helvetica", "ＭＳ ゴシック", "Osaka－等幅";
 font-size:small;
 color:#999;
 line-height:1.6;
 background-color:#000000;
}
@media screen and ( max-width: 599px ) {
	*,
	*:before,
	*:after {
		box-sizing: border-box;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}


img {
 border:0;
 vertical-align:top;
}

a {
 color:#ece29f;
 text-decoration : underline;
}

a:hover {
 color:#ffffff;
 text-decoration : none;
}

h1,h2,h3,h4 {
 margin:0;
 padding:0;
 font-size:100%;
}

form{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}

@media screen and ( max-width: 599px ) {
	.sp-img-100p img,
	.sp-img-100p-img {
		width: 100%;
	}

	table.tb-rp { margin: 0 ; }
	table.tb-rp th,
	table.tb-rp td{
		width: 100% !important;
		display: block;
		border-top: none;
		border-left: none;
		border-right: none;
	}
	table.tb-rp th {
		padding-left: 0.5em !important;
	}
	table.tb-rp tr:last-of-type td{
		border-bottom: none;
	}

}
@media screen and (max-width:599px) {
	.view-pc {
		display: none;
	}
}
.view-sp {
	display: none;
}
@media screen and (max-width:599px) {
	.view-sp {
		display: block;
	}
}
/*----------------------------------------------------------------clearfix*/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/*--------------------------------------------------------------ヘッダー--*/

#header {
 z-index: 800;
 width: 100%;
 height : 140px;
 background : url(../img/bg_header.png) repeat-x center top;
 position: fixed;
 left: 0px;
 top : 0px;
 overflow : hidden;
}

#header #headerbox {
 width: 980px;
 height : 140px;
 margin:0 auto;
 position: relative;
}
@media screen and ( max-width: 599px ) {
	#header {
	 height : auto;
	 background: none;
	 position: static;
	}
	#header #headerbox {
		width: 100%;
		height: auto;
	}
	#header #headerbox h1 {
		text-align: center;
		margin: 20px 0;
	}
	#header #headerbox h1 img{
		width: 80%;
	}
}


#header #headerbox h1 {
 position : absolute;
 left: 11px;
 top : 28px;
}

#header #headerbox p#area_btn {
 position : absolute;
 right : 522px;
 top : 36px;
 margin : 0;
}

#header #headerbox p#company_btn {
 position : absolute;
 right : 422px;
 top : 36px;
 margin : 0;
}

#header #headerbox p#contact_btn {
 position : absolute;
 right : 300px;
 top : 36px;
 margin : 0;
}

#header #headerbox p#tel_img {
 position : absolute;
 right : 12px;
 top : 24px;
 margin : 0;
}
@media screen and ( max-width: 599px ) {
	#header #headerbox h1,
	#header #headerbox p#area_btn,
	#header #headerbox p#company_btn,
	#header #headerbox p#contact_btn,
	#header #headerbox p#tel_img {
		position: static;
	}
	.sub-navi {
		display: flex;
	}
	.sub-navi p{
		width: 33.33%;
	}
	.sub-navi p a {
		display: block;
		text-align: center;
		padding: 5px;
	}

	#header #headerbox p#tel_img {
		margin: 10px 0;
		text-align: center;
	}

}

#header #headerbox #h_navi{
 width:980px;
 height : 54px;
 padding: 0;
 margin : 0;
 position : absolute;
 right : 0;
 top : 85px;
 overflow: hidden;
}

#header #headerbox #h_navi li{
 list-style : none;
 margin : 0;
 padding : 0;
 float : left;
 position: relative;
}

@media screen and ( max-width: 599px ) {
	#header #headerbox #h_navi{
		width: 100%;
		height: auto;
		position: static;
		display: flex;
		flex-flow:wrap;
		border-bottom: 1px solid #fff;
	}

	#header #headerbox #h_navi li{
		width: 100%;
		text-align: center;
		background: #000;
	}
	#header #headerbox #h_navi li a{
		display: block;
		height: 40px;
		padding: 1px 0;
		border-top: 1px solid #fff;
	}
	#header #headerbox #h_navi li img{
		height: 100%;
	}
}

/*----------------------------------------フッター--------*/

#footerbox {
 width : 980px;
 margin : 0 auto;
}

#footer_content {
 width : 980px;
 margin : 15px 0 10px 0;
}
@media screen and ( max-width: 599px ) {
	#footerbox,
	#footer_content {
		 width : 100%;
	}
}

#footer_content ul{
 margin : 0 0 5px 0;
 padding : 0;
}

#footer_content li{
 float : left;
 margin : 0 30px 5px 0px;
 text-indent : 0px;
 line-height : 1.6em;
 padding : 0;
 list-style : none;
 color : #ece29f;
}

#footer_content li a{
 color : #ece29f;
 text-decoration:none;
}

#footer_content li a:hover{
 color : #fff;
 text-decoration:underline;
}
@media screen and ( max-width: 599px ) {
	#footer_content li{
		float: none;
		margin: 0;
		border-bottom: 1px solid #fff;
	}
	#footer_content li:first-child {
		border-top: 1px solid #fff;
	}
	#footer_content li a {
		display: block;
		text-align: center;
		padding: 5px;
	}
}

#footerbox p{
 width : 980px;
 margin : 0 auto;
 text-align : right;
 color : #fff;
}

#footer p#copy {
 width : 980px;
 font-size : 80%;
 color : #999;
 text-align : right;
 padding : 35px 0 20px 0;
 margin : 0;
}

@media screen and ( max-width: 599px ) {
	#footerbox p{
		width: 100%;
		text-align: center;
	}
	#footer p#copy {
		width: 100%;
		text-align: center;
	}
}

/*--------------------------------------共通--------*/

#main {
 width: 980px;
 margin : 20px auto 180px auto;
 background : url(../img/bg_main.png) no-repeat center top;
 overflow : hidden;
}
@media screen and ( max-width: 599px ) {
	#main {
	 width: 100%;
	 background: none;
	 padding-right: 8px;
	 padding-left: 8px;
	 margin-bottom: 40px;
	}
}

#footer {
 width : 100%;
 background : url(../img/bg_footer.png) repeat-x center top;
 overflow : hidden;
}
@media screen and ( max-width: 599px ) {
	#footer {
		background: none;
	}
}


/*----------------------------------------------------------------共通*/
.redmoji{
color:#f00;
}

.hissu{
font-size:90%;
color:#f00;
}

.subtitle{
}

.subsubtitle{
 margin : 15px 0 0px 0;
}

.subsubtitle2{
 padding : 185px 0 0px 0;
}
@media screen and ( max-width: 599px ) {
	.subsubtitle2{
		padding-top: 40px;
	}

	.subsubtit {
		height: 13px;
		margin-left: 0;
	}
}

.subsubtitle2a{
 margin : 50px 50px 0px 50px;
}
@media screen and ( max-width: 599px ) {
	.subsubtitle2a{
		margin : 20px 10px 0px 10px;
	}
}

.subsubtitle3{
	padding:5px 10px;
	background:#222;
	font-size: 140%;
	font-weight: normal;
 color:#ece29f;
}

.toptit{
 margin-top : 0;
}

.cont_block{
 width : 100%;
 margin : 0 0 20px 0;
 overflow:hidden;
}


.cont_block2{
 width : 100%;
 margin : 40px 0 0 0;
 overflow:hidden;
}

.cont_block h3{
 margin : 0;
 padding : 0;
}

p.contents1{
 margin : 40px 50px 0px 50px;
 font-size:140%;
 color:#ece29f;
}
@media screen and ( max-width: 599px ) {
	p.contents1{
		margin: 10px;
	}

}

p.contents2{
 font-size : 110%;
 margin : 30px 50px 80px 50px;
}
@media screen and ( max-width: 599px ) {
	p.contents2{
		margin : 10px;
	}

	img[src*="img_visuial1"],
	img[src*="img_visuial2"],
	img[src*="img_visuial3"],
	img[src*="img_visuial4"],
	img[src*="img_visuial5"],
	img[src*="img_visuial6"] {
		float: none;
		width: 100%;
	}
}

p.contents3{
	
	font-size: 140%;
 margin : 30px 50px 80px 50px;
}

.tb_style{
	width:100%;
 margin : 40px 50px 0px 50px;
	border-collapse:collapse;

}
.tb_style th{
	width:15em;
	padding:15px 10px;
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #999;
	font-weight: normal;
}

.tb_style td{
	padding:15px 10px;
	border-bottom:1px solid #999;
}

.bt_area{
 margin : 30px 50px 80px 50px;
	text-align: center;
}

/*---------------------------------------------------------トップ---*/

#keyvisual{
 width : 980px;
 height : 360px;
 margin : 0px auto 0px auto;
 padding-top : 185px;
 padding-bottom : 10px;
}

ul.toplist{
 width : 980px;
 margin : 14px 0px 0px 0px;
 padding : 0;
}

ul.toplist li {
 list-style : none;
 margin-bottom : 20px;
 float:left;
}

.toplist_right{
 margin-left : 25px;
}
.voice_list{
	margin-top: 2.0em;
	margin-left: 0;
	padding-left: 0;
}
.voice_list li{
	padding: 3.0em 0;
	border-bottom: dotted 1px #3b3b3b;
	list-style-type: none;
	font-size:110%;
}
.voice_list li:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.voice_list li {
	min-height: 1px; /*IE6、7対策*/
}
* html .voice_list li {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
.voice_list li h3{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 1.8em;
	margin-bottom: 1.0em;
}
@media screen and ( max-width: 599px ) {
	#keyvisual{
	 width : 100%;
		height: auto;
		padding-top: 10px;
	}
	#keyvisual img{
		width: 100%;
	}
	ul.toplist{
	 width : 100%;
		display: flex;
		flex-flow:wrap;
	}
	ul.toplist li {
		width: 50%;
		float: none;
		padding: 0 5px;
	}
	ul.toplist li img{
		width: 100%;
	}
	.toplist_right{
		margin-left: 0;
	}

	.voice_list li h3 {
		font-size: 18px;
	}

}

#footer .leftbox{
	float: left;
	width: 50%;
	text-align: left;
	display: block;
}
#footer .rightbox{
	float: right;
	width: 50%;
}
@media screen and ( max-width: 599px ) {
	#footer .rightbox{
		float: none;
		width: 100%;
	}
}

#footer .linkblock{
	border:solid 1px #cccccc;
	padding:0.5em;
}