@charset "utf-8";
/*=================================================
ぷっぷる　「おんがくだいすき！～」
=================================================*/

/*-----------------------------------------------------------

	共通項目

-----------------------------------------------------------*/
#contents section .mgt20 {
  margin-top: 20px;
}

#contents section .mgl20 {
  margin-left: 20px;
}

#contents section .mgr20 {
  margin-right: 20px;
}

#contents section .fts9 {
  font-size: .9em;
}

#contents section .fts10 {
  font-size: 1em;
}

#contents section .fts12 {
  font-size: 1.2em;
}

#contents section .fts14 {
  font-size: 1.4em;
}

#contents section .fts16 {
  font-size: 1.6em;
}

#contents section .fts18 {
  font-size: 1.8em;
}

#contents section .fts20 {
  font-size: 1.8em;
}

#contents section .fts24 {
  font-size: 2.4em;
}

#contents section .fts30 {
  font-size: 3em;
}

#contents section .red {
  color: #9b0032;
}

#contents section .blue {
  color: #1eb9ee;
}

#contents section .bold {
  font-weight: bold;
}

#contents section .radius {
  padding: 5px 12px;
  background: #ff5151;
  color: #ffffff;
  font-family: Arial;
  text-decoration: none;
  border-radius: 30px;
}

#contents section .attention {
  clear: both;
  width: 100%;
  line-height: 1.6em;
  color: #9b0032;
  font-size: 1em;
}

#contents {
  width: 100%;
  height: auto;
  margin: 100px auto 0;
  background: url('../img/funfunengli/bg.gif') 0 0 no-repeat;
  background-size: cover;
}

.h2Text {
  display: none;
}

.ft12 {
  font-size: 12px;
  letter-spacing: 1px;
}

.info-gp .text-center {
  text-align: center;
}

/*====================================================
	ul.apply　MailFORM
====================================================*/
ul.apply {
  width: 70%;
  height: 35%;
  margin: 0 auto;
}

ul.apply li {
  line-height: 0.8em;
  list-style-type: none;
}

ul.apply li.btn a {
  /* CSS3草案 */
  display: block;
  margin: 2em auto 2.5em auto;
  padding: 1em;
  box-shadow: 0 5px 8px 0 #aaa;
  background: #ffdb26;
  background-image: -webkit-linear-gradient(top, #ffdb26, #f58105);
  background-image: -moz-linear-gradient(top, #ffdb26, #f58105);
  background-image: -ms-linear-gradient(top, #ffdb26, #f58105);
  background-image: -o-linear-gradient(top, #ffdb26, #f58105);
  background-image: linear-gradient(to bottom, #ffdb26, #f58105);
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 0.2em;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 0.2em;
  /* Firefox用 */
  -ms-border-radius: 0.2em;
  /* Internet Explorer用 */
  border-radius: 0.2em;
}

ul.apply li.btn a:hover {
  margin: 2.5em auto 2em auto;
  background: #ffe97a;
  background-image: -webkit-linear-gradient(top, #ffe97a, #ebaa5b);
  background-image: -moz-linear-gradient(top, #ffe97a, #ebaa5b);
  background-image: -ms-linear-gradient(top, #ffe97a, #ebaa5b);
  background-image: -o-linear-gradient(top, #ffe97a, #ebaa5b);
  background-image: linear-gradient(to bottom, #ffe97a, #ebaa5b);
}

.mv-logo {
  width: 101.5px;
  margin-top: 28px;
  margin-left: auto;
}

.mainvisual {
  background-image: url(../img/funfunenglish/mv_bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.mv-container {
  width: 100%;
  margin: 0 auto;
  padding: 65px 0 40px;
  max-width: 1165px;
}

.mainvisual .mv-inner {
  display: flex;
  justify-content: space-between;
}

.mainvisual .mv-left {
  width: 67%;
  max-width: 784px;
}

.mainvisual .mv-right {
  width: 32%;
  max-width: 372.5px;
}

.interact-english {
  width: 100%;
  margin: 40px auto 38px auto;
  padding: 0 30px;
  max-width: 1195px;
}

.interact-english .inner {
  display: flex;
  align-items: center;
  padding: 38px 72px 30px 96px;
  border: 1px solid #94cf94;
}

.interact-english .title {
  width: 30%;
  max-width: 221.5px;
}

.interact-english .img {
  width: 30%;
  margin: 0 35px 0 20px;
  max-width: 225.5px;
}

.interact-english .text {
  line-height: 1.9;
  font-size: 16px;
  letter-spacing: 2.7px;
}

.interact-english .text p {
  margin-bottom: 9px;
}

.interact-english .text span {

  background: linear-gradient(transparent 58%, #fde76f 60%);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (min-width:320px) and (max-width:769px) {
  #contents section {
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
  }

  #contents section p.Pc {
    display: none;
  }

  #contents section p.Smp {
    display: inherit;
    width: 100%;
    line-height: 1.7em;
    font-size: 1.5em;
  }

  #contents section br.pPc {
    display: none;
  }

  #contents section .txtBox {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #contents section .txtBox img {
    width: 86%;
    margin: 0 auto;
  }

  #contents section .txtBox p {
    width: 86%;
    font-size: 1.6rem;
  }

  #contents section .gMap {
    width: 100%;
    height: 150%;
    margin: 0;
    min-height: 450px;
  }

  #contents section .caption {
    font-size: 1.2rem;
  }

  #demonstrator .photo {
    flex-direction: row;
    width: 80%;
    height: 80%;
    margin: 0 auto;
  }

  #demonstrator .profArea {
    width: 100%;
    margin: 0 auto;
  }

  #demonstrator .prof {
    display: block;
    flex-direction: row;
    width: 100%;
    height: 80%;
  }

  #contents section .prof p {
    position: relative;
    top: -50px;
    width: 100%;
    line-height: 2.6rem;
    font-size: 2.5rem;
    text-align: center;
  }

  #contents section img.prof {
    width: 40%;
    margin: 5px 10px 10px 5px;
    border-radius: 8%;
  }

  #contents section img.pict {
    display: block;
    clear: both;
    width: 60%;
    margin: 0 auto;
  }

  #about dl.event .map {
    margin: .5em 0 0 0;
  }

  #about dl.event .map li {
    line-height: 50%;
  }

  #contents section ul.notice {
    display: block;
    clear: both;
    width: auto;
    text-align: left;
  }

  #contents section ul.notice li {
    width: 100%;
    padding: 1em .7em 0 .7em;
    font-size: 1.4rem;
    vertical-align: top;
    list-style-type: none;
  }

  #contents section .txt_right {
    width: 100%;
    text-align: right;
  }

  #contents section .txt_center {
    width: 100%;
    text-align: center;
  }

  #contents section .left {
    display: inline-block;
    float: left;
  }

  #contents section .right {
    display: inline-block;
    float: right;
  }

  #contents section hr.pPc {
    display: none;
  }
}

/* smp end */



/*----------------------------------------------------
	PC
----------------------------------------------------*/
@media only screen and (min-width:800px) and (max-width:2068px) {
  #contents section {
    top: 0;
    left: 0;
    margin-bottom: 0px;
  }

  #contents .txtBox {
    width: 100%;
  }

  #contents .txtBox p {
    width: 86%;
    font-size: 2.4rem;
    text-align: center;
    word-break: keep-all;
  }

  #contents .gMap {
    width: 100%;
    height: 120%;
    margin: .8em 0;
    min-height: 350px;
  }

  /*    #contents section p{font-size:1.5em;line-height:1.8em;}*/
  #contents section p.Pc {
    line-height: 1.7em;
    font-size: 1.7em;
  }

  #contents section p.Smp {
    display: none;
  }

  #contents section br.Smp {
    display: none;
  }

  #contents section h3.pSmp {
    display: none;
  }

  #contents section .imgSmp {
    display: none;
  }

  #contents section hr.Smp {
    display: none;
  }

  #contents section .leftPc {
    display: inline-block;
    float: left;
  }

  #contents section .rightPc {
    display: inline-block;
    float: right;
  }

  #contents section .caption {
    clear: both;
    width: 100%;
    font-size: 1.6rem;
  }

  #contents section .attention {
    clear: both;
    width: 100%;
    line-height: 0.8em;
    color: #9b0032;
    font-size: 0.8em;
  }

  #about dl.event {
    width: 100%;
  }

  #about dl.event dt {
    display: inline-block;
    width: 20%;
    margin: 0 0 1em 0;
    padding: 0 1em;
    text-align: center;
    vertical-align: top;
    min-height: 2.5em;
  }

  #about dl.event dd {
    display: inline-block;
    width: 77%;
    margin: 0;
    margin: 0 0 1em 0;
    padding: 0 1em;
    text-align: left;
    min-height: 2.5em;
    word-break: break-all;
  }

  #about dl.event dt.date {
    display: inline-block;
    width: 20%;
    margin: 2em 0 1em 0;
    padding: 0 1em;
    text-align: center;
    vertical-align: top;
    min-height: 2.5em;
  }

  #about dl.event dd.date {
    display: inline-block;
    width: 77%;
    margin: 0 0 1em 0;
    padding: 0 1em;
    text-align: left;
    word-break: break-all;
    min-height: 2.5em;
  }

  #about dl.event .map {
    margin: .5em 0 0 0;
  }

  #about dl.event .map li {
    line-height: 50%;
  }


  #demonstrator .profarea {
    display: flex;
  }

  #demonstrator .prof {
    display: inline-block;
    float: right;
    flex-direction: row;
    width: 55%;
    padding-right: 2rem;
    vertical-align: middle;
  }

  #contents section .prof img {
    position: relative;
    top: -20px;
    width: 100%;
    text-align: right;
  }

  #contents section .prof p {
    position: relative;
    top: -80px;
    width: 100%;
    line-height: 2.6rem;
    font-size: 2.5rem;
    text-align: center;
  }

  #contents section .photo {
    display: inline-block;
    flex-direction: row;
    width: 35%;
    height: auto;
    margin-right: 1em;
  }

  #contents section .photo img {
    display: inline-block;
    width: 100%;
    min-height: 150px;
  }


  #contents section img.pict {
    display: inline-block;
    width: 40%;
    min-height: 200px;
  }

  #contents section ul.notice {
    display: inline-block;
    float: right;
    width: 60%;
    vertical-align: middle;
  }

  #contents section ul.notice li {
    width: 100%;
    padding: 1em 1em 0 1em;
    font-size: 1.4rem;
    vertical-align: top;
    list-style-type: none;
  }

  /* pc end */
}

/*--------------------------------------------------------
concert
---------------------------------------------------------*/
.cFix:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}

.sp {
  display: none !important;
}

#funfunengli #contents {
  background: url(../img/funfunengli/section_bg.jpg) no-repeat top center;
  background-size: 100% 100%;
}

#funfunengli .mainVisual {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 45px;

}

#funfunengli .mainVisual .mv-img {
  background: url(../img/funfunengli/mv_bg.png) no-repeat top center;
  background-size: cover;
}

img {
  max-width: 100%;
}

.display {
  opacity: 0;
}

.spdisplay {
  display: none;
}

.fadein,
.fadein2 {
  opacity: 0;
}

.fadein.is-animated {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.fadein2.is-animated {
  animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@font-face {
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 400;
  src: url('../font/NotoSansJP-Regular.otf');
}

@font-face {
  font-family: 'NotoSansCJKjp-Medium';
  font-weight: 500;
  src: url('../font/NotoSansJP-Medium.otf');
}

@font-face {
  font-family: 'NotoColorEmoji-Regular';
  src: url('../font/NotoColorEmoji-Regular.ttf');
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px;
  letter-spacing: 1px;
}

.about-container {
  padding-top: 115px;
  background-image: url(../img/funfunenglish/sign_bg.jpg);
  background-size: cover;
  background-position: top center;
}

.about-container .inner {
  width: 95%;
  margin: 0 auto;
  border-radius: 5px;
  max-width: 920px;
}

.pb-60 {
  margin-bottom: 60px;
}

.ft24 {
  font-size: 24px;
}

.ft30 {
  font-size: 30px;
}

.ft22 {
  font-size: 22px;
}

.ft18 {
  font-size: 18px;
}

.color-red {
  color: #ea535e;
  font-weight: bold !important;
}

.about-container h2 {
  padding-bottom: 5px;
  color: #0068b7;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.2px;
}

.about-container .ft16 {
  line-height: 1.9;
  text-align: center;
  letter-spacing: 1px;
}

.about-container .btn {
  width: 100%;
  margin: 0 auto 10px;
  background: #ea535e;
  transition: 0.3s all;
  max-width: 644px;
  border-radius: 14px;
}

.ft21 {
  font-size: 21px;
}

.ft16 {
  font-size: 16px;
}

.about-container .ft21 {
  text-align: center;
}

.about-container .btn a {
  display: block;
  padding: 30px 0;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#funfunengli .about-container .btn:hover {
  opacity: 0.8 !important;
}

#funfunengli .about-container .contact-box {
  border-radius: 20px;
}

#funfunengli .about-container .contact-box p {
  padding-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

#funfunengli .about-container .contact-box p.joy {
  margin: 0;
  padding-bottom: 5px;
  font-size: 21px;
}

.info-gp {
  padding: 0px 40px 57px 40px;
}

#funfunengli .info-gp span.tel_link {
  top: 0;
  left: -4px;
  padding-left: 27px;
  background: url(../img/funfunengli/tel.svg) no-repeat top left !important;
  background-size: contain;
  font-size: 21px;
  letter-spacing: 1.2px;
}

.pb-40 {
  margin-bottom: 40px;
}

#funfunengli .mv-inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1090px;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

#funfunengli .about-container a {
  position: relative;
  text-decoration: none !important;
}

.about-container .sec01 {
  padding: 80px 0 58px;
  background-color: #fff;
  border-radius: 10px;
}

.about-container .sec01 table {
  width: 93%;
  margin: 0 auto;
  font-family: 'NotoSansCJKjp-Medium';
  font-size: 21px;
  max-width: 800px;
}

.about-container .sec01 table tr {
  display: block;
  margin-bottom: 31px;
  border-bottom: 2px solid #ffd3d3;
}

.about-container .sec01 table tr:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.about-container .sec01 table th {
  display: inline-flex;
  width: 16%;
  vertical-align: top;
}

.about-container .sec01 table td {
  display: inline-block;
  width: 83%;
  line-height: 1.3;
  padding: 5px 0 50px;
  color: #333333;
  letter-spacing: 1.8px;
}

.about-container .sec01 table tr:nth-child(3) td span {
  position: relative;
  padding-left: 38px;
  color: #ff5151;
}

.about-container .sec01 table tr:nth-child(3) td span::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 13px;
  height: 19px;
  background: url('../img/funfunenglish/location_icon.png') no-repeat center/contain;
  content: '';
}

.about-container .sec01 table tr:nth-child(5) td {
  color: #ff5151;
}

.about-container .sec01 table tr:nth-child(5) td span {
  color: #333333;
}


.about-container .sec01 table th span {
  padding: 4px 25px;
  background-color: #ff5151;
  color: #fff;
  font-weight: 500;
  border-radius: 20px;
}

.about-container .sec01 table .pf-img {
  display: inline-block;
  width: 17%;
  max-width: 110px;
}

.about-container .sec01 table .pf-txt {
  width: 79%;
}

.about-container .sec01 table ul li {
  position: relative;
  padding-bottom: 15px;
  padding-left: 40px;
  font-size: 16px;
}

.about-container .sec01 table ul li:last-child {
  padding-bottom: 0;
}

.about-container .sec02 {
  padding: 53px 0 110px;
}

.about-container .sec02 .sec02-main-ttl {
  width: 100%;
  margin: 0 auto;
  max-width: 586px;
}

.about-container .sec02 .contact {
  margin: 30px auto 0;
  padding: 52px 20px 54px;
  border: 4px solid #66b166;
  background-color: #fff;
  font-family: 'NotoSansCJKjp-Medium';
  text-align: center;
  border-radius: 10px;
}

.about-container .sec02 .contact h4 {
  margin-bottom: 18px;
  color: #ff5151;
  font-size: 24px;
  letter-spacing: 1.3px;
}

.about-container .sec02 .contact p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.4px;
}

.about-container .sec02 .contact .form-btn {
  display: block;
  width: 100%;
  margin: 15px auto 18px;
  padding: 17px 20px;
  background: #e60039;
  color: #ffffff;
  font-size: 21px;
  max-width: 400px;
  border-radius: 10px;
}

.about-container .sec02 .contact .phone {
  display: inline-block;
  position: relative;
  margin-top: 5px;
  padding-left: 16px;
  font-size: 21px;
  letter-spacing: 2px;
}

.about-container .sec02 .contact .phone::before {
  position: absolute;
  top: 0;
  left: -3px;
  width: 26px;
  height: 27px;
  background: url('../img/funfunenglish/phone_icon.png') no-repeat center/contain;
  content: '';
}

.about-container .sec02.close {
  display: none;
  margin-top: 40px;
}

.about-container .sec02.close .contact {
  border: none;
  background: #ffd3d3;
}

@keyframes jump {

  0%,
  44%,
  10%,
  25%,
  40%,
  99% {
    transform: translateY(0px);
    opacity: 1;
  }

  17% {
    transform: translateY(-20px) rotate(3deg);
  }

  30% {
    transform: translateY(-20px) rotate(-3deg);
  }

  /*  50%, 95% { opacity:0}*/
}

@keyframes jump-r {

  50%,
  95%,
  60%,
  75%,
  90% {
    transform: translateY(0px);
    opacity: 1;
  }

  67% {
    transform: translateY(-20px) rotate(3deg);
  }

  80% {
    transform: translateY(-20px) rotate(-3deg);
  }

  /*  0%, 45%, 100% { opacity:0}*/
}

.mainVisual .titleImgBox .copy-yamaha {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 11px;
  max-width: 180px;
}

@media screen and (max-width: 1000px) {
  #contents {
    margin: 60px auto 0;
  }

  .about-container {
    padding-top: 50px;
  }

  .about-container .sec01 {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 896px) {
  .mv-container {
    width: 98%;
  }

  .interact-english .inner {
    padding: 20px;
  }

}

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

  .ft30 {
    font-size: 25px !important;
  }

  .ft18 {
    font-size: 15px !important;
  }

  .ft22 {
    font-size: 18px;
  }

  /*concert*/
  .pc {
    display: none !important;
  }

  .mv_inner {
    width: 100%;
  }

  .display {
    display: none;
    opacity: 0;
  }

  .spdisplay {
    display: block !important;
    opacity: 0;
  }

  #funfunengli .mainVisual .mv-img {
    background: url(../img/funfunengli/mv_bgsp.png) no-repeat top center !important;
    background-size: 109% !important;
  }

  .pb-60 {
    margin-bottom: 40px !important;
  }

  section.about-container {
    margin-bottom: 0px !important;
  }

  #funfunengli .about-container .btn {
    width: 100%;
    max-width: none;
  }

  .member-sp {
    display: none;
  }

  #funfunengli .about-container .btn a {
    padding: 20px 0;
  }

  #funfunengli .about-container .contact-box p {
    display: block;
    line-height: 2em !important;
    font-size: 14px;
    text-align: center !important;
  }

  #funfunengli .about-container .btn a {
    padding: 20px 0 !important;
    font-size: 15px !important;
  }

  #funfunengli p {
    font-size: 14px !important;
  }

  .interact-english .inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .interact-english .title,
  .interact-english .img {
    width: 45%;
  }

  .interact-english .text {
    line-height: 1.6;
    text-align: center;
    letter-spacing: 2px;
  }

  .interact-english .img {
    margin: 0 0 30px 20px;
  }

  .mainvisual .mv-inner {
    display: block;
  }

  .mainvisual .mv-right {
    width: 300px;
    margin: 0 auto;
    margin-top: -30px;
  }

  .mv-container {
    padding: 30px 0 20px 0;
  }

  .mv-logo {
    width: 66.6px;
    margin-top: 15px;
  }

  .mainvisual .mv-left {
    width: 96%;
    margin: 0 auto;
    max-width: 500px;
  }

  #funfunengli .col-2box ul li {
    display: block;
    margin-bottom: 1.5em;
    text-align: center;
  }

  #funfunengli .col-2box ul li span.img {
    width: 170px;
    margin: 0.5em auto;
  }

  #funfunengli .col-2box ul li span.img img {
    width: 100%;
    height: auto;
  }

  #funfunengli .col-2box ul li span.text {
    line-height: 1.6em;
    margin-left: 0;
    padding: 0;
  }

  .about-container .sec01 table {
    font-size: 18px;
  }

  .about-container .sec01 table th {
    width: 20%;
  }

  .about-container .sec01 table th span {
    padding: 4px 20px;
  }

  .about-container .sec01 table tr:nth-child(3) td span {
    display: inline-block;
    padding: 5px 0 0 18px;
  }

  .about-container .sec01 table tr:nth-child(3) td span::before {
    top: 2px;
    left: 0;
  }

  .about-container .sec01 table td {
    width: 75%;
    padding: 5px 0 30px;
    letter-spacing: 0.5px;
  }

  .about-container .sec01 table tr {
    margin-bottom: 25px;
  }

  .about-container .font-14 {
    letter-spacing: 0.5px;
  }

  .about-container .sec01 table .pf-txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 73%;
    line-height: 1.5;
    font-feature-settings: "palt";
  }

  .about-container .sec01 table tr:nth-child(7) th {
    width: 34%;
    max-width: 150px;
  }

  .about-container .sec01 table tr:nth-child(7) td {
    width: 64%;
  }

  .about-container .sec01 table ul li {
    padding: 0 0 10px 20px;
  }

  .about-container .sec01 table ul li::before {
    left: 0px;
    width: 17px;
    height: 20px;
  }

  .about-container .sec02 {
    padding: 40px 0 100px;
  }

  .about-container .sec02 .contact h4 {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .about-container .sec02 .contact p {
    font-size: 14px;
  }

  .about-container .sec02 .contact .form-btn {
    margin: 15px auto;
    padding: 18px 20px;
    font-size: 18px;
  }

  .about-container .sec02 .contact .phone {
    padding-left: 12px;
    font-size: 18px;
  }

  .about-container .sec02 .contact {
    padding: 50px 20px;
  }

}

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


  .sp {
    display: block !important;
  }

  .map {
    padding-left: 0px !important;
  }

  #funfunengli .about-container h2 {
    font-size: 18px !important;
  }

  #funfunengli .mainVisual {
    padding-bottom: 25px !important;
  }

  .about-container {
    padding-top: 40px;
  }

  .about-container .sec01 {
    padding: 38px 0 20px;
  }

  .about-container .sec01 table {
    width: 87%;
    font-size: 16px;
    letter-spacing: 0;
  }

  .about-container .sec01 table tr {
    margin-bottom: 20px;
  }

  .about-container .sec01 table th {
    width: 24%;
    max-width: 70px;
  }

  .about-container .sec01 table td {
    width: 73%;
    padding: 5px 0 25px;
  }

  .about-container .sec01 table th span {
    padding: 4px 12px;
  }

  .about-container .font-14 {
    font-size: 12px;
  }

  .about-container .font-16 {
    font-size: 14px;
  }

  .about-container .sec01 table tr:nth-child(3) td span {
    display: block;
    padding: 5px 0 0 18px;
  }

  .about-container .sec02 {
    padding: 25px 0 70px;
  }

  .about-container .sec02 .contact {
    padding: 30px 20px;
  }

  .about-container .sec02 .contact h4 {
    font-size: 18px;
  }

  .about-container .sec02 .contact p {
    font-size: 13px;
  }

  .about-container .sec02 .contact .form-btn {
    margin: 15px auto;
    padding: 15px 20px;
    font-size: 16px;
  }

  .about-container .sec02 .contact .phone {
    padding-left: 8px;
    font-size: 16px;
  }
}