@charset "utf-8";
/* CSS Document */

/*------------------------------
　共通
------------------------------*/
.pc{display: none !important;}

.w1100{width: 94%;margin: 0 auto;}

.m-b30{margin-bottom: 15px;}
.m-b50{margin-bottom: 25px;}

h1{font-size: 12px;font-weight: 400;letter-spacing: .1rem;color:#888;}
h2{font-size: 21px;font-weight: 600;letter-spacing: .05rem;line-height:1.6;}


.txt-arrow:after{content:"";background: url(../../../image/common/txt-arrow.svg) no-repeat center right / contain;width: 10px; height: 14px;}
.en{font-family: "Outfit", sans-serif;font-weight: 600;font-style: normal;font-size:130%;line-height:1;letter-spacing:1px;}

.gre{background-color:#f0f0f0;}
.pink{background-color:#ffecf5;}
.d-gre{background-color:#838383;}

.bt-mail{font-weight: 600; font-size: min(16px,5vw); border: 2px solid #111; border-radius: 20px; line-height: 1; padding: 6px 20px; display: inline-flex; justify-content: center;gap:6px;margin:10px auto 20px;transition:.3s;}
.bt-mail:hover{background-color:#0091d2;color:#FFF;border-color:#0091d2;}
.bt-mail:before{content:"";display:inline-block;background: url(../../../image/common/icon-mail_b.svg) no-repeat center center / contain;width: 24px; height:18px;}
.bt-mail:hover::before{background: url(../../../image/common/icon-mail_w.svg) no-repeat center center / contain;}

.more-bt.-blue{font-weight: 600; font-size: min(16px,4.5vw); border-radius: 30px; line-height: 1; padding: 18px 56px 18px 34px; display: inline-flex; justify-content: center;gap:6px;margin-top:30px;transition:.3s;color:#FFF;letter-spacing:normal;}
.more-bt.-blue{background:#111 url(../../../image/common/more-bt-blue.svg) no-repeat center right / 100px;}
.more-bt.-blue:hover{background:#0091d2 url(../../../image/common/more-bt-kuro.svg) no-repeat center right / 100px; color:#FFF;}

.more-bt.-pink{font-weight: 600; font-size: min(16px,4.5vw); border-radius: 25px; line-height: 1; padding: 14px 40px 14px 20px; display: inline-flex; justify-content: center;gap:6px;margin-top:20px;transition:.3s;color:#FFF;letter-spacing:normal;}
.more-bt.-pink{background:#111 url(../../../image/common/more-bt-pink.svg) no-repeat center right / 83px;}
.service-box:hover .more-bt.-pink{background:#de619e url(../../../image/common/more-bt-kuro.svg) no-repeat center right / 83px; color:#FFF;}


.more-bt{font-weight: 600; font-size: 16px; border-radius: 18px; line-height: 1; padding: 10px 30px 10px 20px; display: inline-flex; justify-content: center;gap:6px;margin-top:20px;transition:.3s;color:#FFF;letter-spacing:.1rem;}
.more-bt{background:#111 url(../../../image/common/more-bt-arrow_w.svg) no-repeat center right / 40px;}
.more-bt:hover{background:#de619e url(../../../image/common/more-bt-arrow_w.svg) no-repeat center right / 40px; color:#FFF;}

.pic img{width:100%;height:auto;}

section{padding:0 10px 30px;}

center img{max-width:100%;height:auto;}
.pic img{width:100%;height:auto;}
.section-title{text-align:left;margin-left:-10px;}
.section-title img{height:100px !important;width:auto !important;}

.soudan-waku{width:100%;margin:0 auto;position:relative;}
.soudan-waku img{width:100%;height:auto;}
.soudan-chara{position:absolute;right:0; width: auto !important;height: 100% !important;}
/* ----------------- */
/* ハンバーガーメニュー */
/* ----------------- */

.hamburger-set {
  position: fixed;
  top: 6px;
  right: 6px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  padding: 5px;
  border: none;
	border-radius:24px;
  background: #de619e;
  cursor: pointer;
}

.hamburger-icon {
  width: 100%;
  height: 100%;
}

.hamburger-line {
  fill: none;
  stroke: #FFF;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
              stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger-line:nth-child(1) {stroke-dasharray: 60 207;}
.hamburger-line:nth-child(2) {stroke-dasharray: 60 60;}
.hamburger-line:nth-child(3) {stroke-dasharray: 60 207;}
.hamburger-set.active .hamburger-line:nth-child(1) {stroke-dasharray: 90 207;stroke-dashoffset: -134;}
.hamburger-set.active .hamburger-line:nth-child(2) {stroke-dasharray: 1 60;stroke-dashoffset: -30;}
.hamburger-set.active .hamburger-line:nth-child(3) {stroke-dasharray: 90 207;stroke-dashoffset: -134;}
.nav-set {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(175 175 175 / 95%);
  clip-path: circle(0% at calc(100% - 44px) 44px);
  transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 900;
	overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-set.active {
  clip-path: circle(150% at calc(100% - 44px) 44px);
}

.nav-set-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 15px;
  width: 100%;
  height: 100%;
}
.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.nav-item {
	
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
background-color:#FFF;
	margin-bottom:6px;
}

.-sankaku{width:20px;height:auto;}
.nav-item > a {display:flex;justify-content:flex-start;align-items:flex-start;font-size: 16px;line-height: 40px;}

.nav-set.active .nav-item {
  opacity: 1;
  transform: translateY(0);
}
.nav-item a img{max-width:100%;height:auto;}

.nav-set.active .nav-item:nth-child(1) { transition-delay: 0.3s; }
.nav-set.active .nav-item:nth-child(2) { transition-delay: 0.4s; }
.nav-set.active .nav-item:nth-child(3) { transition-delay: 0.5s; }
.nav-set.active .nav-item:nth-child(4) { transition-delay: 0.6s; }
.nav-set.active .nav-item:nth-child(5) { transition-delay: 0.7s; }
.nav-set.active .nav-item:nth-child(6) { transition-delay: 0.8s; }
.nav-set.active .nav-item:nth-child(7) { transition-delay: 0.9s; }
.nav-set.active .nav-item:nth-child(8) { transition-delay: 1.0s; }
.nav-set.active .nav-item:nth-child(9) { transition-delay: 1.1s; }
.nav-set.active .nav-item:nth-child(10) { transition-delay: 1.2s; }
.nav-set.active .nav-item:nth-child(11) { transition-delay: 1.3s; }

.have-child{padding-bottom:10px;}
.child-item{display:flex;justify-content:space-between;align-items:center;background-color:#f0f0f0;
padding: 6px 10px 6px 10px;font-size: 14px;margin: 5px 10px;}
.child-item:after{content:"";display:block;background-image:url(../../../image/common/more-bt-arrow_b.svg);background-size: cover;width:25px;height:25px;background-repeat:no-repeat;}


/*------------------------------
ヘッダー
------------------------------*/
header {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    height:  60px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner {display: flex;}
.h-logo img{height: 60px;width: auto;}
.h-bt-set{display: none;}


.h-bt-arrow{width: 10px !important;height: auto !important;}

/*------------------------------
　TOPコンテンツ
------------------------------*/

.slider-waku{aspect-ratio: 1.7 / 1;position:relative;}
.slider{background: url(../../../image/slider/slider-pic2_sp.webp) no-repeat bottom center / cover;height: 100%;width:100%;}
.slider-txt {position: absolute;top: 0;left: -15px;height: 100%;}
.slider-txt img{height: 100%;width: 100%; object-fit: cover;}

.bana-set{margin: 20px auto;width:calc(100% - 60px);}
.bana-set{}
.bana-set img{width: 100%;height: auto;padding:5px 15px;}
.slick-prev, .slick-next{width:30px !important;height:30px !important;}
.slick-prev:before, .slick-next:before{font-size: 30px !important;color:#333 !important;}
.slick-dots li button:before{font-size:10px !important;}
.slick-dots{padding-bottom:15px;}
.slick-dotted.slick-slider{margin-bottom:40px !important;}
.slick-slider{width:100% !important;}
.slick-prev{left:6% !important;}
.slick-next{right:6% !important;}

.apply-bana-set {
  display: flex;
  position: relative;
  width: 100%;
  height: 160px;
  margin: 0 auto;
}

.apply-bana-set a {
  flex: 1;
  height: 160px;
  background-size: cover;
  display: flex;justify-content: center;align-items:center;transition:.3s;
}
.apply-bana-set a:hover{filter: brightness(1.3);}
.apply-bana-set a.-apply {
  background-image: url(../../../image/common/bana-bg-apply.webp);
	background-position: right;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  z-index: 1;
}

.apply-bana-set a.-akiya {
  background-image: url(../../../image/common/bana-bg-akiya.webp);
	background-position: left;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -8%;
  z-index: 2;
}
.apply-bana-set img{max-width:100%;height:auto;}


.section-title-flex{display:flex;justify-content:flex-start;gap:min(40px,3vw);flex-direction:column;}
.section-title-flex img{width:100%;height:auto;}
.section-title img{width:100%;height:auto;}
.section-title-txt{padding-top: 20px;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;padding-right:4vw;}
.section-title-txt h2{font-size:min(25px,6.5vw);line-height:1.4;letter-spacing:normal;}
.section-title-txt p{font-size:16px;line-height:1.4;padding-top:12px;}

/* 選ばれる理由 */
.reason .section-title-txt h2 span{color:#0091d2;}
.reason-flex{width: calc(100% - 30px);margin: 15px 0 0 15px;display:flex;justify-content:center;gap:30px;flex-direction:column;}
.reason-box{width:100%;background-color:#FFF;box-shadow: rgba(0, 0, 0, 0.15) 8px 8px 1px;position:relative;}
.reason-box img{width:100%;height:auto;}
.reason-box .no{position:absolute;width: 45%;max-width: 120px; top:-5px;left:-10px;}
.reason-box .no img{width:100%;height:auto;}
.reason-box h2{}
.reason-box h2 span{color:#e65b9e;}
.reason-box .txt{padding:20px;}
.reason-box .txt p{padding-top:20px;line-height:1.6;}

/* サービス内容 */
.service-icon-flex{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;padding-bottom:20px;gap:2px;}
.service-icon-flex a{width: calc((100% - 15px) / 3);max-width: 120px;}


.service-icon-flex a {
    position: relative;
    background-color: #999;
    background-image: linear-gradient(135deg, #e65b9e 50%, transparent 50%);
    background-position: 100%;
    background-size: 300%;
    transition: background 500ms ease-in-out;
}
.service-icon-flex a:hover { background-position: 0;}

.icon-arrow{width:max(80px,3.5vw);height:auto;}
.service-flex{margin:15px auto;display:flex;justify-content:center;flex-direction:column;gap:50px;padding:0 10px 10px;}
.service-box{display:flex;position:relative;background-color:#FFF;align-items: stretch;justify-content: space-between;box-shadow: rgba(0, 0, 0, 0.15) 8px 8px 1px;flex-direction:column-reverse;}
.service-box h2 span{color:#0091d2;}
.service-box .service-menu{position:absolute;top:-10px;left:-10px;font-size:21px;font-weight:500;color:#FFF;background-color:#111;padding: 10px 15px; letter-spacing: .1rem;}
.service-box .service-menu:after{content:"";position:absolute;background: url(../../../image/service/service-menu-ori.svg) no-repeat top left / cover;height: 10px;width: 10px;bottom: -10px;left: 0;}

.service-box .txt {padding:20px 14px 20px;flex:1.4;}
.service-box .txt p{font-size:16px;padding-top:20px;line-height: 1.6;}
.service-box .txt p b{padding:0 5px;border-bottom:2px dotted #0091d2;}
.service-box .txt right{display:flex;justify-content:center;}

.service-box .pic{width:100%;flex:1;overflow:hidden;display:flex;justify-content:center;align-items:center;}
.service-box .pic img{width:100%;height:100%;object-fit:cover;transition:.3s;}
.service-box:hover .pic img{width:110%;height:110%;object-position:center;transition:.3s;}

/* 料金プラン */
section.price{background-image: url(../../../image/common/price-bgimg.webp);
background-repeat: no-repeat;
background-size: cover; 
background-attachment:fixed; 
background-position:top right;} 
.price .section-title-txt h2 span{color:#e65b9e;}
.top-price-waku{max-width: 1200px;margin:10px auto 30px;}
.top-price-waku h2{font-size:50px;text-align:center;font-weight:600;margin-bottom:50px;}
.top-price-waku h2 span{color:#e65b9e;}
.top-price-waku .hoso{text-align:center;}

.top-price-hyo{margin:0 0 0 10px;width:calc(100% - 20px);border:1px solid #f0f0f0;padding-bottom:20px;background-color:#FFF;box-shadow: rgba(0, 0, 0, 0.25) 8px 8px 0px;}
.top-price-hyo h3{font-size:26px;color:#FFF;background-color:#111;padding:20px 0;text-align:center;letter-spacing:.1rem;font-weight:600;}
.top-price-info-box{background-color:#f0f0f0;}
.top-price-info.-flex{display:flex;justify-content:space-between;gap:20px;padding:20px 10px 10px;flex-direction:column;}
.top-price-info.-flex .top-price-info-box{width:calc(100% - 20px);margin:0 auto;}
.top-price-info-box .title{font-size:18px;font-weight:600;letter-spacing:.1rem;padding:10px 5px;text-align:center;color:#FFF;}
.top-price-info-box .title.-mokuzo{background-color:#00a3d2;}
.top-price-info-box .title.-tekotu{background-color:#0080d2;}
.top-price-info-box .title.-rc{background-color:#005dd2;}
.top-price-info-box .tubo{background-color:#4d4d4d;color:#FFF;font-size:18px;text-align:center;line-height:1.2;padding:8px;letter-spacing:.1rem;}
.top-price-info-box .price{font-size:16px;font-weight:600;text-align:center;padding:8px 0;border-bottom:1px dotted #ccc;}
.top-price-info-box .price b,.top-price-info-box .price span{color:#D2003C;font-size:18px;}
.top-price-info-box .price b{font-size:240%;}
.top-price-info-box .tax{text-align:center;font-size:16px;padding:8px 0 12px;}

.top-price-flex{display:flex;justify-content:space-between;gap:25px;margin-top:50px;flex-wrap:wrap;}
.top-price-hyo.-other{width:calc(100% - 40px);display: flex;flex-direction: column;justify-content: center;}
.-other h3{font-size:19px;}
.-other .info-set{flex:1; display: flex;flex-direction: column;justify-content: space-between;}
.-other .price{font-size:18px;font-weight:600;text-align:center;padding:8px 0;}
.-other .price b{font-size:160%;color:#D2003C;}
.top-price-hyo p{font-size:18px;font-weight:500;text-align:center;padding:8px 15px;line-height:1.4;}

/* 施工事例 */
.works-flex{width:94%;margin:15px auto;display:flex;justify-content:center;gap:20px;flex-wrap:wrap;}
.works-box{width:100%;background-color:#FFF;box-shadow: rgba(0, 0, 0, 0.15) 8px 8px 1px;position:relative;}
.works-box .pic{aspect-ratio: 1.4 / 1;overflow:hidden;display:flex;justify-content:center;align-items:center;}
.works-box .pic img{width:100%;height:100%;object-fit:cover;object-position:center;transition:.3s;}
.works-box:hover .pic img{width:110%;height:110%;opacity:.8;object-position:center;transition:.3s;}
.works-box .txt{padding:15px 50px 15px 15px;}
.works-box h2{font-size:18px;line-height:1.4;letter-spacing: normal;}
.works-cat{display:inline-block;font-size:14px;color:#FFF;background-color:#222;text-align:center;padding:8px;margin-bottom:10px;}
.works-box .works-bt{position:absolute;bottom:0;right:0;width:95px;height:90px;background:url(../../../image/common/works-bt_1.svg) no-repeat bottom right;transition:.3s;}
.works-box:hover .works-bt{position:absolute;bottom:0;right:0;width:95px;height:90px;background:url(../../../image/common/works-bt_2.svg) no-repeat bottom right;transition:.3s;}


/* タイセイについて */
section.about{padding-bottom:20px;}
.about-waku{display:flex;flex-direction:column;}
.about-waku .pic{background: url(../../../image/common/about-pic.webp) no-repeat center right / cover;height:120px;}
.about-txt{padding:20px;}
.about-txt h2{padding:15px 0;font-size:21px;}
.about-txt p{font-size:16px;line-height:1.8;}
.about-txt img{width:100%;height:auto;}

.about-more-waku{text-align:center;max-width:1000px;margin:0px auto;}
.about-more-waku img{width:100%;height:auto;}
.about-more-title{border-top: 2px solid #222; border-bottom: 2px solid #222;padding: 10px;font-size: 18px;font-weight: 600;margin-top:30px;line-height:1.6;}
.about-more-title span{color:#e65b9e;}
.about-more-txt{padding:20px;}
.about-more-txt p{line-height:1.8;font-size:18px;font-weight:500;}

/* 4つボタンセット */
.four-bt-flex{display:flex;justify-content:space-between;align-items:center;border-top:2px solid #FFF;flex-wrap:wrap;}
.four-bt-flex a{padding:40px 0 30px;width:50%;display:flex;justify-content:center;align-items:center;transition:.3s;}
.four-bt-flex a + a{border-left:1px solid #FFF;}
.four-bt-flex a.-service{background: url(../../../image/common/four-bg-service.webp) no-repeat center center / cover;}
.four-bt-flex a.-company{background: url(../../../image/common/four-bg-company.webp) no-repeat center center / cover;}
.four-bt-flex a.-recruit{background: url(../../../image/common/four-bg-recruit.webp) no-repeat center center / cover;}
.four-bt-flex a.-area{background: url(../../../image/common/four-bg-area.webp) no-repeat center center / cover;}
.four-bt-flex a img{max-width:100%;width:100%;height:auto;}
.four-bt-flex a:hover{filter: brightness(1.2);}

/* コラム・ブログ */
article.blog{padding-bottom:50px;}
.blog-waku{max-width:1100px;margin:0px auto 30px;}
.blog-list{display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px dashed #ccc;flex-wrap: wrap;}
.blog-list .blog-cat{font-size:12px;padding:5px;color:#FFF;width:7rem;text-align:center;order: 1;}
.blog-list .blog-cat.-column{background-color:#0091d2;}
.blog-list .blog-cat.-blog{background-color:#e65b9e;}
.blog-list .title{font-size:16px;order: 3;width:100%;padding-top:10px;}
.blog-list .date{font-size:14px;color:#ccc;order: 2;width:50%;text-align:right;}

/* よくあるご質問 */

section.faq{width:100%;text-align: right;}
.max{max-width:200px;height:auto;}
section.faq section{padding-bottom:unset;padding:10px !important;}
.accordion-area{
	text-align:left;
    list-style: none;
    width: 100%;
    max-width: 1100px;
    margin:15px auto;
}

.accordion-area li{ margin: 10px 0;}
.accordion-area section {
  border: 1px solid #ccc;
  background-color: #FFF;
  position: relative;
}

.accordion-area .title {
    position: relative;
    cursor: pointer;
    font-weight: 500;
	font-size: 18px;
	line-height:1.6;
    padding: 0 25px;
    transition: all .5s ease;
}
.accordion-area section:before{content: "Q";top:8px;left:5px;position: absolute;color: #e65b9e;font-size: 28px;font-weight: 700;}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 2px;
    background-color: #51362b;
    
}
.accordion-area .title::before{
    top:48%;
    right: 0px;
	top:10px;
    transform: rotate(0deg);
    
}
.accordion-area .title::after{    
    top:48%;
    right: 0px;
	top:10px;
    transform: rotate(90deg);

}
.accordion-area .title.close::before{transform: rotate(45deg);}
.accordion-area .title.close::after{transform: rotate(-45deg);}

.accordion-area .box {
    display: none;
    background: #f6f6f6;
  margin-top:15px;
    padding: 5px;
}
.accordion-area .box p{
	font-size: 16px;
	line-height:1.6;
    text-align:justify;
}
.accordion-area .box a{font-weight: 700;padding: 0 .5rem;border-bottom: 2px dotted #0091d2;transition: .2s;}
.accordion-area .box a:hover{color: #0091d2;}

/*対応エリア*/
section.area{padding-bottom:unset;
background:#0091d2 url(../../../image/common/area-pic_sp.svg) no-repeat center top;background-size:100%;}
.area-flex{display:flex;justify-content:center;align-items:center;padding-bottom:0;}
.area-txt{color:#FFF;padding:110px 50px 30px 10px;}
.area-txt h2{font-size:26px;padding-bottom:15px;}
.area-txt p{line-height:1.6;font-size:14px;}
.area-pic{text-align:right;}



/*------------------------------
　フッター
------------------------------*/
footer{background-color: #f0f0f0;padding-top: 15px;}
.footer-head{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:0 15px;}
.footer-logo{border-bottom:1px solid #ccc;}
.footer-logo img{width:100%;height:auto;}
.footer-txt{padding:10px 0;}
.footer-txt h2{padding-bottom:6px;}
.footer-txt .shiten li{padding:5px;font-size:14px;}
.footer-txt .shiten li b{display:block;padding-bottom:8px;}

.footer-body{display:none;}

.footer-footer{padding:10px 10px 60px;background-color:#c4ddf2;}
.f-link-waku{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.f-link-waku a{width:calc(32% - 5px);}
.f-link-waku img{width:100%;height:auto;}

.fixed-bt{display: flex;position: fixed;bottom:0;left:0;width:100%;}
.fixed-bt a{width:100%;}
.fixed-bt img{width: 100%;height: auto;}

/*------------------------------
　下層ページ
------------------------------*/

.single-waku{flex:1;margin:0 auto 0;width:100%;position:relative;}

.page-title{}
.page-title img{width:auto;height:120px;}

.single-contents {padding:0px 15px;}
.form-hoso{font-size:15px;padding: 15px;line-height: 1.6;text-align: justify;}
.form-hoso b{font-size:18px;}

/*************************************************
 * カタログDL
 * ********************************************************/
#panf-img-set {padding:10px 0;}
#panf-img-set .wpcf7-checkbox{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;}
#panf-img-set .wpcf7-list-item{width:calc(50% - 20px);margin:0;}
#panf-img-set .wpcf7-list-item:before{content:"";display: block;aspect-ratio: 13 / 9;background-size: cover;background-repeat: no-repeat;}
#panf-img-set .wpcf7-list-item label{display:flex;align-items:center;justify-content:flex-start;padding:5px 0;gap:5px;font-size:14px;}
#panf-img-set .wpcf7-list-item input{width: 20px;height: 20px;}


#panf-img-set .wpcf7-list-item:nth-child(1)::before{background-image:url(../../../image/catalog/gran_RC.webp);}
#panf-img-set .wpcf7-list-item:nth-child(2)::before{background-image:url(../../../image/catalog/gran-tochi.webp);}
#panf-img-set .wpcf7-list-item:nth-child(3)::before{background-image:url(../../../image/catalog/gran-souzoku.webp);}

.apply-title{text-align:center;}
.apply-thx-come{text-align: justify;font-size: 14px;line-height:2;padding:12px;margin-top: 30px; background-color: #f0f0f0;}
