@charset "utf-8";
body {
  background-color: #eee;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  color: #152197;
  background-image : url(../image/bg.gif);
}
#container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #b19582;
  box-shadow: 1px 1px 10px #aaa;
}

/* ====================================== */
/* ====== ■■    header    ■■ ======== */
/* ====================================== */
header{
  width: 100%;
  max-width:980px;
  height:80px;
  border-bottom:2px #b28b53 solid ;
  display: flex;
  flex-wrap: wrap;
/*  align-items: center;*/
}
.h-title1 {
  flex: 0 0 40px;
  height: 40px;
  margin: 10px 0 0 10px;
}
.h-title2 {
  flex: 0 0 calc(100% - 60px);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 34px;
  margin-right: 5px;
/*  border: 1px solid #000;*/
}

/* ------------------------------------------- */
/* ----- ■           nav             ■ ----- */
/* ------------------------------------------- */
nav {
  width: 100%;
  height: fit-content;
  margin: 10px 0 5px 0;
}
.menu1 {
  width: 110px;
}
.button_m1 {
  height: 34px;
  margin-left: 20px;
  font-size: 16px;
  font-family: sans-serif;
  color: #000;
  padding-top: 2px;
  background-color: lavenderblush;
  border: 1px solid #000;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button_m1:hover {
  font-weight: bold;
  text-decoration: none;
  background-color: mistyrose;
  border: 2px solid #777;
}
a.tile:link,a.tile:visited {
  color: #000;
  text-decoration: none;
}

/* ====================================== */
/* ====== ■■       main      ■■ ===== */
/* ====================================== */
main {
  width: 100%;
  padding-top: 10px;
  border-top: 2px solid rgba(128,0,0,0.7);
/*  border-top: 3px double #997e74;*/
}
.box-info {
  width: calc(100% - 20px);
  max-width: 780px;
  margin: 10px auto 20px;
  padding: 0 10px 20px 10px;
/*  font-feature-settings: "palt";*/
  border: 2px solid #999;
  border-radius: 5px;
  background-color: #fffdf6;
}
.title {
  margin: 20px 10px 0 28px;
  font-weight: bold;
}
.title::before {
  content: "（""\2009";
}
.title::after {
  content: "\2009""）";
}
.text1 {
  margin: 5px 10px 0 26px;
  text-indent: -16px;
  line-height: 20px;
}
.text2 {
  margin: 5px 10px 0 42px;
  text-indent: -16px;
  line-height: 20px;
}
.table {
  width: 90%;
  max-width: 780px;
  margin: 5px auto 20px;
/*  padding: 0 10px 20px 10px;*/
  font-feature-settings: "palt";
  border: 1px solid #000;
  background-color: #fffdf6;
}
.row1 {
  width: 100%;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row2 {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.t1 {
  flex: 0 0 30px;
  height: 100%;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.t2 {
  flex: 0 0 calc(100% - 30px);
  height: 100%;
  padding-left: 5px;
  line-height: 22px;
  border-left: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c1 {
  flex: 0 0 30px;
  height: 100%;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c2 {
  flex: 0 0 calc(100% - 30px);
  height: 100%;
  padding-left: 5px;
  line-height: 22px;
  border-left: 1px solid #000;
  display: flex;
/*  justify-content: center;*/
  align-items: center;
}
.bt1 {
  border-top: 1px solid #000;
}
.bb1 {
  border-bottom: 1px solid #000;
}
.mt20 {
  margin-top: 20px;
}
.table2 {
  width: 90%;
  max-width: 780px;
  margin: 5px auto 20px;
  border: 1px solid #000;
  background-color: #fffdf6;
}
.c21 {
  height: 28px;
  padding-left: 5px;
  line-height: 22px;
  display: flex;
  align-items: center;
}

/* ====================================== */
/* ====== ■■    footer    ■■ ======== */
/* ====================================== */
footer {
  width: 100%;
  max-width: 700px;
  height: 58px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  margin : 0 auto;
  padding-top: 22px;
  background-color: rgba(128,0,0,0.7);
}

