@charset "UTF-8";
/*----------------------------------------------
 * * logo
 * *----------------------------------------------*/
@media screen and (max-width: 767px) {
  header {
    align-items: center;
  }
  header .logo img {
    width: calc(100% - 90px);
    height: auto;
  }
}
/*----------------------------------------------
 * * h1
 * *----------------------------------------------*/
h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  height: 240px;
  background: url("../img/title-products.jpg") no-repeat center center;
  background-size: cover;
  font-size: 3.2rem;
  color: #fff;
}
h1 img {
  width: 69px;
  height: auto;
  margin-bottom: 5px;
}
#contact main, #company main {
  background: linear-gradient(to right, rgba(1, 104, 183, 0.1), rgba(2, 180, 237, 0.1));
}
#company h1 {
  padding-top: 15px;
  background: url("../img/title-company.jpg") no-repeat center center;
  background-size: cover;
}
#contact h1 {
  padding-top: 15px;
  background: url("../img/title-contact.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  h1 {
    margin: 60px 0 40px;
    height: 160px;
    background: url("../img/title-products-sp.jpg") no-repeat center center;
    background-size: cover;
    font-size: 2.4rem;
  }
  h1 img {
    width: 46px;
    height: auto;
    margin-bottom: 5px;
  }
}
/*----------------------------------------------
 * * container
 * *----------------------------------------------*/
.container {
  min-height: 700px;
  background: url("../img/bg-top.png") no-repeat left 90px, url("../img/bg-bottom.png") no-repeat left bottom;
  background-size: 100% 700px;
}
.textArea {
  width: var(--subWidth);
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.title {
  padding: 30px 0;
  background-color: var(--mainColor);
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
#company .title {
  padding: 15px 0;
}
.container .innerBox {
  padding: 30px 60px 50px;
}
.container .innerBox p {
  display: flex;
  align-items: flex-start;
  line-height: 2;
  padding-top: 15px;
}
.container .innerBox p + p {
  margin-top: 35px;
}
#company .container .innerBox p + p {
  margin-top: 20px;
}
.container .innerBox p.rightphoto {
  margin-top: 10px;
  align-items: center;
}
#aircon .container .innerBox p.rightphoto {
  margin-top: 10px;
  align-items: flex-start;
}
.container .innerBox p.leftphoto img {
  margin-right: 50px;
}
.container .innerBox p.rightphoto img {
  margin-left: 50px;
}
.container .innerBox p.eneText {
  margin-left: 260px;
}
.midashi {
  display: flex;
  align-items: center;
  line-height: 1;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 20px 0;
}
.innerBox p ~ .midashi {
	margin-top: 60px;
}
.midashi:before, .midashi:after {
  content: "";
  flex-grow: 1;
  display: block;
  height: 10px;
  background-image: repeating-linear-gradient(90deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 10px 10px;
}
.midashi:before {
  margin-right: 1em;
}
.midashi:after {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .container {
    min-height: 700px;
    background: url("../img/bg-top-sp.png") no-repeat left 100px, url("../img/bg-bottom-sp.png") no-repeat left bottom;
    background-size: 100% 700px;
  }
  .textArea {
    width: var(--subWidth);
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .title {
    padding: 15px 0;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  #company .title {
    padding: 10px 0;
  }
  .container .innerBox {
    padding: 30px 20px 60px;
  }
  #company .container .innerBox {
    padding: 20px 20px 60px;
  }
  .container .innerBox p {
    display: block;
    line-height: 2;
    padding-top: 0;
    margin: 0;
  }
  .container .innerBox p + p {
    margin-top: 50px;
  }
  .container .innerBox p.rightphoto {
    margin-top: 50px;
    align-items: center;
  }
	#aircon .container .innerBox p.rightphoto {
    margin-top: 40px;
    align-items: center;
  }
	#aircon .container .innerBox p + p {
    margin-top: 60px;
  }
	#aircon .container .innerBox p.rightphoto {
    margin-top: 10px;
		display: flex;
		flex-direction: column-reverse;
    align-items: center;
  }
  .container .innerBox p.leftphoto img {
    display: block;
    margin: 0 auto 30px;
  }
  .container .innerBox p.rightphoto img {
    display: block;
    margin: 30px auto 0;
  }
		#aircon .container .innerBox p.rightphoto img {
     margin: 30px auto;
  }
  .container .innerBox p.eneText {
    margin-left: 0;
  }
	.midashi {
  display: flex;
  align-items: center;
  line-height: 1;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 10px 0;
}
.innerBox p ~ .midashi {
	margin-top: 60px;
}
	.innerBox .midashi ~ p {
		margin-top: 40px;
	}
.midashi:before, .midashi:after {
  content: "";
  flex-grow: 1;
  display: block;
  height: 10px;
  background-image: repeating-linear-gradient(90deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 10px 10px;
}
.midashi:before {
  margin-right: 1em;
}
.midashi:after {
  margin-left: 1em;
}
}
/*----------------------------------------------
 * * subnav
 * *----------------------------------------------*/
.subnav {
  width: var(--subWidth);
  margin: 40px auto;
  padding-bottom: 60px;
}
.subnav h2 {
  font-size: 2.0rem;
}
.subnav h2 img {
  width: auto;
  height: 26px;
}
.subnav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 2px;
}
.subnav ul li {
  width: 20%;
}
.subnav ul li + li {
  margin-left: 2px;
}
.subnav ul li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #fff url("../img/arrowB.png") no-repeat calc(100% - 15px) center;
  background-size: 5px auto;
  color: var(--mainColor);
  font-weight: bold;
}
.subnav ul li.active a {
  background: #0168b7 url("../img/arrowW.png") no-repeat calc(100% - 15px) center;
  background-size: 5px auto;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .subnav ul li a:hover {
    background: #0168b7 url("../img/arrowW.png") no-repeat calc(100% - 15px) center;
    background-size: 5px auto;
    color: #fff;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .subnav {
    width: var(--subWidth);
    margin: 40px auto;
    padding-bottom: 40px;
  }
  .subnav h2 {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
  .subnav h2 img {
    width: auto;
    height: 21px;
    margin: 0 0 10px;
  }
  .subnav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2px;
  }
  .subnav ul li {
    width: 100%;
  }
  .subnav ul li + li {
    margin: 2px 0 0;
  }
  .subnav ul li a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #fff url("../img/arrowB.png") no-repeat calc(100% - 15px) center;
    background-size: 5px auto;
    color: var(--mainColor);
    font-weight: bold;
  }
  .subnav ul li.active a {
    background: #0168b7 url("../img/arrowW.png") no-repeat calc(100% - 15px) center;
    background-size: 5px auto;
    color: #fff;
  }
}
/*----------------------------------------------
 * * お問い合わせ
 * *----------------------------------------------*/
#contact .container {
  min-height: 500px;
  padding-bottom: 100px;
  background: url("../img/bg-top.png") no-repeat left 90px, url("../img/bg-bottom.png") no-repeat left calc(100% - 50px);
  background-size: 100% 700px;
}
#contact .container .textArea {
  padding: 80px 60px;
}
#contact .container .textArea > p {
  text-align: center;
}
#contact .telBox {
  margin: 60px auto;
}
#contact .telBox ul {
  display: flex;
  justify-content: space-between;
}
#contact .telBox ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 275px;
  padding: 30px 0 36px;
  border: 1px solid #ccc;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
#contact .telBox ul li a {
  padding: 5px 0;
  font-size: 2.7rem;
}
#contact .telBox ul li a img {
  margin: 0 6px 4px 0;
}
#contact .telBox ul li p {
  font-size: 1.6rem;
  font-weight: normal;
}
#contact footer {
  padding: 0;
  background: none;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contact .container {
    padding-bottom: 80px;
    min-height: 700px;
    background: url("../img/bg-top-sp.png") no-repeat left 100px, url("../img/bg-bottom-sp.png") no-repeat left calc(100% - 50px);
    background-size: 100% 700px;
  }
  #contact .container .textArea {
    padding: 40px 15px 70px;
  }
  #contact .container .textArea > p {
    text-align: left;
    margin-bottom: 40px
  }
  #contact .telBox {
    margin: 0 auto 60px;
    padding: 0;
  }
  #contact .telBox ul {
    display: block;
    width: 100%
  }
  #contact .telBox ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
    border: 1px solid #ccc;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
  }
  #contact .telBox ul li + li {
    margin-top: 20px;
  }
  #contact .telBox ul li a {
    padding: 5px 0;
    font-size: 2.6rem;
    text-decoration: none;
  }
  #contact .telBox ul li a img {
    margin: 0 10px 6px 0;
  }
  #contact .telBox ul li p {
    font-size: 1.4rem;
    font-weight: normal;
  }
}
/*----------------------------------------------
 * * form
 * *----------------------------------------------*/
input, textarea, select {
  font-size: 100%;
  line-height: 1.4;
  outline: none;
}
input {
  width: 100%;
  height: 46px;
  padding: 10px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  border-radius: 6px;
  -webkit-appearance: none;
  appearance: none;
}
.half input {
  width: 200px;
}
input[type="submit"] {
  background: #9AC044;
  color: #fff;
  font-weight: bold;
  border-color: #9AC044;
}
textarea {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  border-radius: 6px;
  width: 100%;
  height: 10em;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
}
/* INPUTタグの増減ボタンを消す */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; /* Chrome、Safariの場合 */
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield; /* FireFox，IEの場合 */
}
/* INPUTタグの×ボタンを消す */
input::-ms-clear {
  visibility: hidden
}
/* INPUTタグの目のボタンを消す */
input::-ms-reveal {
  visibility: hidden
}
/* IEでセレクトボタンの矢印を消す */
select::-ms-expand {
  display: none;
}
/* Chromeでの文字が小さくならないようfont-familyを指定 */
input, textarea, select {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#formBox .btnForm {
  display: flex;
  justify-content: center;
  text-align: center;
}
#formBox .btnForm button {
  display: block;
  width: 340px;
  margin: 70px auto 0;
  border: none;
  background: #0168b7 url("../img/arrowW.png") no-repeat calc(100% - 25px) center;
  background-size: 5px auto;
  padding: 15px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
#formBox .btnForm button#backBtn {
  display: inline-block;
  width: 240px;
  margin-right: 0;
  background: #ccc url("../img/arrowBL.png") no-repeat 25px center;
  background-size: 5px auto;
  color: #666;
}
.formWr dl {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
.formWr dl dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 330px;
  min-height: 46px;
  padding: 50px 15px 40px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.formWr dl.kakunin dt {
  min-height: auto;
  padding: 40px 15px;
}
.formWr dl dt span {
  padding: 2px 15px 0;
  font-size: 1.4rem;
  color: #fff;
  background-color: var(--mainColor);
  font-weight: normal;
}
.formWr dl dt span.nini {
  background-color: #b3b3b3;
}
.formWr dl dd {
  width: 530px;
  padding: 40px 15px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  #formBox .btnForm button:hover {
    background: #02b4ed url("../img/arrowW.png") no-repeat calc(100% - 25px) center;
    background-size: 5px auto;
  }
  #formBox .btnForm button#backBtn:hover {
    background: #9B9B9B url("../img/arrowW2.png") no-repeat 25px center;
    background-size: 5px auto;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #formBox .btnForm {
    flex-direction: column;
  }
  .half input {
    width: 180px;
  }
  .formWr dl {
    display: block;
    border-top: 1px solid #ccc;
  }
  .formWr dl dt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-height: auto;
    padding: 20px 10px 10px;
    border-bottom: none;
    font-weight: bold;
  }
  .formWr dl.kakunin dt {
    min-height: auto;
    padding: 20px 10px 10px;
  }
  .formWr dl dd {
    width: 100%;
    padding: 0 10px 30px;
    border-bottom: 1px solid #ccc;
  }
  #formBox .btnForm button {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    border: none;
    background: #0168b7 url("../img/arrowW.png") no-repeat calc(100% - 25px) center;
    background-size: 5px auto;
    padding: 15px 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    cursor: pointer;
  }
  #formBox .btnForm button#backBtn {
    display: block;
    width: 100%;
  }
}
/* ----------------------------------------------
エラー表示
----------------------------------------------*/
.formWr dl dd.error {
  padding: 15px 15px 40px;
  color: inherit;
}
.errorText {
  margin-bottom: 0;
  color: #ff0000;
}
.errorText.hide {
  display: none;
}
.error input, .error textarea {
  border-color: #ff0000;
}
/* エラーポップアップ*/
.errorBody {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.errorBody .errorbg, .errorBody .errorbox {
  display: block;
}
.errorbg {
  content: "";
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.errorbox {
  display: none;
  position: fixed;
  right: 50%;
  bottom: 50%;
  z-index: 20;
  transform: translate(50%, 50%);
  background-color: #fff;
  padding: 30px 100px;
  text-align: center;
  font-size: 123.1%;
  color: #ff0000;
}
.errorbox .btnbox {
  margin-top: 30px;
}
.errorbox button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  background-color: #999;
  outline: none;
  margin: 0 auto;
  padding: 8px 30px;
  min-width: 200px;
  width: 100%;
  color: #fff;
  font-family: inherit;
  font-size: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.errorbox .close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.errorbox .close::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
.errorbox .close::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transform: rotate(135deg);
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .errorbox button:hover {
    background-color: #666;
  }
  .errorbox .close:hover::before, .errorbox .close:hover::after {
    background-color: #666;
  }
}
@media screen and (max-width: 767px) {
  .errorBody header {
    position: relative;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    align-items: flex-end;
    height: 60px;
    padding: 0 0 0 5px;
  }
  .errorBody h1 {
    margin: 0px 0 40px;
  }
  .errorbox {
    padding-right: 15px;
    padding-left: 15px;
    width: 95%;
  }
  .errorbox button:active {
    background-color: #666;
  }
  .errorbox .close:active::before, .errorbox .close:active::after {
    background-color: #666;
  }
  .formWr dl dd.error {
    font-size: 1.5rem;
    padding: 0 10px 30px;
    color: inherit;
  }
}
/*----------------------------------------------
 * * 完了
 * *----------------------------------------------*/
#contact.kanryou .container {
  min-height: 500px;
  padding-bottom: 100px;
  background: url("../img/bg-top.png") no-repeat left 90px;
  background-size: 100% 700px;
}
#contact.kanryou .container .textArea {
  padding: 90px 60px;
}
#contact.kanryou .container .textArea p {
  text-align: center;
  line-height: 2.0;
}
#contact.kanryou .container .textArea p:first-of-type {
  margin-bottom: 70px;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.6;
}
#contact.kanryou .container .textArea p + p {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #contact.kanryou .container {
    padding-bottom: 80px;
    min-height: 500px;
    background: url("../img/bg-top-sp.png") no-repeat left 100px;
    background-size: 100% 700px;
  }
  #contact.kanryou .container .textArea {
    padding: 60px 20px;
  }
  #contact.kanryou .container .textArea p {
    text-align: left;
    margin-bottom: 0;
  }
  #contact.kanryou .container .textArea p:first-of-type {
    margin-bottom: 50px;
    font-size: 1.8rem;
    text-align: center;
  }
  #contact.kanryou .container .textArea p + p {
    margin-top: 40px;
  }
}
/*----------------------------------------------
 * * 会社概要
 * *----------------------------------------------*/
#company .container {
  padding-bottom: 60px;
  background: url("../img/bg-top.png") no-repeat left 90px, url("../img/bg-bottom.png") no-repeat left calc(100% - 50px);
  background-size: 100% 700px;
}
#company .textArea {
  margin: 0 auto 60px;
}
#company .textArea .sign {
  text-align: right;
  margin-top: 50px;
}
#company .textArea .table {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
	align-items: flex-start;
  flex-wrap: wrap;
}
#company .textArea .table dl {
  width: 400px;
}
#company .textArea .table dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#company .textArea .table dl dt {
  width: 95px;
  padding: 20px 10px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
#company .textArea .table dl dd {
  width: 305px;
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
#company .textArea .table dl.map dt {
  width: 100%;
  padding: 30px 0 0;
}
#company .textArea .table dl:nth-child(2n+3).map {
  padding-top: 50px;
}
#company .textArea .table dl.map dt span {
  display: block;
  padding: 7px 10px;
}
#company .textArea .table dl.map dd {
  width: 100%;
  padding: 10px 10px 0;
  border-bottom: none;
}
#company .textArea .photoArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 50px auto 0;
}
#company .textArea .photoArea img {
  width: 260px;
  height: auto;
}
#company .container .innerBox p em {
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
}
#company .container .innerBox .table p {
  display: block;
  width: 100%;
  margin: 10px 0 40px;
  line-height: 1.6;
  padding-top: 0;
  text-align: center;
}
#company .textArea .table ul {
  min-width: 350px;
  list-style: none;
}
#company .textArea .table ul + ul {
  margin-left: 40px;
}
#company .textArea .innerBox > ul {
  width: 100%;
  list-style: none;
}
#company .textArea .table ul li, #company .textArea .innerBox > ul li {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
#company .textArea .table ul.others {
  min-width: 80px;
  align-self: flex-end;
}
#company .textArea .table ul.others li {
  border-bottom: none;
}
table.enkaku {
  width: 100%;
}
table.enkaku th, table.enkaku td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
table.enkaku th {
  width: 8em;
  text-align: left;
  font-weight: normal;
}
table.enkaku td a {
	text-decoration: underline;
	color: var(--mainColor);
}
#company .textArea .innerBox > ul li span.indent {
  display: inline-block;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
	table.enkaku td a:hover{
		color: var(--accentColor);
	}
}
@media screen and (max-width: 767px) {
  #company .container {
    padding-bottom: 40px;
  }
  #company .container .innerBox p em {
    font-size: 1.8rem;
  }
  #company .textArea {
    margin: 0 auto 40px;
  }
  #company .textArea .sign img {
    width: 115px;
    height: auto;
  }
  #company .textArea .table {
    display: block;
  }
  #company .textArea .table dl {
    width: 100%;
  }
  #company .textArea .table dl {
    display: block;
  }
  #company .textArea .table dl dt {
    width: 100%;
    padding: 15px 10px 5px;
    font-weight: bold;
    border-bottom: none;
  }
  #company .textArea .table dl dd {
    width: 100%;
    padding: 0 10px 15px;
    border-bottom: 1px solid #ccc;
  }
  #company .textArea .table dl:nth-child(2n+3).map {
    padding-top: 0;
  }
  #company .textArea .table dl.map dt {
    width: 100%;
    padding: 30px 0 0;
    border-bottom: 1px solid #ccc;
  }
  #company .textArea .table dl.map + dl {
    margin-top: 30px;
  }
  #company .textArea .table dl.map dt span {
    display: block;
    padding: 10px;
  }
  #company .textArea .table dl.map dd {
    width: 100%;
    padding: 10px 10px 0;
    border-bottom: none;
  }
  #company .textArea .photoArea {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 50px auto 0;
  }
  #company .textArea .photoArea img {
    width: 100%;
    height: auto;
  }
  #company .textArea .photoArea img + img {
    margin-top: 10px;
  }
  #company .container .innerBox p em {
    font-size: 1.8rem;
  }
  #company .container .innerBox > p:first-child {
    padding-top: 10px;
  }
  #company .container .innerBox .table p {
    display: block;
    width: 100%;
    margin: 15px 0 30px;
    line-height: 1.6;
    padding-top: 0;
    text-align: left;
  }
  #company .textArea .table ul {
    min-width: 260px;
    list-style: none;
  }
  #company .textArea .table ul + ul {
    margin-left: 0;
  }
  #company .textArea .innerBox > ul {
    width: 100%;
    list-style: none;
  }
  #company .textArea .table ul li, #company .textArea .innerBox > ul li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  #company .textArea .table ul.others li {
    padding-top: 20px;
    padding-bottom: 0;
    text-align: right;
    border-bottom: none;
  }
  table.enkaku {
    width: 100%;
  }
  table.enkaku th {
    display: block;
    width: 100%;
    padding: 10px 10px 0;
    border-bottom: none;
    font-weight: normal;
  }
  table.enkaku td {
    display: block;
    width: 100%;
    padding: 0 10px 10px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
  }
  table.enkaku td a {
    display: block;
  }
  #company .textArea .innerBox > ul li span.indent {
    display: block;
    margin-left: 0;
  }
}