@charset "utf-8";
.bg_color01 {
  background-image: linear-gradient(-45deg, #cfc, #ffc);
}
.bg_color02 {
  background: #e7feff;
}
.bg_color03 {
  background: #9cc;
}
.bg_color04 {
  background: #eee;
}
section {
  position: relative;
}
#imageMap, #imageMap2 img {
  max-width: 100%;
}
article {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.article {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  text-align: center;
  background: url("../images/bg_ti.jpg") no-repeat;
  background-position: top center;
  position: relative;
}
.article_icon {
  margin: 0 auto;
  padding-top: 50px;
  width: 60px;
  height: auto;
  box-sizing: border-box;
}
.article h1 {
  margin: 1em auto 0;
  padding: 0;
  width: 200px;
  height: auto;
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: center;
  border-top: 1px solid #fff;
}
.pribox {
  margin: 0 0 1em;
  padding: 0.5%;
  width: 99%;
  height: 200px;
  background: #eee;
  border: 1px solid #999;
  overflow: auto;
}
.sec_h5 {
  margin: 1rem auto !important;
  width: 98.2%;
  padding: .3% .8%;
  line-height: 1.2em;
  font-size: .9em;
  color: #fff;
  text-align: center;
  background: #666;
  -moz-border-radius: 12px; /* Firefox */
  -webkit-border-radius: 12px; /* Safari,Chrome */
  border-radius: 12px; /* CSS3 */
}
.ui-state-default {
  line-height: 1.5em !important;
  padding: 1em 0;
}
.bg-ti3 {
  margin: 0 auto 30px !important;
  padding: 0 !important;
  color: #000;
  font-size: 1em !important;
  line-height: 1.5em;
  text-align: center !important;
  border-bottom: 2px solid #ccc;
}
.bg-ti3red {
  margin: 0 auto 30px !important;
  padding: 0 !important;
  color: #f00;
  font-size: 1em !important;
  line-height: 1.5em;
  text-align: center !important;
  border-bottom: 2px solid #ccc;
}
.form_tx {
  font-size: .9em;
  line-height: 1.5em;
}
@media screen and (min-width:320px) and (max-width:1024px) {
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 4em 0 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 4em 0 0;
    width: 80%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:1441px) {
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 4em 0 0;
    width: 60%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}