@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,600,700&display=swap");
/*	レイアウト
---------------------------------*/
body {
  width: 100%;
  line-height: 1.8;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  counter-reset: section;
}

#wrapper {
  overflow: hidden;
}

/*	ヘッダー
---------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
header .hd-inr {
  margin: 0 auto;
  max-width: 1400px;
}
@media screen and (max-width: 87.5em) {
  header .hd-inr {
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 47.9375em) {
  header .hd-inr {
    flex-wrap: nowrap;
    padding: 0 0 0 5px;
  }
}
header .hd-logo h1 {
  padding: 30px 0 35px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 63.9375em) {
  header .hd-logo h1 {
    display: none;
  }
}
header .hd-logo p {
  margin: 0;
}
@media screen and (max-width: 63.9375em) {
  header .hd-logo p {
    margin: 50px 0 0;
    width: 300px;
  }
}
@media screen and (max-width: 47.9375em) {
  header .hd-logo p {
    margin: 30px 20px 0 0;
    width: 130px;
  }
}
@media screen and (max-width: 47.9375em) {
  header .hd-info {
    flex-wrap: nowrap;
  }
}
header .hd-info ul {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 47.9375em) {
  header .hd-info ul {
    flex-wrap: nowrap;
    margin: 0 5px 0 0;
    max-width: 110px;
  }
}
header .hd-info ul li {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 47.9375em) {
  header .hd-info ul li {
    margin: 0 5px 0 0;
  }
}
header .hd-info .hd-entry {
  width: 140px;
}
@media screen and (max-width: 47.9375em) {
  header .hd-info .hd-entry {
    width: 120px;
  }
}
header .hd-info .hd-entry a {
  display: block;
  padding: 40px 10px 10px;
  width: 100%;
  height: 120px;
  background: #fb6a00;
  text-align: center;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 47.9375em) {
  header .hd-info .hd-entry a {
    padding: 15px 3px 5px;
    height: 60px;
  }
}
header .hd-info .hd-entry a strong {
  display: block;
  margin: 0 0 10px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 47.9375em) {
  header .hd-info .hd-entry a strong {
    margin: 0 0 5px;
    font-size: 0.875rem;
  }
}
header .hd-info .hd-entry a small {
  display: block;
  font-size: 0.875rem;
}
@media screen and (max-width: 47.9375em) {
  header .hd-info .hd-entry a small {
    font-size: 0.6125rem;
  }
}

/*	フッター
---------------------------------*/
footer {
  position: relative;
  padding: 70px 0 30px;
  background: #222;
  color: #fff;
}
@media screen and (max-width: 47.9375em) {
  footer {
    padding: 40px 0 20px;
  }
}
footer .ft-inr {
  margin: auto;
  padding: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 47.9375em) {
  footer .ft-inr {
    padding: 0 0 20px;
  }
}
footer .ft-inr h2 {
  margin: 0 0 25px;
}
@media screen and (max-width: 47.9375em) {
  footer .ft-inr h2 {
    margin: 0 auto 15px;
    width: 180px;
  }
}
footer .ft-inr .ft-guide {
  display: inline-block;
  text-align: left;
}
footer .ft-inr .ft-guide p {
  position: relative;
  padding: 0 0 10px 85px;
  font-size: 1.125rem;
}
@media screen and (max-width: 47.9375em) {
  footer .ft-inr .ft-guide p {
    padding: 0 0 10px 65px;
    font-size: 0.8125rem;
  }
}
footer .ft-inr .ft-guide p span {
  position: absolute;
  left: 0;
}
footer .ft-copyright {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.125rem;
  color: #6b6f73;
}
@media screen and (max-width: 47.9375em) {
  footer .ft-copyright {
    font-size: 0.8125rem;
  }
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 80em) {
  .contents-inr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contents-inr.large {
  max-width: 1400px;
}

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
  position: relative;
  margin: 0 0 75px;
  text-align: center;
  line-height: 1;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 47.9375em) {
  .ttl-cmn01 {
    margin: 0 0 55px;
  }
}
.ttl-cmn01:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 410px;
  height: 135px;
  background: url(../images/img_ttl01.png) no-repeat center center/contain;
  z-index: -1;
  filter: drop-shadow(25px 15px 0 rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 47.9375em) {
  .ttl-cmn01:before {
    width: 210px;
    height: 75px;
    filter: drop-shadow(12px 8px 0 rgba(0, 0, 0, 0.1));
  }
}
.ttl-cmn01 span {
  display: block;
  padding: 18px 0 0;
  font-size: 2.8125rem;
  font-weight: 600;
}
@media screen and (max-width: 47.9375em) {
  .ttl-cmn01 span {
    padding: 9px 0 0;
    font-size: 1.25rem;
  }
}

/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
  margin: 0 60px 0 0;
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 47.9375em) {
  .btn-cmn01 {
    max-width: 250px;
  }
}
.btn-cmn01 a {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 100%;
  background: #ccc;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 58px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
@media screen and (max-width: 47.9375em) {
  .btn-cmn01 a {
    font-size: 15px;
    line-height: 38px;
  }
}
.btn-cmn01 a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  z-index: -1;
}
.btn-cmn01 a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 13px;
  background: url(../images/common/btn_arw.png) no-repeat center center;
  background-size: contain;
}
.btn-cmn01.col01 a {
  background: #ff91a6;
  border: 1px solid #ff91a6;
}
.btn-cmn01.col01 a:before {
  border: 1px solid #ff91a6;
}
.btn-cmn01.col02 a {
  background: #1585c8;
  border: 1px solid #1585c8;
}
.btn-cmn01.col02 a:before {
  border: 1px solid #1585c8;
}

/*	table
---------------------------------*/
.tbl-cmn01 table {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .tbl-cmn01 table {
    font-size: 0.8125rem;
  }
}
.tbl-cmn01 tr {
  border-bottom: 1px solid #ccc;
}
.tbl-cmn01 tr:last-of-type {
  border-bottom: none;
}
.tbl-cmn01 tr th {
  width: 300px;
  background: #535353;
  border-right: 1px solid #ccc;
  color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 47.9375em) {
  .tbl-cmn01 tr th {
    display: block;
    padding: 10px;
    width: 100%;
    font-weight: 500;
  }
}
.tbl-cmn01 tr td {
  padding: 25px 20px 25px 40px;
  vertical-align: middle;
}
@media screen and (max-width: 47.9375em) {
  .tbl-cmn01 tr td {
    display: block;
    padding: 10px;
    width: 100%;
  }
}

.tbl-cmn02 table {
  width: 100%;
  font-size: 1.125rem;
}
@media screen and (max-width: 47.9375em) {
  .tbl-cmn02 table {
    font-size: 0.8125rem;
  }
}
.tbl-cmn02 tr {
  background: #f6f6f6;
}
.tbl-cmn02 tr:nth-of-type(even) {
  background: #fff;
}
.tbl-cmn02 tr th {
  width: 145px;
  vertical-align: middle;
}
@media screen and (max-width: 47.9375em) {
  .tbl-cmn02 tr th {
    display: block;
    padding: 15px 15px 5px;
    width: 100%;
    text-align: left;
    font-weight: 500;
  }
}
.tbl-cmn02 tr td {
  padding: 25px 40px;
  vertical-align: middle;
}
@media screen and (max-width: 47.9375em) {
  .tbl-cmn02 tr td {
    display: block;
    padding: 5px 15px 15px;
    width: 100%;
  }
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  z-index: 1001;
}
.main-img-otr .bx-wrapper {
  margin: 0;
}
.main-img-otr .main-img {
  position: relative;
  height: 1100px;
  background: url(../images/img_main01.png) no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 87.5em) {
  .main-img-otr .main-img {
    background-position: right 50% top;
  }
}
@media screen and (max-width: 63.9375em) {
  .main-img-otr .main-img {
    height: 700px;
    background-position: right 50% top;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .main-img-otr .main-img {
    height: 115vw;
  }
}
.main-img-otr .main-img-cap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1400px;
  text-align: left;
}
.main-img-otr .main-img-cap h2 {
  margin: 0 0 10px;
}
.main-img-otr .main-img-cap p {
  margin: 0 0 30px;
}
@media screen and (max-width: 63.9375em) {
  .main-img-otr .main-img-cap img {
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .main-img-otr .main-img-cap img {
    width: 70%;
  }
}

/*	トップページ
---------------------------------*/
/*message*/
.top-message {
  position: relative;
  margin: -215px 0 0;
  padding: 260px 0 250px;
  background: url(../images/bg_message.png) no-repeat center top;
  color: #fff;
  z-index: 50;
}
@media screen and (max-width: 47.9375em) {
  .top-message {
    margin: -115px 0 0;
    padding: 130px 0 120px;
    background-size: cover;
  }
}
.top-message p {
  text-align: center;
  font-size: 1.3125rem;
}
@media screen and (max-width: 47.9375em) {
  .top-message p {
    font-size: 0.8125rem;
  }
}

/*movie*/
.top-movie {
  position: relative;
  margin: -215px 0 0;
  padding: 200px 0;
  background: url(../images/bg_movie.png) no-repeat center top;
  z-index: 40;
}
@media screen and (max-width: 47.9375em) {
  .top-movie {
    margin: -115px 0 0;
    padding: 100px 0;
    background-size: cover;
  }
}
.top-movie .top-movie-box {
  position: relative;
  width: 100%;
  max-width: 800px;
}
.top-movie .top-movie-box div {
  position: relative;
  padding-top: 56.25%;
}
.top-movie .top-movie-box div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-movie figure {
  position: absolute;
  right: -255px;
  bottom: -46px;
}
@media screen and (max-width: 87.5em) {
  .top-movie figure {
    right: -75px;
    bottom: -66px;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-movie figure {
    display: none;
  }
}

/*flow*/
.top-flow {
  position: relative;
  margin: -205px 0 0;
  padding: 260px 0 280px;
  background: url(../images/bg_flow.png) no-repeat center top;
  z-index: 30;
}
@media screen and (max-width: 47.9375em) {
  .top-flow {
    margin: -205px 0 0;
    padding: 230px 0 140px;
    background-size: cover;
  }
}
.top-flow li {
  margin: 0 0 20px;
  background: #fff;
}
.top-flow li figure {
  width: 240px;
}
@media screen and (max-width: 47.9375em) {
  .top-flow li figure {
    width: 100%;
    text-align: center;
  }
}
.top-flow li .flow-about-txt {
  padding: 35px 40px 10px 10px;
  width: calc(100% - 270px);
}
@media screen and (max-width: 63.9375em) {
  .top-flow li .flow-about-txt {
    padding: 15px 20px 10px 10px;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-flow li .flow-about-txt {
    padding: 10px;
    width: 100%;
  }
}
.top-flow li .flow-about-txt h4 {
  margin: 0 0 10px;
}
@media screen and (max-width: 63.9375em) {
  .top-flow li .flow-about-txt h4 {
    display: block;
  }
}
.top-flow li .flow-about-txt h4 span {
  display: block;
  margin: 0 15px 0 0;
  width: 150px;
  background: #1fa379;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 41px;
  color: #fff;
}
@media screen and (max-width: 47.9375em) {
  .top-flow li .flow-about-txt h4 span {
    margin: 0 0 10px;
    width: 150px;
    font-size: 14px;
    line-height: 31px;
  }
}
.top-flow li .flow-about-txt h4 strong {
  font-size: 1.875rem;
  font-weight: 600;
}
@media screen and (max-width: 47.9375em) {
  .top-flow li .flow-about-txt h4 strong {
    font-size: 1.125rem;
  }
}
.top-flow li .flow-about-txt p {
  font-size: 1.125rem;
}
@media screen and (max-width: 63.9375em) {
  .top-flow li .flow-about-txt p {
    font-size: 0.9378rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-flow li .flow-about-txt p {
    font-size: 0.8125rem;
  }
}

/*feature*/
.top-feature {
  position: relative;
  margin: -205px 0 0;
  z-index: 25;
}
@media screen and (max-width: 63.9375em) {
  .top-feature .contents-inr {
    padding: 0;
  }
}
.top-feature .top-feature-ttl {
  height: 480px;
  background: url(../images/bg_feature.png) no-repeat center top;
}
@media screen and (max-width: 47.9375em) {
  .top-feature .top-feature-ttl {
    height: 240px;
  }
}
.top-feature .top-feature-ttl h3 {
  text-align: center;
  color: #fff;
}
.top-feature .top-feature-ttl h3 span {
  font-size: 2.8125rem;
}
@media screen and (max-width: 47.9375em) {
  .top-feature .top-feature-ttl h3 span {
    font-size: 1.25rem;
  }
}
.top-feature .top-feature-ttl h3 span strong {
  font-size: 1.77em;
  color: #ffc200;
}
.top-feature li {
  position: relative;
  margin: -202px 0 0;
}
@media screen and (max-width: 63.9375em) {
  .top-feature li {
    margin: 0;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-feature li:first-of-type {
    margin: -165px 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-feature li:first-of-type {
    margin: -85px 0 0;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-feature li:last-of-type {
    padding: 0;
  }
}
.top-feature li:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  height: 200px;
  background: url(../images/bg_flow_list.png) no-repeat center bottom;
}
@media screen and (max-width: 63.9375em) {
  .top-feature li:nth-of-type(1):before, .top-feature li:nth-of-type(2):before {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-feature li:nth-of-type(3):before {
    top: 100%;
    bottom: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-feature li:nth-of-type(3):before {
    top: 90%;
  }
}
.top-feature li figure {
  position: relative;
  width: 50%;
  height: 683px;
}
@media screen and (max-width: 63.9375em) {
  .top-feature li figure {
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-feature li figure {
    height: 341px;
  }
}
.top-feature li figure img {
  position: absolute;
  top: 0;
  max-width: none;
  max-width: initial;
}
@media screen and (max-width: 47.9375em) {
  .top-feature li figure img {
    height: 341px;
  }
}
.top-feature li .feature-about-txt {
  padding: 0 85px;
  width: 50%;
}
@media screen and (max-width: 63.9375em) {
  .top-feature li .feature-about-txt {
    padding: 25px !important;
    width: 100%;
  }
}
.top-feature li .feature-about-txt h4 {
  margin: 0 0 10px;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 47.9375em) {
  .top-feature li .feature-about-txt h4 {
    font-size: 1.25rem;
  }
}
.top-feature li .feature-about-txt h4 span {
  font-weight: inherit;
  color: #fb6a00;
}
.top-feature li .feature-about-txt p {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 47.9375em) {
  .top-feature li .feature-about-txt p {
    font-size: 0.8125rem;
  }
}
.top-feature li:nth-of-type(odd) figure img {
  left: 0;
}
@media screen and (max-width: 63.9375em) {
  .top-feature li:nth-of-type(odd) figure img {
    left: -50px;
  }
}
.top-feature li:nth-of-type(odd) .feature-about-txt {
  padding-left: 0;
}
@media screen and (max-width: 63.9375em) {
  .top-feature li:nth-of-type(odd) .feature-about-txt {
    margin-top: -50px;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-feature li:nth-of-type(odd) .feature-about-txt {
    margin-top: -20px;
  }
}
.top-feature li:nth-of-type(even) figure img {
  right: 0;
}
@media screen and (max-width: 63.9375em) {
  .top-feature li:nth-of-type(even) figure img {
    right: -50px;
  }
}
.top-feature li:nth-of-type(even) .feature-about-txt {
  padding-right: 0;
}

/*recruit*/
.top-recruit {
  position: relative;
  margin: -205px 0 0;
  padding: 265px 0 300px;
  background: url(../images/bg_recruit01.png) no-repeat center bottom;
  z-index: 20;
}
@media screen and (max-width: 63.9375em) {
  .top-recruit {
    margin: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-recruit {
    padding: 135px 0 150px;
  }
}
.top-recruit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 50%;
  background: #f6f6f6;
}

/*faq*/
.top-faq {
  position: relative;
  margin: -205px 0 0;
  padding: 255px 0 300px;
  background: url(../images/bg_faq.png) no-repeat center bottom;
  z-index: 15;
}
@media screen and (max-width: 63.9375em) {
  .top-faq {
    background-size: cover;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-faq {
    padding: 155px 0 150px;
  }
}
.top-faq li {
  margin: 0 2.78% 2.78% 0;
  width: 31.48%;
  background: #fff;
}
@media screen and (max-width: 47.9375em) {
  .top-faq li {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.top-faq li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 47.9375em) {
  .top-faq li:nth-of-type(3n) {
    margin-right: auto;
  }
}
.top-faq li h4 {
  padding: 20px;
  background: url(../images/bg_ttl_faq.png);
}
@media screen and (max-width: 47.9375em) {
  .top-faq li h4 {
    padding: 10px;
  }
}
.top-faq li h4 span {
  display: block;
  margin: 0 20px 0 0;
  width: 40px;
  background: #ffd800;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 40px;
}
@media screen and (max-width: 63.9375em) {
  .top-faq li h4 span {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-faq li h4 span {
    margin: 0 10px 0 0;
    width: 30px;
    font-size: 1rem;
    line-height: 30px;
  }
}
.top-faq li h4 strong {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 63.9375em) {
  .top-faq li h4 strong {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 47.9375em) {
  .top-faq li h4 strong {
    font-size: 1.125rem;
  }
}
.top-faq li .faq-txt {
  padding: 20px 25px;
  font-size: 1.125rem;
  min-height: 130px;
}
@media screen and (max-width: 47.9375em) {
  .top-faq li .faq-txt {
    padding: 15px;
    font-size: 0.875rem;
    min-height: 70px;
  }
}

/*company*/
.top-company {
  position: relative;
  margin: -300px 0 0;
  padding: 360px 0 105px;
  z-index: 35;
}
@media screen and (max-width: 47.9375em) {
  .top-company {
    margin: -200px 0 0;
    padding: 140px 0 55px;
  }
}

/**/
.top-map {
  position: relative;
  z-index: 40;
}
.top-map .top-map-box {
  position: relative;
  padding: 0;
  height: 400px;
}
@media screen and (max-width: 47.9375em) {
  .top-map .top-map-box {
    height: 200px;
  }
}
.top-map .top-map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*	entry	*/
.top-entry {
  position: relative;
  padding: 100px 0;
  background: url(../images/bg_entry.png) no-repeat center center/cover;
  text-align: center;
  color: #fff;
  z-index: 45;
}
@media screen and (max-width: 47.9375em) {
  .top-entry {
    padding: 50px 0;
  }
}
.top-entry .top-entry-btn {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 420px;
  height: 120px;
  background: #fb6a00;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 47.9375em) {
  .top-entry .top-entry-btn {
    height: 90px;
  }
}
.top-entry .top-entry-btn a {
  display: block;
  padding: 35px 10px 10px;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .top-entry .top-entry-btn a {
    padding: 20px 10px 10px;
  }
}
.top-entry .top-entry-btn a strong {
  display: block;
  margin: 0 0 13px;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 47.9375em) {
  .top-entry .top-entry-btn a strong {
    font-size: 1.5rem;
  }
}
.top-entry .top-entry-btn a small {
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 47.9375em) {
  .top-entry .top-entry-btn a small {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-entry ul {
    flex-wrap: nowrap;
    margin: auto;
    max-width: 200px;
  }
}
.top-entry li {
  margin: 0 5px;
  width: 130px;
}
@media screen and (max-width: 47.9375em) {
  .top-entry li {
    width: auto;
  }
}

.nre-form{
  position: relative;
    margin: 0 auto;
    max-width: 1080px;
}
/* entry
----------------------------------- */

table.defTable01{margin:0px auto 80px;border-collapse:collapse; width:100%;box-sizing:border-box;}
table.defTable01 tr{ display:block;border-bottom:1px solid #ddd; padding:10px 0px;}
table.defTable01 tr:first-child{ border-top: 1px solid #ddd;}
table.defTable01 th{ padding:10px 40px 10px 30px;width:36%;display:inline-block; box-sizing:border-box; font-weight:bold; font-size: 15px;}
table.defTable01 th span{ background: #ff5c7a; padding: 5px 30px; text-align: center; width: 200px; color: #fff; display: block;}
table.defTable01 td{ padding:10px 0px 10px 0px;display:inline-block;box-sizing:border-box;width:63.5%; text-align:left;}
table.defTable01 td a{color: #444d00; font-weight: bold;}
table.defTable01 th em.clrred{ font-size:12px;color:#fff;font-style:normal; text-align:center;background:#d30000; padding:1px 5px; display:block; width:50px; float:right;}
table.defTable01 th em.any{ font-size:12px;color:#fff;font-style:normal; text-align:center;background:#333;padding:1px 5px;width:50px; float:right;}
table.defTable01 td.cen{ text-align:center; margin:0 auto; display:block;}
table.defTable01 td.cen input{padding: 10px;color: #000;font-size: 15px;width: 50%;background: #fff;cursor: pointer; border:1px solid #ccc; display:block; text-align:center; margin:0 auto;}
table.defTable01 td.cen input:hover{ background: #000;opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 1.0;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; color:#fff;}
table.defTable01 input {padad8843ding: 8px 10px; background: #eee; font-size:13px;border:none;box-sizing:border-box;width:100%;padding: 10px 10px;border-radius: 4px;font-weight: bold;}
table.defTable01 textarea  {padding:8px 10px;background: #eee;font-size:13px; border:none; width:100%;box-sizing: border-box;padding: 10px 10px;border-radius: 4px;font-weight: bold;}
table.defTable01 .bbn {border-bottom: none!important;}
table.defTable01 td.tel_area input {width:23%;}
table.defTable01 input[type="checkbox"] { width:3%;}
table.defTable01 input[type="checkbox"]::before {content: "";background: #000;}
table.defTable01 input[type="radio"] { width:3%;}


@media screen and (max-width: 767px) {

  table.defTable01{margin:0px auto 40px;border-collapse:collapse; width:100%;box-sizing:border-box;}
table.defTable01 tr{ display:block;border-bottom:0px solid #ddd; padding:0px 0px;}
table.defTable01 tr:first-child{ border-top: 0px solid #ddd;}
table.defTable01 th{ padding:10px 0px 10px 0px;width:100%;display:block; box-sizing:border-box; font-weight:bold; font-size: 13px;border-top:1px solid #ddd; border-bottom:1px solid #ddd;text-align: left;}
table.defTable01 th span{ background: #ff5c7a; padding: 5px 20px; text-align: center; width: 160px; color: #fff; display: block;}
table.defTable01 td{ padding:10px 0px 10px 0px;display:block;box-sizing:border-box;width:100%; text-align:left;}
table.defTable01 td a{color: #444d00; font-weight: bold;}
table.defTable01 th em.clrred{ font-size:12px;color:#fff;font-style:normal; text-align:center;background:#d30000; padding:1px 5px; display:block; width:50px; float:right;}
table.defTable01 th em.any{ font-size:12px;color:#fff;font-style:normal; text-align:center;background:#333;padding:1px 5px;width:50px; float:right;}
table.defTable01 td.cen{ text-align:center; margin:0 auto; display:block;}
table.defTable01 td.cen input{padding: 10px;color: #000;font-size: 13px;width:100%;background: #fff;cursor: pointer; border:1px solid #ccc; display:block; text-align:center; margin:0 auto;}
table.defTable01 td.cen input:hover{ background: #000;opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 1.0;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; color:#fff;}
table.defTable01 input {padad8843ding: 8px 10px; background: #eee; font-size:13px;border:none;box-sizing:border-box;width:100%;padding: 10px 10px;border-radius: 4px;font-weight: bold;}
table.defTable01 textarea  {padding:8px 10px;background: #eee;font-size:13px; border:none; width:100%;box-sizing: border-box;padding: 10px 10px;border-radius: 4px;font-weight: bold;}
table.defTable01 .bbn {border-bottom: none!important;}
table.defTable01 td.tel_area input {width:23%;}
table.defTable01 input[type="checkbox"] { width:3%;}
table.defTable01 input[type="checkbox"]::before {content: "";background: #000;}
table.defTable01 input[type="radio"] { width:3%;}
}
