@charset "utf-8";
/*
Theme Name: actone
Theme URI: http://bizvektor.com
Description: BizVektor theme will allow you to build a high-quality web site. It is possible to change the color, to switch to a completely different design. In addition, it is also possible to increase the number of designs by plug-ins.
Author: Vektor,Inc.
Author URI: http://www.vektor-inc.co.jp
Version: 1.12.5

*/
.adminEdit {display: none !important;}
#siteBottom #siteBottomInner.innerBox #powerd {
    color: #333;
    display: none;
}
body{font-family: 'BIZ UDPGothic', sans-serif;}
@media (min-width: 970px) {
    #topMainBnrFrame {
        width: 100% !important;
        /* min-height: 250px; */
    }
	#topMainBnr img {
        width: 100% !important;
		max-width: none !important;
    }
	#header .innerBox {
        /*width: auto;*/
    }
	#header .innerBox #site-title img {
        max-height: 100px;
    }
	#footer dl#footerOutline dt img {
        max-height: 100px;
    }
	#gMenu {
        /*float: left;*/
	}
	.headMainMenu {
        margin-top: 55px;
    }
}
.kaisha {
width: 100%;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}

/*2列*/
.container {
	display: flex;
	flex-wrap: wrap; /* flexアイテムを折り返す（複数行に配置する） */
	margin: -20px 0 20px;
}

.column {
	width: calc(50% - 20px); /* 列の幅を均等に分配し、マージンを考慮して計算 */
	margin: 10px;
	border: 1px solid #e6dbae;
	padding: 10px 10px 0;
	box-sizing: border-box; /* ボックスモデルを維持するために必要なスタイル */
	border-radius: 5px;

}
/*
.column:nth-of-type(odd){
  background-color: rgb(233 188 0 / 33%);
}
.column:nth-of-type(even){
  background-color: rgb(0 172 154 / 43%);
}
*/
.content h3 {
	border-bottom: 1px solid #e2d8d8;
}


@media screen and (max-width: 767px) {
	.kaisha,
	.kaisha tr,
	.kaisha td,
	.kaisha th {/*display:block;*/}
	.kaisha th {width:auto;}
	.column{width: 100%;}
}

