@charset "utf-8";

/* カスタムcss */
.home .adminEdit { display:none; }
.home #main #container { padding-top:0px; }
#headerTop { border-top:8px solid #04b7c7; }
#header #site-title { padding-bottom:5px; }
#header #site-title a img { max-height:72px; margin-top:0px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; }
#header #headContact { width:auto; text-align:left; }
#header #headContact { margin:0px 0px 0px 10px; padding-top:0px; }
#header #headContactInner { float:right; }
#header #headContact #headContactTxt { font-size:12px; padding:5px; }
#header #headContact #headContactTime { font-size:13px; }
#header #headContact #headContactTel { font-size:32px; color:#00706e; margin:5px auto; }
#header #headContact #headContactTel span { color:#333; font-size: 40%; display: inline-block; line-height: 1.1; padding:0 10px; margin-left: 10px; }
#header #headContact #headContactTel a { color:#00706e; }
#header #headContact #headContactTel .fa-solid { font-size:60%; }
#header #headContact #headContactTel img { vertical-align:top; }
#header #headContact ul { margin:0px 5px; float:right; }
#header #headContact ul li { display:inline-block; text-align:center; font-size:18px; }
#header #headContact ul li.first { margin:0 1%; padding:12px; color:#fff; border-radius:4px; background:#d54f46; font-weight:bold; }
#header #headContact ul li.first a.raiten { background:url(/wp/common/raiten.png) no-repeat left center; padding-left:35px; color:#FFF; }
#header #headContact ul li.second { margin:0 1%; padding:12px; color:#fff; border-radius:4px; background:#009ce7; font-weight:bold; }
#header #headContact ul li.second a.mail { background:url(/wp/common/mail.png) no-repeat left center; padding-left:35px; color:#FFF; }
#header #headContact ul li.company { font-size:12px; padding:5px 5px 5px 15px; background:url(/wp/common/company.png) no-repeat left center; }
#header #headContact ul li.staff { font-size:12px; padding:5px 5px 5px 15px; background:url(/wp/common/staff.png) no-repeat left center; }
#header #headContact ul li.blog { font-size:12px; padding:5px 5px 5px 15px; background:url(/wp/common/blog.png) no-repeat left center; }
#header #headContact ul li.access { font-size:12px; padding:5px 5px 5px 15px; background:url(/wp/common/access.png) no-repeat left center; }

.fixed #header #site-title a img { max-height:40px; }

#header .mail_bt{
font-size:13px;
background:#00aca8;
display:inline-block;
color: #FFF;
margin:-5px 5px 0px 5px;
padding:6px 18px 6px 18px;
vertical-align:middle;
border-radius:200px; 
}
#header .mail_bt:hover { background:#005ac0; }
#header a.mail_bt { text-decoration:none; color:#FFF !important; }
#header #headContact #headContactTel .mail_bt i { font-size:100%; }

#header .line_bt{
font-size:13px;
background:#00b900;
display:inline-block;
color: #FFF;
margin:-5px 5px 0px 5px;
padding:6px 18px 6px 18px;
vertical-align:middle;
border-radius:200px; 
}
#header .line_bt:hover { background:#005ac0; }
#header a.line_bt { text-decoration:none; color:#FFF !important; }
#header .line_bt i { font-size:100% !important; }


@font-face {
    font-family: 'Shear-15_A';
    src:url('/common/Shear-15_A.ttf.woff') format('woff'),
        url('/common/Shear-15_A.ttf.svg#Shear-15_A') format('svg'),
        url('/common/Shear-15_A.ttf.eot'),
        url('/common/Shear-15_A.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}

.shear { font-family: 'Shear-15_A'; } 


/* アイキャッチ画像のサイズを設定 */
#pageTitleImage img {
    width:100%;
    height:auto;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background:#FFF;
  box-shadow:0px 0px 6px 0px #555;
  opacity:0.90;
  padding:5px 0px;
}
#fixedBox { z-index:999999; }

@font-face {
    font-family: 'Shear-15_A';
    src:url('/wp2/common/Shear-15_A.ttf.woff') format('woff'),
        url('/wp2/common/Shear-15_A.ttf.svg#Shear-15_A') format('svg'),
        url('/wp2/common/Shear-15_A.ttf.eot'),
        url('/wp2/common/Shear-15_A.ttf.eot?#iefix') format('embedded-opentype'); 
        font-weight: normal;
        font-style: normal;
}

.shear { font-family: 'Shear-15_A'; } 

.parallax-window {
     min-height: 900px;
     background: transparent;
}
.parallax-slider {
     top: 0;
     left: 0;
}



img.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

img.gray:hover {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
}

.sect1 { text-align:center; padding:70px 0px; margin:80px auto 0px; background:#d6f3fd; }
.sect2 { text-align:center; padding:50px 0px; }
.sect3 { text-align:center; padding:50px 0px; background:#00a8a0; }
.sect4 { text-align:center; padding:60px 0px; background:url(/images/logiko2.png) no-repeat right top #007871; color:#FFF; }
.sect4 p { font-size:16px; line-height:2.2; font-weight:bold; }
.sect5 { text-align:center; padding:50px 0px; }
.sect6 { text-align:center; padding:100px 0px 50px 0px; background:#04b7c7; box-shadow:inset 0 100px 0 0 #FFF, inset 0px -300px 0px 0px #FFF; position:relative; }
.sect6 .logiko3 { position:absolute; left:10%; top:0; }
.sect7 { text-align:center; padding:100px 0px 50px 0px; position:relative; }
.sect7 .logiko4 { position:absolute; right:20%; top:0; }
.sect8 { text-align:center; padding:50px 0px; }
.sect9 { text-align:center; padding:50px 0px; }




/*タブ切り替え全体のスタイル*/
.tabs {
  margin: 50px auto;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 98%;
  margin: 0 auto; }

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  color:#FFF;
}


/*選択されているタブのコンテンツのみを表示*/
#item1:checked ~ #item1_content,
#item2:checked ~ #item2_content,
#item3:checked ~ #item3_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}


#k1, #k2, #k3, #k4 { margin-top: -90px; padding-top: 90px; display:block; }

.it { overflow:hidden; zoom:1; position:relative; padding:40px 0px; }
.it::after { content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
.it img { border-radius:12px; width:64%; }
.it .txt { border-radius:12px; background:#FFF; padding:2%; width:36%; position:absolute; right:0; top:20%; }
.it h3 { border:none; color:#00706e; text-align:right; font-size:24px; font-weight:bold; font-style:italic; }
.it h3::after { border:none; }
.it p.point { color:#00706e; font-size:20px; font-family: 'Shear-15_A'; text-align:right; }
.it p.point span { color:#FFF; background:#08bbb8; padding:8px 8px; border-radius:100px; margin:0 10px; font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight:bold; }

.ti { overflow:hidden; zoom:1; position:relative; padding:40px 0px; }
.ti::after { content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }
.ti img { border-radius:12px; width:64%; float:right; }
.ti .txt { border-radius:12px; background:#FFF; padding:2%; width:36%; position:absolute; left:0; top:20%; }
.ti h3 { border:none; color:#00706e; text-align:right; font-size:24px; font-weight:bold; font-style:italic; }
.ti h3::after { border:none; }
.ti p.point { color:#00706e; font-size:20px; font-family: 'Shear-15_A'; text-align:right; }
.ti p.point span { color:#FFF; background:#08bbb8; padding:8px 8px; border-radius:100px; margin:0 10px; font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight:bold; }


form input[type="tel"] { padding:10px 5px; border:1px solid #CCC; border-radius:2px; }

.flexslider { background:#000; }
.flex-direction-nav { display:none; }

.top_after_image_widget_area { padding:10px 0px; text-align:center; }
.top_after_image_widget_area p { text-align:center; }

.content .infoList .infoCate.update a { background-color:#3a83b6 !important; color:#FFF; }
.content .infoList .infoCate.news a { background-color:#ffaa00 !important; color:#FFF; }


.content dl.faq { }
.content dl.faq dt { }
.content dl.faq dt::before { content:"Q"; font-size:200%; font-weight:bold; color:#ff88af; margin-right:0.5em; }
.content dl.faq dd { padding:15px; background:#F8F8F8; border-radius:4px; border:1px dashed #59c0de; }
.content dl.faq dd::before { content:"A"; font-size:200%; font-weight:bold; color:#59c0de; margin-right:0.5em; }


#footerSection { background:url(/common/footer.png) no-repeat center top #3ec7dd; position:relative; }
#footerSection .logiko5 { position:absolute; right:20px; top:-150px; }
#footer { background:none; }
#footMenu { background:none; border-top:0px solid #000; border-bottom:0px solid #000; }
#footMenu .innerBox { border-bottom:0px solid #444; }
#footMenu .innerBox .menu li a:hover { color:#FFF; }
#siteBottom { background:#3ec7dd; border-top:0px solid #111; padding:0px; }
#siteBottomInner.innerBox { padding:15px 0px 15px 0px; color:#FFF; }
#siteBottomInner.innerBox a { color:#FFF; }
#footerSiteMap .menu a { color: #FFF; }
#footerSiteMap .menu a:hover { color: #F5F5F5; }

.content h1.ct { text-align:center; border:none; text-shadow:0px 0px 4px #DDD; }
.content h2.ct { text-align:center; background:none; border:none; text-shadow:0px 0px 4px #DDD; font-size:36px; color:#0a3b94; padding:8px 0px; }
.content h2.ct span { font-size:70%; color:#878787; display:block; }

.content h2.in { text-align:center; background:none; border:none; font-size:36px; color:#FFF; background:#2387e0; padding:10px 0px 20px 0px; }
.content h2.in::before { content:"▼"; display:block; margin-top:-22px; line-height:1; }

.content h2.ch { text-align:center; background:none; border:none; font-size:36px; color:#0a3b94; padding:8px 0px; font-family: 'Shear-15_A'; }
.content h2.ch::before { content:url(/images/chon1.png); margin-right:10px; }
.content h2.ch::after { content:url(/images/chon2.png); margin-left:10px; }

.content h2.ch2 { text-align:center; background:none; border:none; font-size:36px; color:#FFF; margin-bottom:60px; padding:8px 0px; font-family: 'Shear-15_A'; }
.content h2.ch2::before { content:url(/wp2/images/chon3.png); margin-right:10px; }
.content h2.ch2::after { content:url(/wp2/images/chon4.png); margin-left:10px; }
.content h2.ch2 span { font-size:60%; }

.content h2.ctw { text-align:center; background:none; border:none; font-size:36px; color:#FFF; margin-bottom:60px; padding:8px 0px; font-family: 'Shear-15_A'; }



.content h2.cc { text-align:center; background:none; border:none; text-shadow:0px 0px 0px #DDD; font-size:40px; color:#00706e; padding:8px 0px; /* font-family: 'Racing Sans One', cursive; */ font-family: 'Shear-15_A'; }
.content h2.cc span.jt { font-size:60%; display:block; }
.content h2.cc span.gt { color:#00706e; }

.content h2.cc2 { text-align:center; background:none; border:none; text-shadow:0px 0px 0px #DDD; font-size:40px; color:#111; padding:8px 0px; /* font-family: 'Poppins', sans-serif; */ font-family: 'Oxanium', cursive; font-style:italic; }
.content h2.cc2 span.jt { font-size:60%; display:block; font-style:normal; }
.content h2.cc2 span.gt { color:#00706e; }

.content h2.shear { font-family: 'Shear-15_A'; text-align:center; background:none; border:none; text-shadow:0px 0px 0px #DDD; font-size:40px; color:#111; padding:8px 0px;  }
.content h2.shear span.jt { font-size:60%; display:block; font-style:normal; }
.content h2.shear span.gt { color:#00706e; }

.content h3.ct { text-align:center; border:none; text-shadow:0px 0px 4px #DDD; }
.content h3.ct span { font-size:70%; color:#878787; display:block; }

.content h3.rc { color:#FFF; font-size:40px; font-family: 'Racing Sans One', cursive; border:none; display:inline-block; }
.content h3.rc span { font-size:60%; display:block; } 

.content h3.mess { color:#1684e2; padding:0px 0px; font-size:48px; font-family: 'Shear-15_A'; }
.content h3.mess span { font-size:30%; display:block; }

.content h3.mt { border:none; text-shadow:0px 0px 4px #DDD; }
.content h3.mt span.st { font-size:65%; padding:0px 10px; }
.content h3.mt span.sub { font-size:65%; display:block; color:#04adaa; padding:0px; }
.content h4.ct { text-align:center; border:none; text-shadow:0px 0px 4px #DDD; }
.content h5.ct { text-align:center; border:none; text-shadow:0px 0px 4px #DDD; }

.content h3.inBox { display:inline-block; margin-top:0px; }
.content h3.inBox span { font-size:120%; color:#c00; padding-right:0.5em; }
.content h4.inBox { display:inline-block; margin-top:0px; }
.content h4 span { display:inline-block; vertical-align:middle; }
.content h4.nbdr { border:none; }
.content h5.inBox { display:inline-block; }

.centerBox { text-align:center; }

.sp { display:none !important; }
.pc { display:inline-block !important; }

/* noda追記 */
.content h3 { border:none; color:#00706e; font-size:24px; font-weight:bold; font-style:italic; }
.content h3.ao { border:none; color:#00008b ; font-size:20px; font-weight:bold; font-style:italic; }
.content h2.ob { color:#FFF; background:#191970 ; font-size:18px; border:none; padding:10px; }


/* noda終了 */

/* ボタン要素 */
/* <a href="#" class="liner_bt"> Button </a> */
.liner_bt {
  padding: 15px 100px;
  margin:10px 4px;
  color: #fff;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
}

/*=======Button============= */
.liner_bt{
  border:1px solid transparent; 
   -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

.liner_bt::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom:0px;
  z-index:-1;
  width: 0%;
  height:1px;
  background: #6098FF;
  box-shadow: inset 0px 0px 0px #6098FF;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
}

.liner_bt:hover::before {
  width:100%;
}

.liner_bt::after {
  content: '';
  position: absolute;
  right: 0px;
  top:0px;
  z-index:-1;
  width: 0%;
  height:1px;
  background: #6098FF;
  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
}
.liner_bt:hover::after {
  width:100%;
}
.liner_bt:hover{
   box-shadow: inset 0px 0px 0px 1px #6098FF;
}

/* bluelight */
/* <div class="bluelight"><a href="#">HOVER</a></div> */
.bluelight {
  display: table;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bluelight a {
  display: table-cell;
  font-size: 3em;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  transition: background 1s, border-width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), text-shadow 0.5s;
  color: #daf6ff;
  text-shadow: 0 0 20px #0aafe6, 0 0 20px rgba(10, 175, 230, 0);
  box-shadow: 0 0 0 rgba(10, 175, 230, 0), inset 0 0 0 rgba(10, 175, 230, 0);
  background-image: radial-gradient(center, ellipse cover, rgba(10, 175, 230, 0) 0%, rgba(10, 175, 230, 0) 90%);
  border: 0 dotted rgba(10, 175, 230, 0);
}
.bluelight a:hover {
  color: #fff;
  text-shadow: 0 0 50px #0aafe6, 0 0 50px #0aafe6;
  background-image: radial-gradient(center, ellipse cover, rgba(10, 175, 230, 0.3) 0%, rgba(10, 175, 230, 0) 60%);
}
.bluelight:before, .bluelight:after,
.bluelight a:before,
.bluelight a:after {
  transition: 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 60px dashed transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bluelight:before {
  animation: rotate 20s linear 0s infinite;
  width: 180%;
  height: 180%;
  border: 3px dotted rgba(10, 175, 230, 0);
  z-index: -1;
}
.bluelight:after {
  animation: rotate 10s linear 0s infinite reverse;
  border: 80px dashed rgba(10, 175, 230, 0);
  width: 160%;
  height: 160%;
  z-index: -2;
}
.bluelight a:before {
  animation: rotate 5s ease-in-out 0s infinite alternate;
  width: 120%;
  height: 120%;
  border: 50px dashed rgba(10, 175, 230, 0);
}
.bluelight a:after {
  animation: rotate 5s linear 0s infinite;
  border: 18px dashed rgba(10, 175, 230, 0);
  width: 120%;
  height: 120%;
}
.bluelight:hover:before {
  border-color: rgba(10, 175, 230, 0.3);
}
.bluelight:hover:after {
  border-color: rgba(10, 175, 230, 0.1);
}
.bluelight:hover a:before {
  border-color: rgba(10, 175, 230, 0.3);
}
.bluelight:hover a:after {
  border-color: rgba(10, 175, 230, 0.3);
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
p.caption {
  font-size: 0.7em;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  letter-spacing: 0.2em;
  text-shadow: 0 0 20px #0aafe6, 0 0 20px rgba(10, 175, 230, 0);
}


/* calc系 */
.Box3 {
    display: flex;
    flex-wrap: wrap;
}
.Box3>div{
    width: calc(100% / 3 - 20px);
    margin: 10px;
    box-sizing: border-box;
}

.Box4 {
    display: flex;
    flex-wrap: wrap;
}
.Box4>div{
    width: calc(100% / 4 - 20px);
    margin: 10px;
    box-sizing: border-box;
}


/* pc時とsp時のレイアウト、ブロック数 */
.pc6-sp2 { display: flex; flex-wrap: wrap; }
.pc6-sp2>div{ width: calc(100% / 6); box-sizing: border-box; }
.pc6-sp1 { display: flex; flex-wrap: wrap; }
.pc6-sp1>div{ width: calc(100% / 6); box-sizing: border-box; }
.pc5-sp2 { display: flex; flex-wrap: wrap; }
.pc5-sp2>div{ width: calc(100% / 5); box-sizing: border-box; }
.pc5-sp1 { display: flex; flex-wrap: wrap; }
.pc5-sp1>div{ width: calc(100% / 5); box-sizing: border-box; }
.pc4-sp2 { display: flex; flex-wrap: wrap; }
.pc4-sp2>div{ width: calc(100% / 4); box-sizing: border-box; }
.pc4-sp1 { display: flex; flex-wrap: wrap; }
.pc4-sp1>div{ width: calc(100% / 4); box-sizing: border-box; }
.pc3-sp2 { display: flex; flex-wrap: wrap; }
.pc3-sp2>div{ width: calc(100% / 3); box-sizing: border-box; }
.pc3-sp1 { display: flex; flex-wrap: wrap; }
.pc3-sp1>div{ width: calc(100% / 3); box-sizing: border-box; }
.pc2-sp2 { display: flex; flex-wrap: wrap; }
.pc2-sp2>div{ width: calc(100% / 2); box-sizing: border-box; }
.pc2-sp1 { display: flex; flex-wrap: wrap; }
.pc2-sp1>div{ width: calc(100% / 2); box-sizing: border-box; }

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.pc6-sp2>div{ width: calc(100% / 2); box-sizing: border-box; }
	.pc6-sp1>div{ width: calc(100% / 1); box-sizing: border-box; }
	.pc5-sp2>div{ width: calc(100% / 2); box-sizing: border-box; }
	.pc5-sp1>div{ width: calc(100% / 1); box-sizing: border-box; }
	.pc4-sp2>div{ width: calc(100% / 2); box-sizing: border-box; }
	.pc4-sp1>div{ width: calc(100% / 1); box-sizing: border-box; }
	.pc3-sp2>div{ width: calc(100% / 2); box-sizing: border-box; }
	.pc3-sp1>div{ width: calc(100% / 1); box-sizing: border-box; }
	.pc2-sp2>div{ width: calc(100% / 2); box-sizing: border-box; }
	.pc2-sp1>div{ width: calc(100% / 1); box-sizing: border-box; }
}




/* テーブルセル要素 */
.tcBox { border-collapse: separate; border-spacing: 30px 15px; display:table; table-layout: fixed; width:100%; }
.tcBox .block { display:table-cell; vertical-align:top; text-align:center; border:0px solid #DDD; padding:15px; }
.tcBox .block img { max-width:100%; }
.tcBox .block h3 { border:none; padding:0px; }
.tcBox .block h3::after { border:none; }
.tcBox .block h3.mess { text-align:left; margin-top:0px; }
.tcBox .block p { text-align:left; }
.tcBox .block h4 { text-align:left; }
.tcBox .block h3.lt { text-align:left; }
.tcBox .block ul li { text-align:left; }

.tcBox2 { border-collapse: separate; border-spacing: 30px 15px; display:table; table-layout: fixed; width:100%; }
.tcBox2 .block { display:table-cell; position:relative; vertical-align:top; background:#FFF; text-align:center; box-shadow:inset 0px 0px 0px 3px #191970 ; padding:15px; border-radius:8px; }
.tcBox2 .block img { max-width:100%; }
.tcBox2 .block h3 { font-size:28px; text-align:left; border:none; padding:0px; color:#00706e; margin:10px auto; font-family: 'Shear-15_A'; }
.tcBox2 .block h3 span { display:block; color:#e70012; }
.tcBox2 .block h3::after { border:none; }
.tcBox2 .block h4 { font-size:22px; margin-top:15px; color:#1684e2; text-align:centre; }
.tcBox2 .block p { text-align:left; }
.tcBox2 .block p.tel { color:#00706e; font-size:30px; font-weight:bold; }
.tcBox2 .block p.tel a { color:#00706e; }
.tcBox2 .block ul li { text-align:left; }

.tcBox3 { border-collapse: separate; border-spacing: 30px 15px; display:table; table-layout: fixed; width:100%; }
.tcBox3 .block { display:table-cell; vertical-align:middle; text-align:center; border:0px solid #DDD; padding:0px; position:relative; }
.tcBox3 .block img { max-width:100%; }
.tcBox3 .block h3 { border:none; padding:0px; margin-top:0px; color:#FFF; font-family: 'Shear-15_A'; position:absolute; top: 40%; left: 50%; width: 100%; transform: translate(-50%,-50%); }
.tcBox3 .block h3 span { display:block; font-size:60%; }
.tcBox3 .block .arrow { font-size:30px; color:#FFF; position:absolute; top: 60%; left: 50%; width: 100%; transform: translate(-50%,-50%); }



.tcBox4 { border-collapse: separate; border-spacing: 50px 0px; display:table; table-layout: fixed; width:100%; background:#04b7c7; padding:30px 0px; }
.tcBox4 .block { display:table-cell; vertical-align:middle; border:1px solid #FFF; padding:20px; position:relative; }
.tcBox4 .block img { max-width:100%; }
.tcBox4 .block h3 { border:none; padding:0px; color:#FFF; font-family: 'Shear-15_A'; display:inline-block; }
.tcBox4 .block h3 span { display:block; font-size:60%; }
.tcBox4 .block .arrow { font-size:30px; color:#FFF; position:absolute; top: 50%; left: 130%; width: 100%; transform: translate(-50%,-50%); }



.vcBox { border-collapse: separate; border-spacing: 30px 15px; display:table; table-layout: fixed; width:100%; }
.vcBox .block { color:#FFF; display:table-cell; vertical-align:top; text-align:center; box-shadow:inset 0px 0px 0px 3px #000; padding:15px; margin-top:80px; border-radius:8px; }
.vcBox .block.bg1 { background:#4c88c4; }
.vcBox .block.bg2 { background:#87c233; }
.vcBox .block.bg3 { background:#f25b5f; }
.vcBox .block.bg4 { background:#09b7c7; }
.vcBox .block img { max-width:100%; margin-top:-60px; }
.vcBox .block h3 { border:none; padding:0px; color:#FFF; margin:10px auto; }
.vcBox .block h3::after { border:none; }
.vcBox .block p { text-align:left; }


/* ゴーストボタン */
/* a class="gst" */
.gst {
  position: relative;
  display: inline-block;
  padding: .5em 4em;
  color: #007bc7;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  transition: all .5s;
}
.gst::before,
.gst::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.gst::before {
  top: 0;
  left: 0;
  border-top: 1px solid #007bc7;
  border-left: 1px solid #007bc7;
}
.gst::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #007bc7;
  border-bottom: 1px solid #007bc7;
}
.gst:hover {
  background-color: #007bc7;
  color: #fff;
  transition: all .7s;
}
.gst:hover::before,
.gst:hover::after {
  width: 0;
  height: 0;
  opacity: 0;
  transition: all .7s;
}

/* General Slides */ 

.palaslide{
	background-attachment: fixed;
	height:auto;
	position: relative;
	padding:150px 20px;
	margin:20px auto;
	text-align:center;
}

/* Slide 1 */ 
#palaslide1{
	background:
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC') repeat,
		url('images/para1.png') top ;
}
#palaslide1 h1 { color:#ffffff; }



/* Tablet */
@media screen and (max-width: 1024px) {

.palaslide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

#decorative {
	display:none;
}

}

/* Mobile */
@media screen and (max-width: 480px) {

.palaslide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

}



/* Effect */
.linerBox { float:left; width:19.8%; padding:1.0%; margin:1% 1.8% 2% 1%; box-shadow:inset 0px 0px 0px 1px #CCC; position: relative; text-align:center; }
.linerBox:nth-child(4n) { margin:1% 0% 2% 1%; }
/* 擬似要素の共通スタイル */
.cb1::after,
.cb1::before,
.cb1_inner::after,
.cb1_inner::before {
  background-color: #3498db;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.cb1::after {
    height: 1px;
    left: -1px;
    top: -1px;
    width: 0px;
}
/* 右下へ配置 */
.cb1::before {
  bottom: -1px;
  height: 1px;
  right: -1px;
  width: 0px;
}
/* 左下へ配置 */
.cb1_inner::after {
  bottom: -1px;
  height: 0px;
  left: -1px;
  width: 1px;
}
/* 右下へ配置 */
.cb1_inner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 1px;
}

/* hover */
.cb1:hover::after,
.cb1:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}
.cb1:hover .cb1_inner::after,
.cb1:hover .cb1_inner::before {
  height: 100%;
  height: calc(100% + 1px);
}


/* 水平ライン */
.los {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
    border-bottom:none !important;
    color:#24c3e2 !important;
}
.los:before,
.los:after {
    border-top: 1px solid #EEE;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
.los:before { margin-right: 0.5em; }
.los:after { margin-left: 0.5em; position:relative !important; width:auto !important; border-bottom:none !important; }

.content table.table_w { font-size:16px; }

table.table_w {
	width:100%;
	border-collapse:separate;
	border-spacing:1px;
	margin: 5px auto 20px auto;
	background-color: #CCC;
	line-height: 1.8em;
	text-align:center;
}

table.table_w th {
	background-color: #EFEFEF;
	font-weight: normal;
	padding:10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	color:#515151;
	text-align:left;
}

table.table_w td {
	background:#FFF;
	padding:10px;
	text-align:left;
}


.triangle {
    position:absolute;
    left:40%;
    bottom:-160px;
    text-align:center;
    vertical-align:middle;
    margin:20px auto 10px auto;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;/*下向き三角*/
    border-right: 40px solid transparent;/*左向き三角*/
    border-left: 40px solid #C00;/*右向き三角*/
    border-bottom: 40px solid transparent;/*上向き三角*/
}
.triangle2 {
    position:absolute;
    left:40%;
    bottom:-160px;
    text-align:center;
    vertical-align:middle;
    margin:20px auto 10px auto;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;/*下向き三角*/
    border-right: 40px solid transparent;/*左向き三角*/
    border-left: 40px solid #C00;/*右向き三角*/
    border-bottom: 40px solid transparent;/*上向き三角*/
}

/***** before_after_bg *****/
.babg:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.babg { overflow:hidden; zoom:1; background:url(/wp/common/yajirushi.png) no-repeat center center; }

/***** block系 ******/
/**** block2 ******/
.block2 { -webkit-box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 0px #DDD; -moz-box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 0px #DDD;
box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 0px #DDD; float:left; width:47.6%; padding:0.6%; margin:0% 2% 2% 0%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; text-align:center; }
.block2:nth-child(2n) {	margin:0% 0% 2% 0%; }
.block2 img { max-width:100%; vertical-align:bottom; }
.block2 h5 { margin-top:10px; }
.block2 p { margin-bottom:0px; }
.block2 p a { text-decoration:none; }
.block2 p span img { max-width:100%; vertical-align:middle; margin-right:5px; }

/**** block3 ******/
.block3 { -webkit-box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 0px #DDD; -moz-box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 0px #DDD;
box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 0px #DDD; float:left; width:31.6%; padding:0.2%; margin:0% 2% 2% 0%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; position:relative; }
.block3:nth-child(3n) {	margin:0% 0% 2% 0%; }
.block3 img { width:100%; margin:0px auto; vertical-align:bottom; }
.block3 h3 { background:rgba(113,3,2,0.90); color:#FFF; text-align:center; font-weight:bold; padding:10px; margin:-48px auto 10px auto; position:relative; border:none; border-bottom-color:#FFAA00 !important; }
.block3 h4 { background:rgba(113,3,2,0.90); color:#FFF; text-align:center; font-weight:bold; padding:10px; margin:-48px auto 10px auto; position:relative; border:none; border-bottom-color:#FFAA00 !important; }
.block3 h5 { text-align:center; margin-top:10px; }
.block3 p { text-align:left; padding:0px 5px; /* font-size:11px; */ }
.block3 p span { display:inline-block; margin:5px; }
.block3 a:hover { color:#bbb; }
.block3 a { text-decoration:none; }

/**** block4 ******/
.block4 { float:left; width:21.0%; padding:0.0%; margin:0% 3.6% 2% 1%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; }
.block4:nth-child(4n) {	margin:0% 0% 2% 1%; }
.block4 h3 { border:none !important; margin:10px auto; padding:0px 0px 0px 18px; background:url(/wp/common/arrow.png) no-repeat left center; font-size:14px; }
.content .block4 h3::after { border:none; }
.block4 img { max-width:100%; vertical-align:bottom; }
.block4:hover img { -webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; }
.block4 ul { padding:10px; }
.block4 ul li { list-style:inside; line-height:1.1; }
.block4 p { margin-bottom:0px; padding:5px 0px; color:#333; }
.block4 span img { max-width:100%; vertical-align:middle; margin-right:5px; }
.block4 a { text-decoration:none; }

/**** block5 ******/
.block5 { float:left; width:16.2%; padding:0.0%; margin:0% 3.2% 2% 1%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; }
.block5:nth-child(5n) {	margin:0% 0% 2% 1%; }
.block5 h3 { border:none; text-align:center; margin:10px auto; padding:0px; }
.block5 img { max-width:100%; vertical-align:bottom; }



.lBox { float:left; width:46%; }
.rBox { float:right; width:46%; }
.lBox img, .rBox img { width:100%; max-width:100%; }

.leftBox { float:left; width:48%; }
.rightBox { float:right; width:48%; }
.leftBox img, .rightBox img { max-width:100%; }

.lBlock { width:74%; float:left; }
.rBlock { width:24%; float:right; }
.lBlock h3, .rBlock h3 { font-size:20px; border:none; text-shadow:0px 0px 4px #666; }
.lBlock h3::after, .rBlock h3::after { border:none; }

/* アコーディオン */

/*Question*/
.question {
	color: #111;
	font-size:16px;
	text-align:left;
	box-shadow:0 0 5px #DDD;
	border-radius:8px;
	font-weight:bold;
	position: relative;
	background: #08bbb8;
	margin: 0 0 10px;
	padding: 2% 2% 2% 5%;
	display: block;
	width:93%;
	cursor: pointer;
}
.question::after { content:"\f078"; font-family:FontAwesome; color:#FFF; margin:0px 15px; float:right; }
/*Answer*/
.answers {
	border: 1px dashed #efeef2;
	padding: 0px 2%;
	margin: 0 0 10px;
	/* width:94%!important; */
	height: 0;
	overflow: hidden;
	z-index: -1;
	position: relative;
	opacity: 0;
	background: #ffffff;
	-webkit-transition: .8s ease;
	-moz-transition: .8s ease;
	-o-transition: .8s ease;
	transition: .8s ease;
}
.questions:checked ~ .answers{
	height: auto;
	opacity: 1;
	padding: 2% 2% 2% 2%;
	z-index: 100;
}
/*FAQ Toggle*/
.plus {
	color: #00706e;
	position: absolute;
	margin-left: 10px;
	margin-top:10px;
	padding:12px 12px;
	border-radius:100px;
	z-index: 5;
	font-size: 2.0em;
	line-height: 100%;
	-webkit-user-select: none;    
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: .8s ease;
	-moz-transition: .8s ease;
	-o-transition: .8s ease;
	transition: .8s ease;
}
.questions:checked ~ .plus {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.questions {
	display: none;	
}



ul.list { }
ul.list li { list-style:none; background:url(/wp/common/arrow2.png) no-repeat left center; border-bottom:1px solid #CCC; padding:9px 5px 9px 15px; margin-bottom:0px; }

.A_BOX { background:#F5F5F5; padding:20px; border-radius:2px; }
.A_BOX p:last-child { margin-bottom:0px; }


.C_BOX { background:#FFF; padding:30px; border-radius:8px; border:5px solid #1684e2; position:relative; }
.C_BOX p:last-child { margin-bottom:0px; }
.C_BOX img { position:absolute; right:1px; bottom:1px; max-width:18% !important; }

.content ul.check { margin-bottom:0px; }
.content ul.check li { font-size:22px; font-weight:bold; padding:0 0 0 1.5em; line-height:2.0; list-style:none; position:relative; }
.content ul.check li::before { content:"\f14a"; font-family:FontAwesome; position:absolute; left:0; color:#e0644e; font-weight:900; }
.content ul.check li:last-child { margin-bottom:0px; }


.W_BOX {
	line-height:1.6;
	margin-bottom:15px;
	padding:15px;
	text-shadow: 1px 1px 2px #FFF;
	color: #222;
	border:1px solid #DDD;
	-webkit-box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 4px #EDEDED;
	-moz-box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 4px #EDEDED;
	box-shadow: 0 0 0px 0 #ccc, inset 0 0 0px 4px #EDEDED;
	border-radius: 0px 0px 0px 0px;        /* CSS3草案 */
	-webkit-border-radius: 0px 0px 0px 0px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 0px 0px 0px 0px;   /* Firefox用 */
	font-size:16px;
	position:relative;
}
.W_BOX p:last-child { margin-bottom:0px; }

.bb { font-weight:bold; }
.waku {	border:1px solid #DDD; }
.waku a { color:#0a67c9; }
.maB0 { margin-bottom:0px !important; }
.maB5 { margin-bottom:5px !important; }
.maB10 { margin-bottom:10px !important; }
.maB15 { margin-bottom:15px !important; }
.maB20 { margin-bottom:20px !important; }
.maB25 { margin-bottom:25px !important; }
.maB30 { margin-bottom:30px !important; }
.maB40 { margin-bottom:40px !important; }
.maB50 { margin-bottom:50px !important; }
.maB60 { margin-bottom:60px !important; }
.maB70 { margin-bottom:70px !important; }
.maB80 { margin-bottom:80px !important; }
.maB90 { margin-bottom:90px !important; }
.maB100 { margin-bottom:100px !important; }
.maR5 { margin-right:5px !important; }
.maR10 { margin-right:10px !important; }
.maR15 { margin-right:15px !important; }
.maR20 { margin-right:20px !important; }
.maR25 { margin-right:25px !important; }
.maR30 { margin-right:30px !important; }
.maL5 { margin-left:5px !important; }
.maL10 { margin-left:10px !important; }
.maL15 { margin-left:15px !important; }
.maL20 { margin-left:20px !important; }
.maL25 { margin-left:25px !important; }
.maL30 { margin-left:30px !important; }
.maT0 { margin-top:0px !important; }
.maT5 { margin-top:5px !important; }
.maT10 { margin-top:10px !important; }
.maT15 { margin-top:15px !important; }
.maT20 { margin-top:20px !important; }
.maT25 { margin-top:25px !important; }
.maT30 { margin-top:30px !important; }
.maT35 { margin-top:35px !important; }
.maT40 { margin-top:40px !important; }



.red { color:#C00 !important; }
.yellow { color:#f5ef44 !important; }
.blue { color:#0a7ddc !important; }
.green { color:#2e8b57  !important; }
.pink { color:#ff69b4  !important; }
.orange { color:#ffa500  !important; }

.pa1 { padding:1px; }
.pa2 { padding:2px; }
.pa3 { padding:3px; }
.pa4 { padding:4px; }
.pa5 { padding:5px; }
.pa10 { padding:10px; }
.pa15 { padding:15px; }
.pa20 { padding:20px; }
.pa25 { padding:25px; }
.pa30 { padding:30px; }
.pa35 { padding:35px; }
.pa40 { padding:40px; }
.paL10 { padding-left:10px !important; }
.paL20 { padding-left:20px !important; }
.paL30 { padding-left:30px !important; }
.paL40 { padding-left:40px !important; }
.paL50 { padding-left:50px !important; }
.paL60 { padding-left:60px !important; }

.f10 { font-size:10px !important; }
.f12 { font-size:12px !important; }
.f14 { font-size:14px !important; }
.f16 { font-size:16px !important; }
.f18 { font-size:18px !important; }
.f20 { font-size:20px !important; }
.f22 { font-size:22px !important; }
.f24 { font-size:24px !important; }
.f26 { font-size:26px !important; }
.f28 { font-size:28px !important; }
.f30 { font-size:30px !important; }
.f32 { font-size:32px !important; }
.f34 { font-size:34px !important; }
.f36 { font-size:36px !important; }
.f38 { font-size:38px !important; }
.f40 { font-size:40px !important; }
.f42 { font-size:42px !important; }
.f44 { font-size:44px !important; }
.f46 { font-size:46px !important; }
.f48 { font-size:48px !important; }
.f50 { font-size:50px !important; }

/*************
クリアー
*************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { overflow:hidden; zoom:1; }
.clear { clear:both; }

/*************
フロート
*************/
.fl { float:left; }
.fr { float:right; }

.click {
padding:8px 20px;
background:#000;
font-size:14px;
margin:10px auto;
text-decoration:none;
text-align:center;
display: inline-flex;
font-weight:bold;
color: #FFF;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

.click:hover{
color:#000;
background:#EEE;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

.click_bt {
padding:8px 20px;
background:#000;
font-size:14px;
margin:10px auto;
text-decoration:none;
text-align:center;
display: inline-flex;
font-weight:bold;
color: #FFF;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

.click_bt:hover{
color:#000;
background:#EEE;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

.contactBox { margin:20px auto; text-align:center; }

.spn { display:block; }

/***** スマホ時のみ改行 *******/
/*PCで無効*/
.pc_hid{ display: none; }

/*スマートフォンで有効*/
@media screen and (max-width:768px) {
    .pc_hid{ display: block; }
}


/* タブレット */
@media only screen and (max-width:880px){

#header #headContact { margin:5px; padding:5px; display:inline-block; }
	
	.sect4 { background-image:none; background:#007871; }

.sp { display:none !important; }
.pc { display:inline-block !important; }

}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

.sp { display:inline-block !important; }	
.pc { display:none !important; }
	
	#topMainBnr { display:none; }
	#header #headContact #headContactTel { font-size: 24px; margin: 5px auto; }
	#header #headContact #headContactTel span { padding:0px; }
	#header .mail_bt, #header .line_bt { margin: -5px 2px 0px 2px; padding: 6px 12px 6px 12px; }

	.it img, .ti img { width:100%; float:none; }
	.it .txt, .ti .txt { width:96%; top:80%; position:relative; }
	
	.content h2.ctw, .content h2.in { font-size:26px; }
	.content h2.ch { font-size:20px; }
	.content h3.mess { font-size:26px; }
	.content h3.mess span { font-size:16px; }
	.content ul.check li { font-size:18px; }
	.C_BOX { padding:20px; }
	.content ul.check { margin:0px; }
	.content h3 { font-size:18px;}
	
	#footerSection .logiko5 { position: absolute; right: 10px; top: -150px; width:120px; }
	.sect6 .logiko3 { width:100px; }
	.sect7 .logiko4 { position: absolute; right: 3%; top: 120px; width:100px; }

.Box3>div{ width: calc(100% / 1 - 20px); }
.Box4>div{ width: calc(100% / 2 - 20px); }
	
	.question { font-size: 14px; margin: 0 0 10px; padding: 2% 2% 2% 15%; width: 82%;}
	.plus { margin-left: 5px; margin-top: 0px; padding: 10px 10px; font-size: 1.2em; line-height: 100%;}


#header #headContact { width:96%; margin:0%; padding:1%; text-align:center; }
#header #headContactInner { float:none; }
.block2, .block3, .block4, .block5 { width:100%; }
.lBox, .rBox { width:100%; float:none; margin:0px auto 10px auto; }

.tcBox, .tcBox2, .tcBox3, .tcBox4, .tcBox5, .vcBox { border-spacing: 15px 0px; }
.tcBox .block, .tcBox2 .block, .tcBox3 .block, .tcBox4 .block, .tcBox5 .block, .vcBox .block { display:block; margin-bottom:15px; }

.clearfix img.fr, .clearfix img.fl { float:none; width:100%; }
.clearfix img.maL10, .clearfix img.maR10 { margin:0px 0px 10px 0px; }

.spn { display:none !important; }

#footMenu .menu li a { line-height:1.6; }

form input[type="date"], form input[type="email"], form input[type="password"], form input[type="text"], form select, form textarea, .wpcf7-tel { max-width:94%; }

.content img.fl { float:none; margin:0px auto 10px auto !important; display:block; }
.content img.fr { float:none; margin:0px auto 10px auto !important; display:block; }
.content img.maR10 { margin:0px auto 10px auto !important; }
.content img.maL10 { margin:0px auto 10px auto !important; }

.parallax-window {
     min-height: 300px;
     background: transparent;
}

	
.content table.contact { border:none; }
.content table.contact th { display:block; border:none; /* padding:10px 0px; */ }
.content table.contact td { display:block; border:none; padding:10px 0px; }
form input[type="email"], form input[type="tel"], form input[type="text"], form select, form textarea, .wpcf7-tel { max-width:92%; }


}



