@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Alata&display=swap');

h3:not(.name) {
	font-size: 2.0rem;
  border-bottom: solid 1px #b59358;
  margin-bottom: 3%;
	font-weight: 600;
}

h3:not(.name):before {
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  content: "\f1b0";
  color: #b59358;
  margin-right: 10px;
}

.fl {
  float: left;
}

/*############## introduce ##############*/
.introduce {
  position: relative;
}

.introduce .nameBox {
	background-color: #f5ebd7;
  padding: 30px;
  width: 65%;
}

.introduce .name {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 3%;
}

.introduce .name span {
  font-size: 1.4rem;
  font-family: 'Alata', sans-serif;
  color: #dd7373;
  margin-left: 20px;
  letter-spacing: 0.3rem;
}

.introduce dl dt {
  background-color: #b59358;
  width: 100px;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  margin-bottom: 2%;
}

.introduce dl dd {
  margin-left: 10px;
  width: 80%;
}

.intoroduceImg {
  position: absolute;
  right: 0;
  top: 60px;
  width: 44%;
}

.intoroduceImg p:nth-of-type(1) {
  margin-right: 20px;
  margin-bottom: 20px;
}

.intoroduceImg p:nth-of-type(2) {
  margin-bottom: 20px;
}

.introBox {
  width: 52%;
}

.introduce .introBox h4 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 10% 0 5% 0;
  letter-spacing: 0.2rem;
  line-height: 1.8;
}

/*############## company ##############*/
.companyGuide table {
	width: 90%;
  margin: 0 auto;
}

.companyGuide table tr {
	border-bottom: solid 1px #c9c9c9;
}

.companyGuide table tr:first-child {
	border-top: solid 1px #c9c9c9;
}

.companyGuide table th {
  width: 25%;
  padding: 20px 0;
  text-align: center;
  background-color: #f5ebd7;
}

.companyGuide table td {
	width: 70%;
	padding: 10px 0 10px 5%;;
}

.companyGuide table td ul {
  margin: 10px 0;
}

/*############## disclaimer ##############*/
.disclaimer p {
  margin: 0 2%;
}

/*############## 560px以下 ##############*/
@media screen and (max-width:560px) {
  .introduce .nameBox {
    width: 100%;
  }
  
  .introduce .name span {
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .introduce dl dd {
    width: 100%;
  }
  
  .intoroduceImg {
    position: static;
    width: 90%;
    margin: -20px auto;
  }

  .intoroduceImg .sp-no {
    display: none;
  }

  .introBox {
    width: 100%;
  }

  .companyGuide table th,
  .companyGuide table td {
    display: block;
    width: 100%;
  }
  
  .companyGuide table td ul {
    margin: 0;
  }
}

