/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/


.site-header-container{
	max-width: 80%;
}

@media screen and (max-width: 600px){
	.site-header-container{
	max-width: 100%;
}
}


@media (max-width: 900px) {
    .site-header-logo img {
		max-height: 55px;
		margin-left: 0;
    }
}

/*明朝見出し*/
.midashi1{
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
	font-size:70px;
}

clamp(1.25rem, 0.87rem + 1.9vw, 3.125rem)

/*テーブル*/
.tablepress thead th,
.tablepress tbody tr:first-child td,
.tablepress tbody td,
.tablepress tfoot th {
    border: 1px solid #ddd !important;
}

/*会社概要テーブル*/
.tablepress-id-1  .column-1{
	text-align:center;
	width:25%;
	line-height:38px;
	font-size:16px;
	font-weight:bold;
}

.tablepress-id-1  .column-2{
	vertical-align:middle;
}

/*Historyテーブル*/
.tablepress-id-5 .column-1{
	text-align:center;
	width:25%;
	line-height:38px;
	font-size:16px;
	vertical-align:middle;
	background-color:#f9f9f9;
}

.tablepress-id-5 .column-2{
	a:link { color: #02448F; }
	line-height:2;
	background-color:#fff;
}

/*お問い合わせ*/
.required{
	 color: #f00;
}

