/*==================================================
原稿ページ
==================================================*/
/*----------------------タイトル*/
#post_title {
  background: #1B4D9D;
  color: #FFF;
  margin: 0 auto 10px !important;
  padding: 8px 10px;
}
/*----------------------タイトル下テキスト*/
.introduce_shoulder_copy {
  background: none !important;
  font-weight: bold;
  color: #1B4D9D;
  font-size: 14px;
  padding: 0 !important;
  line-height: 1.5em;
  margin: 10px auto 10px !important;
}
/*----------------------上部スライダー*/
.genko-top {
  float: left;
  width: 48%;
  margin: 5px 5px -20px 5px;
}
.genko-top p {
  line-height: 1.5em;
}
/*----------------------原稿募集情報テーブル*/
.tableSample {
  width: 100% !important;
  margin: 20px auto;
  line-height: 1.7em;
  border-collapse: collapse;
  vertical-align: middle;
}
.tableSample th, td {
  padding: 15px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.tableSample th {
  background: #f4f4f4;
  width: 20% !important;
  text-align: left;
  vertical-align: middle;
}
.tableSample td {
  width: 80% !important;
}
.tab_content iframe {
  width: 100% !important;
  height: 320px;
}
.tableSample a {
  font-weight: bold;
  text-decoration: underline;
}
/*----------------------応募ボックス*/
.oubo {
  background: #000;
  float: left;
  width: 47%;
  margin: 20px auto;
  padding: 10px;
  display: block;
  text-align: center;
  line-height: 2.5em;
  color: #FFF;
  height: 130px;
  letter-spacing: 0.1em;
}
/*----------------------電話番号*/
.tel-txt1 {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 0 auto 10px;
}
.tel-txt2 {
  line-height: 1.5em;
  margin-top: 5px;
  color: #FFF;
  font-size: 10px;
  display: block;
}
.tel-txt2 a {
  color: #FFF;
}
.tel-txt {
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
  padding: 8px 20px;
  border-radius: 5px;
  background: #000;
}
.tel-txt a {
  color: #FFF;
}
.tel-txt:hover {
  opacity: 0.5;
}
.yellow {
  background: #FFA300;
}
.blue {
  background: #1B4D9D;
}
.button {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  background: #000;
}
/*----------------------こだわり表示*/
.catdes li {
  float: left;
  list-style: none;
  padding: 0.5em;
  background-color: #fff;
  border-radius: 5px;
  color: #666;
  border: 1px solid #ccc;
  margin: 5px;
  font-size: 12px;
}
/*----------------------応募フォーム*/
.table-contactform7 {
  overflow: hidden;
  table-layout: fixed;
}
.required-contactform7 {
  padding: 3px;
  line-height: 1.5em;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
  float: right;
  font-weight: normal;
  font-size: 10px;
}
.table-contactform7 tr, .table-contactform7 th, .table-contactform7 td {
  background: #FFFFFF !important;
}
.table-contactform7 th {
  border: #ccc 1px solid;
  line-height: 1.2em;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  width: 180px !important;
}
.unrequired-contactform7 {
  padding: 3px;
  font-size: 10px;
  float: right;
  font-weight: normal;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
.table-contactform7 input, .table-contactform7 textarea {
  max-width: 100% !important;
  margin: 5px 10px 10px 5px;
}
.table-contactform7 select {
  float: left;
}
.address-100 input {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
.message-100 textarea {
  height: 120px !important;
  margin: 5px 10px 10px 5px;
}
.allzenb th {
  width: 160px !important;
}
.allzenb textarea {
  height: 160px;
}
/*----------------------タブ切り替え*/
.tabs, .tabs2 {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;
}
.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #1B4D9D;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: hand;
  cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 10px;
  clear: both;
  overflow: hidden;
}
#all:checked ~ #all_content, #programming:checked ~ #programming_content, #design:checked ~ #design_content, #photo:checked ~ #photo_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
.tabs2 input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
/*----------------------写真で見学*/
.lb {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  transition: .3s opacity ease;
  pointer-events: none;
  z-index: 100;
}
.lb img {
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - 20px) !important;
  max-height: calc(100% - 20px) !important;
  cursor: pointer;
}
.lb img, .lb iframe {
  transform: scale(.85);
  transition: .3s all ease;
}
.lb:target {
  opacity: 1;
  pointer-events: auto;
  z-index: 101;
}
.lb:target img, .lb:target iframe {
  transform: scale(1);
}
/* なんちゃって閉じるボタン*/
.lb::before, .lb::after {
  display: block;
  position: fixed;
  content: "";
  width: 24px;
  height: 3px;
  top: 24px;
  right: 12px;
  background: #fff;
  border-radius: 4px;
}
.lb::before {
  transform: rotate(-315deg);
}
.lb::after {
  transform: rotate(315deg);
}
.thmb-genko {
  width: calc(100%/2.4);
  border: #FFF 8px solid;
  margin: 16px;
  float: left;
  height: 240px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}
/* レスポンシブ対応 */
@media screen and (max-width: 880px) {
  .thmb-genko {
    width: calc(100%/1.2);
  }
  .photochousei {
    padding: 0;
  }
}
/*----------------------PR文章*/
.images-photo1 h3 {
  font-size: 16px;
  text-align: left;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 auto -20px !important;
}
.images-photo1 {
  text-align: left;
  margin: 0 auto;
  line-height: 1.7em;
  font-size: 14px;
  padding: 10px;
}
.images-photo1 img {
  text-align: center !important;
  margin: 0 auto;
  display: block;
  max-width: 100% !important;
  height: auto !important;
}
.images-photo1 iframe {
  text-align: center !important;
  display: block;
  margin: 0 auto;
}
/*----------------------会社概要*/
.tab_content_description h3 {
  font-size: 16px;
  text-align: left;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 auto -20px !important;
}
.tab_content_description p {
  text-align: left;
  margin: 0 auto;
  line-height: 1.7em;
  font-size: 14px;
  padding: 10px;
}
/*----------------------協力会社テーブル*/
.g-play table {
  border: #CCC 1px solid;
  margin: 0 auto 10px;
  width: 100%;
  padding: 8px;
}
.g-play td {
  width: 48%;
}
.bigorange {
  font-weight: bold;
  font-size: 16px;
  color: #F60;
}
.g-play-p {
  line-height: 1.7em;
}
/*----------------------掲載ID*/
.keisaiid {
  font-size: 10px;
  background: #F9F9F9;
  padding: 8px;
  display: block;
  border: #CCC 1px solid;
  border-radius: 3px;
  width: 100px;
  margin-bottom: 5px;
  float: right;
}
.keisaiid:before {
  content: "⊿";
  font-weight: 900;
}
/*----------------------応募までの流れ*/
.obflow {
  margin-top: 50px !important;
  padding: 0 0 20px 0;
  line-height: 1.75em;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  font-size: 12px;
}
.obflow h3 {
  background: #000;
  color: #FFF;
  font-size: 14px;
  line-height: 1.9em;
  text-align: center;
}
.obflow h4 {
  margin: 15px 0 0 15px;
}
.obflow p {
  margin: 0 0 0 15px;
}
#m-oubox {
  margin-top: 50px !important;
  padding: 0 0 20px 0;
  line-height: 1.75em;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
#m-oubox h2 {
  background: #0E5099;
  color: #FFF;
  font-size: 18px;
  line-height: 1.9em;
  text-align: center;
}
.swiper-container {
  width: 95%;
  display: block;
}
/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */
#article {
  margin: 0;
}
#article > :last-child {
  margin-bottom: 0;
}
#article_header {
  margin: 0;
  padding: 30px 39px 25px;
  background: #f7f7f7;
  border: 1px solid #ddd;
}
/* カテゴリー */
#post_meta_top {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}
/* 日付 */
#post_date {
  margin: 9px 0 4px 0;
  font-size: 12px;
  color: #999;
  float: right;
  line-height: 1;
}
/* アイキャッチ画像 */
#post_image {
  margin: -1px 0 44px 0;
  padding: 0;
}
#post_image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
/* SNSボタン */
.snssharer {
  margin: 30px auto;
  display: block;
}
.snssharer:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.snssharer span a {
  width: 10%;
  float: right;
  display: block;
  margin: 0 1% 0 0;
  border-radius: .4rem;
  padding: 1rem 2rem;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.snssharer .facebook a {
  color: #fff;
  background: #3c5a99;
}
.snssharer .twitter a {
  color: #fff;
  background: #28aae1;
}
.snssharer .line a {
  color: #fff;
  background: #01ba01;
}
/*==================================================
sp
==================================================*/
@media screen and (max-width: 900px) {
/*----------------------タイトル*/
#post_title {
	margin-top: 40px !important;
}
  /*----------------------上部スライダー*/
  .genko-top {
    float: none;
    width: 90%;
    margin: 5px;
    margin: 0 auto;
  }
  .genko-top p {
    line-height: 1.5em;
  }
  .genko-top img {
    max-width: 100%;
    height: auto;
  }
  .tableSample table, .tableSample tbody, .tableSample tr, .tableSample th, .tableSample td {
    display: block !important;
    width: 100% !important;
	  text-align: left !important;
  }
  /*----------------------写真で検索*/
  .lb {
    width: 90%;
    height: 100%;
  }
  .lb img {
    width: 90%;
    max-height: 90% !important;
  }
  .thmb-genko {
    width: 100%;
    border: #FFF 3px solid;
    margin: 10px 15px 10px -20px !important;
    float: none;
    height: 200px;
  }
  /*----------------------応募ボックス*/
  .oubo {
    float: none;
    width: 95%;
  }
}