@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (min-width: 770px){
	
 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
}

a img {
  border: none;
}

a img {
  border: none;
}

a:hover img {
opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}

/* Setting */

html {
	height: 100%;
	font-size: 16px;
	line-height: 28px;
}
body {
	height: 100%;
	color: #333;
	-webkit-text-size-adjust : 100%;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	background: #fff;
}


* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


/* ---------------------------------------------------------------------
set
--------------------------------------------------------------------- */
a{
	text-decoration:underline;
	color: #1a264c;
}

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

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.red {
	color: #d11313;
}

.red2 {
	padding:5px;
	border:3px solid #7c0003;
}

.mt20{
	margin-top:20px;
}

.mt40{
	margin-top:40px;
}

.mtb40{
	margin:40px 0;
}

.mb80{
	margin-bottom:80px;
}

.txt12{
	font-size:12px;
}

.txt18{
	font-size:18px;
}

.txt24{
	font-size:24px;
}

.txt40{
	font-size:40px;
}

.b{
	font-weight:bold;
}

.partner{
	margin:0 auto;
	width:1020px;
}

.w-bg{
	background:#fff;
	padding:30px 0;
}

.partner ul li{
	float:left;
	width:200px;
	margin-left:4px;	
}

/* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */

.pc-none,
.sp-menu-btn{
	display:none;
}


/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#main{
	margin:0;
}

#header{
	margin:0 auto;
	padding:0 0;
	width:100%;
	text-align:center;
	background:#fff;
}


#menu{
	margin:0 auto;
	padding:0;
	height:50px;
}

#menu ul{
	margin:0 auto;
	width: 900px;
}


#menu li {
	display:block;
	list-style:none;
	float:left;
	width:180px
}

#change { 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:50px;
	margin: 0 auto;
	text-align: center;
	z-index:300;
	display: none;
	background:#fff;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}

/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */
#top-banner{
	background:url(../images/header.jpg) 100% 100% no-repeat #000;
	background-size: cover;
	padding:0;
	height:400px;
	text-align:center;
}

#top-banner2{
	background:url(../images/header.jpg) 100% 100% no-repeat #000;
	background-size: cover;
	padding:0;
	height:280px;
	text-align:center;
}


h1 {
	padding:15px 0 5px;
}


.logo01,
.logo02,
.logo03{
	padding-top:30px;
}


#contents{
	margin: 0px auto;
	width:970px;
	padding:20px 0;
	text-align:left;
}


.title{
	text-align:center;
	margin:40px auto;
}

.title2{
	text-align:center;
	padding-top:140px;
}
  
.value{
	width:990px;
	margin:0 auto 30px;
	padding:15px 0;
}

.top-sec{
	float:left;
	width:310px;
	margin:0 10px;
}


.news-area{
	margin: 0px auto;
	text-align:left;
}

.news-area2{
	margin: 30px auto;
	text-align:left;
	padding:30px;
}

.news-title{
	background:#f7f8f9;
	font-size:22px;
	line-height:36px;
	font-weight:bold;
	padding:40px 25px;
	margin:20px 0;
	text-align:center;
}


.news-area dl {
	padding:20px;
}

.ndl{
	background:#f7f8f9;
}

.news-area dt {
  float:left;
 
}

.news-area dd {
 margin-left:100px;
}

.news-btn{
	margin:0 auto;
	text-align:center;
	background:#1a264c;
}

.news-btn a{
	color:#fff;
	display:block;
	padding:20px 0;
}

.news-btn a:hover{
	background:#999;
	color:#fff;
	text-align:center;
	display:block;
	padding:20px 0;
}

.service{
	margin: 10px auto 70px;
	text-align:center;
}

.company{
	width:920px;
	margin:40px auto;
}


.company-area{
	text-align:center;
	float:left;
	width:460px;
}

.company  table{
    margin: 10px auto;
    padding: 0;
    width: 100%;
	text-align:left;

}

.company tr th, table tr td {
    margin: 0;
    padding: 14px 12px;
	text-align:left;	
	vertical-align:baseline;
}


.map {
	height:420px;
	width:100%;
	margin:0;
}


#contact {
	margin: 0;
	padding:60px 0;
	background:#f7f8f9;
}

#contact .area{
	margin: 0px auto;
	text-align:center;
	width:900px;
}

#contact .txtarea {
	text-align:left;
	margin:10px 0 30px;
	font-size:14px;
}

#contact table{
    margin: 10px auto;
    padding: 0;
    width: 90%;

}

#contact tr td {
    font-size: 100%;
    margin: 0;
    padding: 10px 12px;
    text-align: left;
}

#contact tr th {
    font-weight: normal;
    text-align: left;
    width: 20%;
}


#contact .f01 {
	width:100%;
	padding:4px;
	border:1px solid #d5d5d5;
}

#contact .f02 {
	padding:4px;
	border:1px solid #d5d5d5;
}



#contact .f03 {
	width:10%;
	padding:4px;
}

#button {
	width:250px;
	height:50px;
	margin:5px 5px 10px;
	background:#555;
	border:none;
	color:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
	cursor: hand;
}

.none{
	display:none;
}

#privacy{
	margin: 0px auto;
	text-align:left;
	width:950px;
	padding: 15px 0;
	font-size: 14px;
}

/*Breadcrumbs list
================================================*/

#breadcrumbs_list {
	margin:0 auto ;
	text-align:left;
    padding: 0 0 0 10px;
	font-size:14px;
	border-bottom:#1a264c 3px solid;
}

/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#footer{
	background:url(../images/header.jpg) 100% 100% no-repeat #000;
	background-size: cover;
	padding:0;
	height:400px;
	text-align:center;
	color:#fff;
}


#footer .logo {
	padding:30px 0;
}

address {
	margin:10px auto;

}

/* ---------------------------------------------------------------------
cd-fixed
--------------------------------------------------------------------- */
.news-fix{
	height:350px;
	width:100%;
	margin-top: 50px;
	background:url(../images/news.jpg);	

}

.news-fix2{
	height:350px;
	width:100%;
	background:url(../images/news2.jpg);	

}

.cd-fixed-bg,
.cd-fixed-bg2 {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

}
