@charset "utf-8";

.layout01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout01 .box01 {
  width: 55%;
}
.layout01 .box02 {
  width: 40%;
}

.layout02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout02 .box01 {
  width: 48%;
}
.layout02 .box02 {
  width: 48%;
}

.cmn-txt01 strong {
  color: var(--color02);
  font-size: 105%;
  font-weight: 700;
}

.cmn-table01{
  width: 100%;
}
.cmn-table01 th,.cmn-table01 td{
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.cmn-table01 tr:last-child th,.cmn-table01 tr:last-child td{
  border-bottom: none;
}
.cmn-table01 th{
  width: 10em;
  box-sizing: border-box;
}
.cmn-table01 td a:hover{
  text-decoration: underline;
}
.cmn-table01 td i{
  color: var(--color02);
}
.cmn-table01 td strong{
  color: var(--color01);
}
/* ----------------------------------------
 greeting
------------------------------------------- */
.greeting-txt{
font-family: var(--font03);
text-align: right;
font-weight: 700;
}
.greeting-txt strong{
font-size: 120%;
}

/* ----------------------------------------
 license
------------------------------------------- */
.li-box01,.li-box02{
  display: flex;
  flex-wrap: wrap;
}
.li-box01 li{
  width: 47.5%;
  box-sizing: border-box;
  margin-right: 5%;
}
.li-box01 li:nth-child(2n){
  margin-right: 0;
}
.li-box02 li{
  width: 30%;
  box-sizing: border-box;
  margin-right: 5%;
}
.li-box02 li:nth-child(3n){
  margin-right: 0;
}
.li-box01 li div{
  margin-bottom: 10px;
}
.li-box02 li div{
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.li-box01 li .tit,.li-box02 li .tit{
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.li-box01 li .txt,.li-box02 li .txt{
  font-size: 90%;
  padding-top: 15px;
}
/* ----------------------------------------
 business
------------------------------------------- */
#roof {
  background: url("../images/business-images/bg01.jpg") 0 0 no-repeat;
  background-size: 100% auto;
}
#wall {
  background: url("../images/business-images/bg02.jpg") 0 0 no-repeat;
  background-size: 100% auto;
  background-color: #f6f3eb;
}
.layout-ba {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.layout-ba .icon {
  background: url("../images/business-images/arrow.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 10%;
  padding-top: 10%;
  position: absolute;
  bottom: 10%;
  left: 35%;
}
.layout-ba .box01 {
  width: 45%;
  position: relative;
}
.layout-ba .box01 .box {
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.layout-ba .box02 {
  width: 50%;
}
.layout-ba img {
  margin-bottom: 10px;
}
.layout-ba .txt {
font-family: var(--font01);
  font-size: 2rem;
  font-weight: 700;
}

.li-img {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.li-img li{
  width: 30%;
  font-weight: 500;
  text-align: center;
  margin-right: 5%;
}
.li-img li:nth-child(3n){
  margin-right: 0;
}
.li-img li img{
  margin-bottom: 10px;
}


/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
.layout01 {
  display: block;
}
.layout01 .box01 {
  width: 100%;
  margin-bottom: 30px;
}
.layout01 .box02 {
  width: 100%;
}

.layout02 {
  display: block;
}
.layout02 .box01 {
  width: 100%;
  margin-bottom: 30px;
}
.layout02 .box02 {
  width: 100%;
}
/* ----------------------------------------
 license
------------------------------------------- */
.li-box01,.li-box02{
  display: block;
  margin-bottom: 0;
}
.li-box01 li{
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
.li-box02 li{
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

.li-box01 li div{
  margin-bottom: 10px;
}
.li-box02 li div{
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
/* ----------------------------------------
 layout-ba
------------------------------------------- */
.layout-ba {
  display: block;
}
.layout-ba .icon {
  background: url("../images/business-images/arrow.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 10%;
  padding-top: 10%;
  position: relative;
  bottom: auto;
  left: auto;
  margin: 0 auto 30px auto;
  transform:rotate(90deg);
}
.layout-ba .box01 {
  width: 100%;
  position: relative;
}
.layout-ba .box01 .box {
  width: 80%;
  position: relative;
  bottom: auto;
  left: auto;
  margin: 0 auto;
}
.layout-ba .box02 {
  width: 100%;
}
.layout-ba .txt {
  font-size: 1.8rem;
  text-align: center;
}

.li-img {
  display: block;
  margin-bottom: 0;
}
.li-img li{
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

}