@charset "UTF-8";
#cntArea {
  width: 1000px;
  margin: 100px auto;
  max-width: 90%;
}

#contactArea {
  max-width: 90%;
}

table.tblContact {
  max-width: 90%;
}

table.tblContact td input {
  max-width: 90%;
}

.formBox {
  max-width: 80%;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  padding: 6px 10px;
  border-radius: 5px;
  border: solid 2px #cccccc;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 150%;
}

textarea {
  font-size: 15px;
  line-height: 150%;
  padding: 8px;
  border: 2px solid #cccccc;
}

table.tblContact td textarea#formTextArea {
  width: 550px;
  height: 180px;
  padding: 8px;
  font-size: 15px;
  line-height: 150%;
  border: 2px solid #cccccc;
}

.red {
  color: #ff6666;
}

ul li {
  list-style: none;
}

button.btnOrange2 {
  display: block;
  text-align: center;
  background: #f09000;
  color: #fff;
  transition: all 0.5s ease;
  border-radius: 5px;
}

.mt_30 {
  width: 100%;
}

button {
  border: none;
  padding: 7px 0 8px 0px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.w300 {
  width: 300px;
}

.bCenter {
  margin-left: auto;
  margin-right: auto;
  margin: 30px auto;
}

/*! ========================================
このCSSファイルはSassから生成しております。
編集する際はSassファイルより編集を行ってください。
========================================= */
.pcCnt {
  display: block;
}

.spCnt {
  display: none;
}

.mainT {
  color: #fff;
  background: #717171;
  border-left: solid 5px #d6050a;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 8px;
  box-sizing: border-box;
}

.mainT_l {
  color: #fff;
  background: #4d4d4d;
  border-bottom: solid 5px #d6050a;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  letter-spacing: 5px;
  font-size: 20px;
}

.glayTitle {
  color: #fff;
  background: #4d4d4d;
  padding: 7px 10px;
  line-height: 100%;
}

.glayTitle2 {
  background: #d2d2d2;
  padding: 7px 10px;
  line-height: 100%;
}

.glayTitle3 {
  color: #fff;
  background: #4d4d4d;
  padding: 8px 10px 8px 6px;
  line-height: 100%;
}

.glayTitle3 span {
  border-left: solid 4px #d7000f;
  padding-left: 6px;
}

.redTitle {
  color: #fff;
  background: #a70612;
  padding: 5px;
}

.redLineTitle {
  padding-bottom: 7px;
  border-bottom: solid 3px #a70612;
}

.yellowTitle {
  color: #277a9b;
  background: #ffff33;
  padding: 10px 12px 8px 12px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  display: table;
  text-align: center;
  line-height: 100%;
}

.blueTitle {
  color: #fff;
  background: #6699cc;
  padding: 10px 12px 10px 12px;
  box-sizing: border-box;
  font-weight: bold;
  display: table;
  text-align: center;
  line-height: 100%;
}

.blueTitle2 {
  color: #fff;
  background: #277a9b;
  padding: 5px 12px 7px 12px;
  box-sizing: border-box;
  font-weight: bold;
  display: table;
  text-align: center;
  line-height: 100%;
}

.genesisTitle {
  width: 500px;
  margin-left: 185px;
  background: url("/img/ico_genesis.png") no-repeat left;
  padding-left: 55px;
}

.greenTitle {
  font-size: 18px;
  padding: 8px 15px 10px 15px;
  border-radius: 5px;
  color: #fff;
  background: #489a8a;
  box-sizing: border-box;
}

.doubleTitle {
  padding: 12px 0 15px 0px;
  border-top: double #489a8a 6px;
  border-bottom: solid #489a8a 2px;
  font-size: 135%;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  box-sizing: border-box;
}

.doubleTitle p {
  line-height: 150%;
}

.doubleT {
  padding-top: 5px;
  padding-bottom: 10px;
  border-top: double gray 6px;
  border-bottom: solid 2px gray;
}

.lineT {
  border-bottom: solid 2px #9a9a9a;
  padding-bottom: 13px;
}

.lineBumon {
  border-bottom: solid 2px #d7000f;
  padding-bottom: 5px;
}

.lineBumon_g {
  border-bottom: solid 1px #9a9a9a;
  padding-bottom: 5px;
}

.table-scroll {
  overflow: scroll;
}

.table-wrap.scrollTop {
  overflow-x: scroll;
}

#lab-reportArea {
  height: 700px;
}

table.tblBlack2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border: 1px #e3e3e3 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

table.tblBlack2 thead th {
  padding: 10px;
  border: #cccccc solid;
  border-width: 0px 0px 1px 1px;
  font-weight: bold;
  line-height: 120%;
  white-space: nowrap;
  text-align: center;
  background: url(/img/bg_naname.png) repeat;
  color: #fff;
}

table.tblBlack2 tbody th {
  padding: 10px;
  border: #cccccc solid;
  border-width: 0px 0px 1px 1px;
  font-weight: bold;
  line-height: 120%;
  white-space: nowrap;
  background: #fff;
}

table.tblBlack2 td {
  padding: 6px 4px;
  border: 2px #cccccc solid;
  border-width: 0px 0px 1px 1px;
}

table.tblBrown {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border: 1px #bcbcbc solid;
  border-collapse: collapse;
  border-spacing: 0;
}

table.tblBrown th {
  padding: 10px;
  border: #bcbcbc solid;
  border-width: 0px 0px 1px 1px;
  font-weight: bold;
  white-space: nowrap;
  background: #efefef;
  line-height: 120%;
}

table.tblBrown td {
  padding: 6px 10px;
  border: 1px #bcbcbc solid;
  border-width: 0px 0px 1px 1px;
  background: #f5f5e3;
  line-height: 120%;
}

table.tblGlay {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border: 1px #e3e3e3 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

table.tblGlay th {
  padding: 9px 6px 6px 6px;
  border: #e3e3e3 solid;
  border-width: 0px 0px 1px 1px;
  background: #808080;
  color: #fff;
  font-weight: bold;
  line-height: 120%;
  white-space: nowrap;
}

table.tblGlay td {
  padding: 10px;
  border: 1px #e3e3e3 solid;
  border-width: 0px 0px 1px 1px;
}

table.tblGlay2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border: 1px #e3e3e3 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

table.tblGlay2 th {
  padding: 9px 6px 6px 6px;
  border: #e3e3e3 solid;
  border-width: 0px 0px 1px 1px;
  background: #f8f8f8;
  color: #4b4b4b;
  font-weight: bold;
  line-height: 120%;
  white-space: nowrap;
  vertical-align: middle;
}

table.tblGlay2 td {
  padding: 6px;
  border: 1px #e3e3e3 solid;
  border-width: 0px 0px 1px 1px;
}

.lab td:nth-child(1) {
  text-align: center;
}

.lab td:nth-child(2) {
  white-space: nowrap;
}

.lab td:nth-child(3) {
  text-align: center;
}

.lab td:nth-child(4) {
  text-align: center;
  white-space: nowrap;
}

.lab td:nth-child(5) {
  text-align: center;
  white-space: nowrap;
}

.lab td:nth-child(8) {
  white-space: nowrap;
}

.lab td:nth-child(9),
.lab td:nth-child(10),
.lab td:nth-child(11),
.lab td:nth-child(13),
.lab td:nth-child(14),
.lab td:nth-child(15) {
  white-space: nowrap;
  text-align: center;
}

.society th {
  text-align: center;
}

.society td {
  vertical-align: middle;
}

.society td:nth-child(1) {
  text-align: center;
}

.society td:nth-child(5) {
  text-align: center;
  white-space: nowrap;
}

.thesis th {
  text-align: center;
}

.thesis td {
  vertical-align: middle;
}

.thesis td:nth-child(1) {
  text-align: center;
}

.thesis td:nth-child(3),
.thesis td:nth-child(4) {
  text-align: center;
  white-space: nowrap;
}

.thesis td:nth-child(5) {
  text-align: center;
  white-space: nowrap;
}

.thesis td:nth-child(5) a {
  font-size: 12px;
  padding: 3px;
}

.thesis td:nth-child(7) {
  text-align: center;
  white-space: nowrap;
}

.technique th {
  text-align: center;
}

.technique td {
  vertical-align: middle;
}

.technique td:nth-child(1) {
  text-align: center;
}

.technique td:nth-child(4),
.technique td:nth-child(5),
.technique td:nth-child(6) {
  white-space: nowrap;
}

.vAlgin_m {
  vertical-align: middle;
}

.tblGlay2Chosei {
  width: 2200px !important;
}

.nowrap {
  white-space: nowrap;
}

.hoge_fixed {
  position: fixed;
  top: 300px;
}

#baseCnt,
.baseCntArea {
  width: 1200px;
}

#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}

#spMenuArea {
  display: none;
}

#headerLargeArea {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: 125px;
  margin-bottom: 125px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
}

#headerLargeArea #headerArea {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

#headerLargeArea #headerArea #logo {
  width: 240px;
}

#headerLargeArea #headerArea #headerRight {
  width: 475px;
}

#headerLargeArea #headerArea #headerRight #searchArea {
  width: 243px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

#headerLargeArea #headerArea #headerRight #searchArea .langArea {
  width: 243px;
  margin: -8px 0px 0px 0px;
  padding: 0px;
  text-align: right;
}

#headerLargeArea #headerArea #headerRight #searchArea #inputTextArea {
  width: 190px;
  margin: 0px;
  padding: 0px;
}

#headerLargeArea #headerArea #headerRight #searchArea #inputTextArea input[type=text] {
  border: 1px solid #999999;
  padding: 5px 5px;
  height: 24px;
  box-sizing: border-box;
  font-size: 13px;
}

#headerLargeArea #headerArea #headerRight #searchArea #inputTextArea .inputArea {
  width: 190px;
  height: 17px;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}

#headerLargeArea #headerArea #headerRight #searchArea #inputSubmitArea {
  width: 45px;
  margin-top: 2px;
  padding: 0px;
}

#headerLargeArea #headerArea #languageBtnArea {
  width: 80px;
  text-align: center;
  font-size: 12px;
}

#headerLargeArea #headerArea #languageBtnArea #languageBtn {
  width: 100%;
  margin-top: 3px;
  font-size: 12px;
  padding: 3px 0px;
  line-height: 100%;
  border-radius: 20px;
  display: block;
  color: #d7000f;
  border: solid 2px #d7000f;
  background: #fff;
  box-sizing: border-box;
}

#headerLargeArea #headerArea #languageBtnArea #languageBtn:hover {
  color: #fff;
  background: #d7000f;
}

#headerLargeArea #headerArea #telArea {
  width: 221px;
  margin: 0px;
  padding: 0px;
}

#glovalNavi {
  width: 960px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 11px #4d4d4d;
  position: relative;
}

#glovalNavi #glovalNaviList li {
  width: 160px;
  padding: 0;
  text-align: center;
  border-left: solid 1px #999999;
  box-sizing: border-box;
  background: #ffffff;
  background: linear-gradient(to bottom, #fff 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e8e8e8",GradientType=0 );
}

#glovalNavi #glovalNaviList li a {
  color: #333333;
  padding: 5px 0;
  font-size: 12px;
  display: block;
  border-bottom: solid 3px #e8e8e8;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  box-sizing: border-box;
}

#glovalNavi #glovalNaviList li a:hover {
  border-bottom: solid 3px #de000b;
}

#glovalNavi #glovalNaviList li a.active {
  border-bottom: solid 3px #de000b;
}

#glovalNavi #glovalNaviList li:last-child {
  border-right: solid 1px #999999;
}

#glovalNavi .megaMenu {
  width: 960px;
  overflow-y: scroll;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 34px;
  background: #fff;
  padding: 20px 10px 30px 10px;
  position: absolute;
  z-index: 99;
  box-sizing: border-box;
}

#glovalNavi .megaMenu a {
  color: #333333;
}

#glovalNavi .megaMenu a:hover {
  color: #f90;
}

div#bgWrapper {
  width: 100%;
  height: 100%;
  background: url("/img/bg_wrapper.png");
  left: 0;
  position: fixed;
  top: 0;
  z-index: 95;
}

#mainCntArea,
#baseCntArea {
  width: 960px;
  margin-top: 125px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 20px 10px;
  background: #fff;
  box-shadow: 0px -7px 6px 3px #e0e0e0;
  box-sizing: border-box;
}

#mainCntArea {
  margin-top: 10px;
}

#cntArea #leftNavi {
  width: 184px;
  border-top: solid 1px #d3d3d3;
}

#cntArea #leftNavi #subNaviList li {
  margin-top: 2px;
  padding-bottom: 2px;
  border-bottom: dotted 1px #d3d3d3;
}

#cntArea #leftNavi #subNaviList li a {
  font-size: 11px;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 7px;
  border-left: solid 3px #cfcfcf;
  display: block;
  color: #333333;
  box-sizing: border-box;
}

#cntArea #leftNavi #subNaviList li a:hover {
  color: #fff;
  background: #888888;
}

#cntArea #leftNavi #subNaviList li a.active {
  border-left: solid 3px #cb0a17;
  color: #fff;
  background: #888888;
}

#cntArea #mainCnt {
  width: 720px;
}

.pageNaviList {
  border-left: solid 1px #999999;
  line-height: 100%;
  padding-left: 5px;
}

.pageNaviList li {
  border-right: solid 1px #999999;
  margin-right: 5px;
  padding-right: 5px;
}

.offWhiteCntArea {
  position: relative;
  background: #f6f6ea;
  padding: 35px 0 70px 0px;
}

.offWhiteCntArea .offWhiteL {
  left: 0;
  top: -130px;
  position: absolute;
  z-index: 92;
}

.offWhiteCntArea .offWhiteR {
  right: 0;
  top: -130px;
  position: absolute;
  z-index: 92;
}

.offWhiteArea {
  background: #f6f6ea;
  padding: 35px 0;
}

.hanenGreenTopArea {
  width: 100%;
  height: 64px;
  margin-top: -30px;
  background: url("/img/bg_hanen.png") repeat-x top;
  position: absolute;
  z-index: 99;
}

.hanenGreenArea {
  color: #fff;
  background: #15a692;
  padding-bottom: 40px;
  font-size: 0.9rem;
}

.hanenGreenArea .cntList {
  width: 1200px;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background: url("/img/dotline_w_tate.png") repeat-y center;
}

.hanenGreenArea .cntList li {
  width: 600px;
  padding-bottom: 40px;
  background: url("/img/dotline_w_yoko.png") repeat-x bottom;
}

.hanenGreenArea .cntList li .cntBox {
  width: 550px;
  position: relative;
}

.hanenGreenArea .cntList li .cntBox .photo {
  width: 365px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.hanenGreenArea .cntList li .cntBox .cntIconL {
  top: -10px;
  left: 0px;
  position: absolute;
}

.hanenGreenArea .cntList li .cntBox .cntIconR {
  top: -10px;
  right: 0px;
  position: absolute;
}

.hanenGreenArea .cntList li .cntBox .cntIconGenesis {
  left: 50px;
  bottom: 125px;
  position: absolute;
}

.hanenGreenArea .cntList li .cntBox .evenTxt {
  margin-left: 50px;
}

.hanenGreenArea .cntList li a {
  color: #fff;
}

.hanenGreenArea .cntList li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.hanenGreenArea .cntList li:nth-child(3),
.hanenGreenArea .cntList li:nth-child(4) {
  padding-top: 40px;
  background: none;
}

.nanameArea {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 59px;
  background: url("/img/bg_naname.png") repeat;
}

.newsList li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 2px #bfbfbf;
}

.newsList a {
  color: #515151;
  display: block;
}

.newsList a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.newsList figure {
  position: relative;
  overflow: hidden;
}

.newsList figure img {
  width: 240px;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: -40px;
}

.newsList .photo {
  width: 160px;
  height: 160px;
  margin-right: 30px;
  line-height: 160px;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}

.footerContactArea {
  width: 100%;
  margin-top: 40px;
  background: url("/img/bg_footerkumo.png") rpeat-x;
}

.footerContactArea .footerContactBox {
  width: 950px;
  padding: 80px 0;
  margin-left: auto;
  margin-right: auto;
}

.footerContactArea .footerContactBox .footerContactMini {
  font-family: "Noto Sans Japanese", "メイリオ", sans-serif;
  margin-top: 20px;
}

.footerContactArea .footerContactBox .footerContactMini .waku {
  width: 450px;
  padding: 20px 35px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

.footerContactArea .footerContactBox .footerContactMini .icoTel {
  margin-top: 10px;
  font-size: 48px;
  font-weight: bold;
  line-height: 100%;
  background: url("/img/ico_tel.png") no-repeat 0 3px;
  padding: 0px 0 3px 49px;
}

.footerContactBox2 {
  width: 950px;
  padding: 0px 0;
  margin-left: auto;
  margin-right: auto;
}

.footerContactBox2 .footerContactMini {
  margin-top: 20px;
  font-family: "Noto Sans Japanese", "メイリオ", sans-serif;
}

.footerContactBox2 .footerContactMini .waku {
  width: 450px;
  padding: 20px 35px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

.footerContactBox2 .footerContactMini .icoTel {
  margin-top: 10px;
  font-size: 48px;
  font-weight: bold;
  line-height: 100%;
  background: url("/img/ico_tel.png") no-repeat 0 3px;
  padding: 0px 0 3px 49px;
}

#footerArea {
  margin-top: 30px;
}

#footerArea .footerLeft {
  width: 470px;
}

#footerArea .footerRight {
  width: 465px;
  text-align: right;
}

#footerArea .footerList li {
  font-size: 12px;
  line-height: 100%;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #999999;
}

#footerArea #copyrightArea {
  margin-top: 10px;
  padding: 2px 10px;
  font-size: 11px;
  color: #fff;
  background: #4d4d4d;
}

.transform01 {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.transform02 {
  transform: rotate(15deg) scale(1.4);
  transition: all 0.3s ease-in-out;
}

figure:hover .transform01 {
  transform: scale(1.2);
}

figure:hover .transform02 {
  transform: rotate(0) scale(1);
}

.paddingArea_15 {
  padding-left: 15px;
  padding-right: 15px;
}

.paddingArea_20 {
  padding-left: 20px;
  padding-right: 20px;
}

.paddingArea_25 {
  padding-left: 25px;
  padding-right: 25px;
}

.paddingArea_30 {
  padding-left: 30px;
  padding-right: 30px;
}

#baseCnt {
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  padding: 0px 0px;
}

.baseCntArea {
  margin-right: auto;
  margin-left: auto;
}

.pageMenuArea {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pageMenuArea p {
  line-height: 200%;
}

.pageMenuArea .txtArea {
  width: 930px;
  background: url("/img/bg_dot_tate.png") repeat-y right;
}

.pageMenuArea .txtArea .txtBox {
  width: 900px;
}

.pageMenuArea .menuArea {
  width: 240px;
}

.pageMenuArea .menuArea .menuList {
  margin-top: 15px;
}

.pageMenuArea .menuArea .menuList li {
  margin-bottom: 10px;
  background: url("/img/ico_arrowGreen.png") no-repeat 0px 5px;
  background-size: 16px 16px;
  padding-left: 20px;
}

#footerMenuArea {
  width: 100%;
  margin-top: 50px;
  padding: 8px 0 5px 0px;
  background: #333333;
  color: #fff;
  border-bottom: 3px solid #6699cc;
}

#footerMenuArea #footerMenuBox {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#footerMenuArea #footerMenuBox ul {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  float: left;
}

#footerMenuArea #footerMenuBox ul li {
  background: url("/img/ico_arrow_white.png") no-repeat 0 center;
  margin-right: 40px;
  padding-left: 12px;
  float: left;
}

#footerMenuArea #footerMenuBox ul li a {
  color: #fff;
}

#footerMenuArea #footerLogo {
  float: right;
  width: 195px;
}

footer#footer {
  width: 1200px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  clear: both;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
}

.btnArea {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.btnArea .btnLeft {
  width: 300px;
  float: left;
}

.btnArea .btnRight {
  width: 300px;
  float: right;
}

.flexBoxKinto {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -js-display: flex;
  flex-flow: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.flexBoxGroup {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -js-display: flex;
  flex-flow: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.flexBoxKinto2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: wrap;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

.flexAlginItemTop {
  align-items: flex-start;
}

.flexAlginItemMid {
  align-items: center;
}

.flexAlginItemBottom {
  align-items: flex-end;
}

.disTbl {
  width: 100%;
  display: table;
}

.disTbl .disTd {
  vertical-align: top;
  display: table-cell;
}

.disTbl .tdTop {
  vertical-align: top;
}

.pageNaviArea {
  margin-top: 30px;
}

.pageNaviArea .pageNaviLeft {
  width: 330px;
  height: 100%;
  float: left;
}

.pageNaviArea .pageNaviLeft .pageNaviLeftTitle {
  font-size: 40px;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  font-weight: bold;
}

.pageNaviArea .pageNaviLeft .pageNaviList li {
  margin-bottom: 20px;
}

.pageNaviArea .pageNaviLeft .pageNaviList li a {
  color: #333333;
}

.pageNaviArea .pageNaviLeft .pageNaviList li a:before {
  font-size: 14px;
  font-family: "FontAwesome";
  content: "\f0d7";
  color: #333333;
  margin-right: 7px;
  font-weight: bold;
  background: #fff;
  border: solid 1px #333333;
  padding: 1px 5px 1px 5px;
  border-radius: 50%;
}

.pageNaviArea .pageNaviRight {
  width: 810px;
  border-left: 2px solid #9fa0a0;
  padding-left: 55px;
  padding-bottom: 10px;
  float: right;
}

.pageNaviArea .pageNaviRight .pageNaviRightTitle {
  font-size: 36px;
  line-height: 150%;
  font-weight: normal;
}

.newsArea {
  background: linear-gradient(to bottom, #fff 0%, #d6ecfa 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#D6ECFA",GradientType=0 );
  padding-bottom: 40px;
}

.newsBox {
  margin-top: 40px;
}

.newsBox li {
  width: 280px;
  margin-bottom: 40px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 6px 6px 6px 3px #d4d4d4;
  -moz-box-shadow: 6px 6px 6px 3px #d4d4d4;
  -webkit-box-shadow: 6px 6px 6px 3px #d4d4d4;
}

.newsBox li .newLabel {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 90;
}

.newsBox li .photo {
  height: 170px;
  overflow: hidden;
}

.newsBox li .photo img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0px 0px;
}

.newsBox li .txt {
  padding: 15px 10px;
  box-sizing: border-box;
}

.newsBox li .txt .newsT {
  color: #5dbbce;
}

.newsBox li .txt .honbun {
  color: #333333;
}

.newsBox li .txt .honbun a {
  color: #333333;
}

.newsBox li:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.day {
  color: #666666;
}

.newsDetail {
  width: 1160px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.newsDetail .newsDetailBox {
  margin-top: 25px;
}

.newsDetail .newsDetailBox .photo {
  width: 580px;
}

.newsDetail .newsDetailBox .photo .photoBox {
  height: 370px;
  overflow: hidden;
  position: relative;
}

.newsDetail .newsDetailBox .photo .photoBox .pht {
  position: absolute;
}

.newsDetail .newsDetailBox .photo .thumbnailArea {
  margin-top: 15px;
}

.newsDetail .newsDetailBox .photo .thumbnailArea li {
  width: 140px;
  height: 90px;
  overflow: hidden;
  cursor: pointer;
}

.newsDetail .newsDetailBox .photo .thumbnailArea li:first-child {
  margin-left: 0;
}

.newsDetail .newsDetailBox .txt {
  width: 555px;
}

.newsDetail .newsHonbunOnly {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.newsTitle {
  font-size: 50px;
  display: table;
  text-align: center;
  white-space: nowrap;
}

.newsTitle:after,
.newsTitle:before {
  content: "";
  display: table-cell;
  width: 50%;
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
  background-clip: padding;
  color: #999999;
}

.newsTitle:after {
  border-left: 0.2em solid transparent;
}

.newsTitle:before {
  border-right: 0.2em solid transparent;
}

#mainImgCnt {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  height: 660px;
  min-height: 660px;
  overflow: hidden;
  border-bottom: solid 5px #000;
}

#mainImgCnt #mainImgBox {
  width: 1200px;
  height: 660px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 80;
}

#mainImgCnt #mainImgBox #pagelogo {
  top: 40%;
  color: #fff;
  left: 0;
  position: absolute;
  z-index: 90;
  font-weight: normal;
  text-shadow: 2px 2px 3px #354e80;
}

#mainImgCnt #mainImgBox #pagelogo #pageT {
  font-size: 60px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-bottom: solid 2px #fff;
  display: block;
}

#mainImgCnt #mainImgBox #pagelogo #pageST {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0.25em;
  display: block;
}

#mainImgCnt #mainPhoto img {
  width: 100%;
  min-width: 1600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

hr.dotWhite {
  height: 5px;
  border: none;
  background: url("/img/dotline_w_yoko.png") repeat-x top;
}

hr.solidLine {
  border: none;
  border-top: solid 1px #999999;
}

hr.dotted {
  border: none;
  border-top: dotted 2px #999999;
}

.markY {
  background: linear-gradient(transparent 65%, #fffe61 90%);
}

.wakuArea {
  padding: 15px;
  background: #f8f8f8;
  border: solid 2px #8b8b8b;
}

div.pageListBottomMenu {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 7px 0px 0px;
  text-align: center;
}

div.pageListBottomMenu table {
  margin: 0px auto;
  text-align: center;
}

div.pageListBottomMenu table td {
  text-align: center;
}

.acArea {
  width: 28px;
  margin: 0px 10px 0px 0px;
  padding: 3px 3px 2px 3px;
  display: block;
  float: left;
  background: #fff;
  border: solid 1px #01a393;
}

.linkArea {
  width: 28px;
  margin: 0px 10px 0px 0px;
  padding: 3px 3px 2px 3px;
  display: block;
  float: left;
  background: #01a393;
  border: solid 1px #01a393;
  cursor: pointer;
}

.linkWhite {
  color: #fff;
}

.contactArea {
  width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border: solid 4px #e2e2e2;
  padding: 20px 20px 15px 20px;
  box-sizing: border-box;
}

.contactArea ul {
  width: 100%;
  display: table;
}

.contactArea ul li {
  width: 65%;
  display: table-cell;
  vertical-align: middle;
}

.contactArea ul li img {
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
}

.contactArea ul li:last-child {
  width: 35%;
  font-size: 50px;
  text-align: right;
  font-weight: bold;
}

.formArea {
  width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.formArea .formBox {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

table.tblContact {
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 2px #cccccc;
}

table.tblContact th {
  width: 215px;
  padding: 14px 15px;
  font-weight: bold;
  line-height: 120%;
  white-space: nowrap;
  border-bottom: solid 1px #cccccc;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
}

table.tblContact td {
  padding: 14px 0px;
  border-bottom: solid 1px #cccccc;
  vertical-align: middle;
  box-sizing: border-box;
}

table.tblContact td input {
  width: 450px;
  padding: 8px;
  font-size: 14px;
}

table.tblContact td input.w100 {
  width: 100px;
  padding: 8px;
  font-size: 14px;
}

table.tblContact td input.w50 {
  width: 50px;
  padding: 8px;
  font-size: 14px;
}

table.tblContact td input.w30 {
  width: 40px;
  padding: 8px;
  font-size: 14px;
}

table.tblContact td select {
  font-size: 14px;
}

table.tblContact td textarea#formTextArea {
  width: 550px;
  height: 180px;
  padding: 8px;
  font-size: 15px;
  line-height: 150%;
  border: 2px solid #cccccc;
}

table.tblContact td textarea#formTextArea2 {
  width: 450px;
  height: 100px;
  padding: 8px;
  font-size: 15px;
  line-height: 150%;
  border: 2px solid #cccccc;
}

.formText {
  width: 550px;
  height: 100px;
  padding: 8px;
  font-size: 15px;
  line-height: 150%;
  border: 2px solid #cccccc;
  box-sizing: border-box;
}

select.selectBox {
  border: 2px solid #cccccc;
  border-radius: 5px;
  color: #4c4c4c;
  font-size: 16px;
  height: 40px;
  text-align: left;
  vertical-align: middle;
  padding: 7px 30px 7px 10px;
}

select.selectBox option {
  padding: 3px;
}

.cBox input[type=radio],
.cBox input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

.cBox input[type=radio] + label,
.cBox input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}

@media (min-width: 1px) {
  .cBox input[type=radio],
  .cBox input[type=checkbox] {
    display: none;
    margin: 0;
  }
  .cBox input[type=radio] + label,
  .cBox input[type=checkbox] + label {
    padding: 0 0 0 24px;
  }
  .cBox input[type=radio] + label::before,
  .cBox input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
  }
  .cBox input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  .cBox input[type=checkbox] + label::before {
    border: 2px solid #ccc;
  }
  .cBox input[type=radio]:checked + label::after,
  .cBox input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
  }
  .cBox input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #e71063;
    border-radius: 8px;
  }
  .cBox input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #e71063;
    border-bottom: 3px solid #e71063;
    transform: rotate(-45deg);
  }
}
.gmapArea .leftArea {
  width: 48%;
  float: left;
}

.gmapArea .rightArea {
  width: 48%;
  float: right;
}

.float.wait0.animated {
  animation: float-wait0 3.5s linear infinite;
}

@keyframes float-wait0 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.float.wait1.animated {
  animation: float-wait1 3.5s linear infinite;
}

@keyframes float-wait1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.float.yoko0.animated {
  animation: float-yoko0 3.5s linear infinite;
}

@keyframes float-yoko0 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.naviBtn {
  margin-top: 20px;
  box-sizing: border-box;
  border: 1px solid #999999;
}

.naviBtn a {
  color: #393737;
  box-sizing: border-box;
  margin: 1px;
  padding: 5px;
  background: #eeeeee;
  background: linear-gradient(to bottom, #eee 0%, #bfc0c0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#EEEEEE", endColorstr="#BFC0C0",GradientType=0 );
  display: block;
}

.naviBtn a .naviBtnBox {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-left: 3px solid #d7000f;
  box-sizing: border-box;
  padding: 9px 7px;
  display: block;
}

.naviBtn a:hover {
  opacity: 0.6;
}

.arrow_box_red {
  padding: 10px 10px 13px 10px;
  position: relative;
  background: #ffeaea;
  border: 4px solid #a70612;
}

.arrow_box_red:after,
.arrow_box_red:before {
  top: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box_red:after {
  border-color: rgba(255, 234, 234, 0);
  border-top-color: #ffeaea;
  border-width: 15px;
  margin-left: -15px;
}

.arrow_box_red:before {
  border-color: rgba(167, 6, 18, 0);
  border-top-color: #a70612;
  border-width: 21px;
  margin-left: -21px;
}

.icoAnswer {
  margin-top: 10px;
  background: url("/img/ico_a.png") no-repeat 0 0;
  padding: 0px 0px 30px 60px;
  font-size: 13px;
}

.icoQ {
  background: url("/img/ico_q.png") no-repeat 0 center;
  padding: 10px 0px 10px 40px;
  font-size: 16px;
  font-weight: bold;
}

.icoA {
  background: url("/img/ico_a.png") no-repeat 0 5px;
  padding: 10px 0px 10px 40px;
  font-size: 14px;
}

.iconHisu {
  font-size: 11px;
  line-height: 100%;
  margin-left: 10px;
  padding: 2px 8px 3px 8px;
  color: #fff;
  background: #de000b;
  font-weight: bold;
  border-radius: 10px;
}

.qaArea {
  margin-top: 30px;
}

.uYellow {
  font-weight: bold;
  background: linear-gradient(transparent 65%, #ff9 65%);
}

.titleBox {
  padding: 1em 3%;
  border: 3px solid #dddddd;
  border-radius: 0.2em;
  border-radius: 10px;
}

.titleBox.intitle {
  padding-top: 0;
  padding-bottom: 1.4em;
}

.titleBox.intitle .box_title span {
  position: relative;
  top: -0.9em;
  padding: 0.4em 0.7em;
  background: #6d6d6d;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0.2em;
  display: inline-block;
  vertical-align: bottom;
}

.titleBox.titleBoxRed {
  background: #fff;
  border-color: #d7000f;
}

.titleBox.titleBoxRed .box_title span {
  background: #d7000f;
}

.titleBox.titleBoxBlue {
  background: #fff;
  border-color: #475ac3;
}

.titleBox.titleBoxBlue .box_title span {
  background: #475ac3;
}

.ulListRed li {
  padding-left: 0em;
  text-indent: -1em;
  padding-left: 1em;
}

.ulListRed li:before {
  content: "●";
  color: #d7000f;
}

.ulListBlue li {
  padding-left: 0em;
  text-indent: -1em;
  padding-left: 1em;
}

.ulListBlue li:before {
  content: "●";
  color: #475ac3;
}

#btnJyokaso {
  width: 135px;
  position: fixed;
  z-index: 99;
  top: 50px;
  right: 30px;
  display: none;
}

.listArea li {
  border-bottom: solid 1px #dddddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.formPolicyArea {
  width: 96%;
  height: 300px;
  overflow: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #cccccc;
  padding: 20px 15px;
  box-sizing: border-box;
}

.formPolicyArea .privacyBox {
  margin: 5px 0 0 25px;
}

.cBox input[type=radio],
.cBox input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

.cBox input[type=radio] + label,
.cBox input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 20px;
  cursor: pointer;
}

@media (min-width: 1px) {
  .cBox input[type=radio],
  .cBox input[type=checkbox] {
    display: none;
    margin: 0;
  }
  .cBox input[type=radio] + label,
  .cBox input[type=checkbox] + label {
    padding: 0 0 0 24px;
  }
  .cBox input[type=radio] + label::before,
  .cBox input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
  }
  .cBox input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  .cBox input[type=checkbox] + label::before {
    border: 2px solid #ccc;
  }
  .cBox input[type=radio]:checked + label::after,
  .cBox input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
  }
  .cBox input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #e71063;
    border-radius: 8px;
  }
  .cBox input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #e71063;
    border-bottom: 3px solid #e71063;
    transform: rotate(-45deg);
  }
}
@media (max-width: 740px) {
  #contactArea {
    max-width: 100% !important;
  }
  .formBox {
    max-width: 100%;
  }
  .pcCnt {
    display: none;
  }
  .spCnt {
    display: block;
  }
  .imgMax {
    width: 100%;
    height: auto;
  }
  .img90 {
    width: 90%;
    height: auto;
  }
  .img80 {
    width: 80%;
    height: auto;
  }
  .img70 {
    width: 70%;
    height: auto;
  }
  .img50 {
    width: 50%;
    height: auto;
  }
  .img40 {
    width: 40%;
    height: auto;
  }
  .img20 {
    width: 20%;
    height: auto;
  }
  .img20 {
    width: 20%;
    height: auto;
  }
  #wrapper {
    border-top: none;
  }
  #spMenuArea {
    width: 100%;
    height: 100%;
    background: url("/img/bg_menu.png") repeat;
    position: relative;
    z-index: 150;
    top: 0px;
    left: 0px;
    display: block;
  }
  #spMenuArea #spMenuBox {
    width: 94%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: fixed;
    overflow-y: scroll;
    margin-top: 30px;
    padding: 30px 10px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
  #spMenuArea #spMenuBox > .spMenuList {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #spMenuArea #spMenuBox > .spMenuList > li > a {
    width: 100%;
    background: #d7000f;
    margin-bottom: 1px;
    padding: 10px 10px;
    color: #fff;
    display: block;
    font-size: 14px;
    box-sizing: border-box;
  }
  #spMenuArea #spMenuBox > .spMenuList > li > a.active {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  #spMenuArea #spMenuBox .spMenuSub {
    padding-bottom: 30px;
  }
  #spMenuArea #spMenuBox .spMenuSub .spNaviSubArea > li > a {
    width: 100%;
    background: #d8d8d8;
    margin-bottom: 1px;
    padding: 10px 10px;
    color: #272727;
    display: block;
    font-size: 14px;
    box-sizing: border-box;
  }
  #spMenuArea #spMenuBox #spBnrArea li {
    width: 49%;
    margin-bottom: 15px;
  }
  #spMenuArea #spMenuBox #spBnrArea li img {
    width: 100%;
    height: auto;
  }
  #mainCntArea,
  #baseCntArea {
    width: 98%;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px 20px 10px;
    background: #fff;
  }
  #spHeaderArea {
    width: 100%;
    padding: 10px 13px 10px 13px;
    top: 0;
    position: fixed;
    box-sizing: border-box;
    border-bottom: solid 5px #d7000f;
    background: #fff;
    z-index: 99;
  }
  #spHeaderArea #logoArea {
    width: 55%;
    padding-top: 3px;
  }
  #spHeaderArea #logoArea img {
    width: 100%;
    height: auto;
  }
  #spHeaderArea #spMenu {
    width: 8%;
    margin-top: 3px;
  }
  #spHeaderArea #spMenu img {
    width: 100%;
    height: auto;
  }
  .mainT {
    color: #fff;
    background: #717171;
    border-left: solid 5px #d6050a;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }
  #cntArea #leftNavi {
    display: none;
  }
  #cntArea #mainCnt {
    width: 100%;
  }
  .pageNaviList {
    display: none;
  }
  #footerArea {
    margin-top: 30px;
  }
  #footerArea .footerLeft {
    display: none;
  }
  #footerArea .footerRight {
    width: 100%;
    border-top: solid 2px #4d4d4d;
    padding-top: 5px;
  }
  #footerArea .footerList li {
    font-size: 12px;
    line-height: 100%;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #999999;
    line-height: 150%;
  }
  #footerArea #copyrightArea {
    text-align: center;
  }
  .twoColumnList li {
    width: 48%;
  }
  .twoColumnList li img {
    width: 100%;
    height: auto;
  }
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  table.tblContact {
    width: 100%;
  }
  table.tblContact th {
    width: 100%;
    background: #e4e4e4;
    display: block;
  }
  table.tblContact td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  table.tblContact td input {
    width: 100%;
    box-sizing: border-box;
  }
  table.tblContact td select {
    font-size: 13px;
  }
  table.tblContact td textarea#formTextArea {
    width: 100%;
  }
  table.tblContact td textarea#formTextArea2 {
    width: 100%;
  }
  #btnJyokaso {
    width: 0px;
    top: 20px;
    right: 20px;
  }
  #btnJyokaso img {
    width: 100%;
    height: auto;
  }
  .formPolicyArea {
    width: 100%;
    height: 250px;
    margin-top: 30px;
  }
  .btnArea {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .btnArea .btnLeft {
    width: 100%;
    float: none;
  }
  .btnArea .btnLeft .w300 {
    width: 100%;
    font-size: 16px !important;
    margin-top: 20px;
  }
  .btnArea .btnRight {
    width: 100%;
    float: none;
  }
  .btnArea .btnRight .w300 {
    width: 100%;
    font-size: 16px !important;
  }
  .society {
    width: 1100px !important;
  }
  .society th {
    text-align: center;
  }
  .society td:nth-child(2) {
    width: 360px;
  }
  #lab-reportArea {
    height: auto;
  }
}
/*! ========================================
このCSSファイルはSassから生成しております。
編集する際はSassファイルより編集を行ってください。
========================================= */
#contactArea {
  width: 900px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

#contactArea .contactBox {
  width: 430px;
}

@media (max-width: 740px) {
  #contactArea {
    width: 100%;
  }
  #contactArea .w275 {
    width: 70%;
  }
  #contactArea .w140 {
    width: 28%;
  }
  #contactArea .w140 img {
    width: 100%;
    height: auto;
  }
  #contactArea .contactBox {
    width: 100%;
  }
  #contactArea .contactBox:first-child {
    margin-bottom: 20px;
  }
  #contactArea .tblContact {
    width: 100% !important;
  }
  #contactArea .tblContact th {
    background: #e4e4e4;
  }
  #contactArea .tblContact th,
  #contactArea .tblContact td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  #contactArea .tblContact td input {
    width: 94%;
    padding: 8px;
    font-size: 14px;
  }
  #contactArea .tblContact td textarea.formTextArea2 {
    width: 94%;
    height: 100px;
    padding: 8px;
    font-size: 15px;
    line-height: 150%;
    border: 2px solid #ccc;
  }
  #contactArea .tblContact td textarea#formTextArea {
    width: 94%;
    height: 180px;
    padding: 8px;
    font-size: 15px;
    line-height: 150%;
    border: 2px solid #ccc;
  }
  .btnArea {
    width: 100%;
  }
  .btnArea .btnRight {
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }
  .btnArea .btnLeft {
    width: 100%;
    float: none;
  }
  .btnArea .w300 {
    width: 100%;
  }
}/*# sourceMappingURL=contact.css.map */