/*
Theme Name: X-T9 Child
Template: x-t9
Version: 1.00.0
*/

/* VK All in One Expansion Unit CSSカスタマイズに入れていたもの
_____________________________________________________________________ */
body{
  font-family:Roboto, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif!important;
  color: #000;
font-size:15px;
  font-weight: normal;
  line-height: 2rem;
}

@media only screen and (max-width: 576px) {
	body, p{
		font-size:14px;
}
}


h1, h2, h3{
     font-family:Roboto, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif!important;
    color: #000;
	font-weight: bold;
}



.l-bloc{
	color: inherit;
}


/* 外観の追加cssにいれていたもの
_____________________________________________________________________ */


/* table ta-type1
_____________________________________________________________________ */

table.ta-type1 {
  margin : 10px 0 20px 0;
  border-collapse : collapse;
  border : 1px solid #b9d8b2;
  width:99%;
	text-align:left;
}

table.ta-type1 th {
  padding : 10px 10px;
  color:#222;
  background-color:#e0f0dd;
  border : 1px solid #b9d8b2;
  font-weight:bold;
  text-align:center;
}

table.ta-type1 th.ta-tit2 {
  padding : 10px 10px;
  color:#222;
  border : 1px solid #b9d8b2;
  text-align:left;
  vertical-align:middle;
  background-color:#b2dffa;
}

table.ta-type1 td {
  padding : 10px 10px;
  border : 1px solid #b9d8b2;
	background-color:#fff;
	color:#222;
}

/* table ta-type2　スマホ時改行
_____________________________________________________________________ */

table.ta-type2 {
  margin : 10px 0 20px 0;
  border-collapse : collapse;
  border : 1px solid #b4b4b4;
  width:99%;
	text-align:left;
    table-layout: fixed;
}

table.ta-type2 th {
  padding : 10px 10px;
  color:#222;
  background-color:#F7F7EF;
  border : 1px solid #b4b4b4;
  font-weight:bold;
  text-align:left;
}

table.ta-type2 th.ta-tit2 {
  padding : 10px 10px;
  color:#222;
  border : 1px solid #b4b4b4;
  text-align:left;
  vertical-align:middle;
  background-color:#b2dffa;
}

table.ta-type2 td {
  padding : 10px 10px;
  border : 1px solid #b4b4b4;
	background-color:#fff;
	color:#222;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  .ta-type2 {
    width: 80%;
  }
  .ta-type2 th,
  .ta-type2 td {
	border-bottom: none;
    display: block;
	width: 100%;
	border:1px solid #dcdcdc!important;
  }
}



/* list
_____________________________________________________________________ */
ol li {
  padding-top:10px;
  padding-bottom:10px;
	font-size: 16px;
	line-height:  24px;
	color: #333;
  }
ul li {
  padding-top:5px;
	font-size: 16px;
	line-height: 24px;
	    color: #333;
 }
@media (max-width: 575px){
ul li, ol li {
    font-size: 14px;
	line-height: 20px;
}
}

.wp-container-vk-blocks-fixed-display-is-layout-cd8114a9{
 height: 100vh!important;
}
.wp-theme-x-t9{
padding-left: 380px;
}

@media (max-width: 991px){
.wp-theme-x-t9{
padding-left: 0;
}
}




/* ------------------------------------------------ */
/*Contact
/* ------------------------------------------------ */
#contact-form .label {
	font-weight: bold;
	display: flex;
	align-items: center;
	color: #000;
}
#contact-form .label span {
	background-color: #6EB960;
	color: #fff;
	padding: 5px 10px;
	font-size: 11px;
	display: block;
	border-radius: 3px;
	font-weight: bold;
	line-height: 1.0;
	margin-left: 10px;
}
#contact-form .form-control {
	padding: 10px 15px;
	font-size: 16px;
	height: auto;
}

