@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 63.0%;
  box-sizing: border-box !important; }

body {
  min-width: 1020px;
  font: 1.6rem -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #363636;
  min-height: inherit !important; }

#maincontents section {
  height: inherit !important;
  border: none;
  float: none; }

.sp, .sp2 {
  display: none; }

.right {
  text-align: right; }

h1 {
  font-size: 6rem;
  font-weight: bold; }

p a {
  color: #3d64b2; }
p a:hover {
  color: #c77d60; }

.button1 {
  background-color: #4f80d1 !important; }
  .button1 a {
    color: #fff; }

.button2 {
  background-color: #eb714c !important; }
  .button2 a {
    color: #fff; }

.btntop {
  background: #fff url("../img/button.png") center center no-repeat;
  width: 286px;
  height: 100px;
  line-height: 1.2;
  margin: 18px 11px;
  letter-spacing: 0.4rem;
}
.btntop a {
  color: #FFF;
}

.main_width {
  width: 1020px;
  /*padding: 0 20px;*/
  margin: 0 auto; }

.center {
  text-align: center; }

/*menu*/
header .small {
  font-size: 1.2rem;
  color: #003990; }
header .right {
  text-align: right; }
header .tel, header .middle {
  color: #937f79;
  font-weight: bold;
  margin-top: 5px; }
header .tel {
  color: #3d64b2; }
header .tel span {
  font-size: 2.0rem;
  color: #3d64b2;
}
header .right .middle {
  margin-top: -2px; }
/*header h1 {
  color: #3d64b2;
  margin-top: -10px; }*/
header span {
  margin-right: 10px;
  vertical-align: middle; }
header .columns {
  align-items: center; }
header .button {
  margin-bottom: 10px; }

.nav-collapse a {
  border-right: none !important;
  background: #3d64b2; }
.nav-collapse a:hover {
  color: #FFF !important;
  background: #6db1ec; }

.nav-collapse a {
  color: #FFF !important;
  font-weight: bold; }

.nav-toggle:before {
  color: #003990; }

nav {
  border-bottom: solid 3px #003990;
  border-top: solid 3px #003990; }

/*slider*/
#slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.slide-dots {
  text-align: center; }

.slide-dots li {
  display: inline-block;
  margin: 0 15px; }
.slide-dots li button {
  position: relative;
  text-indent: -9999px; }
.slide-dots li button:before {
  content: '●';
  color: #999;
  font-size: 1.5rem;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0; }

.slide-dots li.slick-active button:before {
  content: '●';
  color: #003990; }

.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

.top_con {
  border: solid 3px #3d64b2; }

.index .top_con {
  margin-bottom: 10px; }
.index .column .top_con {
  margin-bottom: 0; }
.index h2 {
  background: #003990;
  /*保険用*/
  background: -moz-linear-gradient(right top, #003990 0%, #3d64b2 100%);
  /*古いFireFox向け*/
  background: -webkit-linear-gradient(linear, right top, left bottom, #003990 0%, #3d64b2 100%);
  /*古いSafariなど向け*/
  filter: progid:DXImageTransform.Microsoft.Gradient( startColorstr='$sub-color1', endColorstr='$sub-color2', GradientType=0 );
  /*IE9以下向け*/
  background: linear-gradient(-60deg, #003990 0%, #3d64b2 100%);
  /*正規の指定*/
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem; }

/*.top_con div { padding: 10px; }*/

.top_sinkei div {
  margin-bottom: 5px; }

.bu_can div {
  cursor: auto; }

.table1 table {
  border-collapse: separate;
  border-right: 2px solid #003990;
  border-bottom: 2px solid #003990;
  border-left: 2px solid #003990;
  width: 100%;
  margin: 0 0 10px 0;
  color: #003990;
  line-height: 1.5; }
.table1 th {
  background: #003990;
  width: 50px;
  padding: 5px 0 7px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.1em; }
.table1 td {
  background: #FFFFFF;
  border-right: 1px solid #003990;
  border-bottom: 1px solid #003990;
  width: 46px;
  padding: 13px 0;
  text-align: center; }
.table1 tr:last-child td {
  border-bottom: none; }
.table1 tr td:nth-of-type(8) {
  border-right: none !important; }
.table1 tr:first-child {
  border-left: none;
  width: 120px !important;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: bold; }
.table1 tr:first-child th {
  background: #003990;
  width: auto;
  padding: 11px 0;
  color: #F6F5F0; }
.table1 tr:first-child th:first-child {
  border-left: none;
  width: 120px !important;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: bold; }

footer {
  background: #003990;
  padding: 30px 0 10px 0; }
  footer .footer_tel {
    background: #fff;
    border-radius: 3px;
    padding: 10px 10px 20px 10px; }
  footer .right {
    text-align: right;
    color: #fff; }
  footer .tel, footer .middle {
    color: #003990;
    font-weight: bold;
    margin-top: 0px; }
  footer .tel {
    color: #3d64b2; }
  footer .tel em {
    font-size: 6rem;
    vertical-align: middle; }
  footer .tel span {
    font-size: 3rem;
    margin-right: 1rem;
    vertical-align: middle; }
  footer .right .middle {
    margin-top: -2px; }
  footer .privacy_link a {
    font-size: 1.3rem;
    color: #363636 !important;
    text-decoration: underline; }
  footer .title {
    color: #fff;
    font-size: 6rem;
    font-weight: bold; }
  footer .zip {
    margin-top: -10px; }
  footer .columns {
    align-items: center; }

.clear {
  clear: both; }

.copyright {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 30px; }

.next {
  text-align: center; }
/* style.cssの方へ
  .next a {
    font-size: 2rem;
    color: #ff5224;
    display: block;
    width: 100%;
    padding: 20px 0;
    font-weight: bold;
    border: double 6px #ff5224;
    letter-spacing: 0.6rem; }
*/
  .next a:hover {
    color: #fdc7af;
    border: double 6px #fdc7af; }

#scroll_top {
  background: url(../img/top_icon_blue.jpg) no-repeat;
}

/*iin*/
#title_box {
  padding: 9.5rem 0;
  text-align: center; }

h3 {
  border-bottom: double 4px #003990;
  padding-left: 4px;
}

.auto {
  margin: 0 auto; }

.iin section {
  margin: 10px 0 50px 0; }
.iin .aisatu p {
  margin-bottom: 20px; }
.iin h4 {
  color: #003990;
  font-weight: bold; }

.table2 table {
  border-collapse: separate;
  border-right: 2px solid #003990;
  border-bottom: 2px solid #003990;
  border-left: 2px solid #003990;
  width: 100%;
  margin: 0 0 10px 0;
  color: #003990;
  line-height: 1.5; }
.table2 th {
  background: #003990;
  width: 2rem;
  padding: 5px 0 7px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-bottom: 1px solid #fff; }
.table2 td {
  background: #FFFFFF;
  border-bottom: 1px solid #003990;
  width: 46px;
  padding: 10px;
  font-size: 15px; }
.table2 tr:last-child td, .table2 tr:last-child th {
  border-bottom: none; }
.table2 tr:first-child {
  border-left: none;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: bold; }
.table2 tr:first-child th {
  background: #003990;
  width: auto;
  padding: 10px 0;
  color: #F6F5F0;
  border-left: none;
  font-size: 16px;
  letter-spacing: 0.15rem;
  font-weight: bold; }

.button {
  line-height: 1.1;
}

.ishi section {
  margin: 10px 0 50px 0; }
.ishi .profile {
  background: #3d64b2;
  padding: 15px;
  border-radius: 3px; }
.ishi .table3 {
  background: #fff;
  padding: 10px;
  border-radius: 6px; }
  .ishi .table3 table {
    border-collapse: separate;
    width: 100%;
    margin: 10px 0;
    color: #003990;
    line-height: 1.5; }
  .ishi .table3 th {
    width: 2rem;
    padding: 5px 0 7px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #3d64b2;
    width: 20%; }
  .ishi .table3 td {
    background: #FFFFFF;
    border-bottom: 1px solid #3d64b2;
    padding: 10px;
    font-size: 15px; }
  .ishi .table3 tr:last-child td, .ishi .table3 tr:last-child th {
    border-bottom: none; }
  .ishi .table3 tr:first-child {
    border-left: none;
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: bold; }

/*.big { font-size: 3rem; }*/

.sinryou section {
  margin: 10px 0 50px 0; }
.sinryou h4 {
  font-weight: bold;
  margin: 5px 0; }
.sinryou h4:first-letter {
  color: #eb714c; }
.sinryou .button {
  cursor: inherit !important;
  margin-bottom: 5px !important; }
.sinryou .midashi {
  margin-bottom: 50px; }

.sisetu .box {
  width: 840px;
  box-shadow: none;
  margin: 0 auto;
  padding: 0;
}
.sisetu p {
  margin-bottom: 12px;
}

.sikkan section {
  margin: 46px 0 50px 0; }
.sikkan .button {
  cursor: inherit !important;
  margin-bottom: 5px !important; }

@media screen and (max-width: 960px) {
  body {
    min-width: inherit; }

  .main_width {
    width: 100%;
    /*padding: 0 10px;*/
    margin: 0 auto; }

  .pc {
    display: none; }

  .sp {
    display: inherit; }

  /*menu*/
  header .tel, header .middle {
    margin: 0px 0px 4px 0px;
}
  header span {
    display: inline; }
/*  header h1 {
    font-size: 4rem;
    margin-top: -5px; }*/
  header .column {
    text-align: center; }
  header .middle {
    margin-top: 10px;
    margin-bottom: 0px; }

  footer {
    text-align: center;
    padding: 30px 0 10px 0; }
    footer .footer_tel {
      border-radius: 3px;
      padding: 10px; }
    footer .right {
      color: #fff;
      text-align: center; }
    footer .tel em {
      font-size: 3rem;
      vertical-align: middle; }
    footer .right .middle {
      margin-top: -2px; }
    footer .privacy_link a {
      font-size: 1.2rem;
      text-decoration: underline; }
    footer .title {
      color: #fff;
      font-size: 3rem;
      font-weight: bold; }
    footer .zip {
      margin-top: -10px; }

  .copyright {
    margin-top: 10px; }

.sisetu .box {
  width: fit-content;
  margin: 0 auto;
}
}


@media screen and (max-width: 820px) {
  .kiki2 .column {
    float: left;
    width: 25%; }

  .ishi section {
    margin: 10px 0 50px 0; }
  .ishi .profile {
    background: none;
    padding: 10px 0 30px 0;
    border-radius: 3px; }
  .ishi .table3 {
    background: #fff;
    padding: 10px;
    border-radius: 3px; }
    .ishi .table3 table {
      border-collapse: separate;
      width: 100%;
      margin: 10px 0;
      color: #003990;
      line-height: 1.5; }
    .ishi .table3 th {
      width: 2rem;
      padding: 5px 0 7px;
      font-size: 14px;
      font-weight: bold;
      vertical-align: middle;
      letter-spacing: 0.1em;
      border-bottom: 1px solid #3d64b2;
      width: 20%; }
    .ishi .table3 td {
      background: #FFFFFF;
      border-bottom: 1px solid #3d64b2;
      padding: 10px;
      font-size: 15px; }
    .ishi .table3 tr:last-child td, .ishi .table3 tr:last-child th {
      border-bottom: none; }
    .ishi .table3 tr:first-child {
      border-left: none;
      font-size: 16px;
      letter-spacing: 0.15em;
      font-weight: bold; }
}

@media screen and (max-width: 599px) {
  .sp2 {
    display: inherit; }

  .next a {
    font-size: 1.8rem;
    color: #ff5224;
    display: block;
    width: 100%;
    padding: 20px 0;
    font-weight: bold;
    border: double 6px #ff5224;
    letter-spacing: 0.2rem; }
  .next a:hover {
    color: #fdc7af;
    border: double 6px #fdc7af; }

  .top_con {
    border: none; }

  .index h2 {
    border-radius: 3px; }

  .kiki2 .column {
    float: left;
    width: 50%; }

  /*.big { font-size: 2rem; }*/

  .sinryou h4 {
    font-weight: bold;
    margin: 5px 0; }
  .sinryou h4:first-letter {
    color: #eb714c; }
  .sinryou .button {
    cursor: inherit !important;
    margin-bottom: 5px !important; }
  .sinryou .midashi {
    margin-bottom: 10px; }

#title_box {
  padding: 5.5rem 0;
}

}

/*# sourceMappingURL=brown.css.map */
