@charset "utf-8";
/*
Theme Name: mobadeco-themes-solution
Theme URI: http://www.solution-sy.com/
Author: solution.STC
Author URI: http://www.crossdesign-company.co.jp  
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: 0 0;
  box-sizing: border-box;
}

:after, :before {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "MS Mincho", "MS 明朝", "Meiryo", serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  --white:#fff;
  --darkwhite:#fcfcf9;
  --lightgrey:#b4b4b4;
  --black:#000000;
  --grey:#4a4a4a;
  --blue:#0069a5;
  --skyblue:#13b0ea;
  --lightblue:#13c8e9;
  --yellow:#fff000;
  --orange:#e8a246;
  --green:#28bb78;
  --glassgreen:#21f897;
  --cyangreen:#1adec3;
  --red:#d40000;
  --pink:#ff5e8b;
}

address, caption, code, figcaption, pre, th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

fieldset, iframe, img {
  border: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

caption, th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background: 0 0;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

button:disabled {
  cursor: default;
}

audio:not([controls]) {
  display: none;
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select), :focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 10px;
  height: 15px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 15px;
  background-color: var(--lightblue);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--glassgreen);
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none;
}
/*hasbg*/
.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}


@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.woff2?t=1666238971337') format('woff2'),
       url('iconfont/iconfont.woff?t=1666238971337') format('woff'),
       url('iconfont/iconfont.ttf?t=1666238971337') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*sp mobile-btn*/
/* sp mobile-btn and nav css */

.spscreen {
  display: none; }
.mobilebtn{display:none;}
@media screen and (max-width: 768px) {
  .logged-in .mobilebtn{
    top:60px;
  }
  .mobilebtn {
    position: fixed;
    z-index: 110;
    top: 20px;
    right: 20px;
    display: block; }

  .mobilebtn div {
    width: 30px;
    height: 20px;
    background: none;
    cursor: pointer;
    display: block;
    position: relative;
    right: 0;
    top: 0;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1); }

  .mobilebtn div span {
    width: 30px;
    height: 2px;
    top: 9px;
    background: var(--white);
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin: 0 0 0 -15px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s; }

  .mobilebtn div span:nth-child(1) {
    -moz-transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px); }

  .mobilebtn div span:nth-child(3) {
    -moz-transform: translateY(9px);
    -webkit-transform: translateY(9px);
    -o-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px); }

  .mobilebtn .active {
    transform:translateX(-200px) rotate(180deg); /* */}

  .mobilebtn .active span:nth-child(1) {
    transform: rotate3d(0, 0, 1, -45deg) !important;
    transform-origin: center center !important;/*0.71429px*/
    width: 30px !important; }

  .mobilebtn .active span:nth-child(2) {
    transform: rotate3d(0, 1, 0, -90deg) !important;
    width: 0!important;
  }

  .mobilebtn .active span:nth-child(3) {
    transform: rotate3d(0, 0, 1, 45deg) !important;
    transform-origin: center center !important;/*0.71429px */
    width: 30px !important; }

  .sp-wrapper-move {
    transform: translateX(0px) !important; }

  .spscreen {
    width: 200px;
    height: 100vh;
    position: fixed;
    z-index: 100;
    background: #333;
    right: 0;
    top: 0;
    transform: translateX(200px);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    display: block; }

  .spscreen .sp-heading {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff; }

  .spscreen nav ul {
    padding: 0 15px; }

  .spscreen nav ul li:first-child {
    border-top: 1px solid #5d5d5d; }

  .spscreen nav ul li {
    border-bottom: 1px solid #5d5d5d; }

  .spscreen nav ul li a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    text-transform: uppercase;
    transition: .3s; }

  .spscreen nav ul li a:hover {
    background: #f2f2f2;
    color: #000; }

  .spscreen nav ul li ul{
    display:none;
  }
  .spscreen nav ul li a.current{position:relative;}
  .spscreen nav ul li a.current:after{content:"";border-top:5px solid #fff;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;top:50%;right:0;transform:translateY(-50%);transform-origin:center;}
  .spscreen nav ul li a.current.active:after{transform:rotate(180deg);}
  .spscreen nav ul li a:hover{background:#f2f2f2;color:#000;}
  .spscreen nav ul li ul{display:none;padding:0;}
  .spscreen nav ul li ul li a{font-size:12px;}
}

.spscreenmask{position:fixed;top:0;right:0;z-index:99;background:rgba(0,0,0,0.6);width:0%;height:100%;transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);}
.spscreenmask.spscreenmaskmove{width:100%;}


/*headerfixed*/
.headerfixed{position:fixed;top:0;left:0;z-index:90;width:100%;background:#fff;box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);-webkit-animation: headeranimation .5s linear  0s 1;animation: headeranimation .5s linear  0s 1; }
.logged-in .headerfixed{top:32px;}
@keyframes headeranimation {
  0% {
    transform:translateY(-100%);
    opacity:0;
  }
  100% {
    transform:translateY(0);
    opacity:1;
  }
}
@-webkit-keyframes headeranimation {
  0% {
    transform:translateY(-100%);
    opacity:0;
  }
  100% {
    transform:translateY(0);
    opacity:1;
  }
}

@media screen and (max-width: 600px) {
	html #wpadminbar{position:fixed;}
}
/* header css */
header{width:100%;position:relative;left:0;top:0;transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);}


.sitelogo{width:300px;display:block;transition:.3s;}
.sitelogo:hover{opacity:0.7;}
.headtop{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 10vw 20px 40px;}
.headmain{display:flex;justify-content:flex-end;align-items:center;padding:0px 10vw 0px 40px;}


.mainnavigation{display:flex;}
.mainnavigation ul{display:flex;align-items:center;}
.mainnavigation ul li{position:relative;padding:20px 40px;}
.mainnavigation ul li a{width:100%;font-size:18px;color:#000;display:flex;text-decoration:none;position:relative;z-index:1;transition:.4s ease-in-out;}
.mainnavigation ul li a:hover{color:var(--skyblue);}
.mainnavigation ul li > a:after{content: "";position: absolute;left:0%;bottom: -5px;width: 100%;transform: scale(0) ;height: 2px;background: var(--skyblue);opacity: 0;visibility: hidden;transition: .4s ease-in-out;}
.mainnavigation ul li > a:hover:after{opacity: 1;visibility: visible;transform:scale(1);}
.mainnavigation ul li ul{display:none;position:absolute;left:50%;transform:translateX(-50%);background:var(--grey);}
.mainnavigation ul li:hover ul{display:block;}
.mainnavigation ul li ul li a{text-align:center;padding:5px 10px;}
.mainnavigation ul li ul li a:after{display:none;}

.speciallinks{display:flex;}
.speciallinks ul{display:flex;align-items:center;}
.speciallinks ul li{position:relative;}
.speciallinks ul:first-child li:last-child:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:60px;border-right:1px solid var(--white);}
.speciallinks ul li:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:60px;border-right:1px solid var(--white);}
.speciallinks ul li a,.speciallinks ul li p{width:100%;padding:10px 20px;font-size:20px;color:var(--white);display:flex;justify-content:center;align-items:center;text-decoration:none;position:relative;font-weight:bold;overflow:hidden;}
.speciallinks ul li p{padding:0 20px;font-size:20px;justify-content:flex-start;}
.speciallinks ul li a:hover svg{fill:var(--grey);}
.speciallinks ul li a:hover span{color:var(--grey);}
.speciallinks ul li a svg{width:28px;height:28px;fill:var(--white);margin-right:15px;transition:.3s;}
.speciallinks ul li a span,.speciallinks ul li p span{position:relative;z-index:1;transition:.3s;}
.speciallinks ul li a span small{display:block;font-size:12px;}
.speciallinks ul li p svg{width:28px;height:28px;fill:var(--white);margin-right:10px;}
/*.speciallinks ul li a:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transform:translateY(-101%);background:#00a0ea;transition:.3s;}*/
.speciallinks ul li a:hover:after{transform:translateY(0);}
@media screen and (max-width: 1520px) {
  .sitelogo{width:240px;}
  .headtop{padding:15px 40px;}
  .headmain{padding:0px 40px;}
  .mainnavigation ul li{padding:15px 20px;}
  .mainnavigation ul li a{font-size:16px;}
  .speciallinks ul li a{padding:10px 20px;font-size:16px;}
  .speciallinks ul li a svg,.speciallinks ul li p svg{width:22px;height:22px;margin-right:10px;}
  .speciallinks ul li p{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .sitelogo{width:200px;}
  .headtop{padding:10px 20px;}
  .headmain{padding:0px 20px;}
  .mainnavigation ul li{padding:10px 10px;}
  .speciallinks ul li a{padding:5px 10px;font-size:12px;}
  .speciallinks ul li a svg{width:16px;height:16px;margin-right:5px;}
  .speciallinks ul li p{font-size:12px;padding:0 10px;}
  .speciallinks ul li p svg{width:16px;height:16px;margin-right:5px;}
}
@media screen and (max-width: 768px) {
  .sitelogo{width:160px;}
  .headtop{padding-right:50px;}
  .headmain{margin-right:70px;}
  .mainnavigation{display:none;}
  .speciallinks ul{padding-right:5px;}
  .speciallinks ul li{display:flex;}
  .speciallinks ul:first-child li:last-child:after{display:none;}
  .speciallinks ul li:not(:last-child):after{display:none;}
  .speciallinks ul li a{padding:5px;}
  .speciallinks ul li a span{display:none;}
  .speciallinks ul li p{display:none;}
  .speciallinks ul li a svg{width:30px;height:30px;}
  .fixedmenu{position:fixed;bottom:0;left:0;z-index:100;width:100%;}
  .fixedmenu li{width:50%;height:100%;}
  .speciallinks ul.fixedmenu li{min-height:62px;}
  .speciallinks ul.fixedmenu li a svg{margin-right:15px;}
  .speciallinks ul.fixedmenu li span{display:block;}
  .fixedmenu li:first-child{background:var(--glassgreen);}
  .fixedmenu li:last-child{background:var(--lightblue);}
}
@media screen and (max-width: 568px) {
  .sitelogo{width:120px;}
  .speciallinks ul.fixedmenu li a svg{width:15px;height:15px;margin-right:10px;}
  .speciallinks ul li a span small{font-size:10px;}
}

/* /header css */
/*banner*/
.banner{position:relative;width:100%;height:100%;margin:10px auto 30px;}
.banner .bannermain{position:relative;z-index: 30;overflow: inherit;overflow:hidden;padding-bottom:50px;}
.banner .bannermain li{overflow:hidden;}
.banner .bannermain figure{width:100%;height: position:relative;border-radius:30px;border:1px solid #d7d7d7;overflow:hidden; /*-webkit-animation: picmove1 50s linear infinite 0s;
      -moz-animation: picmove1 50s linear infinite 0s;
      -ms-animation: picmove1 50s linear infinite 0s;
      -o-animation: picmove1 50s linear infinite 0s;
      animation: picmove1 50s linear infinite 0s;*/}
.banner .bannermain .swiper-button-next{right:14%;width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%;border:1px solid #a5a5a5;background:var(--white);}
.banner .bannermain .swiper-button-next:after{color:#818181;font-size:20px;}
.banner .bannermain .swiper-button-prev{left:14%;width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%;border:1px solid #a5a5a5;background:var(--white);}
.banner .bannermain .swiper-button-prev:after{color:#818181;font-size:20px;}
.banner .bannermain .swiper-pagination{}
.banner .bannermain .swiper-pagination .swiper-pagination-bullet{width:15px;height:15px;margin:0 20px;background:#d9d9d9;opacity:1;}
.banner .bannermain .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--skyblue);}
/*.banner .bannermain height:80vh;figure:after{content:"";width:100%;height:80vh;position:absolute;top:0;left:0;width:100%;background:rgba(0,0,0,0.5);}
.banner .bannertext{position:absolute;left:50%;top:50%;z-index:20;width:100%;max-width:1000px;background:rgba(0,0,0,0.3);color:#fff;text-align:center;padding:80px 60px;transform:translate(-50%,-50%);}
.banner .bannertext h1{font-size:46px;margin-bottom:30px;}
.banner .bannertext p{font-size:24px;}*/

@keyframes picmove1 {
 0% {
 -webkit-transform:scale(1.2, 1.2);
transform:scale(1.2, 1.2);
}
 50% {
 -webkit-transform:scale(1, 1);
transform:scale(1, 1);
}
 100% {
 -webkit-transform:scale(1.2, 1.2);
transform:scale(1.2, 1.2);
}
}
@media screen and (max-width: 1520px) {
  .banner .bannermain{padding-bottom:36px;}
  .banner .bannermain figure{border-radius:20px;}
  .banner .bannermain .swiper-button-next{width:36px;height:36px;}
  .banner .bannermain .swiper-button-next:after{font-size:15px;}
  .banner .bannermain .swiper-button-prev{width:36px;height:36px;}
  .banner .bannermain .swiper-button-prev:after{font-size:15px;}
  .banner .bannermain .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;margin:0 15px;}
}
@media screen and (max-width: 1080px) {
  .banner .bannermain figure{border-radius:10px;}
  .banner .bannermain .swiper-button-next{right:11%;width:30px;height:30px;}
  .banner .bannermain .swiper-button-next:after{font-size:12px;}
  .banner .bannermain .swiper-button-prev{left:11%;width:30px;height:30px;}
  .banner .bannermain .swiper-button-prev:after{font-size:12px;}
  .banner .bannermain .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0 10px;}
/*  .banner .bannertext{max-width:650px;padding:20px;}
  .banner .bannertext h1{font-size:30px;margin-bottom:15px;}
  .banner .bannertext p{font-size:16px;}*/
}
@media screen and (max-width: 768px) {
  .banner{overflow:hidden;}
  .banner .bannermain .swiper-button-next{right:8%; }
  .banner .bannermain .swiper-button-prev{left:8%; }

/*  .banner .bannertext{width:80%;max-width:100%;}
  .banner .bannertext h1{font-size:24px;margin-bottom:10px;}
  .banner .bannertext p{font-size:14px;}*/
}
@media screen and (max-width: 528px) {
  .banner .bannermain .swiper-button-next{right:2%; }
  .banner .bannermain .swiper-button-prev{left:2%; }
/*  .banner .bannertext{padding:10px;}
  .banner .bannertext h1{font-size:20px;margin-bottom:5px;}
  .banner .bannertext p{font-size:12px;}*/
}

/*/banner*/

/* footer css */
.footmain{width:100%;max-width:1600px;margin:0 auto;padding:50px 40px;}
.footlogo{display:block;width:220px;margin:0 auto 50px;transition:.3s;}
.footlogo:hover{opacity:0.7;}

.footlinks{margin:38px auto;display:flex;justify-content:center;flex-wrap:wrap;}
.footlinks li{}
.footlinks li:not(:last-child){border-right:1px solid var(--black);}
.footlinks li a{text-decoration:none;font-size:26px;display:flex;justify-content:center;align-items:center;color:var(--black);padding:0 50px;text-align:center;transition:.3s;}
.footlinks li a svg{width:28px;height:28px;margin-right:20px;transition:.3s;}
.footlinks li a span{font-weight:bold;}
.footlinks li a:hover{color:var(--white);}
.footlinks li a:hover svg{fill:var(--white);}

.footmenu{}
.footmenu ul{display:flex;justify-content:center;flex-wrap:wrap;}
.footmenu ul li{}
.footmenu ul li a{font-size:20px;color:var(--black);font-weight:bold;display:block;text-align:center;text-decoration:none;padding:20px 30px;transition:.3s;}
.footmenu ul li a:hover{color:var(--white);}

.copyright{width:100%;border-top:1px solid var(--white);}
.copyright p{width:100%;max-width:1400px;margin:0 auto;padding:10px 40px;font-size:14px;text-align:center;color:var(--black);}

@media screen and (max-width: 1520px) {
  .footmain{padding:30px 40px;}
  .footlogo{width:180px;margin:0 auto 30px;}
  .footlinks{margin:30px auto;}
  .footlinks li a{font-size:20px;padding:0 30px;}
  .footlinks li a svg{font-size:24px;height:24px;}
  .footmenu ul li a{padding:20px;font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .footmain{padding:30px 20px 20px;}
  .footlogo{width:150px;margin:0 auto 20px;}
  .footlinks{margin:20px auto;}
  .footlinks li a{font-size:16px;padding:0 20px;}
  .footlinks li a svg{font-size:20px;height:20px;margin-right:10px;}
  .footmenu{margin:20px auto 0;}
  .footmenu ul li a{padding:10px 15px;font-size:14px;}
  .copyright p{padding:10px 20px;font-size:12px;}
}
@media screen and (max-width: 768px) {
  footer{margin-bottom:60px;}
  .footmenu ul li{width:33.333333%;}
  .copyright p{padding:5px 10px;}
}
@media screen and (max-width: 568px) {
  .footlinks li:not(:last-child){border-right:0px;}
  .footlinks li{width:100%;}
  .footmenu ul li{width:50%;}
  .footmenu ul li a{padding:5px 0px;}

}
/* /footer css */



/*public*/
.part{padding:60px 40px;}
.partfull{padding:50px 0;}
.w1520{width:100%;max-width:1520px;margin:0 auto;}
.w1320{width:100%;max-width:1320px;margin:0 auto;}
.w1200{width:100%;max-width:1200px;margin:0 auto;}
.w1100{width:100%;max-width:1100px;margin:0 auto;}
.w1000{width:100%;max-width:1000px;margin:0 auto;}
.w800{width:100%;max-width:800px;margin:0 auto;}
.w600{width:100%;max-width:600px;margin:0 auto;}
.w500{width:100%;max-width:500px;margin:0 auto;}
.w300{width:100%;max-width:300px;margin:0 auto;}
@media screen and (max-width: 1080px) {
  .part{padding:30px 20px;}
  .partfull{padding:30px 0;}
}

.flex{display:flex;}
.flexwrap{flex-wrap: wrap;}
.justifyspacebetween{justify-content:space-between;}
.justifycenter{justify-content:center;}
.aligncenter{align-items:center;}
.flexcolumn{flex-direction:column;}
.flexrowreverse{flex-direction:row-reverse;}
.flexcenter{justify-content:center;align-items:center;}

.layout{display:flex;flex-wrap: wrap;}
.avcol2{width:50%;}
.avcol3{width:33.333333%;}
.avcol4{width:25%;}
.avcol5{width:20%;}
.avcol6{width:16.666667%;}
.pcimg{display:block;}
.pcshow{display:block;}
.spimg{display:none;}
.spshow{display:none;}
@media screen and (max-width: 768px) {
  .pcimg{display:none;}
  .spimg{display:block;}
  .pcshow{display:none;}
  .spshow{display:block;}
}


.hasline{position:relative;}
.hasline:before{content:"";position:absolute;left:0;top:50%;width:50%;max-width:22rem;border-top:1px solid var(--black);}
.hasline:after{content:"";position:absolute;right:0;top:50%;width:50%;max-width:22rem;border-top:1px solid var(--black);}
.titlegroup{display:flex;flex-direction:column;align-items:center;justify-content:center;}
.t2{font-size:45px;}
.t3{font-size:30px;}
.t5{font-size:25px;}
.textcenter{text-align:center;}
.textuppercase{text-transform:uppercase;}
@media screen and (max-width: 1520px) {
  .hasline:before,.hasline:after{max-width:15rem;}
  .t2{font-size:30px;}
  .t3{font-size:24px;}
  .t5{font-size:20px;}
}
@media screen and (max-width: 1080px) {
  .hasline:before,.hasline:after{max-width:10rem;}
  .t2{font-size:30px;}
  .t3{font-size:20px;}
  .t5{font-size:16px;}
}
@media screen and (max-width: 768px) {
  .hasline:before,.hasline:after{display:none;}
  .t2{font-size:24px;} 
}

.webicon{width:16px;height:16px;}

.colororange{color:var(--orange);}
.colorblue{color:var(--blue);}
.colorred{color:var(--red);}
.colorgreen{color:var(--green);}
.colorpink{color:var(--pink);}
.colorlightblue{color:var(--lightblue);}
.colorskyblue{color:var(--skyblue);}

.bgdarkwhite{background:var(--darkwhite);}
.bglightgrey{}

.colorgreenbluegradient{color: transparent;background: linear-gradient(to right, #1c9cb4 0%, #22b094  50%, #26c079 100%); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.linegreenbluegradient{border-bottom-width: 2px;border-bottom-style: solid;border-image: linear-gradient(to right, #21f996 0%, #19ddc5 25%,  #13c7e9 100%) 2 stretch;border-image-outset: 2px;border-image-slice: 2;}
.greenbluegradient{background-image:linear-gradient(45deg,#21f996 25%,#19ddc5 50%,#13c7e9 100%);}
.bluegreengradient{background-image:linear-gradient(45deg,#13c7e9 25%,#19ddc5 50%,#21f996 100%);}
.bluegreengradient2{background-image:linear-gradient(135deg,#13c7e9 25%,#19ddc5 50%,#21f996 100%);}



.btngroup{display:flex;}
.button{padding:10px;text-decoration:none;text-align:center;display:inline-block;color:var(--orange);border:1px solid var(--orange);background:var(--white);transition:.3s;}
.button:hover{text-decoration:none;background-color:var(--orange);color:var(--white);border:1px solid var(--white);}
.button.pinkbtn{color:var(--white);border:1px solid var(--pink);background-color:var(--pink);}
.button.pinkbtn:hover{background-color:var(--orange);border:1px solid var(--orange);}
.button.themebtn{color:var(--white);background-color:var(--skyblue);border:1px solid var(--skyblue);}
.button.themebtn:hover{background-color:var(--green);}
.button.greybtn{color:var(--white);background:var(--grey);border:1px solid var(--grey);}
.button.greybtn:hover{background:var(--skyblue);border:1px solid var(--skyblue);}
.button.skybluebtn{color:var(--white);background:var(--skyblue);border:1px solid var(--skyblue);}
.button.skybluebtn:hover{background:var(--grey);border:1px solid var(--grey);}
.button.greenbtn{color:var(--white);background:var(--green);border:1px solid var(--green);}
.button.greenbtn:hover{background:var(--skyblue);border:1px solid var(--skyblue);}
.button.whitebtn{color:var(--skyblue);background:var(--white);border:1px solid var(--skyblue);}
.button.whitebtn:hover{background:var(--skyblue);color:var(--white);}


.taglist{display:flex;flex-wrap:wrap;}
.tag{padding:5px 10px;display:block;text-align:center;border-radius:5px;}
.tagorange{color:var(--orange);border:1px solid var(--darkorange);}
.tagtheme{color:var(--white);background:var(--orange);}
.taggreen{color:var(--white);background:var(--green);}
.tagpink{color:var(--white);background:var(--pink);}

.card{}
.cardtitle{text-align:center;margin-bottom:30px;font-size:30px;}
.cardpic{width:100%;display:flex;justify-content:center;align-items:center;}
@media screen and (max-width: 1520px) {
  .cardtitle{font-size:26px;}
}
@media screen and (max-width: 1080px) {
  .cardtitle{margin-bottom:20px;font-size:22px;}
}
@media screen and (max-width: 768px) {
  .cardtitle{font-size:18px;}
}



.tablelist{}
.tablelist dl{display:flex;justify-content:space-between;flex-wrap:wrap;padding:5px 0;font-size:20px;}
.tablelist dl dt{width:230px;}
.tablelist dl dd{width:calc(100% - 230px);}
@media screen and (max-width: 1520px) {
  .tablelist dl{font-size:16px;}
  .tablelist dl dt{width:160px;}
  .tablelist dl dd{width:calc(100% - 160px);}
}
@media screen and (max-width: 1080px) {
  .tablelist dl{font-size:14px;}
  .tablelist dl dt{width:130px;}
  .tablelist dl dd{width:calc(100% - 130px);}
}
@media screen and (max-width: 768px) {
  .tablelist dl dt{width:100%;}
  .tablelist dl dd{width:100%;}
}

.tablebox{border:1px solid var(--darkorange);}
.tablebox table{width:100%;}
.tablebox table thead{}
.tablebox table thead tr{}
.tablebox table thead tr th{background:var(--orange);padding:10px;color:var(--white);font-weight:bold;text-align:center;vertical-align: middle;border-top:1px solid var(--orange);border-right:1px solid var(--lightorange);font-size:18px;/*width:25%;*/}
.tablebox table thead tr th:first-child{width:20%;border-left:1px solid var(--orange);}
.tablebox table thead tr th:last-child{border-right:1px solid var(--orange);}
/* .tablebox table thead tr th:not(:last-child){padding-right:1px solid var(--lightorange);padding-left:1px solid var(--lightorange);} */
.tablebox table tbody tr th{padding:10px;border:1px solid var(--orange);color:var(--orange);font-weight:bold;font-size:18px;text-align:center;vertical-align: middle;}
.tablebox table tbody tr td{padding:10px;border:1px solid var(--orange);text-align:center;vertical-align: middle;font-size:16px;}
@media screen and (max-width: 1520px) {
  .tablebox table thead tr th{font-size:16px;padding:10px 5px;}
  .tablebox table tbody tr th{font-size:16px;padding:10px 5px;}
  .tablebox table tbody tr td{padding:10px 5px;}
}
@media screen and (max-width: 1080px) {
  .tablebox table thead tr th{font-size:14px;padding:5px;}
  .tablebox table tbody tr th{font-size:14px;padding:5px;}
  .tablebox table tbody tr td{font-size:14px;padding:5px;}
}
@media screen and (max-width: 768px) {
  .tablebox table tbody tr th{font-size:12px;padding:5px;}
  .tablebox table tbody tr td{font-size:12px;padding:5px;}
}
@media screen and (max-width: 460px) {
  .tablebox table thead tr th{font-size:12px;padding:3px 2px;}
  .tablebox table tbody tr th{font-size:10px;padding:3px 2px;}
  .tablebox table tbody tr td{font-size:10px;padding:3px 2px;}
  
}


.twocolumn{display:flex;justify-content:space-between;flex-wrap:wrap;}
.text{font-size:20px;}
.pic{}
@media screen and (max-width:1520px){
  .text{font-size:16px;}
}
@media screen and (max-width:1080px){
  .text{font-size:14px;}
}

.wide{text-align:center;}
.wide p{margin-bottom:50px;font-size:18px;line-height:2;}
@media screen and (max-width: 1520px) {
  .wide p{margin-bottom:30px;font-size:16px;line-height:1.8;}
}
@media screen and (max-width: 1080px) {
  .wide p{margin-bottom:20px;font-size:14px;}
}


.form{}
.form input[type="text"],.form input[type="email"],.form input[type="tel"],.form textarea{width:100%;padding:10px;background:var(--white);border:1px solid #9b9b9b;border-radius:3px;}
.form input[type="text"]:focus,.form input[type="email"]:focus,.form input[type="tel"]:focus,.form textarea:focus,.form input[type="file"]{border:1px solid var(--skyblue);}
.form dl{display:flex;justify-content:space-between;flex-wrap:wrap;padding:10px 0;font-size:18px;}
.form dl dt{display:flex;align-items:flex-start; width:350px;}
.form dl dt .tag{padding:3px 10px;font-size:16px;margin-left:20px;}
.form dl dd{width:calc(100% - 350px);}

.selectbox{border-radius:5px;overflow:hidden;background:var(--white);border:1px solid #9b9b9b;display:flex;justify-content:space-between;position:relative;}
.selectbox:before{content:"";position:absolute;top:0;right:0;display:block;width:38px;height:100%;background:#9b9b9b;}
.selectbox:after{content:"";width:7px;height:7px;border:solid var(--white);border-width:1px 1px 0 0;transform:translateY(-50%) rotate(135deg);position:absolute;right:15px;top:50%;}
/*.selectbox:after{transform:translateY(-50%) rotate(-45deg);}*/
.selectbox select{width:100%;padding:20px;}
.selectbox select option{}

.form .btngroup{margin-top:50px;}
.form .btngroup p{display:flex;}
.form .btngroup .button{border-radius:0px;padding:15px 60px;margin:0 10px;}
@media screen and (max-width: 1520px) {
  .form dl{font-size:16px;}
  .form dl dt{width:300px;}
  .form dl dd{width:calc(100% - 300px);}
  .form dl dt .tag{font-size:14px;}
  .selectbox:before{width:30px;}
  .selectbox:after{right:10px;}
  .selectbox select{padding:15px;}
  .form .btngroup{margin-top:30px;}
}
@media screen and (max-width: 1080px) {
  .form dl{font-size:14px;}
  .form dl dt{width:240px;}
  .form dl dd{width:calc(100% - 240px);}
  .form dl dt .tag{font-size:12px;padding:3px 7px;margin-left:10px;}
  .selectbox{border-radius:3px;}
  .selectbox:before{width:20px;}
  .selectbox:after{right:5px;}
  .selectbox select{padding:10px;}
  .form .btngroup{margin-top:20px;}
  .form .btngroup .button{padding:10px 30px;}
}
@media screen and (max-width: 768px) {
  .form dl dt{width:100%;margin-bottom:5px;}
  .form dl dd{width:100%;}
}

/*paging*/
.paging{margin-top:50px;display:flex;justify-content: center;align-items:center;}
.paging .page-numbers{border:1px solid var(--lightblue);margin:5px;padding: 10px 16px;text-align: center;color:var(--black);background:var(--white);text-decoration:none; }
.paging .page-numbers:hover{background:var(--lightblue);color:var(--white);border:1px solid var(--lightblue);}
.paging .page-numbers.current{border:1px solid transparent; color:var(--white);background:var(--lightblue);}
.paging .page-numbers.current:hover{background:var(--lightblue);color:var(--white);border:1px solid var(--lightblue);}
@media screen and (max-width: 1080px) {
  .paging .page-numbers{margin:3px;padding: 5px 8px;}
}
/*scrolltop*/
.scrolltop{position: fixed;right: 2%;bottom:5%;z-index: 70;transition:.5s;background:var(--lightblue);color:#fff;width: 80px;height: 80px;display: flex;flex-direction:column;justify-content: center;align-items: center;text-decoration:none;padding:15px 10px 10px 10px;}
.scrolltop:hover{text-decoration:none;}
.scrolltop span{font-size:12px;text-transform:uppercase;display:inline-block;margin-bottom:3px;}
.scrolltop:after{content:"";display:block;width:16px;height:16px;border:solid #fff;border-width:2px 2px 0 0;transform:rotate(-45deg);}
@media screen and (max-width: 1520px) {
  .scrolltop{width: 60px;height: 60px;}
}
@media screen and (max-width: 1080px) {
  .scrolltop{width: 50px;height: 50px;padding:5px 0 0 0;}
}
@media screen and (max-width:768px){
  .scrolltop{bottom:10%;}
}

/*googlemap*/
.googlemap{width:100%;height:450px;overflow:hidden;line-height:1;}
.googlemap iframe{width:100%;height:450px;background:url(img/googlemap.png) no-repeat;background-color:var(--grey);background-position:center;}
@media screen and (max-width:1080px){
  .googlemap{height:350px;}
  .googlemap iframe{height:350px;}
}
@media screen and (max-width:768px){
  .googlemap{height:300px;}
  .googlemap iframe{height:300px;}
}
@media screen and (max-width:520px){
  .googlemap{height:240px;}
  .googlemap iframe{height:240px;}
}

.menuitem{display:flex;justify-content:space-between;align-items:center;background:var(--lightblue);color:var(--white);padding:20px;text-decoration:none;border-radius:5px;text-align:center;font-weight:bold;font-size:18px;transition:.3s;}
.menuitem:hover{text-decoration:none;box-shadow:0 0 10px var(--green);background:var(--green);}
.menuitem img{width:50px;}
.menuitem span{width:calc(100% - 65px);}
.menuitem i{width:15px;}
@media screen and (max-width:1520px){
  .menuitem{padding:10px;font-size:16px;}
  .menuitem img{width:38px;}
  .menuitem span{width:calc(100% - 50px);}
  .menuitem i{width:12px;}
}
@media screen and (max-width:1080px){
  .menuitem{padding:10px;font-size:14px;}
  .menuitem img{width:30px/**/;}
  .menuitem span{width:calc(100% - 38px);}
  .menuitem i{width:8px;}
}
@media screen and (max-width:768px){
  .menuitem{padding:10px 5px;}
  .menuitem span{font-size:14px;}
}
@media screen and (max-width:420px){
  .menuitem img{width:18px/*30*/;}
  .menuitem span{width:calc(100% - 18px);font-size:12px;}
  .menuitem i{display:none;}
}


.aright{}
.aright:after{content:"";width:10px;height:10px;display:block;transform:rotate(45deg);border:solid var(--white);border-width:1px 1px 0 0;}
@media screen and (max-width:1080px){
  .aright:after{width:7px;height:7px;}
}


.arrow{width:25px;height:25px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;position:relative;}
.arrow:before{content:"";width:10px;height:2px;transform:translateX(3px)}
.arrow:after{content:"";width:7px;height:7px;border-width:2px 2px 0 0;transform:translate(-3px,0px) rotate(45deg);}
.arrowgrey:before{background:var(--grey);}
.arrowgrey:after{border-style:solid;border-color:var(--grey);}
.arrowskyblue:before{background:var(--skyblue);}
.arrowskyblue:after{border-style:solid;border-color:var(--skyblue);}




.steptop{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:5px;}
.steptop .titlegroup{width:100%;max-width:340px;height:100%;min-height:340px;border-radius:50%;background:var(--white);border:2px solid #dfdfdd;}
.steptop .titlegroup .t3{}
.steptop .titlegroup .t5{}
@media screen and (max-width:1520px){
  .steptop .titlegroup{max-width:240px;min-height:240px;max-height:240px;}
}
@media screen and (max-width:1080px){
  .steptop .titlegroup{max-width:200px;min-height:200px;max-height:200px;}
}

.stepitem{border-radius:15px;width:100%;overflow:hidden;position:relative;}
.stepitemnum{position:absolute;top:-80px;left:-90px;z-index:1;background:var(--green);color:var(--white);width:200px;height:170px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:10px;transform:rotate(-45deg);font-weight:bold;}
.stepitemnum dt{font-size:36px;}
.stepitemnum dd{font-size:14px;letter-spacing:2px;}
.stepitempic{}
.stepitempic figure{}
.stepitempic figure:after{padding-top:70%;}
.stepitemtext{position:absolute;bottom:0;left:0;z-index:1;padding:10px;background:var(--skyblue);width:100%;}
.stepitemtext h3{text-align:center;font-size:20px;color:var(--white);}
@media screen and (max-width:1520px){
  .stepitemnum{width:180px;height:160px;}
  .stepitemnum dt{font-size:30px;line-height:1.2;}
  .stepitemtext h3{font-size:16px;}
}
@media screen and (max-width:1080px){
  .stepitem{border-radius:7px;}
  .stepitemnum{top:-60px;left:-60px;width:120px;height:120px;padding:5px;}
  .stepitemnum dt{font-size:20px;}
  .stepitemnum dd{font-size:12px;letter-spacing:1px;}
  .stepitemtext h3{font-size:14px;}
}


.newsitem{}
.newsitem a{display:flex;flex-wrap:wrap;justify-content:space-between;font-size:18px;text-decoration:none;color:var(--black);padding:15px 10px;border-bottom:1px dotted #f1f1f1;transition:.3s;}
.newsitem a:hover{background:var(--skyblue);color:var(--white);}
.newsitem a span{font-weight:bold;width:250px;}
.newsitem a p{width:calc(100% - 250px);}
@media screen and (max-width:1520px){
  .newsitem a{font-size:16px;padding:10px;}
  .newsitem a span{width:200px;}
  .newsitem a p{width:calc(100% - 200px);}
}
@media screen and (max-width:1080px){
  .newsitem a{font-size:14px;}
  .newsitem a span{width:120px;}
  .newsitem a p{width:calc(100% - 120px);}
}
@media screen and (max-width:768px){
  .newsitem a span{width:100%;}
  .newsitem a p{width:100%;}
}

/*newdetail*/
.newstitle{text-align:center;margin-bottom:50px;}
.datetime{font-size:16px;font-style:normal;padding-bottom:10px;border-bottom:1px solid var(--black);margin-bottom:50px;display:block;}
.newstext{font-size:18px;line-height:1.8;margin-top:15px;}
@media screen and (max-width: 1520px) {
  .newstext{font-size:16px;margin-top:10px;}
}
@media screen and (max-width: 1080px) {
  .newstitle{font-size:22px;margin-bottom:20px;}
  .datetime{margin-bottom:30px;}
  .newstext{font-size:14px;}
}


/*dropdown*/
.dropdown{}
.dropdownitem{width:100%; display: flex;justify-content: space-between;margin-bottom: 20px;border: 1px solid #dcdcdc;border-radius:10px;box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);overflow:hidden;background:var(--white);}

.dropdownitem dl{width:100%;height: 100%;padding:10px 20px;}
.dropdownitem dl dt{display:flex;align-items:baseline;font-weight:bold;cursor: pointer;}
.dropdownitem.hastitle dl dt:before{content: attr(data-title);display: block;text-align: center;text-transform: uppercase;padding: 10px;font-size:36px;font-weight: bold;width: 100px; color: var(--pink);}
.dropdownitem dl dt h3{font-size:26px;width:100%;}
.dropdownitem dl dd{display:flex;border-top: 1px solid #dcdcdc;font-size:18px;line-height:2;}
.dropdownitem.hastitle dl dd:before{content: attr(data-title);display: block;text-align: center;text-transform: uppercase;font-weight: bold;padding: 10px;width: 100px;font-size:36px;color: var(--skyblue);}
.dropdownitem dl dd div{padding: 10px 20px 10px 0px;width:100%;}

.plussign{background:var(--pink);display: flex;justify-content: center;align-items: center;position: relative;cursor: pointer;width:50px;padding:10px;transition:.3s;}
.plussign:before{content: "";width: 20px;height: 2px;position: absolute;transform-origin: center center;transform: rotate(90deg);transition: .3s;}
.plussign:after{content: "";width: 20px;height: 2px;}
.plussign:before,.plussign:after{background: #fff;}
.plussign.callup{background: var(--grey);}
.plussign.callup:before{transform:rotate(0deg);}
@media screen and (max-width:1520px){
  .dropdownitem{margin-bottom: 15px;border-radius:6px;}
  .dropdownitem dl{padding:5px 10px;}
  .dropdownitem.hastitle dl dt:before{font-size:24px;width: 70px;}
  .dropdownitem dl dt h3{font-size:20px;}
  .dropdownitem dl dd{font-size:16px;}
  .dropdownitem dl dd div{padding:10px 10px 10px 0;}
  .dropdownitem.hastitle dl dd:before{font-size:24px;width: 70px;}
}
@media screen and (max-width:1080px){
  .dropdownitem dl dt h3,.dropdownitem dl dd div{padding:10px;}
  .dropdownitem dl dt h3{font-size:16px;}
  .dropdownitem.hastitle dl dt:before,.dropdownitem.hastitle dl dd:before{width:38px;font-size: 18px;}
  .dropdownitem dl dd{font-size:14px;line-height:1.6;}
  .dropdownitem dl dd div{padding:5px 7px;}
  .plussign{width:38px;}
  .plussign:before,.plussign:after{width:18px;}
}

.pb-adap-20{padding-bottom:20px;}
.mb-adap-60{margin-bottom:60px;}
.mb-adap-50{margin-bottom:50px;}
.mb-adap-30{margin-bottom:36px;}
.mb-adap-20{margin-bottom:20px;}
@media screen and (max-width:1520px){
  .pb-adap-20{padding-bottom:15px;}
  .mb-adap-60{margin-bottom:50px;}
  .mb-adap-50{margin-bottom:30px;}
  .mb-adap-30{margin-bottom:25px;}
}
@media screen and (max-width:1080px){
  .pb-adap-20{padding-bottom:10px;}
  .mb-adap-60{margin-bottom:30px;}
  .mb-adap-50{margin-bottom:20px;}
  .mb-adap-30{margin-bottom:15px;}
}


.pricesearch{font-size:20px;}
.searchbox{margin-bottom:50px;} 
.searchitem.avcol2{width:calc(50% - 30px);margin-bottom:20px;} 
.searchselect{width:100%;}
.searchselect select{width:100%;padding:10px 15px;border:1px solid #b1b1b1;border-radius:1px;background:var(--white);}
.searchselect select option{}
.pricelist{}
.pricelist dl{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px dotted var(--black);}
.pricelist dl:first-child{font-weight:bold;font-size:24px;padding:20px 0;border-bottom:2px solid #e9e9e9;}
@media screen and (max-width: 1520px) {
  .pricesearch{font-size:16px;}
  .searchbox{margin-bottom:30px;}
  .searchitem.avcol2{width:calc(50% - 20px);} 
  .searchselect select{padding:10px;}
  .pricelist dl{padding:10px 0;}
  .pricelist dl:first-child{font-size:20px;padding:15px 0;}
}
@media screen and (max-width: 1080px) {
  .pricesearch{font-size:14px;}
  .searchbox{margin-bottom:20px;}
  .searchitem.avcol2{width:calc(50% - 15px);} 
  .pricelist dl:first-child{font-size:16px;padding:10px 0;}
}
@media screen and (max-width: 768px) {
  .searchbox{margin-bottom:15px;}
  .searchitem.avcol2{width:calc(50% - 10px);} 
  .pricelist dl:first-child{padding:5px 0 10px;}
}
@media screen and (max-width: 568px) {
  .searchitem.avcol2{width:100%;margin-bottom:10px;}
}

.freeprice{}
.freeprice .titlegroup{}
.freeprice .titlegroup .t3{display:flex;align-items:flex-end;letter-spacing:0.1em;}
.freeprice .titlegroup .t3 strong{font-size:100px;line-height:1;color:var(--skyblue);display:flex;justify-content:space-between;align-items:center;margin:0 10px;}
.freeprice .titlegroup .t3 strong:before{content:"";display:block;width:0;height:0;/*padding:50px 10px;*/border-top:100px solid var(--yellow);border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:0;transform:rotate(-20deg);margin-right:30px;}
.freeprice .titlegroup .t3 strong:after{content:"";display:block;width:0;height:0;/*padding:50px 10px;*/border-top:100px solid var(--yellow);border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:0;transform:rotate(20deg);margin-left:30px;}
.freeprice .titlegroup .t2{letter-spacing:0.2em;}
@media screen and (max-width:1520px){
  .freeprice .titlegroup .t3 strong{font-size:80px;}
  .freeprice .titlegroup .t3 strong:before{border-top:80px solid var(--yellow);border-left:7px solid transparent;border-right:7px solid transparent;margin-right:20px;}
  .freeprice .titlegroup .t3 strong:after{border-top:80px solid var(--yellow);border-left:7px solid transparent;border-right:7px solid transparent;margin-left:20px;}
  .freeprice .titlegroup .t2{letter-spacing:0.1em;}
}
@media screen and (max-width:1080px){
  .freeprice .titlegroup .t3 strong{font-size:60px;margin:0 5px;}
  .freeprice .titlegroup .t3 strong:before{border-top:60px solid var(--yellow);border-left:5px solid transparent;border-right:5px solid transparent;margin-right:15px;}
  .freeprice .titlegroup .t3 strong:after{border-top:60px solid var(--yellow);border-left:5px solid transparent;border-right:5px solid transparent;margin-left:15px;}
  .freeprice .titlegroup .t2{letter-spacing:2px;}
}
@media screen and (max-width:768px){
  .freeprice .titlegroup .t3 strong{font-size:38px;margin:0 5px;}
  .freeprice .titlegroup .t3 strong:before{border-top:38px solid var(--yellow);margin-right:15px;}
  .freeprice .titlegroup .t3 strong:after{border-top:38px solid var(--yellow);margin-left:15px;}
  .freeprice .titlegroup .t2{letter-spacing:1px;}
}
@media screen and (max-width:568px){
  .freeprice .titlegroup .t3{letter-spacing:1px;}
  .freeprice .titlegroup .t3 strong{font-size:30px;}
  .freeprice .titlegroup .t3 strong:before{border-top:30px solid var(--yellow);border-left:3px solid transparent;border-right:3px solid transparent;margin-right:10px;}
  .freeprice .titlegroup .t3 strong:after{border-top:30px solid var(--yellow);border-left:3px solid transparent;border-right:3px solid transparent;margin-left:10px;}
}

.freepart{}

.freestep{width:calc(50% - 60px);}
.freestep dl{}
.freestep dl dt{display:flex;align-items:baseline; color:#333;margin-bottom:20px;}
.freestep dl dt h3{margin-right:50px;font-size:30px;}
.freestep dl dt span{font-size:22px;}
.freestep dl dd{margin-bottom:50px;}
.freeinfo{width:50%;padding:50px;font-size:18px;}
.freeinfo h3{}
.freeinfo div{}
.freeinfo div a{}

.freelinklist .button{display:block;width:100%;border-radius:3px;margin-top:10px;padding:15px 10px;font-size:18px;}
@media screen and (max-width:1520px){
  .freestep{width:calc(50% - 50px);}
  .freestep dl dt{margin-bottom:15px;}
  .freestep dl dt h3{margin-right:30px;font-size:24px;}
  .freestep dl dt span{font-size:18px;}
  .freestep dl dd{margin-bottom:30px;}
  .freeinfo{padding:30px;font-size:16px;}
  .freelinklist .button{font-size:16px;padding:10px;}
}
@media screen and (max-width:1080px){
  .freestep{width:calc(50% - 20px);}
  .freestep dl dt{margin-bottom:10px;}
  .freestep dl dt h3{margin-right:15px;font-size:18px;}
  .freestep dl dt span{font-size:14px;}
  .freestep dl dd{margin-bottom:20px;}
  .freeinfo{padding:20px;font-size:14px;}
  .freelinklist .button{font-size:14px;}
}
@media screen and (max-width:668px){
  .freestep{width:100%;max-width:520px;margin:0 auto;}
  .freeinfo{width:100%;max-width:520px;margin:20px auto 0;}

}

/*/public*/


/*home*/
/*padding:0 50px;*/
.homemenulist{}
.homemenulist ul{margin-right:-10px;margin-bottom:-10px;}
.homemenulist ul li{padding-right:10px;margin-bottom:10px;}
@media screen and (max-width:1080px){
  .homemenulist ul li{width:33.333333%;}
}
@media screen and (max-width:768px){
  .homemenulist ul li{width:50%;}
}
@media screen and (max-width:568px){
  .homemenulist ul{margin-right:-5px;margin-bottom:-5px;}
  .homemenulist ul li{padding-right:5px;margin-bottom:5px;}
  .homemenulist ul li .menuitem{max-width:240px;margin:0 auto;}
}

.homestrengthlist{}
.homestrengthlist ul.layout{margin-left:-38px;margin-top:-38px;}
.homestrengthlist ul.layout li.avcol3{padding-left:38px;margin-top:38px;}
.homestrengthlist ul.layout li.avcol3 figure{border-radius:10px;}
.homestrengthlist ul.layout li.avcol3 figure:after{padding-top:70%;}
.homestrengthlist ul.layout li.avcol3 h3 en{font-size:70%;font-style:italic;font-feature-settings:"hwid";}
.homestrengthlist ul.layout li.avcol3 p{font-size:18px;letter-spacing:1px;}
@media screen and (max-width:1520px){
  .homestrengthlist ul.layout{margin-left:-30px;margin-top:-30px;}
  .homestrengthlist ul.layout li.avcol3{padding-left:30px;margin-top:30px;}
  .homestrengthlist ul.layout li.avcol3 p{font-size:16px;}
}

@media screen and (max-width:1080px){
  .homestrengthlist ul.layout{margin-left:-15px;margin-top:-15px;}
  .homestrengthlist ul.layout li.avcol3{padding-left:15px;margin-top:15px;}
  .homestrengthlist ul.layout li.avcol3 p{font-size:14px;}
  .homestrengthlist ul.layout li.avcol3 h3 en{font-size:100%;}
}
@media screen and (max-width:768px){
	.homestrengthlist ul.layout li.avcol3{width:50%;}
}
@media screen and (max-width:568px){
	.homestrengthlist ul.layout li.avcol3{width:100%;}
}

.homecoating{}
.homecoating .twocolumn{}
.homecoating .twocolumn .text{width:calc(100% - 630px);}
.homecoating .twocolumn .text ol{margin-bottom:50px;list-style:none;}
.homecoating .twocolumn .text ol li{list-style:none;text-indent:-1em;padding-left:1em;}
.homecoating .twocolumn .text h3{line-height:1.2;}
.homecoating .twocolumn .text h3 en{font-size:70%;font-style:italic;}
.homecoating .twocolumn .text p{margin-bottom:30px;line-height:1.8;}
.homecoating .twocolumn .text .button{font-size:18px;display:inline-flex;justify-content:space-between;padding:20px 60px;}
.homecoating .twocolumn .text .button .arrow{margin-left:20px;}
.homecoating .twocolumn .text .button:hover .arrow:before{background:var(--skyblue);}
.homecoating .twocolumn .text .button:hover .arrow:after{border-color:var(--skyblue)}
.homecoating .twocolumn .pic{width:600px;}
.homecoating .twocolumn .pic figure{width:100%;border-radius:10px;overflow:hidden;}
.homecoating .twocolumn .pic figure:after{padding-top:70%;}
@media screen and (max-width:1520px){
  .homecoating .twocolumn .text{width:calc(100% - 530px);}
  .homecoating .twocolumn .text ol{margin-bottom:30px;}
  .homecoating .twocolumn .text p{margin-bottom:15px;}
  .homecoating .twocolumn .text .button{font-size:16px;padding:12px 30px;}
  .homecoating .twocolumn .text .button .arrow{margin-left:15px;}
  .homecoating .twocolumn .pic{width:500px;}
}
@media screen and (max-width:1080px){
  .homecoating .twocolumn .text{width:calc(55% - 20px);}
  .homecoating .twocolumn .text ol{margin-bottom:20px;}
  .homecoating .twocolumn .text p{margin-bottom:10px;}
  .homecoating .twocolumn .text .button{font-size:14px;padding:10px 20px;}
  .homecoating .twocolumn .text .button .arrow{margin-left:10px;}
  .homecoating .twocolumn .pic{width:45%;}
}
@media screen and (max-width:768px){
  .homecoating .twocolumn .text{width:100%;max-width:520px;margin:0 auto;}
  .homecoating .twocolumn .pic{width:100%;max-width:520px;margin:20px auto 0;}
	.homecoating .twocolumn .text .button{display:flex;max-width:200px;margin:0 auto;}
}

.homenews .greybtn{font-size:18px;display:inline-flex;justify-content:space-between;padding:20px 60px;}
.homenews .greybtn .arrow{margin-left:20px;}
.homenews .greybtn:hover .arrow:before{background:var(--skyblue);}
.homenews .greybtn:hover .arrow:after{border-color:var(--skyblue)}
@media screen and (max-width:1520px){
  .homenews .greybtn{font-size:16px;padding:15px 50px;}
  .homenews .greybtn .arrow{margin-left:15px;}
}
@media screen and (max-width:1080px){
  .homenews .greybtn{font-size:14px;padding:10px 20px;} 
  .homenews .greybtn .arrow{margin-left:10px;}
}

.homeflow .homeflowlist ul{margin-right:-12px;margin-bottom:-12px;}
.homeflow .homeflowlist ul li{padding-right:12px;margin-bottom:12px;}
@media screen and (max-width:1520px){
  .homeflow .homeflowlist ul{margin-right:-10px;margin-bottom:-10px;}
  .homeflow .homeflowlist ul li{padding-right:10px;margin-bottom:10px;}
}
@media screen and (max-width:768px){
  .homeflow .homeflowlist ul li{width:50%;}
}
@media screen and (max-width:568px){
  .homeflow .homeflowlist ul li{width:100%;}
  .homeflow .homeflowlist ul li .stepitem{max-width:350px;margin:0 auto;}
}

.homefaq .skybluebtn{font-size:18px;display:inline-flex;justify-content:space-between;padding:20px 60px;}
.homefaq .skybluebtn .arrow{margin-left:20px;}
.homefaq .skybluebtn:hover .arrow:before{background:var(--grey);}
.homefaq .skybluebtn:hover .arrow:after{border-color:var(--grey)}
@media screen and (max-width:1520px){
  .homefaq .skybluebtn{font-size:16px;padding:15px 50px;}
  .homefaq .skybluebtn .arrow{margin-left:15px;}
}
@media screen and (max-width:1080px){
  .homefaq .skybluebtn{font-size:14px;padding:10px 20px;} 
  .homefaq .skybluebtn .arrow{margin-left:10px;}
}

.hometopics .button{display:flex;justify-content:space-between;font-size:18px;margin-top:50px;padding: 15px 60px;}
@media screen and (max-width:1520px){
  .hometopics .button{font-size:16px;padding:12px 30px;margin-top:30px;}
}
@media screen and (max-width:1080px){
  .hometopics .button{max-width:200px;font-size:14px;padding:10px 30px;margin-top:20px;}
}



.topicslist .layout{margin-right:-30px;margin-bottom:-30px;}
.topicslist .layout .avcol3{margin-bottom:30px;padding-right:30px;}
@media screen and (max-width:1520px){
  .topicslist .layout{margin-right:-20px;margin-bottom:-20px;}
  .topicslist .layout .avcol3{margin-bottom:20px;padding-right:20px;}
}
@media screen and (max-width:1080px){
  .topicslist .layout{margin-right:-15px;margin-bottom:-15px;}
  .topicslist .layout .avcol3{margin-bottom:15px;padding-right:15px;}
}
@media screen and (max-width:768px){
  .topicslist .layout .avcol3{width:50%;}
}
@media screen and (max-width:568px){
  .topicslist .layout .avcol3{width:100%;}
}

.topicsitem{color:var(--black);text-decoration:none;display:block;width:100%;transition:.3s;}
.topicsitem:hover{text-decoration:none;color:var(--skyblue);}
.topicsitem:hover .topicspic figure{transform:scale(1.1,1.1);}
.topicspic{overflow:hidden;margin-bottom:15px;}
.topicspic figure{transition:.3s;}
.topicspic figure:after{padding-top:70%;}
.topicstext{}
.topicstext span{font-size:18px;}
.topicstext p{font-size:20px;font-weight:bolder;margin-top:10px;}
@media screen and (max-width:1520px){
  .topicstext span{font-size:14px;}
  .topicstext p{font-size:16px;}
}
@media screen and (max-width:1080px){
  .topicstext span{font-size:12px;}
  .topicstext p{font-size:14px;}
}

/*/home*/

/*page*/

.simulation{}
.simulation p{font-size:18px;line-height:1.8;margin-bottom:50px;}
.simulation h3{font-feature-settings:"halt";margin-bottom:20px}
.simulation ul{font-size:18px;line-height:1.8;margin-bottom:50px;background:#eef8ff;padding:20px;}
.simulation ul li{display:flex;align-items:baseline;position:relative;padding-left:1em;/*text-indent:1em;*/}
.simulation ul li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--black);margin-right:5px;position:absolute;top:12px;left:0; /*display:flex;flex-shrink:0;flex-grow:0;*/}
@media screen and (max-width:1520px){
  .simulation p{font-size:16px; }
  .simulation ul{font-size:16px;padding:15px;}
}
@media screen and (max-width:1080px){
  .simulation p{font-size:14px;margin-bottom:30px;}
  .simulation h3{margin-bottom:15px;}
  .simulation ul{font-size:14px;margin-bottom:30px;padding:10px;}
  .simulation ul li:before{width:5px;height:5px;}
}


.tabshophead{display:flex;flex-wrap;list-style:none;}
.tabshopheaditem{margin-right:10px;margin-bottom:10px;min-width:100px;border-radius:3px;cursor:pointer;}
.tabshopbody{display:none;}
.tabshopbody.show{display:block;}
.tabmenuitem{display:block;cursor:pointer;}
.tabitem{display:none;}
.tabitem.show{display:block;}
.tabsubitem{display:none;}
.tabsubitem.show{display:block;}
@media screen and (max-width:1080px){
  .tabshopheaditem{min-width:80px;padding:5px;}
}

.shoplist{}
.shoplist .layout{margin-bottom:-50px;margin-right:-100px;}
.shoplist .layout .avcol2{margin-bottom:50px;padding-right:100px;}
@media screen and (max-width:1520px){
  .shoplist .layout{margin-right:-80px;}
  .shoplist .layout .avcol2{padding-right:80px;}
}
@media screen and (max-width:1080px){
  .shoplist .layout{margin-bottom:-30px;margin-right:-30px;}
  .shoplist .layout .avcol2{margin-bottom:30px;padding-right:30px;}
}
@media screen and (max-width:568px){
  .shoplist .layout .avcol2{width:100%;}
}

.shopitem{}
.shopitem:hover .shopitempic figure{transform:scale(1.2,1.2);}
.shopitempic{overflow:hidden;}
.shopitempic figure{transition:.3s;}
.shopitempic figure:after{padding-top:60%;}
.shopitemtext{}
.shopitemtext h3{position:relative;margin:30px auto 20px;padding-bottom:10px;border-bottom:1px solid var(--glassgreen);}
.shopitemtext h3:after{content:"";position:absolute;left:0;bottom:0;z-index:1;width:6em;border-bottom:2px solid var(--skyblue);}
.shopitemtext p{font-size:18px;font-weight:bold;margin-top:20px;}
.shopitemtext .button{width:240px;padding:12px 20px;border-radius:999px;margin-top:20px;}
@media screen and (max-width:1520px){
  .shopitemtext h3{margin:20px auto 15px;}
  .shopitemtext p{font-size:16px;margin-top:15px;}
  .shopitemtext .button{width:200px;padding:10px;margin-top:15px;}
}
@media screen and (max-width:1080px){
  .shopitemtext h3{margin:15px auto 10px;}
  .shopitemtext p{font-size:14px;margin-top:10px;}
  .shopitemtext .button{margin-top:10px;}
}
@media screen and (max-width:768px){
  .shopitemtext .button{width:180px;}
}


.shopdetail .twocolumn{}
.shopdetail .twocolumn .text{width:calc(50% - 30px);}
.shopdetail .twocolumn .text figure{margin-bottom:20px;}
.shopdetail .twocolumn .text .tablelist dl dt{width:150px;}
.shopdetail .twocolumn .text .tablelist dl dd{width:calc(100% - 150px);}
.shopdetail .twocolumn .text a{color:var(--black);}
.shopdetail .twocolumn .text a:hover{color:var(--skyblue);}
.shopdetail .twocolumn .pic{width:calc(50% - 30px);}
.shopdetail .button{padding:15px 60px;}
@media screen and (max-width:1520px){
  .shopdetail .twocolumn .text{width:calc(50% - 20px);}
  .shopdetail .twocolumn .text .tablelist dl dt{width:120px;}
  .shopdetail .twocolumn .text .tablelist dl dd{width:calc(100% - 120px);}
  .shopdetail .twocolumn .pic{width:calc(50% - 20px);}
}
@media screen and (max-width:1080px){
  .shopdetail .twocolumn .text{width:calc(50% - 10px);}
  .shopdetail .twocolumn .text .tablelist dl dt{width:100px;}
  .shopdetail .twocolumn .text .tablelist dl dd{width:calc(100% - 100px);}
  .shopdetail .twocolumn .pic{width:calc(50% - 10px);}
  .shopdetail .button{padding:10px 30px;}
}
@media screen and (max-width:768px){
  .shopdetail .twocolumn{max-width:520px;margin:0 auto;}
  .shopdetail .twocolumn .text{width:100%;margin-bottom:20px;}
  .shopdetail .twocolumn .text .tablelist dl dt{width:80px;}
  .shopdetail .twocolumn .text .tablelist dl dd{width:calc(100% - 80px);}
  .shopdetail .twocolumn .pic{width:100%;}
}

.colpic{display:flex;}
.colpic figure{width:calc(50% - 10px);}
.colpic figure:after{padding-top:150%;}
@media screen and (max-width:1080px){
  .colpic figure{width:calc(50% - 5px);}
  .colpic figure:after{padding-top:120%;}
}


.colitempic > figure{width:100%;border:1px solid var(--skyblue);}
.colitempic > figure:after{padding-top:110%;}
.colitempic h3{font-size:14px;margin-top:10px;display:flex;align-items:baseline;}
.colitempic h3 span{background:var(--skyblue);padding:3px 5px;border-radius:50%;color:var(--white);font-size:16px;line-height:1;margin-right:10px;display:block;}


.tabmenu{display:flex;justify-content:space-between;border-radius:10px 10px 0 0;overflow:hidden;margin-bottom:20px;}
.tabmenu .tabmenuitem{display:flex;background:var(--green);color:var(--white);width:50%;padding:10px;display:flex;justify-content:center;align-items:center;font-size:26px;font-weight:bold;}
.tabmenu .tabmenuitem.tabmenuactive{background:var(--skyblue);}
.tabmenu .tabmenuitem img{width:26px;margin-right:10px;}
.tabitem ul{margin-bottom:-30px;margin-right:-30px;}
.tabitem ul li{margin-bottom:30px;padding-right:30px;}

@media screen and (max-width: 1520px) {
.tabmenu .tabmenuitem{font-size:20px;}
.tabmenu .tabmenuitem img{width:20px;margin-right:5px;}
.tabitem ul{margin-bottom:-20px;margin-right:-20px;}
.tabitem ul li{margin-bottom:20px;padding-right:20px;}
}
@media screen and (max-width: 1080px) {
.tabmenu{border-radius:5px 5px 0 0;}
.tabmenu .tabmenuitem{font-size:16px;}
.tabmenu .tabmenuitem img{width:16px;}
.tabitem ul{margin-bottom:-15px;margin-right:-15px;}
.tabitem ul li{margin-bottom:15px;padding-right:15px;}
}
@media screen and (max-width: 768px) {
.tabmenu .tabmenuitem{font-size:14px;}
.tabmenu .tabmenuitem img{width:14px;}
.tabitem ul li{width:50%;}
}
@media screen and (max-width: 568px) {
  .tabmenu .tabmenuitem img{display:none;}
}


.shopinfo{}
.shopinfo .tablelist{}
.shopinfo .tablelist dl{border-bottom:1px dotted var(--lightgrey);}
.shopinfo .tablelist dl dt{padding:10px;}
.shopinfo .tablelist dl dd{padding:10px;}
@media screen and (max-width: 768px) {
  .shopinfo .tablelist dl dt{padding:5px 0px;border-bottom:1px solid var(--lightgrey);}
  .shopinfo .tablelist dl dd{padding:5px 0px;}
}


.contactinfo{margin-bottom:60px;}
.contactinfo p{font-size:20px;margin-bottom:30px;line-height:2;}
@media screen and (max-width: 1520px) {
  .contactinfo p{font-size:16px;}
}
@media screen and (max-width: 1080px) {
  .contactinfo{margin-bottom:30px;}
  .contactinfo p{font-size:14px;margin-bottom:20px;line-height:1.8;}
}


.repairmenu{}
.repairmenu .twocolumn{margin-top:60px;}
.repairmenu .twocolumn .text{width:calc(100% - 580px);}
.repairmenu .twocolumn .text h3{font-size: 25px;}
.repairmenu .twocolumn .text ol{margin-top:20px;list-style-type:none;}
.repairmenu .twocolumn .text ol li{list-style-type: none;display: flex;align-items: baseline;font-size: 20px;margin: 10px auto;}
.repairmenu .twocolumn .text ol li:before {content: "";display: block;width: 12px;height: 12px;border-radius: 50%;border: 1px solid #b3b3b3;box-shadow: inset 3px 3px 3px #c8c8c8;margin-right: 10px;}
.repairmenu .twocolumn .text p{margin-top:20px;font-size:18px;}
.repairmenu .twocolumn .pic{width:500px;display:flex;justify-content:center;}
@media screen and (max-width: 1520px) {
  .repairmenu .twocolumn{margin-top:50px;}
  .repairmenu .twocolumn .text{width:calc(100% - 500px);}
  .repairmenu .twocolumn .text h3{font-size:20px;}
  .repairmenu .twocolumn .text ol li{font-size:16px;margin: 5px auto;}
  .repairmenu .twocolumn .text p{font-size:16px;}
  .repairmenu .twocolumn .pic{width:450px;}
}
@media screen and (max-width: 1080px) {
  .repairmenu .twocolumn{margin-top:30px;}
  .repairmenu .twocolumn .text{width:calc(100% - 380px);}
  .repairmenu .twocolumn .text h3{font-size: 16px; }
  .repairmenu .twocolumn .text ol li{font-size:14px;margin: 2px auto;}
  .repairmenu .twocolumn .text p{font-size:14px;margin-top:15px;}
  .repairmenu .twocolumn .pic{width:360px;}
}
@media screen and (max-width: 768px) {
  .repairmenu .twocolumn{max-width:500px;margin:30px auto;}
  .repairmenu .twocolumn .text{width:100%;margin-bottom:20px;}
  .repairmenu .twocolumn .pic{width:100%;max-width:300px;margin:0 auto;}
}


.ollist{}
.ollist li{list-style-type:none;display:flex;align-items:baseline;font-size:20px;margin:15px auto;}
.ollist li:before{content:"";display:block;width:18px;height:18px;border-radius:50%;border:1px solid #b3b3b3;box-shadow:inset 3px 3px 3px #c8c8c8;margin-right:10px;}
@media screen and (max-width: 1520px) {
  .ollist li{font-size:16px;margin:10px auto;}
  .ollist li:before{width:14px;height:14px;}
}
@media screen and (max-width: 1080px) {
  .ollist li{font-size:14px;margin:5px auto;}
  .ollist li:before{width:12px;height:12px;}
}





.repairflow{}
.flowitem{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:15px;border-radius:5px;border:1px solid #b1b1b1;overflow:hidden;}
.flowitem dt{width:360px;display:flex;justify-content:space-between;}
.flowitem dd{width:calc(100% - 360px);font-size:20px;padding:20px;}
.flowitemnum{background:var(--skyblue);color:var(--white);width:80px;height:100%;padding:5px;font-size:38px;text-align:center;font-weight:bold;border-right:1px solid #b1b1b1;display:flex;justify-content:center;align-items:center;}
.flowitemtitle{background:#bff5ff;color:var(--blue);width:calc(100% - 80px);height:100%;padding:10px;font-size:28px;text-align:center;font-weight:bold;border-right:1px solid #b1b1b1;display:flex;justify-content:center;align-items:center;}
@media screen and (max-width: 1520px) {
  .flowitem dt{width:300px;}
  .flowitem dd{width:calc(100% - 300px);font-size:16px;padding:15px;}
  .flowitemnum{width:60px;font-size:32px;}
  .flowitemtitle{width:calc(100% - 60px);font-size:22px;padding:5px;}
}
@media screen and (max-width: 1080px) {
  .flowitem dt{width:200px;}
  .flowitem dd{width:calc(100% - 200px);font-size:14px;padding:10px;}
  .flowitemnum{width:50px;font-size:24px;}
  .flowitemtitle{width:calc(100% - 50px);font-size:16px;}
}
@media screen and (max-width: 568px) {
  .flowitem dt{width:100%;}
  .flowitem dd{width:100%;}
  .flowitemtitle{border-right:0;border-bottom:1px solid #b1b1b1;justify-content:flex-start;padding-left:15px;}
}


.coating{}
.coating .layout{justify-content:space-between;}
.coating .layout .avcol2{padding:50px;}
.coating .layout .avcol2:nth-of-type(odd){border-right:1px solid #d5d5d5;border-bottom:1px solid #d5d5d5;}
.coating .layout .avcol2:nth-of-type(even){border-bottom:1px solid #d5d5d5;}
@media screen and (max-width: 1520px) {
  .coating .layout .avcol2{padding:30px;}
}
@media screen and (max-width: 1080px) {
  .coating .layout .avcol2{padding:20px;}  
}
@media screen and (max-width: 768px) {
  .coating .layout .avcol2{width:100%;max-width:500px;margin:0 auto;padding:10px 0;}
  .coating .layout .avcol2:nth-of-type(odd){border-right:0;}
}



.feature{display:flex;justify-content:space-between;flex-wrap:wrap;}
.featurepic{width:150px;height:150px;display:flex;justify-content:center;align-items:center;padding:10px;border-radius:10px;}
.featuretext{width:calc(100% - 180px);font-weight:bold;letter-spacing:1px;}
.featuretext p{font-size:20px;display:block;line-height:1.8;margin-bottom:15px;}
.featuretext p strong{font-size:150%;}
.featuretext span{font-size:16px;display:block;}
@media screen and (max-width: 1520px) {
  .featurepic{width:120px;height:120px;border-radius:8px;}
  .featuretext{width:calc(100% - 150px);}
  .featuretext p{font-size:16px;line-height:1.6;margin-bottom:10px;}
  .featuretext span{font-size:14px;}
}
@media screen and (max-width: 1080px) {
  .featurepic{width:100px;height:100px;border-radius:5px;}
  .featuretext{width:calc(100% - 120px);}
  .featuretext p{font-size:14px;margin-bottom:5px;}
  .featuretext span{font-size:12px;}
}
@media screen and (max-width: 768px) {
  .featurepic{width:80px;height:80px;border-radius:3px;padding:5px;}
  .featuretext{width:calc(100% - 90px);}
}


.activity{display:flex;justify-content:space-between;flex-wrap:wrap;border-radius:10px;border:1px solid #cfcfcf;overflow:hidden;margin-bottom:30px;}
.activitypic{width:220px;height:220px;display:flex;justify-content:center;align-items:center;padding:10px;}
.activitypic img{width:120px;}
.activitytext{background:var(--white);width:calc(100% - 220px);padding:30px 80px;display:flex;flex-direction:column;justify-content:center;}
.activitytext p{font-size:38px; font-weight:bold;letter-spacing:2px;}
.activitytext p strong{font-size:150%;}
.activitynote{font-size:28px;margin-bottom:30px;font-weight:bold;}
@media screen and (max-width: 1520px) {
  .activity{border-radius:8px;margin-bottom:20px;}
  .activitypic{width:200px;height:200px;}
  .activitytext{width:calc(100% - 200px);padding:30px;}
  .activitytext p{font-size:32px;}
  .activitynote{font-size:22px;}
}
@media screen and (max-width: 1080px) {
  .activity{border-radius:5px;margin-bottom:15px;}
  .activitypic{width:150px;}
  .activitytext{width:calc(100% - 150px);padding:20px;}
  .activitytext p{font-size:26px;}
  .activitynote{font-size:16px;}
}
@media screen and (max-width: 768px) {
  .activitypic{width:120px;height:auto;}
  .activitytext{width:calc(100% - 120px);padding:10px;}
  .activitytext p{font-size:16px;}
  .activitytext p strong{font-size:120%;}
  .activitynote{font-size:14px;}
}




.pannal{padding:80px 100px;background:var(--white);border:1px solid #cfcfcf;}
.pannal p{font-size:28px;font-weight:bold;margin-bottom:50px;}
.pannal p strong{font-size:150%;}
@media screen and (max-width: 1720px) {
  .pannal{padding:60px 30px;}
  .pannal p{font-size:20px;}
}
@media screen and (max-width: 1520px) {
  .pannal{padding:30px 20px;}
  .pannal p{font-size:16px;margin-bottom:30px;}
}
@media screen and (max-width: 1080px) {
  .pannal{padding:20px;}
  .pannal p{font-size:14px;margin-bottom:20px;}
}




.inactivation{}
.inactivation .layout{margin-right:-60px;margin-bottom:-30px;}
.inactivation .layout .avcol5{padding-right:60px;margin-bottom:30px;position:relative;}
.inactivation .layout .avcol5 i{position:absolute;top:50%;right:20px;transform:translateX(50%);}
@media screen and (max-width: 1520px) {
  .inactivation .layout{margin-right:-50px;}
  .inactivation .layout .avcol5{width:33.333333%;padding-right:50px;}
  .inactivation .layout .avcol5:nth-of-type(3) i{display:none;}
}
@media screen and (max-width: 1080px) {

}
@media screen and (max-width: 768px) {
  .inactivation .layout .avcol5{width:50%;}
  .inactivation .layout .avcol5:nth-of-type(3) i{display:flex;}
  .inactivation .layout .avcol5:nth-of-type(even) i{display:none;}
}
@media screen and (max-width: 568px) {
  .inactivation .layout .avcol5{width:100%;}
  .inactivation .layout .avcol5 .item{max-width:320px;margin:0 auto;}
  .inactivation .layout .avcol5 i,.inactivation .layout .avcol5:nth-of-type(3) i{display:none;}

}

.arrawblueright{display:flex;justify-content:center;align-items:center;}
.arrawblueright:before{content:"";display:block; width:30px;height:5px;background:var(--lightblue);}
.arrawblueright:after{content:"";display:block; width:25px;height:25px;border:solid var(--lightblue);border-width:5px 5px 0 0;transform:translateX(-25px) rotate(45deg);}
@media screen and (max-width: 1520px) {
  .arrawblueright:before{width:20px;height:3px;}
  .arrawblueright:after{width:15px;height:15px;border-width:3px 3px 0 0;transform:translateX(-15px) rotate(45deg);}
}
@media screen and (max-width: 768px) {

}

.item{width:100%;height:100%;border-radius:15px;border:1px solid #cfcfcf;overflow:hidden;padding:5px;}
.itempic{width:100%;height:180px;display:flex;justify-content:center;align-items:center;padding:10px;}
.itemtext{height:7em;background:var(--lightblue);color:var(--white);font-size:18px;font-weight:bold;padding:20px 15px;border-radius:0 0 15px 15px;display:flex;align-items:center;}
@media screen and (max-width: 1520px) {
  .itemtext{font-size:16px;padding:15px 10px;}
}
@media screen and (max-width: 1080px) {
  .item{padding:3px;}
  .itempic{padding:5px;}
  .itemtext{font-size:14px;padding:10px;}
}



.trialitem{display:flex;justify-content:space-between;flex-wrap:wrap;border:1px solid #cfcfcf;border-radius:15px;overflow:hidden;margin-top:20px;}
.trialitempic{display:flex;align-items:center;justify-content:center;width:330px;background-image:linear-gradient(135deg, #b8eef9 25%, #baf7ea 50%, #bcfde0 100%);}
.trialitempic img{width:100%;}
.trialitemtext{width:calc(100% - 330px);display:flex;flex-direction:column;justify-content:center;background:var(--white);padding:30px 50px;}
.trialitemtext h3{font-size:38px;margin-bottom:10px;}
.trialitemtext p{font-size:18px;line-height:1.8;font-weight:bold;}
@media screen and (max-width: 1520px) {
  .trialitem{border-radius:10px;}
  .trialitempic{width:280px;}
  .trialitemtext{width:calc(100% - 280px);padding:20px 30px;}
  .trialitemtext h3{font-size:32px;margin-bottom:5px;}
  .trialitemtext p{font-size:16px;line-height:1.6;}
}
@media screen and (max-width: 1080px) {
  .trialitem{border-radius:8px;margin-top:15px;}
  .trialitempic{width:200px;}
  .trialitemtext{width:calc(100% - 200px);padding:15px;}
  .trialitemtext h3{font-size:26px;}
  .trialitemtext p{font-size:14px;}
}
@media screen and (max-width: 768px) {
  .trialitempic{width:120px;}
  .trialitemtext{width:calc(100% - 120px);padding:10px;}
  .trialitemtext h3{font-size:18px;}
}
@media screen and (max-width: 568px) {
  .trialitem{width:100%;max-width:360px;margin:10px auto 0;}
  .trialitempic{width:100%;}
  .trialitemtext{width:100%;}
}

.contacttel .contacttelban{display:flex;text-align:center;padding:10px;border-radius:10px;margin:30px auto;width:100%;}
.contacttelban p{margin-bottom:0;font-size:18px;}
.contacttelban div{display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:30px;}
.contacttelban div svg{fill:#FFF;width:30px;height:30px;margin-right:10px;}
@media screen and (max-width: 1520px) {
	.contacttelban p{font-size:16px;}
	.contacttelban div{font-size:24px;}
	.contacttelban div svg{width:26px;height:26px;}
}
@media screen and (max-width: 1080px) {
	.contacttel .contacttelban{max-width:300px;}
	.contacttelban p{font-size:14px;}
	.contacttelban div{font-size:18px;}
	.contacttelban div svg{width:20px;height:20px;}
}



