<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*.navbar .navbar-nav &gt; li &gt; a:hover, .navbar .navbar-nav &gt; li.list07 &gt; a {
  color: #009342 !important;
  background-color: #e6e6e6;
  bottom: 0;
  content: "";
  display: block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}*/
/* form
---------------------------------------*/
.form-group .appositive-list {
  padding: 5px 0px 0px;
  /*width: 550px;*/
}
.form-group .appositive-list ul {
  display: block;
  /* list-style-type: disc!important; */
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  width: 100%;
  color: #A57C52;
}
.form-group .appositive-list ul li {
  border-bottom: none;
  background-color: transparent;
}
.line {
  margin-top: 1rem;
  border-bottom: 1px solid #ddd;
}
.short {
  letter-spacing: -0.1em;
}
.form-btnBox {
    text-align: center!important;
    margin: 0 auto;
}

.form-btnBox .btn {
/*  width: 100%;
  display: block;*/
  cursor: pointer;
  margin: 0 auto;
  color: #fff;
  border: 2px solid #000;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-left-radius: 50%;
  border-radius: 50px;
  /*line-height: 46px;*/
  background-color: #000;
  margin-top: 30px;
  margin-bottom: 0px;
  height: 50px;
  /*max-width: 500px;*/
  max-width: 90%;
  width: 90%;
}
.form-btnBox .btn:hover {
  color: #fff;
  text-decoration: none;
  border: 2px solid #000;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-left-radius: 50%;
  border-radius: 50px;
  background-color: transparent;
  color: #000;
}
/* ##################################################################### */
/*	繧ｿ繝悶Ξ繝�ヨ蟆�
/* ##################################################################### */
@media (min-width: 480px) {
  /* ===================================================================== */
  /*	繧ｿ繝悶Ξ繝�ヨ蟆上蜈ｱ騾壼渕譛ｬ險ｭ螳�
/* ===================================================================== */
.form-btnBox {
    text-align: left;
    margin: 0;
}
.form-btnBox .btn {
    min-width: 200px;
    width: 21%;
    font-size: 1.1rem;
    margin-right: 10px;
	margin-top: 50px;
    margin-bottom: 50px;
}	
}
/* ##################################################################### */
/*	繧ｿ繝悶Ξ繝�ヨ螟ｧ
/* ##################################################################### */
@media (min-width: 768px) {
  /* ===================================================================== */
  /*	繧ｿ繝悶Ξ繝�ヨ螟ｧ縲蜈ｱ騾壼渕譛ｬ險ｭ螳�
/* ===================================================================== */
}
/* ##################################################################### */
/*	繧ｿ繝悶Ξ繝�ヨ螟ｧ
/* ##################################################################### */
@media (min-width: 993px) {
  /* ===================================================================== */
  /*	繧ｿ繝悶Ξ繝�ヨ螟ｧ縲蜈ｱ騾壼渕譛ｬ險ｭ螳�
/* ===================================================================== */
}
/* ##################################################################### */
/*	PC
/* ##################################################################### */
@media (min-width: 1200px) {
  /* ===================================================================== */
  /*	PC縲縲蜈ｱ騾壼渕譛ｬ險ｭ螳�
/* ===================================================================== */
}</pre></body></html>