@charset "UTF-8";
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 14px;
  line-height: 1.8;
  font-feature-settings: 'palt';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:active {
  color: #000;
}
body {
      background: url(../images/top/dotbg.png);

}
/* main
==================================*/
main {
  display: block;
  /*IE対策*/
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 55px;
}

header .header_inner {
    background:     #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}

header .logo {
  /* margin: 12px 0 0 15px; */
  width: 105px;
  margin-left: 20px;
}

header .call {
    width: 180px;
    margin-right: 10px;
}

header .menu {
  position: relative;
  background: #000;
  width: 55px;
  height: 55px;
}

header .menu span {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  display: inline-block;
  background: #fff;
  width: 15px;
  height: 2px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .menu span.line-t.show {
  top: 22px;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
}

header .menu span.line-m {
  top: 22px;
}

header .menu span.line-m.show {
  opacity: 0;
}

header .menu span.line-b {
  top: 28px;
}

header .menu span.line-b.show {
  top: 22px;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}

header .menu p {
  color: #fff;
  padding: 35px 0 0;
  font-size: 10px;
  text-align: center;
}

header nav {
  display: none;
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* footer
==================================*/
footer {
  padding-top: 190px;
  position: relative;
  background: url(../images/top/footerbgsp.png) no-repeat center top/cover;
}

footer:before {content: "";z-index: 1;width: 90px;height: 220px;background: url(../images/top/footer_patonimg.png) no-repeat center top/cover;display: block;position: absolute;top: -50px;left: 50%;transform: translateX(-50%);}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#pageTop.active {
  opacity: 1;
}

#pageTop a {
  display: block;
  width: 50px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}

html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

img[src$=".png"], img[src$=".jpg"] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 899px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  background: #fff;
  box-sizing: border-box;
  padding-top: 30px;
  border-bottom: 1px solid #1a3e86;
}

.row .col.col_4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.sec_ttl {
  text-align: center;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 60px;
}

.sec_ttl .jp {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding: 30px 35px 60px;
  line-height: 1.4;
  letter-spacing: 2px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  min-height: 150px;
}

.sec_ttl .jp::before, .sec_ttl .jp::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 69px;
  height: 69px;
  background: url(../images/top/bg_secttl.png) no-repeat 0/contain;
}

.sec_ttl .jp::before {
  left: 10px;
  top: 0;
}

.sec_ttl .jp::after {
  right: 10px;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sec_ttl .en {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #003e8b;
  line-height: 1;
  letter-spacing: 3px;
  margin-top: -50px;
  display: block;
}

/*==================================
  リスト系
==================================*/
.news_ul {
  margin: 0 0 19px;
}

.news_ul .news_li {
  border-bottom: 1px solid #e8e8e8;
  padding: 22px 14px;
}

.news_ul .news_li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_ul .news_li > a .date {
  font-size: 16px;
  color: #919191;
  margin-right: 24px;
}

.news_ul .news_li > a .img_wrap {
  margin-right: 17px;
}

@media (min-width: 900px) {
  .news_ul .news_li > a .title {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 0 100%/0 1px no-repeat;
    background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  .news_ul .news_li > a:hover .title {
    background-size: 100% 1px;
  }
}

@media (max-width: 899px) {
  .news_ul .news_li {
    padding: 14px 0;
  }
  .news_ul .news_li > a {
    display: block;
    position: relative;
    padding-left: 80px;
  }
  .news_ul .news_li > a .img_wrap {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news_ul .news_li > a .img_wrap img {
    max-width: 57px;
  }
  .news_ul .news_li > a .date,
  .news_ul .news_li > a .title {
    display: block;
  }
  .news_ul .news_li > a .date {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .news_ul .news_li > a .title {
    font-size: 16px;
    line-height: 1.3;
  }
}

/*==================================
  ページナビ
==================================*/
.page_navigation .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px 0 50px;
}

@media (max-width: 899px) {
  .page_navigation .wp-pagenavi {
    margin: 30px 0 40px;
  }
}

.page_navigation .wp-pagenavi > .page,
.page_navigation .wp-pagenavi .current {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5px;
}

.page_navigation .wp-pagenavi > .page:not(.current),
.page_navigation .wp-pagenavi .current:not(.current) {
  background-color: #f3f3f3;
}

@media (min-width: 900px) {
  .page_navigation .wp-pagenavi > .page:not(.current):hover,
  .page_navigation .wp-pagenavi .current:not(.current):hover {
    color: #fff;
    background-color: #000;
  }
}

.page_navigation .wp-pagenavi > .page.current,
.page_navigation .wp-pagenavi .current.current {
  background-color: #000;
  color: #fff;
}

.page_navigation .wp-pagenavi .nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink {
  position: relative;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_navigation .wp-pagenavi .nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  background-image: url(../images/common/pager_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page_navigation .wp-pagenavi .nextpostslink.previouspostslink,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink {
  padding-left: 33px;
  margin-right: 30px;
}

.page_navigation .wp-pagenavi .nextpostslink.previouspostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.previouspostslink::before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media (min-width: 900px) {
  .page_navigation .wp-pagenavi .nextpostslink.previouspostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.previouspostslink:hover::before {
    left: -5px;
  }
}

.page_navigation .wp-pagenavi .nextpostslink.nextpostslink,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink {
  padding-right: 33px;
  margin-left: 30px;
}

.page_navigation .wp-pagenavi .nextpostslink.nextpostslink::before,
.page_navigation .wp-pagenavi .previouspostslink.nextpostslink::before {
  right: 0;
}

@media (min-width: 900px) {
  .page_navigation .wp-pagenavi .nextpostslink.nextpostslink:hover::before,
  .page_navigation .wp-pagenavi .previouspostslink.nextpostslink:hover::before {
    right: -5px;
  }
}

.page_navigation .wp-pagenavi .list_back {
  margin-left: 58px;
  margin-right: 58px;
}

.page_navigation .wp-pagenavi .list_back > a {
  font-weight: 500;
}

.page_navigation .wp-pagenavi .list_back > a > .list_icon {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}

.page_navigation .wp-pagenavi .list_back > a > .list_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url(../img/news/list_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.page_navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px 0 50px;
}

.page_navigation > ul .link_page,
.page_navigation > ul .current_page {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5px;
}

.page_navigation > ul .link_page:not(.current_page),
.page_navigation > ul .current_page:not(.current_page) {
  background-color: #f3f3f3;
}

@media (min-width: 900px) {
  .page_navigation > ul .link_page:not(.current_page):hover,
  .page_navigation > ul .current_page:not(.current_page):hover {
    color: #fff;
    background-color: #000;
  }
}

.page_navigation > ul .link_page.current_page,
.page_navigation > ul .current_page.current_page {
  background-color: #000;
  color: #fff;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
/*==================================
  Contact_reset
==================================*/
main#Contact {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
}

main#Contact input {
  -webkit-appearance: none;
}

main#Contact input[type='text'] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

main#Contact input[type='radio'] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}

main#Contact input[type='radio']:checked + label {
  background: #ff0000;
}

main#Contact input[type='checkbox'] {
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 1;
}

main#Contact input[type='checkbox']:checked + label {
  background: #ff0000;
}

main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}

main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}

main#Contact input::-ms-input-placeholder {
  color: #b7b7b7;
}

main#Contact input::placeholder {
  color: #b7b7b7;
}

main#Contact input:-ms-input-placeholder {
  color: #b7b7b7;
}

main#Contact input::-webkit-input-placeholder {
  color: #b7b7b7;
}

main#Contact button,
main#Contact input[type='button'],
main#Contact input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}

main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

/*==================================
  Contact_base
==================================*/
/* input, textarea
--------------------------------*/
/* radio_button
--------------------------------*/
main#Contact {
  /*------ Form Base ------*/
  /*------ Form Base END ------*/
}

@-webkit-keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

@keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

main#Contact span.error {
  color: #cc0303;
  display: block;
  margin: 7px 0 0;
}

main#Contact input:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  background: white !important;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

main#Contact input[type="text"]:focus,
main#Contact input[type="email"]:focus,
main#Contact input[type="tel"]:focus,
main#Contact input[type="search"]:focus,
main#Contact input[type="url"]:focus,
main#Contact textarea:focus {
  color: #000;
  background-color: #dddddd;
}

main#Contact .ERR {
  color: #cc0303;
}

main#Contact input[type="text"] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 12px 21px;
  border: 1px solid #dddddd;
  background: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  width: 100%;
}

main#Contact input[type="text"].zip {
  max-width: 247px;
  width: 100%;
}

main#Contact .zip-wrap {
  background: #dddddd;
  display: inline-block;
  position: relative;
  max-width: 247px;
  width: 100%;
  margin-right: 3px;
}

main#Contact .zip-wrap::before {
  content: "〒";
  font-size: 18px;
  position: absolute;
  top: 0.8em;
  left: 24px;
  margin: auto;
}

main#Contact .zip-wrap input {
  padding: 12px 21px 12px 55px;
  width: 100%;
}

main#Contact input[type="button"] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #000;
  max-width: 140px;
  width: 100%;
  background: #dddddd;
  border: 3px solid #dddddd;
  padding: 10px 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

main#Contact input[type="button"]:hover {
  background: none;
}

main#Contact input[type="checkbox"] + label {
  padding-left: 29px;
  position: relative;
  margin-right: 29px;
  cursor: pointer;
}

main#Contact input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #dddddd;
  background: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main#Contact input[type="checkbox"] + label::after {
  content: "";
  opacity: 0;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  display: block;
  height: 9px;
  left: 7px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}

main#Contact input[type="checkbox"]:checked + label {
  background: none;
}

main#Contact input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

main#Contact input[type="radio"] + label {
  padding-left: 27px;
  position: relative;
  margin-right: 27px;
  cursor: pointer;
}

main#Contact input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #dddddd;
  background: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}

main#Contact input[type="radio"] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}

main#Contact input[type="radio"]:checked + label {
  background: none;
}

main#Contact input[type="radio"]:checked + label::after {
  opacity: 1;
}

main#Contact .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #dddddd;
}

main#Contact .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 12px 38px 12px 21px;
}

main#Contact .select-box select::-ms-expand {
  display: none;
}

main#Contact .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}

main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  border: 1px solid #dddddd;
  background: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 12px 21px;
  min-height: 174px;
}

main#Contact .overscroll {
  overflow-y: scroll;
  height: 237px;
  padding: 25px 21px;
  background: #dddddd;
}

main#Contact .overscroll ul > li {
  margin-bottom: 25px;
}

main#Contact .overscroll ul > li strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 5px;
  color: #000;
}

main#Contact .overscroll ul > li p {
  font-size: 14px;
  line-height: 1.42;
}

main#Contact .overscroll ul > li > ol {
  margin-top: 5px;
}

main#Contact .overscroll ul > li > ol li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

main#Contact .overscroll ul > li:first-child strong {
  margin-bottom: 20px;
}

main#Contact .overscroll ul > li:last-child {
  margin-bottom: 0;
}

main#Contact .submit_area {
  margin-top: 85px;
  text-align: center;
}

main#Contact .submit_area span {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  width: 262px;
  background: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main#Contact .submit_area span input[type="submit"] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  cursor: pointer;
  width: 100%;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main#Contact .submit_area span:hover {
  background: none;
}

main#Contact .submit_area span:hover input[type="submit"] {
  color: #000;
}

main#Contact .submit_area ul.koumoku {
  max-width: 590px;
  margin: 20px auto 0;
}

main#Contact .submit_area ul.koumoku li {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  width: 262px;
  background: #5f4b08;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #5f4b08;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main#Contact .submit_area ul.koumoku li input[type="submit"] {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #000;
  cursor: pointer;
  width: 100%;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main#Contact .submit_area ul.koumoku li:hover {
  background: none;
}

main#Contact .submit_area ul.koumoku li:hover input[type="submit"] {
  color: #000;
}

main#Contact .submit_area ul.koumoku li:hover svg path {
  fill: #000;
}

main#Contact .btn_back {
  margin-top: 25px;
  text-align: center;
}

main#Contact .btn_back input {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}

main#Contact .contact_back {
  margin-top: 25px;
  text-align: center;
}

main#Contact .contact_back a {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #dddddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}

main#Contact .contact_back a:hover {
  color: #000;
  background: none;
}

/*==================================
  Contact
==================================*/
main#Contact .container p {
  font-size: 16px;
}

main#Contact .container p > a {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  display: inline;
}

main#Contact .agree_area {
  margin: 30px 0 0;
  text-align: center;
}

main#Contact .need {
  color: #cc0303;
}

main#Contact table {
  display: block;
}

main#Contact table tbody {
  display: block;
}

main#Contact table tr {
  display: block;
  margin-bottom: 25px;
}

main#Contact table tr th {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  display: block;
  text-align: left;
  margin-bottom: 13px;
}

main#Contact table tr th .caution {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 8px;
}

main#Contact table tr td {
  display: block;
}

main#Contact table tr td .text02 {
  margin-top: 8px;
}

main#Contact .check-list {
  padding-left: 0;
  padding-top: 5px;
}

main#Contact .check-list li {
  display: inline-block;
}

main#Contact .check-list.type > li {
  display: block;
  margin-bottom: 18px;
}

main#Contact .check-list.type > li:last-child {
  margin-bottom: 0;
}

main#Contact .check-list.pedal > li {
  margin-right: 50px;
}

main#Contact .check-list.pedal > li:last-child {
  margin-right: 0;
}

main#Contact .check-list.play {
  margin-bottom: -18px;
}

main#Contact .check-list.play > li {
  padding-bottom: 18px;
  margin-right: 20px;
}

main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}




.solv_sec .area1sp.sp {
  margin-top: 60px;
}
.solv_sec .area1sp.sp {
    margin-top: 60px;
    padding-bottom: 60px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.solv_sec .area1sp.sp:after {content: "";width: 85px;height: 49px;display: block;background: url(../images/top/arrow.png) no-repeat center center / contain;position: absolute;z-index: 1;bottom: -18px;left: 50%;transform: translateX(-50%);}

.solv_sec .area2 {
    padding: 45px 0 30px;
    text-align: center;
    background: url(../images/top/area2sp.png) no-repeat center center /cover;
}

.solv_sec .area2 p {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 3px;
}
.solv_sec .area2 strong {
    color: #f6cc4a;
    font-size: 27px;
    letter-spacing: .8px;
}

.solv_sec .area3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.solv_sec .area3 .ttl {
    background: #666666;
    text-align: center;
    color: #fff;
    height: 60px;
    font-size: 24px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: calc(50% - 50vw); */
    /* margin-left: calc(50% - 50vw); */
}

.solv_sec .area3 .col {
    padding-top: 0;
    /* padding: 30px; */
    background: #fcfcfc;
    border-bottom: 1px solid #000000;
    /* margin-bottom: 80px; */
    /* margin-top: 50px; */
}
.sp.arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 65px 0 65px;
    border-color: #122d6d transparent transparent transparent;
    margin: 35px auto;
}
.solv_sec .area3 figure {
    display: block;
    margin: 30px 20px;
}

.solv_sec .area3 dt {
    color: #d2423a;
    text-align: center;
    font-size: 21px;
    border-bottom: 1px solid #122e6d;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 3px;
}

.solv_sec .area3 dl {
    margin: 0 20px;
    padding-bottom: 30px;
}

.solv_sec .area3 ul li {
    font-size: 19px;
    position: relative;
    margin-left: 1.1em;
    margin-bottom: 2px;
    line-height: 1.5;
    font-weight: 500;
}

.solv_sec .area3 ul li:before {content: "×";position: absolute;left: -1.2em;color: #d7392f;}

.base_sec {
    background: #eff1f2;
    padding-top: 50px;
    padding-bottom: 45px;
}

.base_sec .area1 {
    padding-bottom: 55px;
}

.base_sec .area1 p {
    text-align: center;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: 30px;
    /* font-feature-settings: 'palt'; */
}

.base_sec .area .logo {
    width: 185px;
}

.base_sec .area1 .logo {
    width: 185px;
    margin: 0 auto;
}

.base_sec .area2 .img {
  width: 121px;
  margin: 0 auto 10px;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.base_sec .area2 .row {
  padding-top: 0px;
  position: relative;
  padding-top: 305px;
  background: url(../images/top/area2bg.png) no-repeat top center /100%;
}


.base_sec .area2 dt {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.base_sec .area2 .col {
    /* padding-left: 40px; */
    /* padding-right: 40px; */
    padding: 30px 30px 20px;
}

.base_sec .area2 dd {
    /* margin-bottom: 30px; */
    text-align: left;
    color: #fff;
    font-size: 18px;
    /* margin-bottom: 30px; */
}


.base_sec .area2 ul li {
  margin-left: 1.8em;
  position: relative;
  margin-bottom: 5px;
  font-size: 18px;
}
.base_sec .area2 ul li:before {
  content:  "";
  width: 20px;
  height: 18px;
  display: block;
  position:   absolute;
  left: -1.6em;
  top:5px;
  background: url(../images/top/check.png) no-repeat center center /cover;
}
.base_sec .area2 .caution {
  font-size: 13px;
  text-align: center;
  padding-top: 20px;
}

.contact_sec {
    background: url(../images/top/cvsp.png) no-repeat center center;
    padding: 30px 0 40px;
}

.contact_sec .jp {
    color: #fff;
    line-height: 1.5;
    font-size: 25px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}

.contact_sec .en {
    margin-bottom: 25px;
    color: #5876a5;
    text-align: center;
    display: block;
    font-family: 'Roboto';
    letter-spacing: 4px;
    font-size: 12px;
}

.contact_sec .row {
    background: #fff;
    padding: 15px;
}

.secret_area {
  /* padding-top: 50px; */
}
.secret_area .num {
  width: 58px;
  height: 58px;
  font-family: 'Roboto', sans-serif;
  border-radius: 41px;
  background:  #07195c;
  margin-top: 5px;
  display: flex;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  letter-spacing: -2px;
  font-weight: 100;
  color:#fff;
}
.secret_area .ttl {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.secret_area .text {
    font-size: 23px;
    font-weight: bold;
    color: #07195c;
    line-height: 1.3;
    border-bottom: 2px solid #07195c;
    padding-bottom: 5px;
}


.secret_area .ttl {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.secret_area .text {
    font-size: 23px;
    font-weight: bold;
    color: #07195c;
    line-height: 1.3;
    border-bottom: 2px solid #07195c;
    padding-bottom: 5px;
    flex: 1;
}

.secret_area p {
    font-size: 18px;
    margin: 0 20px 20px;
    letter-spacing: 1px;
}

.secret_area dl {
    margin: 0 20px 30px;
}

.secret_area dt {
    background: #07195c;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}

.secret_area .ttl {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.secret_area .text {
    font-size: 23px;
    font-weight: bold;
    color: #07195c;
    line-height: 1.3;
    border-bottom: 2px solid #07195c;
    padding-bottom: 5px;
    flex: 1;
}

.secret_area p {
    font-size: 18px;
    margin: 0 20px 20px;
    letter-spacing: 1px;
}

.secret_area dl {
    margin: 0 20px 30px;
}

.secret_area dt {
    background: #07195c;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}

.support_area {
    background: #eff1f2;
    padding-top: 40px;
    border-top: 1px solid #07195c;
}

.support_area h3 {
    text-align: center;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 500;
}

.support_area h3 .bl {
    color: #07195c;
    display: block;
}

.support_area h3 {
    border-bottom: 1px dotted #07195c;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.support_area dt {
    background: #1a3e86;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
}

.support_area dt span {
    display: block;
    font-size: 22px;
    color: #f8d949;
    font-family: 'Roboto';
}

.support_area dd {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.support_area .row {
    display: flex;
    flex-direction: column;
}

.support_area dl {
    order: 2;
    margin-top: 20px;
}



.secret_area .ttl {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 11px;
}

.secret_area .text {
    font-size: 23px;
    font-weight: 500;
    color: #07195c;
    line-height: 1.3;
    border-bottom: 1px solid #07195c;
    padding-bottom: 5px;
    flex: 1;
    display: flex;
    align-items: center;
}

.secret_area p {
    font-size: 18px;
    margin: 0 20px 30px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.secret_area dl {
    margin: 20px 20px 22px;
}

.secret_area dt {
    background: #07195c;
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    min-width: 80px;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.support_area {
    background: #eff1f2;
    padding-top: 50px;
    border-top: 1px solid #07195c;
}

.support_area h3 {
    text-align: center;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
}

.support_area h3 .bl {
    color: #07195c;
    display: block;
}

.support_area h3 {
    border-bottom: 1px dotted #07195c;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.support_area dt {
    background: #1a3e86;
    padding: 15px 10px 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: 24px;
}

.support_area dt span {
    display: block;
    font-size: 22px;
    line-height: 1;
    color: #f8d949;
    font-family: 'Roboto';
    letter-spacing: 1px;
    /* font-weight: 400; */
}

.support_area dd {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.support_area .row {
    display: flex;
    flex-direction: column;
}

.support_area dl {
    order: 2;
    margin-top: 20px;
}

.movie_area {
    background: url(../images/top/movie_area.png) no-repeat center center/cover;
    padding: 40px 0 50px;
}

.movie_area h3 {
    font-size: 28px;
    text-align: center;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #1a3e86;
}

.movie_area .movie_wrap {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.movie_area .movie_wrap video{
    width: 100%;
}

.movie_area .movie_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

section.series_sec {
    padding-top: 50px;
}

.series_sec .row.row1 {
    background: url(../images/top/series_secbgsp.png) no-repeat center center/100%;
    text-align: center;
    position: relative;
}

.series_sec dt {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.series_sec dd {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.4;
}

.series_sec dd:after {content: "";width: 100px;height: 1px;background: #fff;display: block;margin: 15px auto 15px;}

.series_sec p {
    color: #fff;
    font-size: 18px;
    margin: 0 20px 20px;
    line-height: 1.6;
}

.series_sec ul {
    margin: 0 50px 30px;
}

.series_sec ul li {
    background: #fff;
    padding: 3px 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #1a3e86;
    font-weight: 500;
}

.series_sec .col:nth-child(1) {
    background: url(../images/top/series_secbgsp.png) no-repeat center center/100% 100%;
    padding-top: 35px;
}

.series_sec .col:nth-child(2) {
    background: url(../images/top/series_secbgsp2.png)no-repeat center center/cover;
    padding-top: 37px;
}

.wh_wrap .row2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-left: 10px;
    padding-right: 10px;
}

.wh_wrap dl {
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 10px 15px;
    /* display: flex; */
}

.wh_wrap dt {
    color: #000;
    font-size: 11px;
    text-align: center;
}

.faq_sec {
    padding-top: 50px;
    padding-bottom: 90px;
}

.mv_sec {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 70px;
    background: url(../images/top/fvbgsp.png) no-repeat center top /cover;
}

.mv_sec .catch {
    margin-bottom: 30px;
}

.mv_sec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 45px;
}

.mv_sec ul li {
    width: 49%;
}

.mv_sec .text {
    margin-bottom: 40px;
    padding: 0 15px;
}

.mv_sec .form_wrap {
    background: #fff;
    border: 3px solid #fff;
    padding: 25px 15px;
    width: 100%;
}

.mv_sec .form_wrap .ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #17387c;
    margin-bottom: 0;
}

.solv_sec {
    padding-top: 50px;
}

.solv_sec .area3 .col._2 .ttl {
    background: #122e6d;
}

.solv_sec .area3 .col._2 dt {
    color: #4c9fe3;
}

.solv_sec .area3 .col._2 ul li:before {
    content: "◯";
    color: #4c9fe3;
    font-weight: bold;
}
.base_sec  .area1 .subttl {
    color: #1a3e86;
    /* margin-bottom: 0!important; */
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 4px;
}


.paton_kenshin {
    width: 100px;
    margin: 20px auto 0;
}

.base_sec .area2 .col._1 {
    background: url(../images/top/base_sec_col1.png) no-repeat center center/cover;
}
.base_sec .area2 .col._2 {
    background: url(../images/top/base_sec_col2.png) no-repeat center center/cover;
}
.base_sec .area2 .col._3 {
    background: url(../images/top/base_sec_col3.png) no-repeat center center/cover;
}
.base_sec .area2 .col._4 {
    background: url(../images/top/base_sec_col4.png) no-repeat center center/cover;
}

.secret_sec {
    padding-top: 50px;
    background: #eff1f2;
}

.support_area dt:after {content: "";width: 0;height: 0;border-style: solid;border-width: 14px 14px 0 0;border-color: #1a3e86 transparent transparent transparent;position: absolute;bottom: -14px;left: 46%;}

.series_sec .row.row1:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    /* border-width: 20px 20px 0 20px; */
    /* border-width: 16px 16.5px 0 16.5px; */
    /* border-width: 33px 33px 0 33px; */
    border-width: 25px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.faq_sec dt {
    background: #f8f8f8;
    font-size: 18px;
    color: #1a3e86;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    padding: 14px 20px 14px 50px;
    position: relative;
    border-bottom: 3px solid;
}

.faq_sec dd {
    /* background: #f8f8f8; */
    font-size: 18px;
    /* color: #5d93d8; */
    /* font-weight: 500; */
    line-height: 1.4;
    /* letter-spacing: 1px; */
    padding: 20px 0px 15px 50px;
    position: relative;
    /* border-bottom: 3px solid; */
}

.faq_sec dd:after {content: "";clear: both;display: block;}

.faq_sec dd img {
    float: left;
    width: 90px;
    margin-right: 15px;
}

.faq_sec dd:before {content: "A";/* content: 'Q'; */font-family: 'Roboto';font-size: 30px;position: absolute;left: 15px;top: 9px;color: #5d93d8;}

.faq_sec dt:before {content: 'Q';font-family: 'Roboto';font-size: 30px;position: absolute;left: 15px;top: 5px;}

.secret_area .row .col {
    padding-top: 0;
    border-top: 1px solid #1a3e86;
    border-bottom: none;
}

.secret_area .row .col .img {
    margin-bottom: 30px;
    position: relative;
}

.secret_area .row .col .img:after {content: "";width: 0;height: 0;border-style: solid;border-width: 0 15px 15px 15px;border-color: transparent transparent #ffffff transparent;z-index: 1;position: absolute;display: block;bottom: 0;left: 50%;transform: translateX(-50%);}


.cvpart {background: #fff;padding: 30px 20px;}

.cvpart_call {
    height: 57px;
    background: linear-gradient(#193e86, #163777 ) fixed;
    box-shadow: 0 3px 0 #000e5b;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 1;
    font-size: 20px;
}

.cvpart_call:before {content: "";width: 26px;height: 26px;margin-right: 10px;background: url(../images/top/ico_callsp.png) no-repeat center center/contain;}

.cvpart .calltime {
    text-align: center;
    padding: 12px 15px 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
    color: #666;
    font-size: 13px;
    letter-spacing: 1px;
}

.cvpart .cvpart_mail {
    height: 57px;
    background: #f1ab3c;
    box-shadow: 0 3px 0 #926a24;
    border-radius: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.cvpart .cvpart_mail:before {content: "";content: "";width: 24px;height: 17px;margin-right: 8px;background: url(../images/top/ico_mailsp.png) no-repeat center center/contain;}

.cvpart .cvpart_mail:after {content: "";width: 8px;height: 8px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;transform: rotate(-45deg);margin-left: 10px;}

footer dt {
    /* color: #fff; */
    /* text-align: center; */
    /* font-size: 25px; */
    /* letter-spacing: 2px; */
    /* font-weight: 500; */
    color: #fff;
    line-height: 1.5;
    font-size: 25px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}

footer dd {
    margin-bottom: 20px;
    color: #5876a5;
    text-align: center;
    display: block;
    font-family: 'Roboto';
    letter-spacing: 4px;
    font-size: 12px;
}

footer .top_wrap p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 100;
    letter-spacing: 2px;
    /* padding: 0 20px; */
}

footer .top_wrap dl+p:after {
content: "";
width: 100%;
margin-top: 30px;
height: 1px;background: #fff;display: block;/* margin-right: calc(50% - 50vw); *//* margin-left: calc(50% - 50vw); */}

footer .cvpart {
    padding-top: 20px;
    padding-bottom: 20px;
    margin:30px 20px 20px;
}


footer .bottom_wrap {
    background: #183877;
    padding: 20px;
}

footer .copy {
    font-size: 12px;
    color: #7392c1;
    padding-top: 10px;
    font-family: 'Roboto';
    text-align: center;
    letter-spacing: 1px;
}

footer .logo {
    text-align: center;
}

.series_sec .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 40px 10px 27px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.series_sec .logos li {
    /* width: 32%; */
    padding: 0 7px 10px;
    box-sizing: border-box;
}

.support_area img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.mv_sec .text_wrap {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.form_wrap th, .form_wrap td {
    display: block;
    float:left;
    clear:both;
    width: 100%;
}

.form_wrap th {
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
}

.form_wrap th .need {
    background: #d02d26;
    width: 45px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 3px;
    margin-left: 10px;
    font-size: 12px;
}


.form_wrap tr {
    width: 100%;
}

.form_wrap table {
    width: 100%;
    margin-bottom: 20px;
}
.form_wrap .agree {
    text-align: center;
    margin-bottom: 20px;
}
.form_wrap .agree a {
    text-decoration: underline;
    color: #163678;
}
.form_wrap th {
    text-align: left;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
}

.form_wrap th .need {
    background: #d02d26;
    width: 45px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 3px;
    margin-left: 10px;
    font-size: 12px;
}
.form_wrap input[type="text"] {
    width: 100%;
    padding: 15px 10px;
    border: none;
    display: block;
    box-sizing:     border-box;
    background: #f2f2f2;
}

.form_wrap textarea {
    width: 100%;
    height: 125px;
    padding: 15px 10px;
    border: none;
    display: block;
    box-sizing:     border-box;
    background: #f2f2f2;
}
.form_wrap td {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

#AllBox {
    padding-bottom: 170px;
}


.tuiju {
  z-index: 100;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 0;
}

.tuiju-btn {
    width: 49px;
    display: block;
    margin-right: 10px;
    margin-left: auto;
}

.tuiju-flex {
    background: #fff;
    box-shadow: 0 0 5px #c1c1c1;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.tuiju-call {
    height: 36px;
    background: linear-gradient(#193e86, #163777 ) fixed;
    box-shadow: 0 2px 0 #000e5b;
    border-radius: 3px;
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff!important;
    line-height: 1;
    font-size: 14px;
}

.tuiju-contact {
    height: 36px;
    background: #f1ab3c;
    box-shadow: 0 2px 0 #926a24;
    border-radius: 3px;
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff!important;
    font-size: 14px;
}

.tuiju-call:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../images/top/ico_callsp.png) no-repeat center center/contain;
}

a.tuiju-contact:before {
    content: "";
    width: 22px;
    height: 16px;
    margin-right: 8px;
    background: url(../images/top/ico_mailsp.png) no-repeat center center/contain;
}

.secret_area .row .col .img img {
    width: 100%;
}

input.pushbtn {
    height: 57px;
    background: #f1ab3c;
    box-shadow: 0 3px 0 #926a24;
    border-radius: 5px;
    border: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

input.pushbtn:before {
    content: "";
    content: "";
    width: 24px;
    height: 17px;
    margin-right: 8px;
    background: url(../images/top/ico_mailsp.png) no-repeat center center/contain;
}

input.pushbtn:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin-left: 10px;
}
