@charset "UTF-8";
.mobile {
  display: block;
}
.wideSite {
  display: none;
}
a, a:hover {
  display: block;
  color: #FE7A5E;
}
.btn {
  width: auto;
  min-width: 118px;
  padding: 8px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #FE7A5E;
  margin-top: 24px;
  box-sizing: border-box;
  cursor: pointer;
}
body {
  font-size: 14px;
  line-height: 26px;
  color: #3C3C3C;
  background-color: #F5F5F5;
}
.shadow6 {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .06);
  border: 1px solid rgba(0, 0, 0, .08);
}
.radius {
  border-radius: 2px;
  overflow: hidden;
}
section {
  background-color: #FFF;
}
section.full {
  margin: 16px 0;
}
section .fullTextArea {
  padding: 5%;
}
h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bolder;
  color: #584819;
}
h2.center {
  text-align: center;
}
h3 {
  font-size: 16px;
  line-height: 28px;
  font-weight: bolder;
  color: #584819;
  margin: auto 28px 12px;
}
P {
  font-size: 16px;
  line-height: 28px;
  font-weight: 200;
  text-align: justify;
}
p, li {
  margin-top: 8px;
}
p.secText {
  margin: 16px 16px 8px;
}
.colorText {
  color: #C64A33;
}
.multiLineText {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 6.5em;
}
pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
img {
  vertical-align: bottom;
}
img.banner {
  width: 100%;
  height: auto;
  display: block;
}
img.icon {
  border-radius: 2px;
  width: 144px;
  height: 144px;
  display: block;
  margin: auto;
}
.wrap {}
.content {
  margin: auto 28px;
}
#main {}
header {
  background-color: #FDC61D;
}
footer {
  background-color: #F3F3F3;
}
header {
  height: 52px;
}
/*header .linkLogo {
	float: left;
}*/
header #logo {
  position: absolute;
  background-image: url(../../../images/ancestor/brand_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  left: 50%;
  margin-left: -36px;
  width: 72px;
  height: 52px;
  line-height: 52px;
  display: block;
  font-size: 0; /*201214fix*/
}
header .socialBox {
  float: right;
  margin: 4px 12px;
}
header .socialBox ul {}
header .socialBox ul li {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 8px;
  background-color: #9D9D9D;
  display: inline-block;
  text-align: center;
  line-height: 22px;
}
header .socialBox ul li a {
  height: 100%;
}
header .socialBox ul li img {
  height: 16px;
  width: auto;
}
section {}
section.bigBanner {}
footer {
  text-align: center;
  padding: 12px 0 28px;
  width: 100vw;
  font-size: 12px;
  line-height: 24px;
}
footer #copyright, footer #copyright p {
  text-align: center;
}
footer #copyright a, footer #copyright img, footer #copyright p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
footer #copyright img {
  height: 2em;
}
ul.bd-form {}
ul.bd-form li {}
ul.bd-form ul {}
ul.bd-form ul.map-form li {
  display: inline-block;
  width: 22%;
  margin-right: 1.5%;
}
ul.bd-form ul.map-form li.map_width {
  width: 37%;
}
ul.bd-form ul ul li {
  display: inline-block;
  width: 22%;
  margin-right: 1.5%;
}
ul.bd-form p.title {
  font-size: 12px;
  color: #584819;
  font-weight: normal;
}
ul.bd-form .mdl-textfield__error {
  visibility: visible;
}
ul.bd-form select {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.mdl-textfield__label {
  top: 18px;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #584819;
  top: 0;
}
.mdl-textfield__label:after {
  background-color: #757575;
}
.mdl-radio.is-checked .mdl-radio__outer-circle, .mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border-color: #FE7A5E;
}
.mdl-radio__inner-circle, .mdl-radio__ripple-container .mdl-ripple, .mdl-checkbox.is-checked .mdl-checkbox__tick-outline, .mdl-checkbox__ripple-container .mdl-ripple {
  background-color: #FE7A5E;
}
/*--------------------popup--------------------*/
.popupArea {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.popupArea.error * {
  text-align: center;
}
.popupArea .popupBox, .popupArea .popupBox2{
  position: absolute;
  background-color: #FFF;
  border-radius: 2px;
  margin: 8px;
  padding: 0 20px 16px;
  width: calc(100% - 16px);
  box-sizing: border-box;
}
.popupArea .popupBox2{
	height: 90vh;
	overflow-y: scroll;
}
.popupArea .popupBox2::-webkit-scrollbar {
  width: 0.5em;
}
.popupArea .popupBox2::-webkit-scrollbar-track {
	background: #fff;
/*  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
} 
.popupArea .popupBox2::-webkit-scrollbar-thumb {
  background-color: #aaa;
	border-radius: 80px;
}

.popupArea.error .popupBox,
.popupArea.error .popupBox2{
  top: calc(50% - 46%);
}
.popupArea.chcek .popupBox,
.popupArea.chcek .popupBox2{
  top: calc(50% - 48%);
}
.popupArea .popupBox img,
.popupArea .popupBox2 img{
  width: 48px;
  margin-bottom: 16px;
}
.popupArea .popupBox p, .popupArea .popupBox ul ul li,
.popupArea .popupBox2 p, .popupArea .popupBox2 ul ul li{
  margin: 0;
}
.popupArea .popupBox p span,
.popupArea .popupBox2 p span{
  margin-right: .5em;
}
.popupArea .popupBox ul li,
.popupArea .popupBox2 ul li{
  margin-top: 5%;
}
.popupArea .popupBox .btnBox,
.popupArea .popupBox2 .btnBox{
  text-align: center;
}
.popupArea .popupBox .btn,
.popupArea .popupBox2 .btn{
  display: inline-block;
}
section .flexBox {
  display: flex;
}
section .flexBox .box_flex {
  -webkit-flex: 1;
  flex: 1;
}
section .flexBox .mr {
  margin-right: 5%;
}
section .flexBox .ml {
  margin-left: 5%;
}
.pt20 {
  padding: 20px 0 0;
}
.tYear {
  font-size: 16px;
  font-family: "Helvetica", "Arial", sans-serif;
  text-align: left;
}
@media screen and (max-width: 640px) {
.popupArea .popupBox2{
	height: 86vh;}
}
@media screen and (max-width: 541px) {
  ul.bd-form ul.map-form li {
    width: 16%;
  }
  ul.bd-form ul.map-form li.map_width {
    width: 25%;
  }
}
@media screen and (max-width: 414px) {
  ul.bd-form ul.map-form li {
    width: 22%;
  }
  ul.bd-form ul.map-form li.map_width {
    width: 32%;
  }
}
@media screen and (max-width: 411px) {
  ul.bd-form ul.map-form li {
    width: 22%;
  }
  ul.bd-form ul.map-form li.map_width {
    width: 33%;
  }
}
@media screen and (max-width: 375px) {
  ul.bd-form ul.map-form li {
    width: 24%;
  }
  ul.bd-form ul.map-form li.map_width {
    width: 38%;
  }
}
@media screen and (max-width: 360px) {
  ul.bd-form ul.map-form li {
    width: 26%;
  }
  ul.bd-form ul.map-form li.map_width {
    width: 39%;
  }
}
@media screen and (max-width: 320px) {
  ul.bd-form ul.map-form li {
    width: 25%;
  }
  ul.bd-form ul.map-form li.map_width {
    width: 42%;
  }
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
  .wideSite {
    display: block;
  }
  .btn {
    max-width: 144px;
    margin: 24px auto auto;
  }
  .wrap {
    width: 720px;
    margin: 0 auto;
    position: static;
  }
  .content {
    margin: auto 24px;
  }
  footer {
    width: 100%;
  }
  .popupArea .popupBox,
	.popupArea .popupBox2{
    width: 640px;
    left: calc(50% - 320px);
  }
  ul.bd-form ul.map-form li {
    width: 12%;
  }
  ul.bd-form ul.map-form li.map_width {
    width: 17%;
  }
}
@media screen and (min-width: 1921px) {
	.popupArea .popupBox2{height: 70vh;}
}