/*
Theme Name: varuken-tokyo-child
Template: varuken-tokyo
*/

/* トップページ */

.home #header {
  background: rgba(77, 166, 255, 0.8);
}

.pc #global_menu > ul > li > a {
  font-weight: 600;
}

.index_list_header > h3.headline {
  font-weight: 400;
}

#index_3box_list {
  margin: 0 auto 50px;
}

#index_3box_list .catch {
  font-size: 24px;
  line-height: 2;
  margin: 0 0 20px 0;
  text-align: center;
  letter-spacing: 0.1rem;
  color: #fff;
}

#index_3box_list .desc {
  font-size: 16px;
  line-height: 2.3;
  margin: 0 0 30px 0;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
}

.wide_image h3.title {
  font-weight: 300;
}

/* フッター */
#footer_address .logo a {
  display: none;
}

/* お知らせページ */

#single_news h2#post_title {
  font-weight: 300;
}

/* 固定ページのレイアウト　*/

.pc #global_menu li.current-menu-item > a {
  color: #777!important;
}

h2.headline {
  font-weight: 300;
  letter-spacing: 0.3rem;
}

.post_content p,
.post_content li {
  font-size: 16px;
}

.post_content p {
  margin-bottom: 1.5rem;
}

@media screen and (max-width:767px) {
  .post_content p {
    line-height: 1.8;
  }
}

.post_content h3 {
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  color: #fff;
  background: #4DA6FF;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

@media screen and (max-width:767px) {
  .post_content h3 {
    padding: 1rem;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    font-size: 1.2rem;
  }
}

.post_content h4 {
  margin-bottom: 1.5rem;
  padding: 1rem;
  color: #333;
  border-left: solid 6px #4DA6FF;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.post_content h4.question {
  position: relative;
  background: #EAF7FF;
  border-left: solid 2em #4DA6FF;
  font-size: 1.2rem;
}

.post_content h4.question::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f059";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: normal;
  left: -1.45em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 製品情報ページ */
.post_content a.product_btn {
  transition: 0.3s;
  display: inline-block;
  padding: 10px 80px;
  color: #fff;
  background-color: #4DA6FF;
  font-size: 1.1rem;
  font-weight: bold;
  border:solid 1px #4DA6FF;
}

@media screen and (max-width: 767px) {
  .post_content a.product_btn {
    display: block;
    padding: 10px 0;
  }
}

.post_content a.product_btn:hover {
  transition: 0.3s;
  color: #4DA6FF;
  background-color: rgba(77, 166, 255, 0);
  text-decoration: none;
}

.post_content img.aligncenter {
  margin-bottom: 1.5rem;
}

/* アーカイブページ */

#work_header {
  background: #333;
}

/* リストタグの調整 */

.post_content ul li {
  list-style: none;
}

.post_content ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  top: -0.1rem;
  left: -0.5rem;
  background: #4DA6FF;
}

/* テーブルタグの調整 */

.post_content th, td {
  vertical-align: middle;
  box-sizing: border-box;
}

.post_content th {
  width: 25%;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  background-color: #4DA6FF;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .post_content th,
  .post_content td {
    display: block;
    width: 100%;
  }

  .post_content th {
    border: none;
  }

  .post_content td {
    border-top: none;
  }
  .post_content table.company td {
    margin-bottom: 1rem;
  }
}

/* ウィジェット */
.side_widget > h3.side_headline {
  background-color: #4DA6FF!important;
}

.side_widget > .textwidget p {
  font-size: 16px;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.side_widget span {
  font-size: 16px;
}

/* contact form7 レイアウト調整 */

.wpcf7 {
  border: 0 !important;
  box-sizing: border-box!important;
  background: none!important;
}

.wpcf7 table{
  width: 100%;
}

.wpcf7 form.wpcf7-form {
  margin: 0;
}

.wpcf7 select {
  background: #fff;
}

.wpcf7 th {
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.wpcf7 .wpcf7c-elm-step1,
.wpcf7 .wpcf7c-elm-step2,
.wpcf7 .wpcf7c-elm-step3 {
  font-size: 16px!important;
}

.wpcf7 td {
  padding-top: .8rem;
  text-align: left;
  vertical-align: middle;
}


@media screen and (max-width: 767px) {
  .wpcf7 th, .wpcf7 td {
    display: block;
    margin: 0 auto;
  }
  .wpcf7 td {
    border-top: none;
    border-bottom: none;
  }

  .wpcf7 td.bdbt {
    border-bottom: 1px solid #bbb;
  }
}

span.ajax-loader {
  display: none;
}
/* 確認画面用CSS */


/*枠線消す*/

form .wpcf7c-conf {
  border: none !important;
  background-color: transparent !important;
}

.wpcf7-form table p {
  padding-bottom: 5px;
}

textarea.wpcf7-form-control {
  max-height: 100px;
}


/*確認画面セレクトボックスヤジルシ消す*/

select.wpcf7c-conf {
  /*Firefox用*/
  text-indent: .01px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

select.wpcf7c-conf::-ms-expand {
  display: none;
}

.wpcf7-form table p {
  padding-bottom: 0;
}

.wpcf7 form.wpcf7-form input[type='text'],
.wpcf7 form.wpcf7-form textarea {
  width: 100%!important;
}

.zip input[type='text'], .wpcf7 input[type='tel'], .s_size input[type='text'] {
  width: 50%;
}

.s_size input[type='number'] {
  width: 30%;
}

.wpcf7 input[type='email'] {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .wpcf7 input[type='email'] {
    width: 100%;
  }
  .wpcf7 input[type='tel'] {
    width: 100%;
  }
}

.required {
  font-size: 90%;
  line-height: 1.2;
  display: block;
  max-width: 30%;
  max-width: 40%;
  margin: 0 auto;
  padding: 4px 6px;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  background: #d04;
}

form table .txt_s {
  font-size: 80%;
  color: #666;
}


/* ボタンのCSS調整 */


/* 確認・送信ボタン */

.submit-button {
  text-align: center;
}

.wpcf7 input[type=submit] {
  width: 200px;
  font-size: 1rem;
  padding: 1rem;
  margin-right: 16px;
  letter-spacing: .2rem;
  color: #fff;
  border-radius: 3px;
  background-color: #333;
}

.wpcf7 input[type=submit].wpcf7-submit {
  padding: 0;
}


/* contactform7デフォルトの送信完了画面を非表示 */

.wpcf7-mail-sent-ok, .wpcf7-validation-errors {
  display: none !important;
}

/* 装飾コード */

.bg-gray-box {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #f6f6f6;
}

.bg-gray-box ul {
  margin-bottom: 0;
}

a[href$=".pdf"] {
  position: relative;
  padding-left: 1.5rem;
}

a[href$=".pdf"]:before {
  position: absolute;
  top: -5px;
  left: -1px;
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(http://www.varuken-tokyo.co.jp/wp/wp-content/uploads/PDF_24.png) no-repeat;
}