@charset "UTF-8";
/*--------------------------------------
 レイアウト
---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.pageDetail {
  margin-top: 80px;
}

.pageDetail .title_area {
  padding: 0px;
}

.pageDetail .title_area:after {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .pageDetail {
    margin-top: 20vw;
  }
}

.pageDetail * {
  font-family: 'Noto Sans JP', sans-serif;
}

.footCopy {
  text-align: center;
  font-size: 11px;
  padding: 2em 0;
}

.u-ttl1 {
  background-color: #666;
  text-align: center;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: auto;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding: 1.3em;
}

@media screen and (max-width: 767px) {
  .u-ttl1 {
    font-size: 2rem;
    padding: .8em 0;
  }
}

.u-inner {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
  box-sizing: border-box;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .u-inner {
    margin-top: 15px;
  }
}

.u-inner table {
  width: 100%;
}

.u-inner table td, .u-inner table th {
  vertical-align: top;
  padding: 1em 0;
}

.u-inner table th {
  width: 20%;
  font-weight: bold;
  box-sizing: border-box;
}

.u-inner table td {
  width: 80%;
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
}

.l-header {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  background-color: #e5e5e5;
  z-index: 999;
}

.l-header * {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 200;
}

.l-header nav {
  padding: 18px 30px 18px 30px;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header nav h1 {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .l-header nav h1 {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .l-header nav {
    width: 100%;
    padding: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .l-header nav .spMenu {
    display: block;
    width: 9vw;
    height: 7vw;
    right: 7vw;
    z-index: 15;
    top: 5.5vw;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .l-header nav .spMenu span {
    display: block;
    height: 1px;
    width: 100%;
    transition: 0.3s;
    background-color: #000;
    position: relative;
  }
  .l-header nav .spMenu.on .m1 {
    transform: rotate(-45deg);
    top: 3.5vw;
  }
  .l-header nav .spMenu.on .m2 {
    opacity: 0;
  }
  .l-header nav .spMenu.on .m3 {
    transform: rotate(45deg);
    bottom: 3vw;
  }
}

.l-header nav .copyright {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-header nav .copyright {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .l-header nav .navi {
    display: none;
  }
  .l-header nav .navi.show {
    position: fixed;
    display: block;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .l-header nav .navi.show ul {
    text-align: center;
    padding-top: 20vw;
    max-width: 60%;
    margin: 0 auto;
  }
  .l-header nav .navi.show ul li {
    margin-top: 5vw;
  }
  .l-header nav .navi.show a {
    font-size: 2.5rem;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-header nav .navi.show a {
    font-size: 1.2rem;
  }
}

.l-header nav ul {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-header nav ul {
    display: block;
  }
}

.l-header nav ul li {
  margin-left: 15px;
}

.l-header nav ul li a {
  text-decoration: none;
  color: #000;
}

.l-header nav ul li a.contact {
  display: block;
  background-color: #000;
  border-radius: 50px;
  padding: 0.8em;
  text-align: center;
  color: #fff;
  margin-top: 25px;
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header nav ul li a.contact {
    display: block;
  }
}

.l-header nav ul li a:hover {
  opacity: 0.7;
}

body {
  background-color: #E5E5E5;
  min-width: 1260px;
}

body.open {
  /*  overflow: hidden;*/
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

a {
  color: #191919;
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  opacity: .75;
}

em {
  font-style: normal;
}

.smp {
  display: none !important;
}

main {
  display: block;
}

main.fixed {
  margin-top: 76px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 767px) {
  body {
    min-width: auto;
  }
  .pc {
    display: none !important;
  }
  .smp {
    display: block !important;
  }
  a:hover {
    opacity: 1;
  }
}

.common-header {
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  min-width: 1260px;
  height: 76px;
  top: -76px;
  -webkit-transition: .3s;
  transition: .3s;
  position: static;
}

.common-header.fixed {
  position: fixed;
  background-color: rgba(229, 229, 229, 0.9);
  top: 0;
  z-index: 5;
}

.common-header.fixed .common-header__logo {
  left: 12%;
  top: 27px;
}

.common-header.fixed .common-header__logo.top .scroll-top {
  display: none !important;
}

.common-header.fixed .common-header__logo.top .scroll {
  display: block !important;
  width: 209px;
}

.common-header__logo {
  position: absolute;
  z-index: 10;
}

.common-header__logo.top {
  left: 6%;
  top: 0;
}

.common-header__logo.top img {
  width: 120px;
}

.common-header__logo.top .scroll {
  display: none;
}

.common-header__logo.lower {
  top: 27px;
  left: 12%;
}

@media (max-width: 1440px) {
  .common-header__logo.top {
    left: 40px;
  }
  .common-header__logo.lower {
    left: 60px;
  }
}

.common-owned__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 10px;
  right: 13.8%;
  font-size: 12px;
  border-left: 1px dotted #000;
}

.common-owned__list li {
  line-height: 1.1;
  padding: 0 10px;
  border-right: 1px dotted #000;
}

.common-owned__list li a {
  text-decoration: none;
  color: #000;
}

.common-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 40px;
  right: 13%;
}

@media (max-width: 1440px) {
  .common-header__list, .common-owned__list {
    right: 60px;
  }
}

.common-header__items {
  padding: 0 10px;
  position: relative;
}

.common-header__items.spOnly {
  display: none;
}

.common-header__items + .common-header__items {
  margin-left: 14px;
}

.common-header__items a {
  display: block;
  line-height: 2;
  font-size: 14px;
  text-decoration: none;
  color: #191919;
  position: relative;
}

.common-header__items a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #191919;
  -webkit-transition: .3s;
  transition: .3s;
}

.common-header__items.active > a {
  border-bottom: 1px solid #191919;
}

.common-header__items .common-header__lower {
  position: absolute;
  top: 53px;
  left: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  visibility: hidden;
}

.common-header__items .common-header__lower-items {
  min-width: 200px;
  height: 32px;
}

.common-header__items .common-header__lower-items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
  font-size: 12px;
  line-height: 1.6;
  color: #191919;
  background-color: #E5E5E5;
  height: 100%;
}

.common-header__items:hover > a:before {
  width: 100%;
}

.common-header__items:hover .common-header__lower {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 767px) {
  .common-owned__list {
    display: none;
  }
  .common-header__items.spOnly {
    display: block;
  }
}

.common-header__btn {
  display: none;
}

@media (max-width: 767px) {
  .common-header {
    height: 88px;
    min-width: auto;
    padding: 22px 20px;
    width: 100%;
    height: 76px;
  }
  .common-header.fixed {
    top: 0;
  }
  .common-header.fixed .common-header__logo {
    left: 20px;
    top: 29px;
  }
  .common-header.fixed .common-header__logo.top .scroll {
    width: 174px;
  }
  .common-header__logo {
    position: absolute;
  }
  .common-header__logo.top {
    left: 6%;
    top: 0;
  }
  .common-header__logo.top img {
    width: 120px;
  }
  .common-header__logo.lower {
    top: 29px;
    left: 20px;
    width: 174px;
  }
  .common-header__logo.lower img {
    width: 100%;
  }
  .common-header__list {
    display: block;
    top: 23px;
    right: 13%;
  }
  .common-header__items {
    border-bottom: 1px solid #fff;
    padding: 0;
  }
  .common-header__items.smp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .common-header__items:first-child {
    border-top: 1px solid #fff;
  }
  .common-header__items + .common-header__items {
    margin-left: 0;
  }
  .common-header__items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    font-size: 14px;
    text-decoration: none;
    color: #191919;
    padding-left: 20px;
  }
  .common-header__items a.lower-tgl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .common-header__items a.lower-tgl:after {
    content: '';
    position: absolute;
    top: 32px;
    right: 20px;
    width: 16px;
    height: 1px;
    left: auto;
    background-color: #595757;
  }
  .common-header__items a.lower-tgl:before {
    content: '';
    position: absolute;
    top: 32px;
    right: 20px;
    width: 16px;
    height: 1px;
    left: auto;
    background-color: #595757;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .common-header__items a.lower-tgl.open:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .common-header__items.active a {
    border-bottom: none;
  }
  .common-header__items .common-header__lower {
    display: none;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .common-header__items .common-header__lower-items {
    min-width: auto;
    width: 100%;
    height: 64px;
  }
  .common-header__items .common-header__lower-items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 16px;
    font-size: 14px;
    color: #191919;
    background-color: #E5E5E5;
    height: 100%;
    border-top: 1px solid #fff;
  }
  .common-header__items:hover > a:before {
    width: 16px;
  }
  .common-header__list {
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: scroll;
    display: none;
    z-index: 50;
    width: 100%;
    max-height: 100vh;
    background-color: #E5E5E5;
    height: auto;
    padding-top: 76px;
  }
  .common-header__list.open {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .common-header__btm {
    width: 100%;
    padding: 32px 20px 26px;
  }
  .common-header__btm .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .common-header__btm .btn-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    background-color: #191919;
    height: 56px;
    max-width: 156px;
    width: 156px;
    text-decoration: none;
  }
  .common-header__btm .btn-wrap a + a {
    margin-left: 10px;
  }
  .common-header__nv-bg {
    width: 100vw;
    height: 100vh;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .common-header__nv-bg.open {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .common-header__btn {
    position: absolute;
    z-index: 100;
    top: 22px;
    right: 20px;
    display: block !important;
    width: 32px;
  }
  .common-header__btn .bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 23px;
  }
  .common-header__btn .bar span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #191919;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .common-header__btn em {
    font-size: 12px;
    line-height: 1.6;
    font-feature-settings: "palt";
    white-space: nowrap;
    letter-spacing: -.03rem;
  }
  .common-header__btn.open .bar span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-6px, 5px);
    transform: rotate(-45deg) translate(-6px, 5px);
  }
  .common-header__btn.open .bar span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-10px, -10px);
    transform: rotate(45deg) translate(-10px, -10px);
  }
  .common-header__btn.open .bar span:nth-child(2) {
    opacity: 0;
  }
}

.common-footer {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 0;
}

.common-footer__inner {
  width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.common-footer__left {
  width: 120px;
}

.common-footer__logo {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.common-footer__logo img {
  width: 100%;
}

.common-footer__90logo {
  width: 100px;
  margin: 0 auto;
}

.common-footer__90logo img {
  width: 100%;
}

.common-footer__sns {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common-footer__sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  text-align: center;
  padding: 5px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.common-footer__sns a:nth-child(4) {
  /*  padding: 5px 0;*/
}

.common-footer__sns a img {
  margin: 0 auto;
}

.common-footer__sns a + a {
  margin-left: 24px;
}

.common-footer__right {
  width: 786px;
}

.common-footer__right > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.common-footer__right .top {
  padding-bottom: 40px;
  border-bottom: 1px solid #F5F4F3;
}

.common-footer__right .bottom {
  padding: 40px 0;
}

.common-footer__items, .common-footer__items-top {
  font-size: 12px;
}

.common-footer__items a {
  line-height: 1.6;
  color: #595757;
  text-decoration: none;
}

.common-footer__items-top {
  margin-bottom: 8px;
}

.common-footer__items-top a {
  line-height: 1.6;
  color: #595757;
  text-decoration: none;
  color: #191919;
}

.common-footer__copy {
  border-top: 1px solid #F5F4F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  font-size: 12px;
  color: #595757;
}

.common-footer__smp {
  display: none;
}

@media (max-width: 767px) {
  .common-footer {
    padding: 0;
  }
  .common-footer__inner {
    width: 100%;
    display: block;
  }
  .common-footer__left {
    width: 100%;
  }
  .common-footer__logo {
    display: none;
  }
  .common-footer__sns {
    display: none;
  }
  .common-footer__sns.smp {
    padding: 0 44px;
    margin-bottom: 40px;
    display: flex !important;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .common-footer__sns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    text-align: center;
    padding: 5px 7px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .common-footer__sns a:nth-child(4) {
    padding: 5px 0;
  }
  .common-footer__90logo {
    width: 120px;
    margin-bottom: 40px;
  }
  .common-footer__right, .common-footer__list {
    display: none;
  }
  .common-footer__items, .common-footer__items-top {
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
  }
  .common-footer__items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px;
    padding-left: 20px;
    line-height: 1.6;
    color: #595757;
  }
  .common-footer__items-top {
    margin-bottom: 0;
    position: relative;
  }
  .common-footer__items-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px;
    padding-left: 20px;
    line-height: 1.6;
    color: #595757;
  }
  .common-footer__items-top:before, .common-footer__items-top:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 34px;
    width: 16px;
    height: 1px;
    display: block;
    background-color: #666;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .common-footer__items-top:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .common-footer__items-top a {
    color: #191919;
  }
  .common-footer__items-top.open:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .common-footer__copy {
    border-top: none;
    height: auto;
    font-size: 12px;
    line-height: 1.7;
    padding-bottom: 20px;
  }
  .common-footer__smp {
    display: block;
  }
  .common-footer__smp .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .common-footer__smp .bottom .common-footer__items-top {
    width: 50%;
  }
  .common-footer__smp .bottom .common-footer__items-top:nth-child(2), .common-footer__smp .bottom .common-footer__items-top:nth-child(4) {
    border-left: 1px solid #E5E5E5;
  }
  .common-footer__smp .bottom .common-footer__items-top:last-child {
    width: 100%;
  }
  .common-footer__smp .bottom .common-footer__items-top:before, .common-footer__smp .bottom .common-footer__items-top:after {
    content: none;
  }
}

/*common*/
.arrw-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 56px;
  font-size: 14px;
  border: 1px solid #595757;
  color: #191919;
  text-decoration: none;
}

.arrw-btn:before {
  content: '';
  position: absolute;
  top: 22px;
  right: -31px;
  width: 54px;
  height: 8px;
  background-image: url("/images/arrow01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: .2s;
  transition: .2s;
}

.arrw-btn:link, .arrw-btn:visited {
  color: #191919;
}

.arrw-btn:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.side__btn {
  position: fixed;
  right: 0;
  top: 100px;
  width: 48px;
  z-index: 10;
}

.side__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 180px;
  background-color: #191919;
  border-radius: 16px 0px 0px 16px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
  letter-spacing: .1rem;
  text-decoration: none;
}

.side__btn a + a {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .side__btn {
    display: none;
  }
}

.flex-cont .flex-box .pct {
  width: 387px;
}

.flex-cont .flex-box .pct img {
  width: 100%;
}

.pct-links ul img {
  width: 413px;
}

@media (max-width: 767px) {
  .flex-cont .flex-box .pct {
    width: 100%;
  }
}

/*# sourceMappingURL=renew.css.map */
section.contact.contact2020 {
  background-color: #595757;
  padding-bottom: 80px;
}

section.contact.contact2020 .head-pct {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

section.contact.contact2020 .head-pct img {
  width: 100%;
}

section.contact.contact2020 .head-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 77px;
  overflow: hidden;
}

section.contact.contact2020 .head-btm li {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% / 7);
}

section.contact.contact2020 .head-btm li img {
  width: 100%;
}

section.contact.contact2020 .contact-inner {
  position: relative;
  width: 842px;
  margin: 0 auto;
}

section.contact.contact2020 .contact-inner h2 {
  position: absolute;
  top: -107px;
  right: -90px;
  color: #fff;
}

section.contact.contact2020 .contact-inner .lead {
  text-align: center;
  color: #fff;
  margin-bottom: 55px;
}

section.contact.contact2020 .contact-inner .lead h3 {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: .1em;
  margin-bottom: 32px;
  font-weight: 500;
}

section.contact.contact2020 .contact-inner .lead p {
  font-size: 16px;
  line-height: 1.7;
}

section.contact.contact2020 .contact-inner .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.contact.contact2020 .contact-inner .links li {
  width: 412px;
  height: 112px;
  border: 1px solid #fff;
}

section.contact.contact2020 .contact-inner .links li:nth-child(n+3) {
  margin-top: 20px;
}

section.contact.contact2020 .contact-inner .links li em {
  text-align: center;
  color: #595757;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 180px;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
}

section.contact.contact2020 .contact-inner .links li span {
  font-size: 16px;
  line-height: 1.6;
  display: block;
}

section.contact.contact2020 .contact-inner .links li span.icon {
  display: inline-block;
  height: 7px;
  width: 40px;
  overflow: hidden;
  position: relative;
  margin-top: 6px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

section.contact.contact2020 .contact-inner .links li span.icon img {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
}

section.contact.contact2020 .contact-inner .links li span.tel {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 4px;
}

section.contact.contact2020 .contact-inner .links li span.number {
  font-size: 20px;
  letter-spacing: .1em;
}

section.contact.contact2020 .contact-inner .links li min {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0;
}

section.contact.contact2020 .contact-inner .links li p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 23px 25px 25px 20px;
}

section.contact.contact2020 .contact-inner .links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

section.contact.contact2020 .contact-inner .links li a:hover .icon {
  margin-right: -20px;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  section.contact.contact2020 .head-pct img, section.contact.contact2020 .head-btm li img {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 767px) {
  section.contact.contact2020 {
    padding-bottom: 120px;
  }
  section.contact.contact2020 .head-pct {
    width: 90%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: -30px;
  }
  section.contact.contact2020 .head-btm {
    position: relative;
    top: -30px;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  section.contact.contact2020 .head-btm li {
    height: auto;
    width: calc(100% / 3);
  }
  section.contact.contact2020 .head-btm li img {
    width: 100%;
  }
  section.contact.contact2020 .contact-inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  section.contact.contact2020 .contact-inner h2 {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 40px;
  }
  section.contact.contact2020 .contact-inner .lead {
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
  }
  section.contact.contact2020 .contact-inner .lead h3 {
    margin-bottom: 25px;
  }
  section.contact.contact2020 .contact-inner .links {
    display: block;
  }
  section.contact.contact2020 .contact-inner .links li {
    width: 100%;
    height: auto;
  }
  section.contact.contact2020 .contact-inner .links li:nth-child(n+2) {
    margin-top: 24px;
  }
  section.contact.contact2020 .contact-inner .links li em {
    width: 100%;
    height: auto;
    min-height: 112px;
  }
  section.contact.contact2020 .contact-inner .links li span {
    font-size: 16px;
    line-height: 1.6;
    display: block;
  }
  section.contact.contact2020 .contact-inner .links li span.icon {
    display: inline-block;
    height: 8px;
    margin-top: 6px;
  }
  section.contact.contact2020 .contact-inner .links li span.icon img {
    display: block;
  }
  section.contact.contact2020 .contact-inner .links li min {
    display: none;
  }
  section.contact.contact2020 .contact-inner .links li p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    min-height: 78px;
    height: auto;
    padding: 15px 35px;
    text-align: center;
  }
  section.contact.contact2020 .contact-inner .links li a {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    width: 100%;
  }
}

.iconBlank {
  background: url(/renew_images/iconblank.png) no-repeat left center;
  padding-left: 15px;
}

/*# sourceMappingURL=srcmap/renew.css.map */
