@charset "UTF-8";
#header {
  background: #fff !important;
  top: 0 !important;
}

/* Title */
#title {
  margin-top: 86px;
  background: #fff;
  width: 100%;
  height: 360px;
}

@media screen and (max-width: 768px) {
  #title {
    width: 100%;
    height: 200px;
    margin-top: 72px;
  }
}

#title img.bg {
  width: 60%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  opacity: 1;
  right: 0;
  margin-left: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  #title img.bg {
    opacity: 0.4;
    -o-object-position: right;
       object-position: right;
    width: 100%;
  }
}

#title section {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #title section {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #title section.single:after {
    background: rgba(0, 0, 0, 0.4);
  }
}

@media screen and (max-width: 768px) {
  #title section.single h1 {
    font-size: 2.4rem !important;
    padding: 0 40px !important;
  }
}

#title section .wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #title section .wrap {
    width: 100%;
  }
}

#title section .wrap h1 {
  text-align: left;
  padding-left: 120px;
  width: auto;
  font-size: 3.6rem;
  display: inline-block;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
  letter-spacing: 4px;
}

@media screen and (max-width: 768px) {
  #title section .wrap h1 {
    font-size: 3.6rem;
    padding-left: 0px;
    display: block;
    text-align: center;
    width: auto;
  }
}

#title section .wrap i {
  display: block;
  padding-left: 128px;
  padding-top: 10px;
  color: #333;
  letter-spacing: 4px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #title section .wrap i {
    padding-left: 0px;
    text-align: center;
    width: auto;
  }
}

#message img.bg {
  position: absolute;
  width: 40%;
  max-width: 400px;
  top: 40px;
  left: 40px;
}

@media screen and (max-width: 768px) {
  #message img.bg {
    width: 80%;
    top: -40px;
    left: -80px;
  }
}

#message section .content {
  text-align: center;
  padding-top: 40px;
}

#message section .content h3 {
  text-align: center;
  line-height: 1.6;
  letter-spacing: 4px;
  font-size: 1.8rem;
}

#message section .content p {
  padding: 40px;
  max-width: 880px;
  line-height: 2;
  font-size: 1.4rem;
  display: inline-block;
  text-align: left;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #message section .content p {
    padding: 40px 20px;
  }
}

#message section .content p span {
  display: block;
  padding-top: 20px;
  text-align: right;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #message section .content p span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #company section .wrap {
    padding: 0 20px;
  }
}

#company section table {
  font-weight: 500;
  max-width: 600px;
  width: 100%;
  margin: 40px auto 80px;
  border-collapse: collapse;
}

#company section table tr {
  width: auto;
}

#company section table tr th {
  font-size: 1.4rem;
  width: auto;
  font-weight: 500;
  padding: 10px 20px;
  text-align: left;
  line-height: 2;
  vertical-align: top;
  border-bottom: solid 0.2px;
  letter-spacing: 2px;
  color: #333;
}

@media screen and (max-width: 768px) {
  #company section table tr th {
    padding: 10px;
    letter-spacing: 0;
    white-space: nowrap;
  }
}

#company section table tr th:first-child {
  white-space: nowrap;
}

#company section table tr th a {
  color: #333;
}

#company section table tr td {
  width: auto;
}

#company section .frame {
  max-width: 600px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  #company section .frame {
    padding: 20px;
  }
}

#company section .frame p {
  line-height: 2;
  font-size: 1.4rem;
  width: auto;
  font-weight: 500;
  padding-bottom: 20px;
}

#company section .frame iframe {
  border: 0;
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #company section .frame iframe {
    height: 300px;
  }
}

#service .content {
  text-align: center;
  padding-top: 40px;
}

#service .content h2 {
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 4px;
}

#service .content ul {
  max-width: 1000px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  #service .content ul {
    margin-bottom: 0;
  }
}

#service .content ul li {
  width: 100%;
  padding: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #service .content ul li {
    display: block;
  }
}

#service .content ul li:last-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#service .content ul li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#service .content ul li:nth-child(2n) .content {
  padding: 0 40px 0 0;
}

@media screen and (max-width: 768px) {
  #service .content ul li:nth-child(2n) .content {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  #service .content ul li:nth-child(2n) .content a {
    margin-bottom: 0;
    width: 100% !important;
  }
}

#service .content ul li:nth-child(2n) a {
  padding-right: 0;
  padding-left: 80px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #service .content ul li:nth-child(2n) a {
    padding-right: 0;
    padding-left: 0;
    z-index: 1;
    margin-left: -10px;
    width: 100%;
  }
}

#service .content ul li:nth-child(2n) a img.bg {
  width: auto;
  right: auto;
  left: 40px;
  position: absolute;
  -webkit-filter: initial;
          filter: initial;
  top: -40px;
  height: calc(100% + 80px);
  max-height: calc(100% + 80px);
  z-index: -1;
}

#service .content ul li:nth-child(2n) a img.bg:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 768px) {
  #service .content ul li:nth-child(2n) a img {
    width: auto;
    right: -40px;
    left: auto;
    top: 20px;
    height: 100%;
    margin-right: 0;
  }
}

#service .content ul li a {
  display: block;
  width: 50%;
  position: relative;
  padding-right: 80px;
}

@media screen and (max-width: 768px) {
  #service .content ul li a {
    width: 100%;
    border: none;
    padding: 0;
  }
}

#service .content ul li a:hover {
  opacity: 1;
}

#service .content ul li a img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  cursor: pointer;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 280px;
}

@media screen and (max-width: 768px) {
  #service .content ul li a img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    margin-right: -20px;
    min-height: auto;
  }
}

#service .content ul li a img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#service .content ul li a img.bg {
  width: auto;
  right: 40px;
  left: auto;
  position: absolute;
  -webkit-filter: initial;
          filter: initial;
  top: -40px;
  height: calc(100% + 80px);
  max-height: calc(100% + 80px);
  z-index: -1;
}

#service .content ul li a img.bg:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 768px) {
  #service .content ul li a img.bg {
    width: 100% !important;
    top: 20px !important;
    height: 100% !important;
  }
}

#service .content ul li .content {
  width: 50%;
  padding: 0 0 0 40px;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #service .content ul li .content {
    width: 100%;
    padding: 40px 20px;
  }
}

#service .content ul li .content i {
  font-size: 1.1rem;
  opacity: 0.6;
}

#service .content ul li .content h3 {
  font-size: 2rem;
  padding-bottom: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: left;
}

#service .content ul li .content p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 2px;
}

#service .content ul li .content a {
  display: block;
  border: none;
  color: #333;
  padding: 15px 10px;
  border-radius: 4px;
  width: 240px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin: 40px 0;
  background: #c9d6ed;
  background: #c9d6ed;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #service .content ul li .content a {
    width: 100% !important;
    margin-bottom: 0;
  }
}

#service .content ul li .content a.small {
  width: 200px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #service .content ul li .content a.small {
    width: 100%;
    margin-bottom: 0;
  }
}

#service .content ul li .content a.mr {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #service .content ul li .content a.mr {
    margin-right: 0;
  }
}

/*============================
#cv
============================*/
article#cv {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#cv {
    width: auto;
  }
}

article#cv section.full {
  padding-top: 80px;
  padding-bottom: 80px;
}

article#cv section.full div.wrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 880px;
  margin: auto;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  article#cv section.full div.wrap {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

article#cv section.full div.wrap div.text {
  width: auto;
  padding-right: 40px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  article#cv section.full div.wrap div.text {
    padding: 40px 0 0;
  }
}

article#cv section.full div.wrap div.text h3 {
  width: auto;
  border-bottom: solid 2px;
  -o-border-image: linear-gradient(to right, #fcecab 0%, #72aee6 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#fcecab), to(#72aee6));
  border-image: linear-gradient(to right, #fcecab 0%, #72aee6 100%);
  border-image-slice: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  letter-spacing: 4px;
}

@media screen and (max-width: 768px) {
  article#cv section.full div.wrap div.text h3 {
    width: auto;
    font-size: 1.6rem;
  }
}

article#cv section.full div.wrap div.text p {
  width: auto;
  padding: 20px 0;
  line-height: 2;
  letter-spacing: 2px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  article#cv section.full div.wrap div.text p {
    width: auto;
  }
}

article#cv section.full div.wrap div.text div.btn {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#cv section.full div.wrap div.text div.btn {
    width: auto;
  }
}

article#cv section.full div.wrap div.text div.btn a {
  display: block;
  padding: 20px 10px;
  border-radius: 4px;
  width: 240px;
  line-height: 1;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin: 40px 0;
  background: #c9d6ed;
  background: #c9d6ed;
  color: #333;
}

@media screen and (max-width: 768px) {
  article#cv section.full div.wrap div.text div.btn a {
    width: auto;
  }
}

article#cv section.full div.wrap div.img {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#cv section.full div.wrap div.img {
    width: auto;
  }
}

article#cv section.full div.wrap div.img img.bg {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#cv section.full div.wrap div.img img.bg {
    width: auto;
  }
}

#news section .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

#news section .wrap ul li.news__content {
  padding: 0 20px;
  width: 33%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #news section .wrap ul li.news__content {
    padding: 20px;
    width: 100%;
    margin-bottom: 0px;
  }
}

#news section .wrap ul li.news__content a {
  color: #333;
}

#news section .wrap ul li.news__content a .text__content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  font-weight: 500;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news section .wrap ul li.news__content a .text__content div span {
  text-align: center;
  font-size: 1.2rem;
  background: #c9d6ed;
  background: #c9d6ed;
  color: #000;
  border-radius: 50px;
  padding: 8px 10px;
  width: auto;
}

#news section .wrap ul li.news__content a .text__content div p {
  font-size: 1.2rem;
  text-align: right;
}

#news section .wrap ul li.news__content a .text__content h3 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.2;
  padding: 20px 0;
}

#news section .wrap .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  max-width: 1000px;
  margin: auto;
}

#news section .wrap .pagination span {
  width: 24px;
  height: 24px;
  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: 0 10px;
  color: #fff;
  border: solid 1px;
  border-image: -webkit-linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  border-image-slice: 1;
  background: linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  background: -webkit-linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  border-radius: 0;
}

#news section .wrap .pagination .page-numbers {
  background: linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  background: -webkit-linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  width: 24px;
  height: 24px;
  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;
}

#news section .wrap .pagination .next {
  font-size: 14px;
  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: 0 10px;
  background: linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  background: -webkit-linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: auto;
}

#news section .wrap .pagination .prev {
  font-size: 14px;
  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: 0 10px;
  background: linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  background: -webkit-linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: auto;
}

#single {
  width: auto;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #single {
    width: auto;
  }
}

#single section {
  width: auto;
  max-width: 680px;
  margin: auto;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #single section {
    padding: 40px 20px 0;
  }
}

#single section img.bg {
  max-width: 600px;
  display: block;
  margin: auto;
  width: 100%;
}

#single section h2.title {
  letter-spacing: 2px;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  #single section h2.title {
    padding: 0 0 20px;
    font-size: 1.8rem;
  }
}

#single section .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  letter-spacing: 2px;
}

#single section .info span {
  text-align: center;
  font-size: 1.2rem;
  background: #c9d6ed;
  background: #c9d6ed;
  color: #000;
  border-radius: 50px;
  padding: 8px 10px;
  width: auto;
}

#single section .wrap {
  width: auto;
}

@media screen and (max-width: 768px) {
  #single section .wrap {
    width: auto;
  }
}

#single section .wrap h2 {
  padding: 12px 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #single section .wrap h2 {
    font-size: 2rem;
  }
}

#single section .wrap h3 {
  padding: 12px 0;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #single section .wrap h3 {
    font-size: 1.8rem;
  }
}

#single section .wrap h4 {
  padding: 12px 0;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #single section .wrap h4 {
    font-size: 1.6rem;
  }
}

#single section .wrap p {
  padding: 12px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

#single section .wrap a {
  color: #186EEF;
  text-decoration: underline;
}

#single section .wrap ul {
  list-style: inside;
  line-height: 1.8;
}

#single section .btnWrap {
  text-align: center;
  margin: 84px auto 36px;
}

@media screen and (max-width: 768px) {
  #single section .btnWrap {
    margin: 84px auto 60px;
  }
}

#single section .btnWrap .btn {
  display: block;
  color: #333;
  padding: 20px 10px;
  width: 240px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin: auto;
  border-radius: 50px;
  background: #c9d6ed;
  background: #c9d6ed;
  text-shadow: #fff 1px 1px 10px;
}

@media screen and (max-width: 768px) {
  #single section .btnWrap .btn {
    font-size: 1.4rem;
  }
}

#single section .btnWrap .btn:hover {
  opacity: .8;
}

#contact p span.error {
  padding-left: 10px;
}

#contact .content.errors input {
  background: #F3BEC2;
}

#contact .content.errors textarea {
  background: #F3BEC2;
}

#contact section {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #contact section {
    padding-top: 0;
  }
}

#contact section .wrap {
  width: auto;
  max-width: 880px;
  padding: 40px 40px 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #contact section .wrap {
    margin-top: 0;
    padding: 40px 20px 0;
  }
}

#contact section .wrap h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #contact section .wrap h3 {
    line-height: 1.6;
    font-size: 1.4rem;
  }
}

#contact section .wrap .contentWrap {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap:first-child .content {
    margin-bottom: 0px !important;
  }
}

#contact section .wrap .contentWrap .content {
  width: 50%;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .content {
    width: 100%;
    padding: 0;
  }
}

#contact section .wrap .contentWrap .content:first-child {
  margin-bottom: 32px;
}

#contact section .wrap .contentWrap .content p {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .content p {
    width: 100%;
    font-size: 1.4rem;
  }
}

#contact section .wrap .contentWrap .content p span {
  width: auto;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .content p span {
    width: auto;
  }
}

#contact section .wrap .contentWrap .content p span.haveto {
  background: #B9B436;
  color: #fff;
  font-size: 1rem;
  padding: 0 8px;
  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-left: 4px;
  border-radius: 4px;
}

#contact section .wrap .contentWrap .content input {
  background: #FFFFFF;
  height: 48px;
  width: 100%;
  padding: 0 20px;
  border: solid .1px #333;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .content input {
    font-size: 1.6rem;
    width: 100%;
  }
}

#contact section .wrap .contentWrap .content select {
  background: #FFFFFF;
  height: 48px;
  padding: 0 20px;
  border: solid 0.1px #333;
  font-weight: 500;
  width: 100%;
}

#contact section .wrap .contentWrap .fullContent {
  padding: 0 24px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .fullContent {
    width: 100%;
    padding: 0;
  }
}

#contact section .wrap .contentWrap .fullContent p {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 4px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .fullContent p {
    width: auto;
    font-size: 1.4rem;
  }
}

#contact section .wrap .contentWrap .fullContent p span {
  width: auto;
}

#contact section .wrap .contentWrap .fullContent p span.haveto {
  background: #B9B436;
  color: #fff;
  font-size: 1rem;
  padding: 0 8px;
  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-left: 4px;
  border-radius: 4px;
}

#contact section .wrap .contentWrap .fullContent textarea {
  background: #fff;
  width: 100%;
  padding: 20px;
  border: solid .1px #333;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .fullContent textarea {
    font-size: 1.6rem;
  }
}

#contact section .wrap .submit {
  display: block;
  color: #333;
  padding: 20px 10px;
  width: 240px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin: 80px auto 0;
  border-radius: 50px;
  background: #c9d6ed;
  background: #c9d6ed;
  text-shadow: #fff 1px 1px 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .submit {
    font-size: 1.4rem;
  }
}

#contact section .wrap .submit:after {
  content: "〉";
  position: absolute;
  right: 30px;
  font-size: 1.4rem;
}

#contact section .wrap .mw_wp_form .error {
  font-size: 12px;
  color: #fb2a75;
}

#contact section .wrap .privacy {
  text-align: center;
}

#confirm {
  width: auto;
}

@media screen and (max-width: 768px) {
  #confirm {
    width: auto;
  }
}

#confirm section {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #confirm section {
    padding-top: 0;
  }
}

#confirm section p {
  text-align: center;
  padding-bottom: 48px;
}

@media screen and (max-width: 768px) {
  #confirm section p {
    width: auto;
  }
}

#confirm section .wrap {
  display: inline-block;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap {
    width: 100%;
    padding: 80px 20px 0;
  }
}

#confirm section .wrap .contentWrap {
  width: 576px;
  display: block;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap {
    width: auto;
  }
}

#confirm section .wrap .contentWrap .content {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E3E3E3;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content {
    width: auto;
    display: block;
    font-size: 1.4rem;
    padding: 12px 10px 20px;
  }
}

#confirm section .wrap .contentWrap .content p {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content p {
    width: auto;
  }
}

#confirm section .wrap .contentWrap .content p:first-child {
  width: 40%;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content p:first-child {
    width: 100%;
  }
}

#confirm section .wrap .contentWrap .content p:last-child {
  width: 60%;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content p:last-child {
    width: 100%;
    padding: 10px 0 0 20px;
  }
}

#confirm section .wrap .contentWrap .content p span {
  width: auto;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content p span {
    width: auto;
  }
}

#confirm section .wrap .contentWrap .content p span.haveto {
  display: none;
}

#confirm section .wrap .contentWrap .fullContent {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E3E3E3;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent {
    width: auto;
    display: block;
    font-size: 1.4rem;
    padding: 12px 10px 20px;
  }
}

#confirm section .wrap .contentWrap .fullContent p {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent p {
    width: auto;
  }
}

#confirm section .wrap .contentWrap .fullContent p:first-child {
  width: 40%;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent p:first-child {
    width: 100%;
  }
}

#confirm section .wrap .contentWrap .fullContent p:last-child {
  width: 60%;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent p:last-child {
    width: 100%;
    padding: 10px 0 0 20px;
  }
}

#confirm section .wrap .contentWrap .fullContent p span {
  width: auto;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent p span {
    width: auto;
  }
}

#confirm section .wrap .contentWrap .fullContent p span.haveto {
  display: none;
}

#confirm section .wrap .contentWrap .fullContent p span.confirmHidden {
  display: none;
}

#confirm section .wrap .privacy {
  display: none;
}

#confirm section .wrap button {
  display: block;
  color: #333;
  padding: 20px 10px;
  width: 240px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin: 80px auto 0;
  border-radius: 50px;
  background: #c9d6ed;
  background: #c9d6ed;
  text-shadow: #fff 1px 1px 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #confirm section .wrap button {
    font-size: 1.4rem;
  }
}

#confirm section .wrap button:after {
  content: "〉";
  position: absolute;
  right: 30px;
  font-size: 1.4rem;
}

#complete {
  width: auto;
}

@media screen and (max-width: 768px) {
  #complete {
    width: auto;
  }
}

#complete section {
  padding: 60px 40px 240px;
}

@media screen and (max-width: 768px) {
  #complete section {
    padding: 0px 40px 120px;
  }
}

#complete section .wrap {
  width: auto;
  max-width: 800px;
  margin: auto;
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #complete section .wrap {
    width: auto;
  }
}

#complete section .wrap h2 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #complete section .wrap h2 {
    font-size: 1.6rem;
  }
}

#complete section .wrap p {
  text-align: center;
  font-weight: 500;
  padding-top: 20px;
  line-height: 1.6;
}

#complete section .wrap div {
  text-align: center;
  display: inline-block;
  margin-top: 56px;
}

#complete section .wrap div a {
  display: block;
  color: #333;
  padding: 20px 10px;
  width: 240px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin: 80px auto 0;
  border-radius: 50px;
  background: #c9d6ed;
  background: #c9d6ed;
  text-shadow: #fff 1px 1px 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #complete section .wrap div a {
    font-size: 1.4rem;
  }
}

#complete section .wrap div a:after {
  content: "〉";
  position: absolute;
  right: 30px;
  font-size: 1.4rem;
}

/*============================
#privacy
============================*/
article#privacy section.full div.wrap {
  max-width: 1080px;
  margin: auto;
  padding: 80px 40px;
}

@media screen and (max-width: 768px) {
  article#privacy section.full div.wrap {
    padding: 80px 20px;
  }
}

article#privacy section.full div.wrap p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
}

article#privacy section.full div.wrap div.content {
  padding: 40px 0 0;
}

article#privacy section.full div.wrap div.content h3 {
  font-size: 2rem;
  letter-spacing: 4px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  article#privacy section.full div.wrap div.content h3 {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}

article#privacy section.full div.wrap div.content ul {
  width: auto;
  list-style: decimal;
  padding-left: 20px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
}

article#privacy section.full div.wrap div.content ul li {
  padding-bottom: 10px;
}

article#privacy section.full div.wrap div.content ul li ul {
  padding-top: 10px;
  width: auto;
}

article#privacy section.full div.wrap div.content ul li ul li {
  width: auto;
}

article#privacy section.full div.wrap div.content ul li ul li ul {
  width: auto;
}

article#privacy section.full div.wrap div.content ul li ul li ul li {
  width: auto;
}

#dispatch-details {
  padding: 80px 0 40px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #dispatch-details {
    padding: 0px 10px 40px;
  }
}

#dispatch-details .dispatch-fee-system {
  margin-bottom: 60px;
  text-align: center;
}

#dispatch-details .dispatch-fee-system h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

#dispatch-details .dispatch-fee-system .fee-system-image {
  max-width: 800px;
  width: 100%;
  height: auto;
}

#dispatch-details .margin-details h3 {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

#dispatch-details .margin-details .margin-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #dispatch-details .margin-details .margin-table {
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #dispatch-details .margin-details .margin-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#dispatch-details .margin-details .margin-table th, #dispatch-details .margin-details .margin-table td {
  padding: 20px;
  border: 1px solid #ddd;
}

#dispatch-details .margin-details .margin-table th {
  background: #f5f5f5;
  width: 200px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #dispatch-details .margin-details .margin-table th {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #dispatch-details .margin-details .margin-table td {
    width: 100%;
  }
}

#dispatch-details .margin-details .margin-table td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#dispatch-details .margin-details .margin-table td ul li {
  margin-bottom: 10px;
}

#dispatch-details .margin-details .margin-table td ul li:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=page.css.map */