body {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	width:100%;
	height:100%;
	padding:0px;
	margin: 0px;
	color: #333;
	font-size: 1rem;
	line-height:160%;
}
h1{
	font-weight:normal;
}
h2{
	font-weight:normal;
}
img {
	border:none;
	padding:0px;
	margin: 0px;
}
p{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style:none;
}
a{
	color: #0075c1;
	text-decoration:none;
	border:none;
	padding: 0px;
	margin: 0px;
}
a:hover{
	opacity: 0.7;
	text-decoration:none;
	border:none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	padding: 0px;
	margin:0px;
	border:none;
}
.clear{
	float:none;
	clear:both;
	padding: 0px;
	margin:0px;
}
.nonpc{
	display: none;
}
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}



/*==================
contents
====================*/
#wrap{
	width:100%;
	height:100%;
	padding: 0px;
	margin:0px auto;
	border-top:5px solid #0075c1;
}
#center_area{
	max-width:1500px;
	margin:0px auto 5%;
}

#ut_area{
	width:1000px;
	margin:2% auto 1%;
}
#logo{
	float:left;
}
#tel_area{
	float:right;
	color:#009fe8;
	text-align:right;
}
#tel{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝","源ノ明朝", serif;
	font-size:36px;
	line-height:90%;
	font-weight:bold;
}
#tel a{
	text-decoration:none;
}
#tel_info{
	font-size:12px;
	display:block;
}
.nav {
	margin-top:1%;
}
.nav ul {
	margin:0px;
	padding:0px;
	width:100%;
}
.nav ul li {
	float:left;
	width:24%;
	text-align:center;
	margin:0px auto;
	padding:5px 0px;
	border-left:1px solid #cccccc;
	line-height:1;
}
.nav ul li:last-child {
	border-right:1px solid #cccccc;
}
.nav ul li span {
	color:#009fe8;
	font-size:11px;
	letter-spacing: 5px;
}
.nav ul li a {
	font-size:16px;
	color:#333333;
	display: table-cell;
	width: inherit;
	box-sizing: border-box;
	vertical-align: middle;
}
.nav ul li a:hover {
	color: #009fe8;
}
.nav ul li a span {
	display: inline-block;
	position: relative;
	transition: 0.3s;
	padding:5px 0px;
}
.nav ul li a span::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background: #009fe8;
	content: "";
	transition: 0.3s;
	transform: translateX(-50%);
}
.nav ul li a span:hover::after {
	width: 100%;
}
#main_img{
	background: url(../img/main_img.jpg) top center no-repeat;
	margin:0px;
	padding:40px 0px 0px;
	height:564px;
	text-align:center;
	color:#ffffff;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝","源ノ明朝", serif;
}

#sub_img{
	border-top:5px #dddddd solid;
	background: url(../img/works_bg.jpg) top center no-repeat;
	width:100%;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#wrap #ut_area #logo h1 {
	margin:0px;
	padding:0px;
}
.sub_area{
	width:800px;
	margin:0px auto;
}
.sub_area p{
	margin:0px auto 50px;
}

.sub_area h3{
	font-size:2rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝","源ノ明朝", serif;
}
.sub_area h3 span{
	background: linear-gradient(transparent 50%, #fff799 50%);
	padding:0px 2%;
}
.works_img{
	width:230px;
	padding:0px 15px;
}
#works_area{
	background: url(../img/works_bg.jpg) top center no-repeat;
	width:100%;
	margin:-8px auto 50px;
	padding:30px 0px;
}


.title{
	text-align:center;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝","源ノ明朝", serif;
	font-size:30px;
	letter-spacing: 5px;
	line-height:110%;
	padding-bottom:10px;
}
.title span{
	display:block;
	font-size:15px;
	letter-spacing: 5px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
#works_title{
	color:#ffffff;
	background: url(../img/works_title_bg.png) bottom center no-repeat;
	padding-bottom:15px;
}

#news_title{
	color:#333333;
	background: url(../img/news_title_bg.jpg) bottom center no-repeat;
}

.works_list{
	width:1200px;
	margin:0px auto;
}
.works_list ul{
	margin:0px;
	padding:0px;
}
.works_list li{
	width:33%;
	float:left;
	margin:2% auto 0px;
	padding:0px;
}
.works_list li a:hover img{
	opacity: 1;
}

.works_list li p{
	color:#333333;
	width:90%;
	min-height:80px;
	margin:0px auto 15px;
}

.works_list li .btn{
	width:40%;
	margin:0px auto;
	text-align:center;
}
.works_list li a .btn {
	border: 1px solid #008cff;
	color: #008cff;
	transition: all 1s;
	padding:2% 3%;
}
.works_list li a:hover .btn {
	color:#fff;
	border-radius: 50px;
	background:#008cff;
}


#news_top_list{
	width:700px;
	margin:20px auto;
}
#news_top_list ul{
	margin:0px;
	padding:0px;
}
.btn{
	text-align:center;
}
.btn a {
	border: 1px solid #008cff;
	color: #008cff;
	transition: all 1s;
	padding:0.5% 3%;
}
.btn a:hover {
	color:#fff;
	border-radius: 50px;
	background:#008cff;
}

#footer_area{
	width:100%;
	background:#0075c1;
	color:#ffffff;
	font-size:0.9rem;
}
#footer{
	width:1000px;
	margin:0px auto;
	padding:1%;
}
#footer_logo{
	float:left;
	width:20%;
	border-right:#ffffff solid 1px;
}
#footer_navi{
	float:right;
	width:78%;
	padding:1% 0px;
}
#footer_navi a{
	color:#ffffff;
}
#footer_navi a:hover{
	opacity: 0.7;
}

#footer_navi ul{
	margin:0px;
	padding:0px;
}
#footer_navi li{
	width:20%;
	float:left;
}
#footer_navi li:first-child{
	width:18%;
}
#footer_navi li:last-child{
	width:22%;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow2::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#copy{
	text-align:center;
}
.company_table {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}
.company_table tr:first-child{
	border-top:0;
}
.company_table tr {
	width:800px;
	box-sizing:border-box;
	display:block;
	background-color: #ffffff;
	border-top: 1px solid #ddd;
}
.company_table th {
	width:130px;
	padding:20px;
	background-color: #f9f9f9;
    border-right: 1px solid #ddd;
}
.company_table td {
	padding:20px;
}
.company_table td a {
	color:#024073;
	text-decoration:underline;
}
#news_top_list .date{
	width:200px;
}


@media screen and (max-width: 640px) {
#main_img h1{
	font-size:2rem;
	text-shadow: 0px 0px 5px #0f56b6,
	0px 0px 20px #0f56b6,
	0px 0px 40px #0f56b6,
	0px 0px 60px #0f56b6,
	0px 0px 80px #0f56b6;
	0px 0px 100px #0f56b6;
}
#main_img h2{
	font-size:1.2rem;
	text-shadow: 0px 0px 5px #0f56b6,
	0px 0px 20px #0f56b6,
	0px 0px 40px #0f56b6,
	0px 0px 60px #0f56b6,
	0px 0px 80px #0f56b6;
	0px 0px 100px #0f56b6;
}

.nonpc{
	display:block;
}
.pc {
	display: none !important;
}

.sp {
	display: block !important;
}
#center_area{
	max-width:100%;
	margin:0px auto 5%;
}
.sub_area{
	width:96%;
	margin:0px auto;
}

#wrap{
	width:100%;
	max-width:100%;
}

#ut_area{
	width:100%;
}
#logo{
	width:50%;
	padding-left:2%;
}
#logo img{
	width:100%;
}
#tel_area{
	padding:2% 4%;
	width:30%;
	float:right;
}

.nav {
	margin-top:1%;
}
.nav ul {
	margin:0px;
	padding:0px;
}
.nav ul li:first-child {
	border-left:0;
}
.nav ul li:last-child {
	border-right:0;
	letter-spacing:-0.7px;
}
.nav ul li span {
	font-size:0.6rem;
	letter-spacing: 3px;
}
.nav ul li a {
	font-size:0.8rem;
}



#main_img{
	background-size:auto 100%;
	padding:40px 0px 0px;
	height:400px;
}
#main_img #main_logo{
	width:20%;
}

.works_list{
	width:100%;
}
.works_list ul{
	margin:0px;
	padding:0px;
}
.works_list li{
	width:98%;
	float:none;
	margin:1% auto 5%;
	padding:0px;
	text-align:center;
}
.works_list li p{
	width:100%;
	min-height:0px;
	margin:10px auto;
	text-align:left;
	font-size:0.8rem;
}
.works_list li img{
	width:80%;
}

#news_top_list{
	width:96%;
}
#news_top_list ul{
	margin:0px;
	padding:0px;
}
#footer{
	max-width:98%;
	margin:0px auto;
}

#footer_logo{
	text-align:center;
	float:none;
	width:100%;
	border-right:0;
	border-bottom:#ffffff solid 1px;
}
#footer_logo img{
	width:20%;
	padding:2%;
}

#footer_navi{
	float:none;
	width:100%;
	padding:1% 0px;
}

#footer_navi ul{
	margin:0px;
	padding:0px;
}
#footer_navi li{
	text-align:center;
	float:left;
	width:46%;
	padding:2%;
}
#footer_navi li a{
	display:block;
}
#footer_navi li:first-child{
	width:46%;
}
#footer_navi li:last-child{
	width:100%;
}

.company_table tr:nth-child(odd),.company_table tr:nth-child(even) {
		width:100%;
	}
	.company_table th {
		width:64px;
		padding:0 10px;
	}
	.company_table td {
		padding-right:10px;
	}
.sub_area h3{
	text-align:center;
}
.works_img{
	width:50%;
	padding:0px 15px;
	text-align:center;
	margin:0px auto;
}
#news_top_list .date{
	display:block;
}
#news_top_list li{
	margin-bottom:2%;
}


.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 0px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow2::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #0075c1;
    border-right: 2px solid #0075c1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


}
