/*
Template:nishiki
Theme Name:open-tec
Theme URI: 
Author: nsl
Author URI: http://www.open-tec.co.jp/
*/

/*あとでマージします*/
/**------------------**/
/*サイトマップ*/
/**------------------**/
.entry-content .item-box .list-items a {
  text-decoration: none;
  color: #000;
}
.entry-content .left-side-contents .list-ttl a {
  text-decoration: none;
  color: #000;
}
.entry-content .right-side-contents .list-ttl a {
  text-decoration: none;
  color: #000;
}
.list-ttl {
  font-weight: bold;
  font-size: 1.4rem;
}
.list-items {
  margin-left: 10px;
  font-size: 18px;
}
.company-information, .work-detail, .recruit-information {
  display: flex;
  /*justify-content: center; 20210407del*/
  margin-top: 50px;
}
.left-side-contents {
  margin-right: 300px;
}
.item-box {
  margin-top: 2rem;
  margin-left: 20px;
}
.right-side-contents {
  /*margin-top: 30px;*/
}
.list-items:before {
  content: " > ";
  margin-right: 30px;
  color: #023193;
}
.company-information,
.work-detail,
.recruit-information {
  margin-top: 0;
}
.entry-content .sitemap p.list-ttl {
  margin: 0;
}
.page .entry-content p.list-items {
  margin: 0;
}

.all-width-contents {
  width: 100%;
  max-height:60px;
}

.all-width-contents .list-ttl a {
    text-decoration: none !important;
    color: #000;
}

.all-width-contents .list-ttl a:hover {
    color: #000;
}

.sitemap {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 769px) {
    .list-ttl {
    font-size: 1rem;
  }
  .list-items {
    margin-left: 10px;
    font-size: 16px;
  }
  .left-side-contents {
    margin-right: auto;
  }
  .sitemap, .company-information, .work-detail, .recruit-information {
    display: flex;
    justify-content: flex-start;
    /*margin-top: 50px;*/
  }
  .right-side-contents {
    margin-top: 0;
  }
  .list-items:before {
    margin-right: 15px;
  }

  .all-width-contents {
    width: 100%;
    height:auto;
  }
}

/**------------------**/
/*お問い合わせ*/
/*エントリーフォーム*/
/**------------------**/
section.contact {
  width: 100%;
  font-size: 0.9rem;
}
section.contact dl {
  display: block;
  margin: 3rem 0;
}
section.contact dt {
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: left;
}
section.contact dd {
  width: 100%;
  margin-left: 0;
}
span.wpcf7-form-control-wrap {
  margin-left: 0;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
}
span.required {
  border: 1px solid;
  padding: 0.01rem 0.1rem;
  margin-left: 1rem;
  color: #f00;
  font-size: 0.6rem;
}
span.wpcf7-list-item-label {
  font-weight: bold;
}

input[type="submit"][disabled].wpcf7-form-control {
    background-color: #aaa;
    color: #fff;
    border-color: #aaa;
}

input[type="submit"].wpcf7-form-control,
input:focus[type="submit"].wpcf7-form-control,
input:active[type="submit"].wpcf7-form-control,
input[type="button"].wpcf7-form-control,
input:focus[type="button"].wpcf7-form-control,
input:active[type="button"].wpcf7-form-control {
  font-weight: bold;
  background-color: #72a8e9;
  color: #FFF;
  border: 1px solid #72a8e9;
  border-radius: 0 10px 0 0;
  width: 40%;
  outline-style: none;
  margin: 0.5rem;
}

input:hover[type="submit"].wpcf7-form-control,
input:hover[type="button"].wpcf7-form-control {
  opacity: 0.7;
  background-color: #72a8e9;
  color: #FFF;
  border: 1px solid #72a8e9;
  cursor: pointer;
}

.confirm .inner_confirm {
  text-align: center;
}

.confirm .inner_confirm .confirm-check {
  margin-bottom: 1rem;
}

.confirm .inner_confirm .confirm-info {
  font-size: 0.76rem;
  line-height: 1.3rem;
  width: 100%;
  margin-top: 0;
  text-align: left;
  margin: 0 auto;
  text-align: center;
}

.wpcf7-select[name="select-contact"] {
  height: 50px;
  padding-left: 20%;
}

#content #main .container .entry .entry-content div.contact_info {
  background-color: #f1f1ff;
  text-align: center;
  padding: 1.5rem 0;
  font-size: 18px;
  font-family: "Meiryo";
  color: #232323;
  width: 100%;
}

.page .entry-content .contact_info table {
  /*background-color: #f1f1ff;*/
  /*padding: 1.5rem;*/
  width: 100%;
  display: inline-table;
}

.page .entry-content .contact_info table th, .page .entry-content .contact_info table td {
  border: none;
  padding: 0;
  text-align: center;
}

.page .entry-content .contact_info table th {
  font-size: 23px;
}

.page .entry-content .contact_info table td {
  font-size: 18px;
  line-height: 20px;
}

.page .entry-content .contact_info table td.opening-hours {
  font-size: 15px;
}

/* お問い合わせ完了画面 */
/* エントリー完了画面 */
.thanks {
    text-align: center;
}


@media only screen and (min-width: 769px) {
  section.contact {
    width: 80%;
  }
    
  section.contact dl {
    display: flex;
  }
    
  section.contact dt {
    width: 200px;
    text-align: right;
  }
    
  section.contact dd {
    margin-left: 40px;
  }
    
  span.wpcf7-form-control-wrap {
    margin-left: 14px;
  }
    
  span.required {
    padding: 0.1rem;
    margin-left: 1rem;
  }
    
  .confirm {
    margin-left: 215px;
  }
    
  .inner_confirm {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
    
  .confirm .inner_confirm .confirm-info {
    width: 60%;
    padding-left: 7rem;
  }
    
  .wpcf7-select[name="select-contact"] {
    padding-left: 35%;
  }
    
  #content #main .container .entry .entry-content div.contact_info {
    margin-left: 288px;
    width: 57%;
  }
    
  .page .entry-content .contact_info table th {
    font-size: 1.5rem;
  }
    
  .page .entry-content .contact_info table tr:last-child td {
    font-size: 0.8rem;
  }
}


/**------------------**/
/*投稿ページ*/
/**------------------**/
/* ページネーション */
.nav-links {
    text-align: center;
}

a.page-numbers {
    color: #011a4b;
    margin: 0 2rem;
}

span.page-numbers.current {
    color: #fff;
    background-color: #011a4b;
    padding: 5px 10px;
}

/* お知らせ一覧 */
.news-list {
    border-top: 1px solid #232323;
    margin: 0;
}

dl.news-list a {
    color: #232323;
}

dl.news-list:hover {
    background-color: #f5f5f5;
}

.news-list dt{
	padding: 1rem 0 0.4rem 0;
}

.news-list_date {
  font-weight: bold;
	font-size: 0.9rem;
	vertical-align: middle; 
}

dd.news-list_title {
    padding-bottom: 1rem;
    margin-left: 0;
}

.news-list_cat {
	display: inline-block;
    color: #fff;
    background-color: #0f42b0;
    padding: 2px 5px;
    font-size: 0.8rem;
		margin-left:1rem; 
	vertical-align: middle; 
}

.archives.news {
    width: 70%;
    margin: 0 auto;
}

.archives.news article:last-of-type dl.news-list {
    border-bottom: 1px solid;
}

/* ブログ一覧 */
header.blog {
    background-repeat: no-repeat;
    background-size: cover;
}
.articles article footer .date {
    font-size: 0.8rem;
    color: #232323;
}
.readmore {
    float: right;
    margin-right: 5px;
}
.articles article footer .readmore a {
    color: #72a8e9;
}

/* 詳細ページ */
.single .sidebar-none #main.post > .container,
.single .sidebar-none #main.blog > .container {
    max-width: 1200px;
}
.page-header.container.otPageHeader {
    text-align: center;
}

header.blog {
    background-image: url("/wp-content/uploads/2021/03/blog_header.png");
}
header.post {
    background-image: url("/wp-content/uploads/2021/03/Topic_header.png");
}

.single #main > header span.cat {
    margin-right: 0;
}

