/*
Theme Name:tpl03
Template:astra
Version:1.0.0
*/

body {
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.font_default {
  font-family: 'Noto Sans JP', sans-serif !important;
}
.font_mincho {
  font-family: 'Noto Serif JP', serif;
}
.white {
  color: var(--ast-global-color-5);
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.center {
  text-align: center !important;
}
.gradation{
  display: inline-block;
  background: linear-gradient(90deg, #fff, #28ACD8 30%, #1968AD);
  background: -webkit-linear-gradient(0deg, #fff, #28ACD8 30%, #1968AD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradation2{
  display: inline-block;
  background: linear-gradient(90deg, #c1eefd, #28ACD8 30%, #1968AD);
  background: -webkit-linear-gradient(0deg, #c1eefd, #28ACD8 30%, #1968AD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradation3{
  display: inline-block;
  background: linear-gradient(90deg, #fff, #c1eefd 30%, #28ACD8);
  background: -webkit-linear-gradient(0deg, #fff, #c1eefd 30%, #28ACD8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Scroll Top */
@media(max-width:767px) {
  .ast-scroll-to-top-right{
    right: 10px;
    bottom: 9px;
  }
}

/* Flex */
.flex {
  display: flex;
}
.flexw {
  display: flex;
  flex-wrap: wrap;
}
.flexr {
  display: flex;
  flex-direction: row-reverse;
}
.flexsb {
  justify-content: space-between;
}
.flexc {
  justify-content: center;
  align-items: center;
}
.col-2 {
  width: 49%;
}
.col-3 {
  width: 32%;
}
.col-4 {
  width: 24%;
}
.col-5 {
  width: 19%;
}

/* 見出し・段落 */

/* テーブル */
.entry-content table {
  border-collapse: collapse !important;
  border: none !important;
}
.entry-content table th {
  border-right: none !important;
  border-bottom: 1px solid var(--ast-global-color-0) !important;
  padding: 15px 15px 15px 15px !important;
  text-align: left;
  font-weight: bold;
}
.entry-content table td {
  border-right: none !important;
  padding: 15px 15px 15px 15px !important;
  border-bottom: 1px solid var(--ast-global-color-6) !important;
}
@media screen and (max-width: 767px) {
  .entry-content table th{
    display: block !important;
    padding: 15px !important;
    background: #fff;
  }
  .entry-content table td{
    display: block !important;
    padding: 15px !important;
  }
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
table.inquiry{
  margin: 40px 0 0 0;
}
table.inquiry, table.inquiry tr{
  border:none !important;
  padding: 0 !important;
}
/*見出し欄*/
table.inquiry th {
  text-align: left;
  font-size: 14px;
  padding: 20px 0 0 0 !important;
  width: 30%;
  border-bottom: solid 1px var(--ast-global-color-7) background: var(--ast-global-color-5);
  vertical-align: top;
}
/*通常欄*/
table.inquiry td {
  font-size: 13px;
  padding: 20px 0 0 20px !important;
  border-bottom: solid 1px var(--ast-global-color-7) background: var(--ast-global-color-5);
}
table.inquiry td input, table.inquiry td input:focus, table.inquiry td select, table.inquiry td textarea {
  background: var(--ast-global-color-4);
  border: none;
}
input[type="checkbox"]{
  width: 20px;
  height: 20px;
  border: 1px solid #1968AD !important;
  vertical-align: -4px;
}
/*横の行とテーブル全体*/
.entry-content table.inquiry tr {
  border: solid 1px var(--ast-global-color-4);
}
/*必須の調整*/
.haveto {
  font-size: 9px;
  padding: 5px 10px;
  background: var(--ast-global-color-0);
  color: var(--ast-global-color-5);
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}
/*任意の調整*/
.any {
  font-size: 9px;
  padding: 5px 10px;
  background: var(--ast-global-color-1);
  color: var(--ast-global-color-5);
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}
@media(max-width:767px) {
  table.inquiry{
    width: 100%;
  }
  table.inquiry th, table.inquiry td {
    display: block !important;
    width: 100% !important;
    padding: 15px 0 0 0!important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  table.inquiry tr:first-child th {
    border-top: 1px solid var(--ast-global-color-5) !important;
  }
  /* 必須・任意のサイズ調整 */
  table.inquiry .haveto, .inquiry .any {
    font-size: 10px;
  }
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 1em 0;
  margin: 30px auto 0 auto;
  width: 70%;
  background: var(--ast-global-color-0);
  color: var(--ast-global-color-5);
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
  border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: var(--ast-global-color-1);
  color: var(--ast-global-color-5);
}
/* google reCAPTCHA
------------------------------------------ */
.grecaptcha-badge {
  visibility: hidden;
}

/* Exclude Phone Link on smartphones only
---------------------------------------- */
@media screen and (min-width: 768px){
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
