@charset "utf-8";
/* Content
-------------------- */

/* layout
-------------------- */
.content {
  width: 1000px;
  margin: 0 auto 30px;
}
#Page {
  float: left;
  width: 1000px;
  z-index: 1;
}
#Side {
  display: none;
  float: right;
  width: 240px;
  padding: 20px;
  background: url(../img/common/bg_check.png) repeat;
}

@media screen and (max-width: 640px) {
  .content {
    width: auto;
    margin: 0 10px;
  }
  #Page {
    float: none;
    width: auto;
    margin-bottom: 30px;
    z-index: 1;
  }
  #Side {
    display: none;
    float: none;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
}

/* Hypertext */
#Page a {
  text-decoration: underline;
}

/* Breadcrumbs */
#Breadcrumbs {
  width: 1000px;
  margin: 0 auto 10px;
  padding: 6px 0 2px;
  font-size: 11px; font-size: 1.1rem;
}
#Breadcrumbs a {
  color: #999;
}

@media screen and (max-width: 640px) {
  #Breadcrumbs {
  display: flex;
  flex-wrap: wrap;
    width: calc(100% - 20px);
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #Breadcrumbs a {
    display: inline;
    margin: 0 5px 0 5px;
  }
  #Breadcrumbs a:after {
    display: inline-block;
  }
}

/* pickup-categories */
li.pickup-categories {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
li.pickup-categories li {
}
li.pickup-categories a {
  font-size: 16px; font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
li.pickup-categories {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
li.pickup-categories li {
}
li.pickup-categories a {
  font-size: 13px; font-size: 1.3rem;
  font-weight: bold;
}
}

/* カテゴリ、タグ別一覧のとき */
#pickup-left {
width:30%;
}
#pickup-right {
width: 70%;
}

/* list tag */
.subpage ul li {
  position: relative;
  float: left;
  padding: 10px; 
}

#JobDaiichi,
#JobDaini,
#JobSekkei {
  #Page h3 {
    border-left: 3px solid #002776;
    text-align: left;
    background: #D6DCE5;
    margin-top: 22px;
  }
  #Page p {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 0;
  }  
}

@media screen and (max-width: 640px) {
#JobDaiichi,
#JobDaini,
#JobSekkei {
  #Page p {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: 5px;
  }  
}
}

@media screen and (max-width: 640px) {
  #JobDaiichi table th {
    width: auto;
    display: unset;
  }
  #JobDaiichi table tr {
    width: auto;
  }
  #JobDaini table th {
    width: auto;
  }
  #JobDaini table tr {
    width: auto;
  }
  #sekkei table th {
    width: auto;
  }
  #sekkei table tr {
    width: auto;
  }
}

/* table tag */
.subpage table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.subpage th {
  padding: 10px;
  background: #ededed;
  border-bottom: 1px dotted #ccc;
  text-align: center;
  vertical-align: middle;
}
.subpage td {
  padding: 10px;
  background: #fff;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .subpage th {
    width: 100% !important;
  }
  .subpage td {
    width: 100% !important;
  }
}

/* ContentsNavi */
#ContentsNavi {
  margin: 30px 0 50px;
  text-align: center;
}
#ContentsNavi a {
  color: #333;
}

/* Side
-------------------- */
.widget {
  margin-bottom: 30px;
}
.widget img {
  max-width: 100%;
}
.widget h2 {
  margin-bottom: 6px;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px; font-size: 1.4rem;
}
.widget a {
  margin-bottom: 6px;
  padding: 6px 10px;
  color: #000;
  font-size: 12px; font-size: 1.2rem;
}
.widget center {
  padding: 6px 10px;
  color: #fff;
  font-size: 14px; font-size: 1.4rem;
}
.widget th {
  padding: 2px 2px;
  color: #000;
  font-size: 12px; font-size: 1.2rem;
}
.widget td {
  padding: 2px 2px;
  color: #000;
  font-size: 12px; font-size: 1.2rem;
}

/* LocalNavi */
.widget-local-navi {
  width: 240px;
}
.widget-local-navi li a {
  display: block;
  margin-bottom: 1px;
  padding: 6px 10px 6px 25px;
  background: #fff url(../img/common/icon/icon_arrow2.png) 15px 15px no-repeat;
  color: #333;
}
.widget-local-navi li a:hover {
  background: #ededed url(../img/common/icon/icon_arrow2.png) 15px 15px no-repeat;
  color: #000;
}
.widget-local-navi li.current a {
  background: #aaa url(../img/common/icon/icon_arrow3.png) 15px 15px no-repeat;
  color: #fff;
}
.widget-local-navi li.first a {
  padding: 6px 10px;
  color: #fff;
}


@media screen and (max-width: 640px) {
  .widget-local-navi {
    width: auto;
  }
}


/* blog theme
-------------------- */
#TitleImage {
  width: 1000px;
  margin: 0 auto 20px;
}


.blog li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 13px; font-size: 1.3rem;
}
.blog .date {
  margin-right: 20px;
  padding: 4px 10px;
  background: #1352A6;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.blog li #post_date {
  width: 95px;
  float: left;
}
.blog li #post_title {
  width: calc(100% - 100px);
  float: left;
}

.blog {
}
.blog h5 {
  font-weight: normal;
  font-size: 14x; font-size: 1.4rem;
}
.blog h2 span.archives {
  color: #999;
  font-size: 22px; font-size: 2.2rem;
}
.blog h3 a {
  color: #333;
  text-decoration: none !important;
}
.blog h3 a:hover {
  color: #999;
}
.blog .meta {
  margin: 20px 0 30px;
  padding: 5px 12px;
  background: #ededed ;
  color: #999 ;
  font-size: 12px; font-size: 1.2rem;
}
.blog .date-meta {
  margin: 20px 0 30px;
  padding: 5px 12px;
  background: #ededed ;
  color: #999 ;
  font-size: 12px; font-size: 1.2rem;
}
.blog #ContentsNavi {
  text-align: center;
}
.blog #ContentsNavi a {
  color: #333;
}

@media screen and (max-width: 640px) {
  #TitleImage {
    width: auto;
  }
}





/* blog side calendar */
.widget-blog-calendar table {
  width: 240px;
  background: #fff;
  border-collapse: collapse;
  box-sizing: border-box;
}
.widget-blog-calendar th {
  border: 1px solid #ededed;
}
.widget-blog-calendar td {
  text-align: center;
  border: 1px solid #ededed;
}
.widget-blog-calendar td center {
  padding: 6px 10px;
  color: #fff;
}
.widget-blog-calendar td a {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .widget-blog-calendar table {
    width: 100%;
  }
}

/* blog side list */
.blog-widget h2 {
  margin-bottom: 1px;
}
.blog-widget li a {
  display: block;
  margin-bottom: 1px;
  padding: 6px 10px 6px 25px;
  background: #fff url(../img/common/icon/icon_arrow2.png) 15px 15px no-repeat;
  color: #333;
}
.blog-widget li a:hover {
  background: #ededed url(../img/common/icon/icon_arrow2.png) 15px 15px no-repeat;
  color: #000;
}


/* blog comment */
#BlogComment {
}
#BlogCommentList {
  margin-bottom: 30px;
}

/* pagination */
.pagination {
  margin: 60px 0;
  text-align: center;
  font-size: 12px; font-size: 1.2rem;
}
.pagination span.disabled,
.pagination span.prev a,
.pagination span.next a {
  margin: 0 20px;
  color: #333;
}
.pagination span.current,
.pagination span.number a {
  margin: 0 4px;
  padding: 7px 10px;
  background: #dedede;
  color: #fff;
  text-decoration: none !important;
}
.pagination span.current,
.pagination span.number a:hover {
  background: #666;
}
.pagination a:active {
  background: #666;
}

/* ピックアップ記事詳細のYoutubeリンク
-------------------- */
#LinkYoutube {
background-color: #fff;
}
#LinkYoutube p {
text-align: center;
color: #000;
}


/* ContactForm
-------------------- */
.submit {
  margin: 30px 0;
  text-align: center;
}
.submit input.button {
  font-size: large;
  cursor: pointer;
}
.auth-captcha {
  margin: 30px 0;
  text-align: center;
}

.mail-description {
  margin-bottom: 10px;
}
#flashMessage {
  margin-bottom: 10px;
}
.form-contact table {
  border: none;
  border-top: 1px dotted #ccc;
}
.form-contact th {
  background: #fff;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .form-contact table {
    box-sizing: border-box;
  }
  .form-contact tr {
    display: block;
    margin-bottom: 1.5em;
  }
  .form-contact th {
    padding: 5px 10px;
    background: #999;
    color: #fff;
  }
  .form-contact th,
  .form-contact td {
    display: list-item;
    width: auto;
    border: none;
  }
  .form-contact td textarea {
    width: 100%;
  }
}


/* ContactForm Error
-------------------- */








/* Service
-------------------- */
/* service1 */





/* About
-------------------- */





/* Works
-------------------- */
.work-body {
  margin-bottom: 20px;
}
.work-body .left {
  width: 300px;
}
.work-body .right {
  width: 350px%;
}
.work-body .more {
  text-align: right;
}
.template-works .left {
  width: 300px;
}
.template-works .left img {
  margin-bottom: 15px;
}
.template-works .right {
  width: 350px;
}
.work-body .eye-catch img.lastChild {
  display: none;
}
.work-body .eye-catch img.firstChild {
  display: block;
}

@media screen and (max-width: 640px) {
.work-body .left {
  width: auto;
  float: none;
  margin-bottom: 10px;
}
.work-body .right {
  width: auto;
  float: none;
}

}


/* Works
-------------------- */
#SitemapBox .sitemap-left {
  float: left;
  width: 320px;
}
#SitemapBox .sitemap-right {
  float: right;
  width: 320px;
}

/* Page
-------------------- */
/* フォントのスタイル設定
-------------------- */
/**
 * 大見出し
 *
 */
 #Page h2 {
  /* スタイル */
  font-size: 24px; 
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0.5em 0;
  padding: 0.3em 0.5em;
  text-align: center;
  background: none;
  /* 回り込み防止 */
  overflow: hidden;
}

#Page h2:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

#Page h2::after {
  content: "";
  display: block;
  width: 2em;
  height: 3px;
  background: #0D3F99;
  margin: 0.3em auto;
}

/**
 * 中見出し
 *
 */
#Page h3 {
  /* スタイル */
  font-size: 22px; 
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0;
  background: none;
  padding: 0.3em 0.5em;
  background: #D6DCE5;
  border: none;
  box-shadow: none;
  /* 回り込み防止 */
  overflow: hidden;
}

#Page h3:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

/**
 * 小見出し
 *
 */
#Page h4 {
  /* スタイル */
  font-size: 20px; 
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0;
  border: none;
  padding: 0.3em 0.5em;
  /* 回り込み防止 */
  overflow: hidden;
  position: relative;
}

#Page h4:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

#Page h4::after {
  position: absolute;
  bottom: 0.25em;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 8px;
  background-color: #D6DCE5;
  border-radius: 2px;
}

/**
 * 小見出し
 *
 */
#Page h5 {
  /* スタイル */
  font-size: 18px; 
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0;
  background: none;
  padding: 0.3em 0.5em;
  border-left: none;
  border-bottom: 3px dashed #002776;
  /* 回り込み防止 */
  overflow: hidden;
}

#Page h5:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}

/**
 * 小見出し
 *
 */
#Page h6 {
  /* スタイル */
  font-size: 16px; 
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0;
  padding: 0.3em 0.5em;
  border: none;
  border-left: 3px solid #002776;
  background: #D6DCE5;
  padding: 0.3em 0.5em;
  /* 回り込み防止 */
  overflow: hidden;
}

#Page h6:first-child {
  /* ブロックの最初の場合は余白を詰める */
  margin-top: 0;
}