@charset "UTF-8";

body {
  background: #fff;
  font-family: "Meiryo UI", "MS ゴシック", sans-serif;
  font-size: 13px;
  color: #222;
  width: 100%;
}

/*リンク*/
A:link {
  color: #333333;
  text-decoration: none;
}
A:visited {
  color: #333333;
  text-decoration: none;
}
A:active {
  color: #ff0000;
  text-decoration: none;
}
A:hover {
  color: #777;
  text-decoration: none;
}

#main {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 1000px;
}
#header {
  width: 1000px;
  height: 52px;
  display: flex;
  flex-direction: row;
}
#header_title {
  width: 300px;
  height: 52px;
  margin: 0px;
  padding: 0px;
}
#header_title img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#header_info {
  width: 700px;
  height: 52px;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
}
.header_info_item {
  width: 50px;
  height: 50px;
  margin-left: 3px;
}
.header_info_item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.header_info_item2x {
  width: 100px;
  height: 50px;
  margin-left: 3px;
}
.header_info_item2x img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#article {
  width: 1000px;
}

#article .art_box {
  width: 300px;
  height: 500px;
  padding: 20px 15px;
  text-align: center;
  float: left;
}

#article .half_box {
  width: 45%;
  height: 500px;
  padding: 20px 0px;
  text-align: center;
  float: left;
}

.box_finish {
  clear: both;
}

#article #mono_box {
  width: 800px;
  padding: 40px 80px;
  margin-right: auto;
  margin-left: auto;
}

#footer {
  width: 1000px;
  min-height: 200px;
  font-size: 12px;
  text-align: center;
}
#footer .link_box {
  width: 200px;
  min-height: 130px;
  text-align: left;
  float: left;
}

#copyright {
  width: 100%;
  height: 30px;
  background-color: #eee;
  text-align: center;
  padding-top: 18px;
}
/* ページ特有：top.php */
.logo_box {
  width: 100%;
  height: 210px;
  text-align: center;
}
.logo_part {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-size: large;
  font-style: normal;

  width: 218px;
  height: auto;
  padding: 3px 0;
  border-bottom: 5px solid red;

  margin: 30px auto 10px;
}
/* ページ特有：/order/order.php */
#formWrap {
  width: 80%;
  margin-left: 30%;
}
#formWrap .formTable {
  border-collapse: separate;
  text-indent: initial;
  white-space: normal;
  line-height: normal;
  font-size: medium;
  font-style: normal;
  border-spacing: 2px;
  font-variant: normal;
}
#formWrap .input_size {
  width: 30em;
  height: 2em;
}
#formWrap .textbox_size {
  width: 30em;
  height: 15em;
}
/* ページ特有：/main/products.php */
.box_sample {
  width: 300px;
  text-align: center;
  margin: 20px;
  float: left;
}
.box_sample img {
  width: 100%;
  height: auto;
}

/* ページ特有：/main/kohyoh_center_about.php */
.half_company_list {
  width: 40%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10%;
  float: left;
}

/* ローディング画面 */
#loading {
  display: none;
  width: 200px; /* gif画像の幅 */
  height: 200px; /* gif画像の高さ */
  background-image: url("/image/loading_spinner.gif");
  background-size: 200px 200px; /*96px*96pxにする*/
  border-radius: 15px; /* 丸角 */
  position: fixed; /* gif画像をスクロールさせない */
  left: 50%; /* gif画像を画面横中央へ */
  top: 50%; /* gif画像を画面縦中央へ */
  margin-top: -100px;
  margin-left: -100px;
}

/*画像設定*/
.sqr300 {
  width: 300px;
  height: 300px;
  display: inline-block;
}
.bg2 {
  background-image: url("/image/未来創生事業_ロゴ.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.bg3 {
  background-image: url("/image/晃陽職業センター_ロゴ.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#img_lunch {
  width: 40%;
  height: auto;
}

/*テーブル*/
/* 2 */
table.table_2 {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

table.table_2 tr {
  border-bottom: solid 2px white;
}

table.table_2 tr:last-child {
  border-bottom: none;
}

table.table_2 th {
  position: relative;
  width: 30%;
  background-color: #f5824a;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}

table.table_2 td {
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding: 10px 30px 10px 30px;
  font-size: 14px;
}

/* 1 */

table.table_1 {
  border: 1px solid #ffffff;
  width: 80%;
  text-align: center;
  border-collapse: collapse;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  margin-bottom: 25px;
}
table.table_1 td,
table.table_1 th {
  border: 1px solid #999999;
  padding: 10px 20px;
  min-width: 100px;
}
table.table_1 td:nth-child(1) {
  color: #fff;
  background: #f5824a;
}
table.table_1 tfoot td {
  font-size: 14px;
}

/*ボタン*/
.btn_detail {
  width: 150px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

/*文字装飾*/
.str_color_red {
  color: red;
}
.str_underline {
  border-bottom: solid 1px red;
}
.str_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.str_large {
  font-size: 18px;
}
.str_middle {
  font-size: 14px;
}
.str_small {
  font-size: 10px;
}
.str_bold {
  font-weight: bold;
}

.str_arrow_gray {
  height: 1.2em;
  padding-left: 2em;
  padding-bottom: 2px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/image/arrow_r_gray.svg");
}

.str_arrow_red {
  height: 1em;
  padding-left: 2em;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/image/arrow_r.png");
}

/*文字位置*/
.txt_center {
  text-align: center;
}

/*間隔関連*/
.btn_margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.logo_margin {
  margin: 35px 0 10px 0;
}
.space_30 {
  width: 30px;
  height: 30px;
  border: solid 0px;
  display: inline-block;
}
.space_20 {
  width: 20px;
  height: 20px;
  border: solid 0px;
  display: inline-block;
}
.space_10 {
  width: 10px;
  height: 10px;
  border: solid 0px;
  display: inline-block;
}
.space_5 {
  width: 5px;
  height: 5px;
  border: solid 0px;
  display: inline-block;
}
