@charset "utf-8";
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/*　PC用 769px以上のCSS　*/
@media print, screen and (min-width:769px) {
body {
  margin: 0 auto;
  padding: 0;
  background-color: #eee;
  font-family: "メイリオ, Meiryo UI","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Osaka",sans-serif;
  font-size: 17px;
}
/*　全体の枠 footer含む　*/
#container {
  width: 100%;
  max-width: 960px;
  margin: 5px auto;
  padding: 0;
  font-size: 17px;
  background-color: #fff;
  border: 1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
header {
  background-image: url("../../img/title_960_133.png");
  display: grid;
  grid-template-rows: 133px;
  grid-template-columns: minmax(20px,610px) 350px 1fr;
}
h1 {
  grid-row: 1/2;  grid-column: 2/3;
  font-size: 32pt;
  font-weight: bold;
  text-align: left;
  padding: 30px 0 0 0;
  color: #fff;
  text-shadow: 0px -1px 10px blue,1px 0px 10px blue,0px 1px 10px blue,-1px 0px 10px blue;
}
nav {
  width: 100%;
  height: 40px;
  margin: 4px auto 5px;
  border: 0px solid #000;
  background-color: #444;
  font-size: 18px;
  color: #fff;
}
.menu1 {
  float: left;
  width: 80px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu2 {
  float: left;
  width: 110px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu3 {
  float: left;
  width: 90px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
  background-color: #666;
}
.menu4 {
  float: left;
  width: 90px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu5 {
  float: left;
  width: 80px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu6 {
  float: left;
  width: 110px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.tile1:hover {
  background-color: #777;
}

main {
  width: 100%;
  padding: 5px 0 20px 0;
}
.nav2 {
  width: calc(100% - 10px);
  margin: 10px auto 40px;
  padding: 0 10px 0 0;
  border-bottom: 1px solid #777;
}
.menu3_1 {
  float: left;
  width: 130px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
.menu3_2 {
  float: left;
  width: 140px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
.menu3_3 {
  float: left;
  width: 155px;
  height: 25px;
  color: red;
  text-align: center;
  padding-top: 11px;
}
.menu3_4 {
  float: left;
  width: 90px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
a.tile2:link {
  text-decoration: underline solid #777;
}
a.tile2:visited {
  text-decoration: underline solid #777;
}
a.tile2:hover {
  font-size: 19px;
  color: red;
  font-weight: bold;
}
a.tile3:link {
  text-decoration: underline solid #777;
}
a.tile3:visited {
  text-decoration: underline solid #777;
}
a.tile3:hover {
  color: red;
  font-weight: bold;
}
h2 {
  width: 100%;
  font-size: 28px;
  color: #b37e3a;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 10px 0;
}
.text1 {
  font-size: 18px;
  color: #8f4814;
  margin: 0 50px 0 104px;
  line-height: 24px;
  text-indent: -24px;
}

/*　フォームの表　*/
form {
  width:95%;
  margin: 20px auto 20px;
  line-height: 20px;
}
.box1 {
  border-top: 1px solid #555;
  border-right: 2px solid #555;
  border-left: 2px solid #555;
  background-color: #f6f6f6;
/*  background-color: #fffcf5;*/
}
.bc1 {
  clear: left;
  float: left;
  width: 130px;
  padding: 10px 0 0 0;
  color: #000;
  text-align: center;
/*  background-color: #fffcf5;*/
}
.bc2 {
  float: left;
  width: calc(100% - 145px);
  padding: 10px 0 5px 10px;
  background-color: #fff;
  border-left: 1px solid #555;
}

.bt1 {
  border-top: 1px solid #555;
}
.bt2 {
  border-top: 2px solid #555;
}
.br1 {
  border-right: 1px solid #555;
}
.br2 {
  border-right: 2px solid #555;
}
.bb1 {
  border-bottom: 1px solid #555;
}
.bb2 {
  border-bottom: 2px solid #555;
}
.bl1 {
  border-left: 1px solid #555;
}
.bl2 {
  border-left: 2px solid #555;
}
.bl0 {
  border-left: 0px;
}
.fld01 {
  width: 120px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld05 {
  width: 50px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld06 {
  width: 60px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld07 {
  width: 30px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld09 {
  width: 100px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld10 {
  width: 95%;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld11 {
  width: 150px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld12 {
  width: 97%;
  max-width: 350px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld13 {
  width: 180px;
  max-width: 350px;
  height: 20px;
  margin-top: 3px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld14 {
  width: 97%;
  height: 38px;
  margin: 3px 0 5px 0;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld15 {
  width: 97%;
  height: 58px;
  margin-bottom: 5px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld16 {
  width: 97%;
  height: 40px;
  margin-bottom: 5px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.first {
  float: left;
  margin: 0 20px 5px 0;
}
.second {
  float: left;
}
.vb {
  vertical-align: bottom;
}
.text2 {
  line-height: 23px;
}
.text3 {
  color: blue;
  font-size: 16px;
  margin: 8px 0 0 36px;
  text-indent: -21px;
}
.text3::before {
  content: "※ ";
  font-family: MSゴシック;
  color: red;
  font-weight: bold;
}
.text4 {
  color: blue;
  font-size: 16px;
  margin: 8px 0 0 31px;
}
.text5 {
  margin: 5px 0 0 10px;
}
.text6 {
  margin-left: 67px;
  line-height: 22px;
  text-indent: -17px;
}
.text61::before {
  content: "● ";
  font-family: MSゴシック;
  color: #ff7373;
}
.text62::before {
  content: "● ";
  font-family: MSゴシック;
  color: #bb73ff;
}
.text63::before {
  content: "● ";
  font-family: MSゴシック;
  color: orange;
}
.text64::before {
  content: "● ";
  font-family: MSゴシック;
  color: skyblue;
}
.text65::before {
  content: "● ";
  font-family: MSゴシック;
  color: tan;
}
.red {
  color: red;
}
.p2 {
 margin: 0px;
 font-size: 17px;
 line-height: 23px;
}
.button {
  border: 1px #555 solid;
  height: 35px;
  width: 80px;
  font-size: 16px;
  margin: 0px 0px 5px 125px;
  background-color: #ffe8e8;
  border-radius: 8px;
}
.button2 {
  border: 1px #555 solid;
  height: 35px;
  width: 80px;
  font-size: 16px;
  margin: 0px 0px 5px 80px;
  background-color: azure;
  border-radius: 8px;
}
.notice {
  clear:borth;
  margin: 0px 0 0 50px;
}
/*フッター部分*/
footer {
  width: 100%;
  height: 24px;
  background-color: #444;
  text-align: center;
  color: #ffffff;
  padding: 20px 0px 10px 0px;
  margin-top: 20px;
}
}



























/*　タブレット用 481px以上768pxまでのCSS　*/
@media screen and (min-width:481px) and (max-width:768px) {
body {
  margin: 0 auto;
  padding: 0;
  background-color: #eee;
  font-family: "メイリオ, Meiryo UI","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Osaka",sans-serif;
  font-size: 17px;
}
/*　全体の枠 footer含む　*/
#container {
  width: 100%;
  max-width: 768px;
  margin: 5px auto;
  padding: 0;
  font-size: 17px;
  background-color: #fff;
  border: 1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
header {
  width: 100%;
  height: 133px;
  background-image: url("../../img/title_960_133.png");
}
h1 {
  font-size: 26pt;
  font-weight: bold;
  text-align: right;
  padding: 30px 30px 0 0;
  color: #fff;
  text-shadow: 0px -1px 10px blue,1px 0px 10px blue,0px 1px 10px blue,-1px 0px 10px blue;
}
nav {
  width: 100%;
  margin: 4px auto 5px;
  border: 0px solid #000;
  background-color: #444;
  font-size: 18px;
  color: #fff;
}
.menu1 {
  float: left;
  width: 80px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu2 {
  float: left;
  width: 110px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu3 {
  float: left;
  width: 90px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
  background-color: #666;
}
.menu4 {
  float: left;
  width: 90px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu5 {
  float: left;
  width: 80px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu6 {
  float: left;
  width: 110px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.tile1:hover {
  background-color: #777;
}

main {
  width: 100%;
  padding: 5px 0 20px 0;
}
.nav2 {
  width: calc(100% - 10px);
  margin: 10px auto 40px;
  padding: 0 10px 0 0;
  border-bottom: 1px solid #777;
}
.menu3_1 {
  float: left;
  width: 130px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
.menu3_2 {
  float: left;
  width: 140px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
.menu3_3 {
  float: left;
  width: 155px;
  height: 25px;
  color: red;
  text-align: center;
  padding-top: 11px;
}
.menu3_4 {
  float: left;
  width: 90px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
a.tile2:link {
  text-decoration: underline solid #777;
}
a.tile2:visited {
  text-decoration: underline solid #777;
}
a.tile2:hover {
  font-size: 19px;
  color: red;
  font-weight: bold;
}
a.tile3:link {
  text-decoration: underline solid #777;
}
a.tile3:visited {
  text-decoration: underline solid #777;
}
a.tile3:hover {
  color: red;
  font-weight: bold;
}
h2 {
  width: 100%;
  font-size: 28px;
  color: #b37e3a;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 10px 0;
}
.text1 {
  font-size: 18px;
  color: #8f4814;
  margin: 0 50px 0 64px;
  line-height: 24px;
  text-indent: -24px;
}

/*　フォームの表　*/
form {
  width:95%;
  margin: 20px auto;
  line-height: 20px;
}
.box1 {
  border-top: 1px solid #555;
  border-right: 2px solid #555;
  border-left: 2px solid #555;
  background-color: #f6f6f6;
}
.bc1 {
  float: left;
  width: 130px;
  padding: 10px 0 0 0;
  color: #000;
  text-align: center;
}
.bc2 {
  float: left;
  width: calc(100% - 145px);
  padding: 10px 0 5px 10px;
  background-color: #fff;
  border-left: 1px solid #555;
}

.bt1 {
  border-top: 1px solid #555;
}
.bt2 {
  border-top: 2px solid #555;
}
.br1 {
  border-right: 1px solid #555;
}
.br2 {
  border-right: 2px solid #555;
}
.bb1 {
  border-bottom: 1px solid #555;
}
.bb2 {
  border-bottom: 2px solid #555;
}
.bl1 {
  border-left: 1px solid #555;
}
.bl2 {
  border-left: 2px solid #555;
}
.bl0 {
  border-left: 0px;
}
.fld01 {
  width: 120px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld05 {
  width: 50px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld06 {
  width: 60px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld07 {
  width: 30px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld09 {
  width: 100px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld10 {
  width: 95%;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld11 {
  width: 150px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld12 {
  width: 97%;
  max-width: 350px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld13 {
  width: 180px;
  max-width: 350px;
  height: 20px;
  margin-top: 3px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld14 {
  width: 97%;
  height: 72px;
  margin: 3px 0 5px 0;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld15 {
  width: 97%;
  height: 58px;
  margin-bottom: 5px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld16 {
  width: 97%;
  height: 58px;
  margin-bottom: 5px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.first {
  float: left;
  margin: 0 20px 5px 0;
}
.second {
  float: left;
}
.vb {
  vertical-align: bottom;
}
.text2 {
  line-height: 23px;
}
.text3 {
  color: blue;
  font-size: 16px;
  margin: 8px 10px 0 36px;
  text-indent: -21px;
}
.text3::before {
  content: "※ ";
  font-family: MSゴシック;
  color: red;
  font-weight: bold;
}
.text4 {
  color: blue;
  font-size: 16px;
  margin: 8px 10px 0 31px;
}
.text5 {
  margin: 5px 10px 0 10px;
}
.text6 {
  margin: 0 20px 0 73px;
  line-height: 22px;
  text-indent: -23px;
}
.text61::before {
  content: "● ";
  font-family: MSゴシック;
  color: #ff7373;
}
.text62::before {
  content: "● ";
  font-family: MSゴシック;
  color: #bb73ff;
}
.text63::before {
  content: "● ";
  font-family: MSゴシック;
  color: orange;
}
.text64::before {
  content: "● ";
  font-family: MSゴシック;
  color: skyblue;
}
.text65::before {
  content: "● ";
  font-family: MSゴシック;
  color: tan;
}
.red {
  color: red;
}
.p2 {
 margin: 0px;
 font-size: 17px;
 line-height: 23px;
}
.button {
  border: 1px #555 solid;
  height: 35px;
  width: 80px;
  font-size: 16px;
  margin: 0px 0px 5px 30px;
  background-color: #ffe8e8;
  border-radius: 8px;
}
.button2 {
  border: 1px #555 solid;
  height: 35px;
  width: 80px;
  font-size: 16px;
  margin: 0px 0px 5px 40px;
  background-color: azure;
  border-radius: 8px;
}
.notice {
  clear:borth;
  margin: 0px 0 0 50px;
}
/*フッター部分*/
footer {
  width: 100%;
  height: 24px;
  background-color: #444;
  text-align: center;
  color: #ffffff;
  padding: 20px 0px 10px 0px;
  margin-top: 20px;
}
}















/*　スマホ用のCSS　*/
@media screen and (max-width:480px) {
body {
  margin: 0 auto;
  padding: 0;
  background-color: #eee;
  font-family: "メイリオ, Meiryo UI","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","Osaka",sans-serif;
  font-size: 17px;
}
/*　全体の枠 footer含む　*/
#container {
  width: 100%;
  max-width: 480px;
  margin: 5px auto;
  padding: 0;
  background-color: #fff;
  border: 1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}
header {
  width: 100%;
  height: 133px;
  background-image: url("../../img/title_960_133.png");
}
h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  padding: 30px 10px 0 0;
  color: #fff;
  text-shadow: 0px -1px 10px blue,1px 0px 10px blue,0px 1px 10px blue,-1px 0px 10px blue;
}
nav {
  width: calc(100% - 10px);
  margin: 4px auto 5px;
  padding-left: 10px;
  border: 0px solid #000;
  background-color: #444;
  font-size: 18px;
  color: #fff;
}
.menu1 {
  float: left;
  width: 80px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu2 {
  float: left;
  width: 110px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu3 {
  float: left;
  width: 90px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
  background-color: #666;
}
.menu4 {
  float: left;
  width: 90px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu5 {
  float: left;
  width: 80px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.menu6 {
  float: left;
  width: 110px;
  height: 27px;
  text-align: center;
  padding-top: 13px;
  color: #fff;
}
.tile1:hover {
  background-color: #777;
}

main {
  width: 100%;
  padding: 5px 0 20px 0;
}
.nav2 {
  width: calc(100% - 10px);
  margin: 10px auto 40px;
  padding: 0 10px 0 0;
  border-bottom: 1px solid #777;
}
.menu3_1 {
  float: left;
  width: 130px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
.menu3_2 {
  float: left;
  width: 140px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
.menu3_3 {
  float: left;
  width: 155px;
  height: 25px;
  color: red;
  text-align: center;
  padding-top: 11px;
}
.menu3_4 {
  float: left;
  width: 90px;
  height: 25px;
  color: #000;
  text-align: center;
  padding-top: 11px;
  text-decoration: underline solid #777;
}
a.tile2:link {
  text-decoration: underline solid #777;
}
a.tile2:visited {
  text-decoration: underline solid #777;
}
a.tile2:hover {
  font-size: 19px;
  color: red;
  font-weight: bold;
}
a.tile3:link {
  text-decoration: underline solid #777;
}
a.tile3:visited {
  text-decoration: underline solid #777;
}
a.tile3:hover {
  color: red;
  font-weight: bold;
}
h2 {
  width: 100%;
  font-size: 24px;
  color: #b37e3a;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 10px 0;
}
.text1 {
  font-size: 18px;
  color: #8f4814;
  margin: 0 20px 0 34px;
  line-height: 24px;
  text-indent: -24px;
}

/*　フォームの表　*/
form {
  width:95%;
  margin: 20px auto 20px;
  line-height: 20px;
}
.box1 {
  border-top: 1px solid #555;
  border-right: 2px solid #555;
  border-left: 2px solid #555;
  background-color: #f6f6f6;
}
.bc1 {
  float: left;
/*  width: 130px;*/
  width: 100px;
  padding: 10px 0 0 0;
  color: #000;
  text-align: center;
}
.bc2 {
  float: left;
/*  width: calc(100% - 145px);*/
  width: calc(100% - 115px);
  padding: 10px 0 5px 10px;
  background-color: #fff;
  border-left: 1px solid #555;
}

.bt1 {
  border-top: 1px solid #555;
}
.bt2 {
  border-top: 2px solid #555;
}
.br1 {
  border-right: 1px solid #555;
}
.br2 {
  border-right: 2px solid #555;
}
.bb1 {
  border-bottom: 1px solid #555;
}
.bb2 {
  border-bottom: 2px solid #555;
}
.bl1 {
  border-left: 1px solid #555;
}
.bl2 {
  border-left: 2px solid #555;
}
.bl0 {
  border-left: 0px;
}
.fld01 {
  width: 120px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld05 {
  width: 50px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld06 {
  width: 60px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld07 {
  width: 30px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld09 {
  width: 100px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld10 {
  width: 95%;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld11 {
  width: 150px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld12 {
  width: 97%;
  max-width: 350px;
  height: 20px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld13 {
  width: 180px;
  max-width: 350px;
  height: 20px;
  margin-top: 3px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld14 {
  width: 97%;
  height: 72px;
  margin: 3px 0 5px 0;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld15 {
  width: 97%;
  height: 58px;
  margin-bottom: 5px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.fld16 {
  width: 97%;
  height: 58px;
  margin-bottom: 5px;
  padding: 3px;
  vertical-align: bottom;
  border: 1px #555 solid;
  border-radius: 5px;
}
.first {
  float: left;
  margin: 0 20px 5px 0;
}
.second {
  float: left;
}
.vb {
  vertical-align: bottom;
}
.text2 {
  line-height: 23px;
}
.text3 {
  color: blue;
  font-size: 16px;
  margin: 8px 10px 0 36px;
  text-indent: -21px;
}
.text3::before {
  content: "※ ";
  font-family: MSゴシック;
  color: red;
  font-weight: bold;
}
.text4 {
  color: blue;
  font-size: 16px;
  margin: 8px 10px 0 31px;
}
.text5 {
  margin: 5px 10px 0 10px;
}
.text6 {
  margin: 0 10px 0 43px;
  line-height: 22px;
  text-indent: -23px;
}
.text61::before {
  content: "● ";
  font-family: MSゴシック;
  color: #ff7373;
}
.text62::before {
  content: "● ";
  font-family: MSゴシック;
  color: #bb73ff;
}
.text63::before {
  content: "● ";
  font-family: MSゴシック;
  color: orange;
}
.text64::before {
  content: "● ";
  font-family: MSゴシック;
  color: skyblue;
}
.text65::before {
  content: "● ";
  font-family: MSゴシック;
  color: tan;
}
.red {
  color: red;
}
.p2 {
 margin: 0px;
 font-size: 17px;
 line-height: 23px;
}
.button {
  border: 1px #555 solid;
  height: 35px;
  width: 80px;
  font-size: 16px;
  margin: 0px 0px 5px 30px;
  background-color: #ffe8e8;
  border-radius: 8px;
}
.button2 {
  border: 1px #555 solid;
  height: 35px;
  width: 80px;
  font-size: 16px;
  margin: 0px 0px 5px 40px;
  background-color: azure;
  border-radius: 8px;
}
.notice {
  clear:borth;
  margin: 0px 0 0 50px;
}
/*フッター部分*/
footer {
  width: 100%;
  height: 24px;
  background-color: #444;
  text-align: center;
  color: #ffffff;
  padding: 20px 0px 10px 0px;
  margin-top: 20px;
}

}