@charset "UTF-8";
#news {
  background: #fff;
}

#news section .wrap ul {
  max-width: 1080px;
  margin: auto;
  padding: 0 40px;
}

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

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

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

#news section .wrap ul li.news__content a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#news section .wrap ul li.news__content a img {
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  -o-object-position: top;
     object-position: top;
}

@media screen and (max-width: 768px) {
  #news section .wrap ul li.news__content a img {
    width: 100%;
  }
}

#news section .wrap ul li.news__content a .text__content {
  padding-left: 40px;
  width: calc(100% - 300px);
}

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

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

#news section .wrap ul li.news__content a .text__content div span {
  width: 120px;
  background: #040404;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 4px;
  margin-right: 20px;
}

#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: 600;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.2;
  padding: 20px 0;
}

#news section .wrap ul li.news__content a .text__content p {
  width: auto;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 1.4rem;
}

#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;
  background: #007FC6;
  border-radius: 0;
}

#news section .wrap .pagination .page-numbers {
  background: #007FC6;
  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: #007FC6;
  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: #007FC6;
  width: auto;
}

#single {
  width: auto;
  background: #fff;
}

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

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

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

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

#single section .info span {
  width: 120px;
  background: #161414;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  #single section .info p {
    text-align: right;
  }
}

#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: 400;
  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: 600;
}

@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: 600;
}

@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: 600;
  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: 40px auto 60px;
  }
}

#single section .btnWrap .btn {
  font-style: normal;
  font-weight: 600;
  color: #161414;
  letter-spacing: 2px;
  font-size: 1.4rem;
  border: solid 1px;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  padding: 20px 0;
  width: 240px;
  display: block;
  text-align: center;
  margin: auto;
  line-height: 1;
}

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

#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: 800px;
  margin: auto;
  padding-top: 40px;
}

@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: 600;
  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: 40px;
}

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

#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: 600;
}

@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: -webkit-linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  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: 600;
}

@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .content input {
    font-size: 1.6rem;
    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: 600;
}

@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: -webkit-linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  border-radius: 4px;
  font-size: 1rem;
  color: #fff;
  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;
}

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

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

#contact section .wrap .submit {
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: right;
  padding: 10px 80px;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  background: -webkit-linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  color: #fff;
  display: block;
  margin: auto;
  position: relative;
  border: solid #1255e1 1px;
}

@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 .submit:hover {
  background: transparent;
  color: #1255e1;
}

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

#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;
}

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

#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: 600;
}

@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%;
}

#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: 600;
}

@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%;
  }
}

#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 {
  margin-top: 56px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: right;
  padding: 10px 80px;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  background: -webkit-linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  color: #fff;
  display: block;
  margin: auto;
  position: relative;
  border: solid #1255e1 1px;
}

@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: 600;
  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: 600;
  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 {
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: right;
  padding: 10px 80px;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  background: -webkit-linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  color: #fff;
  display: block;
  margin: auto;
  position: relative;
  border: solid #1255e1 1px;
}

@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;
}

#complete section .wrap div a:hover {
  background: transparent;
  color: #1255e1;
}
/*# sourceMappingURL=news.css.map */