@charset "utf-8";

/* 建築用語集
=========================================================================*/
* {
  box-sizing: border-box;
}
body {
  color: #333333;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.02em;
}
ul,li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mainBox {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .mainBox {
    padding: 0 15px;
  }
  .footstepBox {
    width: auto;
  }
  .contentsBox {
    display: block;
    padding: 24px 0 0;
    margin: 0;
  }
}

/* mainTtl
-----------------------------------------------*/
.mainTtl {
	margin: 70px 0 36px;
}
.mainTtl h1 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.01em;
  color: #333;
}
.mainTtl p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.mainTtl p:nth-of-type(n+2) {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .mainTtl {
    margin: 0 0 30px;
  }
  .mainTtl h1 {
    font-size: 24px;
  }
  .mainTtl p {
    font-size: 14px;
  }
  .mainTtl p:nth-of-type(n+2) {
    font-size: 12px;
  }
}

/* anchorMenu
-----------------------------------------------*/
.anchorMenu {
  height: 60px;
}
.anchorMenu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.anchorMenu li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 9);
  height: 100%;
  background: #E3E9F1;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.anchorMenu li.i {
  background: #003557;
  color: #fff;
}
.anchorMenu li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  color: #003557;
  font-size: 15px;
  font-weight: bold;
  transition: all .2s;
}
.anchorMenu li a:hover {
  background: #003557;
  color: #fff;
  text-decoration: none;
}
.faq_result .anchorMenu {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .anchorMenu {
    height: 120px;
  }
  .anchorMenu ul {
    flex-wrap: wrap
  }
  .anchorMenu li {
    width: calc(100% / 5);
    height: calc(100% / 2);
    font-size: 13px;
  }
  .anchorMenu li:not(:nth-of-type(5n)) {
    border-right: solid 1px #fff;
  }
  .anchorMenu li:not(:nth-of-type(n+6)) {
    border-bottom: solid 1px #fff;
  }
  .anchorMenu li a {
    padding: 0;
    font-size: 13px;
  }
}

/* section
-----------------------------------------------*/
section {
	margin-top: 60px;
}
section h2 {
	margin-bottom: 20px;
	font-size: 20px;
}

/* wordsTable
-----------------------------------------------*/
.wordsTable{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.wordsTable,
.wordsTable tr,
.wordsTable th,
.wordsTable td{
	border:1px solid #D4D4D4;
	font-size: 16px;
	line-height: 1.7;
}
.wordsTable th{
	width: 250px;
	padding: 10px 15px;
	background:#E3E9F1;
	font-weight: bold;
}
.wordsTable th span {
	display: block;
	font-size: 15px;
	font-weight: normal;
}
.wordsTable td{
	padding: 10px 15px;
}
.wordsTable td sup{
	font-size:80%;
}

.spOnly {
	display: none;
}
	
@media screen and (max-width: 750px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}

	.wordsTable {
		width: auto;
		margin: 20px 0 0;
	}
  .wordsTable,
  .wordsTable tr,
  .wordsTable th,
  .wordsTable td{
    font-size: 14px;
    line-height: 1.7;
  }
  .wordsTable th{
    width: 120px;
    padding: 10px;
    background:#E3E9F1;
    font-weight: bold;
    line-height: 1.2;
  }
  .wordsTable th span {
    margin-top: 5px;
    font-size: 13px;
  }
	.bottomTel-sp {
		margin: 0 15px 40px;
	}
}

/* contactArea
-----------------------------------------------*/
.contactArea {
	margin: 60px auto 0;
	border: 4px solid #333;
}
.contact {
  max-width: 925px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.contact,
.contact *,
.contact:before,
.contact:after {
  box-sizing: border-box;
}
.contact h3 {
  font-size: 23px;
  text-align: center;
  color: #2E3445 !important;
  margin-bottom: 10px;
}
.contact .time {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.contact .container-fluid {
  padding: 0;
}
.contact .col_box {
  overflow: hidden;
}
.contact .col {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.contact .contact_tel strong {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  line-height: 1em;
  text-align: center;
}
.contact .contact_tel .col:nth-of-type(2) > a {
  display: block;
  color: #FFF;
  text-align: center;
  width: 300px;
  height: 52px;
  font-size: 20px;
  background: #005C94;
  padding-top: 14px;
  border-radius: 6px;
  font-weight: bold;
}
.contact .contact_tel .col:nth-of-type(2) > a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.contact .contact_line {
  border-top: 2px solid #dedede;
  margin-top: 20px;
  padding-top: 20px;
}
.contact .contact_line h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-left: 72px;
}
.contact .contact_line p {
  margin-left: 72px;
  font-size: 14px;
  line-height: 1.6em;
}
.contact .contact_line a {
  display: block;
  color: #FFF;
  text-align: center;
  width: 300px;
  height: 54px;
  font-size: 20px;
  background: #6BC315;
  padding-top: 16px;
  border-radius: 6px;
  font-weight: bold;
}
.contact .contact_line a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.contact .contact_line a img {
  height: 23px;
  width: auto;
}
@media screen and (max-width: 900px) {
  .contact .contact_line h4 {
    margin-left: 12%;
  }
  .contact .contact_line p {
    margin-left: 12%;
  }
}
@media screen and (max-width: 767.9px) {
  .contactArea {
    margin: 40px 0 0;
  }
  .contact {
    width: auto;
    margin: 0;
    padding: 10px 0;
  }
  .contact h3 {
    font-size: 16px;
  }
  .contact .time {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .contact .col_box {
    margin-left: 15px;
    margin-right: 15px;
  }
  .contact .col {
    float: none;
    width: auto;
    padding: 0;
  }
  .contactArea img {
    max-width: 100%;
  }
  .contact .contact_tel strong {
    margin-bottom: 10px;
  }
  .contact .contact_tel strong,
  .contact .contact_tel .telLink {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .contact .contact_tel .col:nth-of-type(2) > a {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding-top: 12px;
  }
  .contact .contact_line h4 {
    margin-left: 0;
    font-size: 14px;
    text-align: center;
  }
  .contact .contact_line p {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
  }
  .contact .contact_line a {
    width: 100%;
    height: 41px;
    font-size: 16px;
    padding-top: 11px;
  }
  .contact .contact_line a img {
    height: 20px;
  }
}