/*
 Theme Name: Divi Child
 Description: Divi Child
 Author URL: 
 Template: Divi
 Theme URL:
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* サイト全体のフォント指定 */
body, h1, h2, h3, h4, h5, h6, p, input, textarea, select {
  font-family:Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}


/*set the width of the rows inside the Post Content module*/
.et-db #et-boc .et-l .et-l--post .et_builder_inner_content .et_pb_row {
	width: 100%;
}



/* 会社情報のスタイル指定 */
.company_info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1px;
  margin-bottom: 2em;
}
.company_info dt, .company_info dd {
  box-sizing: border-box;
  height: 50px;
}
.company_info dt {
  width: 160px;
  padding: 15px;
  abccolor: #ffffff;
  font-weight: 500;
  text-align: center;
  background: #ffdab9;
}
.company_info dd {
  width: calc(100% - 161px);
  margin-left: 0;
  padding: 15px;
  background: #FAFAFA;
}