/*
 Theme Name:   アクシアエースのコーポレートサイト
 Template:     
 Author:       中村隆寛
 Description:  アクシアエースのコーポレートサイトテーマ
 Version:      1.0
*/

/* ヘッダー*/

body {
  font-family: Meiryo;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin:0;
}

hr {
   border-width: 20px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #000080;   /* 線色 */
   width:100%;
}

/* ヘッダー*/
header {
  text-align: left;
  justify-content:flex-start;
}

#shamei {
    display: inline-block;  
    vertical-align: top;
    color:#c0c0c0;
    font-family:cursive;
    background-color:  #f5fffa;   
    width:40%;       
    height:75px;
    margin:5px -10px 0 0;
    padding:10px 30px 5px 30px;
}
#shameikatakana{
    display:inline-block;
    font-size:x-large;
    font-weight:bold;
    color:#191790;
}

#tel {
    display: inline-block;  
    vertical-align: top;
    text-align: left;
    background-color:  #f5fffa; 
    font-size:15px;
    width: 30%; 
    height:75px;
    margin:5px 0 0 0;
    padding:5px 5px 5px 14%;

}
.telnumber{
    font-size:large;
    font-weight:bold;
    color:#000000;
}

@media screen and (max-width:480px){
  #shamei{
    display:inline;
    width:80%;
    height:50px;
    padding-left:10px;
  }
  #shameikatakana{
    font-size:20px;
  }
  #tel{
    display:inline;
    width:80%;
    height:40px;
    margin-top:30px;
    padding-left:5px;
  }
  .telnumber{
    font-size:10px;
    margin-left:10px;
  }
}

span1{
  font-size:10px;
}

.btn {
  display: inline-block;
  width:90px;
  height:30px;
  margin: 20px 10px 10px 20px ;
  padding: 10px 10px 20px 20px;
  border-radius: 12px;
  background-color:#ffa500;
}

.btn a{
  text-align: center;
  color:#ffffff;
  text-decoration: none;
}

.btn:hover {
  background-color:#ffd700; 
}

@media screen and (max-width:480px){
  .btn{
    display:none;
  }
}


/*メニューバー*/
.gnavi__wrap {
    width: 100%;
    margin: 0 auto;
}
.gnavi__lists {
    display: flex;
    padding:0;
}
.gnavi__list {
    width: 16.7%;
    height: 30px;
    font-family:cursive;
    background-color: #E5F0F8;
    position: relative;
    transition: all .3s;
}
.gnavi__list:hover {
    background-color: #0071BB;
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    font-family:cursive;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.gnavi__list:hover::before {
    background-color: #00ffff;
}
.gnavi__list a {
    display: block;
    width: 100%;
    height: 100%;
    text-align:center;
    line-height:30px;
    text-decoration: none;
    color: #1b4059;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s;
}
.gnavi__list:hover a {
    color: #fff;
}



.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    top:30px;
    left:0;
    padding-left:0;
    font-family:cursive;
    position: absolute;
}

@media screen and (max-width:480px){
  .dropdown__lists {
    font-size:10px;
    width: 280%;
    text-align:left;
  }
}

.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #004d80;
    height: 30px;
    font-family:cursive;
    transition: all .3s;
    position: relative;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    font-family:cursive;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #003558;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}
ul {
  list-style: none;
}



img {
     width: 100%;
}



/* Content
   ========================================================================== */

#content{
  display:flex;
  margin:50px 10px 50px 80px;
}

@media screen and (max-width:480px){
  #content{
    flex-flow: column;
    margin:20px;

}
}

@media screen and (max-width:480px){
  #table{
    width:300px;
  }
}



/*ウィジェット----------------------*/
aside {
  width:260px;
  margin-top: 50px;
  margin-bottom:100px;
  padding-right:10px;
}

aside section {
  margin-bottom: 20px;
  margin-left:30px;
  margin-top:20px;
}


@media screen and (max-width:480px){
  aside{
    padding-left:10px;
  }
  aside section {
    margin-left:10px;
}
}

article {
  width: calc(100% - 270px);
  margin-left:50px;
  margin-right:50px;
}

article section {
  margin-bottom: 40px;
}

article h2 {
  color: #ffbe00;
  margin-bottom:10px;
}

article h3 {
  color: #888;
}

@media screen and (max-width:480px){
  article {
  width: 85%;
  margin:auto;
}
}


/* Top-New---------------------------- */

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.news-list li .date {
  width: 85px;
  display: inline-block;
  margin-right: 10px;
  color: #888;
  vertical-align: top;
}

.news-list li .label-info {
  width: 65px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
  border-radius:5px;
  background: #009d8e;
  font-size: 12px;
  text-align: center;
  padding: 3px 8px;
  color: #fff;
  vertical-align: top;
}

.news-list li a {
  width: 100%;
  margin-top: 8px;
  display: inline-block;
  vertical-align: top;
}

#section ul li a{
  text-decoration:none;
}

/*スタッフブログリスト------------------*/

.staff-blog-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.staff-blog-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.staff-blog-list li .date {
  width: 85px;
  display: inline-block;
  margin-right: 10px;
  color: #888;
  vertical-align: top;
}

.staff-blog-list li .label-info {
  width: 65px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
  border-radius:5px;
  background: #ffd700;
  font-size: 12px;
  text-align: center;
  padding: 3px 8px;
  color: #fff;
  vertical-align: top;
}

.staff-blog-list li a {
  width: 100%;
  margin-top: 8px;
  display: inline-block;
  vertical-align: top;
}

.btn-default {
  background-color: #fff;
  color: #009d8e;
  border: 1px solid #009d8e;
  height:10px;
  padding-left:7px;
  text-align:center;
  text-decoration: none;
}

.btn-default:hover {
  background-color:#7fffbf; 
}
/*--------------------------ブログリスト*/



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

.line{
    border-bottom:1px solid #87cefa;
}

nav{
  display:flex;
  width:100%;
  justify-content:space-around;
}

nav ul {
    width:60%;
    display: flex;
    justify-content: space-between;
    font-size:12px;
    list-style: none;
}

nav ul li a{
  text-decoration:none;
}

nav ul li a:hover{
  color:#1e90ff;
}

@media screen and (max-width:480px){
  nav ul{
    width:80%;
    flex-flow: column;
  }
}

#jiko {
  display: inline-block;
  width:160px;
  height:20px;
  margin: 10px 30px 10px 40px ;
  padding: 5px 10px 5px 20px;
  border-radius: 15px;
  background-color:#ffffcc;
}

#jiko a{
  text-align: center;
  font-size:13px;
  color:#000;
  text-decoration: none;
}

#jiko:hover{
  background-color:#ffff99;
}

@media screen and (max-width:480px){
  #jiko{
   width:200px;
   height:40px;
   margin-right:30px;
  }
}


#copyright {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background-color: #000080;
  font-size: 12px;
  letter-spacing: 0.05em;
}
/*--------------------------------フッター-----*/


/*個別タイトル部分*/

#midashi{
  display:table-cell;
  width:1500px;
  height:60px;
  font-family: fantasy;
  font-size:20px;
  font-weight:bold;
  color:#fff;
  background-color: #000080;
  text-align:left;
  vertical-align:bottom;
  padding-left:30px;
}

/*ブログ個別ページ*/

.blog-title-article {
  margin-bottom: 0px;
  margin-left: 5px;
}

.blog-wrap {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.blog-header {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  color: #888;
  font-size: 13px;
}

.blog-body {
  padding: 10px 5px;
}

/**
 * Page Navi
 */

.page-navi{
  display: flex;
  justify-content: space-between;
 }
 
 /*ブログ一覧*/
 
 .blog-title-index {
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 2em;
  color: #333;
}

.blog-title-category {
  font-size: 1.17em;
  font-weight: normal;
  color: #888;
}

.blog-footer {
  padding: 5px;
}

/*地図*/
  #map{
   width:500px;
   text-align:center;
   margin-top:0;
   padding:100px;
   border:1px solid #000;
}
@media screen and (max-width:480px){
  #map{
    width:300px;
  }
}

/*スタッフ紹介-----------------------------*/

/* 追加*/
.staff-list-item {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  align-items: center;
}

.staff-list-item:not(:last-child) {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}

.staff-list-item::after{
    display: block;
    width: 200px;
    height: 5px;
    border-bottom: 1px solid #333;
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.name {
  width: 200px;
}

.hobby {
  width: calc(100% - 200px - 50px);
  padding: 0;
}

#shashin{
    width: 130px;
    height: 130px;
    margin-bottom:50px;
    border-radius: 50%;
}

.shokui{
  font-size:10px;
  color:#000080;
}

.name{
  font-family:sans-serif;
  font-size:20px;
  font-weight:600;
  line-height:10px;
}

.name2{
  font-family:sans-serif;
  font-size:15px;
  font-weight:700;
  font-style:oblique;
  color:#c0c0c0;
  line-height:5px;
}

#shoukai{
  margin-top:50px;
  font-family:alba;
}


#shoukai{
  margin-top:10px;
  font-family:alba;
  font-size:9px;
}
#shashin{
    width: 120px;
    height: 120px;
    margin-bottom:50px;
    border-radius: 50%;
}
 
  .hobby {
  width: calc(100% - 50px );
  padding: 0;
  flex-flow: column;
  font-size:13px;
}
/* 追加*/
.staff-list-item {
  display: flex;
  gap: 50px;
  align-items: center;
  
}
.name2{
  font-family:sans-serif;
  font-size:12px;
  font-weight:700;
  font-style:oblique;
  color:#c0c0c0;
  line-height:5px;
}
.staff-list{
  padding-left:0px;
  padding-right:0px;
  margin-right: 150px
}

.shoukai{
  width:140px;
  margin-right:0;
  margin-left:50px;
}

.shikaku{
  padding-left:3em;
	text-indent:-3em;
}

@media screen and (max-width:480px){
 .staff-list-item::after{
    display: block;
    width: 80px;
    height: 5px;
  }
 .staff-list{
  margin-right:0px
  } 
  .shoukai{
    width:130px;
    margin-left:0px;
  }
  .hobby{
    font-size:9px;
    width:170px;
  }
 }
 
 

/*--------------------スタッフ紹介おわり*/



/*事故連絡先*/ 
.kakomisen{
    padding: 0.5em 1em;
    margin: 2em 0;
    margin-right:20px;
    width:550px;
    color: #5d627b;
    background:#f5fffa ;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

@media screen and (max-width:480px){
 .kakomisen{
   width:365px;
   margin-left:0px;
   padding:3px;
 }
 span{
   font-size:6px;
 }
 span2{
   font-size:6px;
 }
}



.shamei{
  font-size:15px;
  color:#000080;
  font-weight:700;
}
.bangou{
  color:#000;
 font-weight:bold;
 line-height:10px;
}
.koumoku{
  color:#008000;
  font-size:14px;
  font-weight:700;
}

.bangou span{
  color:red;
  font-size:13px;
}

.rinen{
  color:#000080;
  font-weight:600;
}

.kakomisen1{
    position:center;
    padding: 0.5em 1em;
    margin: 2em 0;
    margin-right:100px;
    color: #5d627b;
    background-color: #f5fffa;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    font-size: 16px;
}
@media screen and (max-width:480px){
  .kakomisen1{
    width:280px;
    margin-left:10px;
    margin-right:10px;
    padding:15px;
  }
}


.kakomisen2 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.kakomisen2 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background:#FFC107;
    color: #ffffff;
    font-weight: bold;
    
}
.kakomisen2 p {
    margin: 0; 
    padding: 0;
}

#soudan{
  width:300px;
  margin-left:auto;
  margin-right:auto;
}

.kengenmeijihonbun{
  margin-top:0;
}


.btn2 {
  display: inline-block;
  width:160px;
  height:30px;
  margin:30px auto ;
  margin-left:300px;
  padding: 10px 10px 20px 20px;
  border-radius: 12px;
  background-color:#ffa500;
  text-align:center;
}

.btn2 a{
  text-align: center;
  color:#ffffff;
  text-decoration: none;
}

.btn2:hover {
  background-color:#ffd700; 
}

@media screen and (max-width:480px){
  .btn2{
    margin-left: 30px
  }
}

.kakomisen3{
    width:500px;
    position:center;
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000;
    background:#f5fffa;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.kakomisen4{
    width:500px;
    position:center;
    padding: 2em 5em;
    margin: 2em 0;
    margin-right:200px;
    margin-left:100px;
    color: #000;
    background:#f5fffa;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.shouhinhonbun{
  font-size:20px;
  font-weight:600;
  color:#000;
}

@media screen and (max-width:480px){
  .kakomisen4{
    width:280px;
    margin-left:10px;
    margin-right:10px;
    padding:15px;
  }
}




/* Widget
   ========================================================================== */

.widget h3 {
  border-left:5px #cccccc solid;
  border-bottom:1px #cccccc solid;
  padding-left:10px;
}

.widget ul {
  padding:0;
  list-style:none;
}

.widget ul li {
  margin-bottom:5px;
}

.widget ul li a {
  color:#333333;
}

.widget table caption {
  font-weight:800;
}

.widget table thead th ,
.widget table tbody td {
  border:1px #cccccc solid;
  text-align:center;
}

nav.wp-calendar-nav {
  width: auto;
}



/* Breadcrumb NavXT　パンくずナビ
  ========================================================================== */




/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:100%;
	margin:auto;
	margin-left:0;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}


/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	margin-bottom:30px;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}


#uchiawasekojin{
  width:300px;
}

#uchiawasehoujin{
  width:300px;
}

/*サービスページからの問い合わせボタン*/
.btn3 {
  display: inline-block;
  width:270px;
  height:30px;
  margin: 50px 100px 100px 100px;
  padding: 10px 10px 20px 10px;
  background-color:#ffa500;
  border-radius: 12px;
  text-align:center;
}

.btn3 a{
  text-align: center;
  color:#ffffff;
  text-decoration: none;
}

.btn3:hover {
  background-color:#ffd700; 
}


@media screen and (max-width:480px){
  .btn3{
    margin:30px auto 50px;
    padding-bottom:20px;
  }
}



/*採用*/
.kakomisen5{
    padding: 0.5em 1em;
    margin: 2em 0;
    margin-right:30px;
    width:550px;
    color: #5d627b;
    background:#f5fffa ;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

@media screen and (max-width:480px){
 .kakomisen5{
   width:90%;
 }
}

@media screen and (max-width:480px){
table{
  width:110%;
  margin-left:0px;
  font-size:10px;
}
}

