/**
Theme Name: tpl06
Template: astra
*/

/* Table
---------------------------------------- */
th {
  padding: 0.5em 1em;
  background: var(--ast-global-color-3);
  color: var(--ast-global-color-5);
  text-align: left;
}
td {
  padding: 0.5em 1em;
  background: var(--ast-global-color-5);
}
@media screen and (max-width: 768px) {
.table th, .table td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}

/* Font / Paragraph
---------------------------------------- */
.xx-small {
  font-size: 80%
}
.vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (min-width: 821px) {
  .nl {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .nlt {
    display: none;
  }
}

/* Global Navi
---------------------------------------- */
#global_nav ul li:last-child a {
  background: var(--ast-global-color-2);
  color: var(--ast-global-color-5);
}
#global_nav ul li:last-child:hover a {
  background: var(--ast-global-color-0)
}

/* Breadcrumb
---------------------------------------- */
.elementor-widget-wp-widget-bcn_widget{
	font-size:0.75rem;
}
.elementor-widget-wp-widget-bcn_widget a{
	color: var(--ast-global-color-8);
	text-decoration:none !important;
}

/* Contact Form look
---------------------------------------- */
.look{
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}
.look ul li{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1em;
}
@media(max-width:768px) {
  .look ul li{
    line-height: 1.6em;
  }
}

/* Contact Form
---------------------------------------- */
.inquiry th {
  padding: 1em 1em 0;
}
.inquiry td {
  padding: 1.5em 1em 0;
}
/* 必須・任意のサイズ調整 */
.inquiry .haveto, .inquiry .any {
  display: inline-block;
  margin-left: 7px;
  font-size: 12px;
  line-height: 1;
}
/*必須の調整*/
.haveto {
  padding: 5px 10px;
  background: var(--ast-global-color-0);
  color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}
/*任意の調整*/
.any {
  padding: 5px 10px;
  background: var(--ast-global-color-1);
  color: #fff;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 1em 0;
  margin: 30px auto 0 auto;
  width: 70%;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  border: none;
}
@media(max-width:768px) {
  .inquiry{
    width: 100%;
  }
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}

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