* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

.obi h1 {
  position: relative;
}

.obi span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.ttl-page {
  padding: 250px 0 160px;
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 1px 6px black;
  width: 1200px;
  margin: auto;
  font-weight: 100;
}


div#houjin_bnr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

div#houjin_bnr ul li {
  float: none;
  width: calc((100% + 16px) / 4 - 16px);
  margin: 0 0 16px;
}

div#houjin_bnr ul li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#houjin_bnr ul:after {
  content: none;
}

#seido .lead {
  width: 1000px;
  align-items: center;
}

#seido .lead div.seido_company {
  width: calc(100% - 180px) !important;
}

.seido-btn {
  width: 160px;
  background: #4675b5;
  color: #fff;
  padding: 10px;
  height: 100%;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-weight: bold;
}

/*
.mail-icon {
  display: block;
  position: absolute;
  width: 40px;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
*/

/*
.mail-icon img {
  width: 100%;
  height: auto;
}
*/

#misawa_navi a {
  box-sizing: content-box;
}

.box-content.bunki {
  margin: 200px auto 20px;
  line-height: 1.6;
}

.box-content.bunki h2 {
  font-size: 40px;
  font-weight: 600;
  color: #4675B5;
  padding: 8px 16px 0;
  margin-bottom: 40px;
  text-align: center;
}

.bunki-txt {
  padding: 0 80px;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.6;
  text-align: center;
}

.bunki-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 80px;
}

.bunki-contents li {
  display: block;
  width: calc((100% + 16px) / 2 - 16px);
}

.bunki-contents li img {
  width: 100%;
  height: auto;
}

.box-content {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 0;
  width: 1200px;
  margin: 0 auto 20px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 100;
}

.box-top-txt {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.4;
}

.area-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px;
}

.area-contents li {
  display: block;
  width: calc((100% + 16px) / 3 - 16px);
  margin-bottom: 16px;
  position: relative;
}

.area-contents img {
  width: 100%;
  height: auto;
}

.area-contents li a {
  display: block;
  position: absolute;
  right: 2%;
  width: 47%;
  height: 43%;
  background: rgba(255, 255, 255, 0);
}

.area-contents li a:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}

.area-link01 {
  top: 5%;
}

.area-link02 {
  bottom: 5%;
}


.column-content {
  width: 1200px;
  margin: 0 auto 20px;
  display: block;
  position: relative;
  font-weight: 100;
}

.column-content::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #EBA65B;
  background-image: url(../img/shutoken/arrow.png);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: center center;
}

.column-content dl {
  display: flex;
  border-width: 2px;
  border-style: solid;
  border-color: #EBA65B;
}

.column-content dt {
  width: 260px; 
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 32px;
  padding-left: 20px;
  background: #EBA65B;
}

.column-content dt span {
  display: block;
  font-size: 14px;
  padding-top: 16px;
}

.column-content dd {
  width: calc(100% - 260px); 
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
}
.column-logo {
  width: 345px; 
}
.column-logo img {
  width: 100%;
  height: auto; 
}
.column-content p {
  width: calc(100% - 400px); 
  background: #fff;
  display: flex;
  font-size: 24px;
  line-height: 1.8;
}

.ttl-box {
  font-size: 32px;
  color: #4675B5;
  padding: 0 16px;
  margin-bottom: 40px;
}

.ttl-box span {
  font-size: 24px;
  display: inline-block;
  margin-left: 16px;
  color: #333;
}

.box-bnr-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 16px;
}

.box-bnr-flex li {
  display: block;
  width: calc((100% + 16px) / 3 - 16px);
}

.box-bnr-flex li > a {
  background: #0B3165;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px;
}

.box-bnr-flex li > a::after {
  content: '詳しくはこちら';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  padding: 8px 20px 8px 10px;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  background-image: url(../img/shutoken/arrow.png);
  background-repeat: no-repeat;
  background-size:  auto 12px;
  background-position: right 8px center;
}

.box-bnr-img {
  width: 92px;
}
.box-bnr-img img {
  width: 100%;
  height: auto;
}

.box-bnr-txt {
  width: calc(100% - 92px - 10px);
  line-height: 1.4;
}

.box-bnr-txt h3 {
  font-size: 22px;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 600;
}
.box-bnr-txt p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.bnr {
  width: 1200px;
  margin: 0 auto 20px;
  display: block;
}

.bnr img {
  width: 100%;
  height: auto;
}

.bnr-contents {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
}

.bnr-contents li {
  display: block;
  width: calc((100% + 16px) / 4 - 16px);
  margin-bottom: 16px;
}

.bnr-contents li:not(:nth-child(4n)) {
  margin-right: 16px;
}

.bnr-contents li img{
  width: 100%;
  height: auto;
}


.sp{
  display: none;
}

@media screen and (max-width:479px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  div#houjin_bnr ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }
  
  div#houjin_bnr ul li {
    width: 46%;
  }
  #seido .lead {
      width: auto;
  }
  #seido .lead div.seido_company {
      width: auto !important;
  }
  
  .seido-btn {
    margin-top: 10px;
    width: auto;
    padding: 10px;
    height: 48px;
    font-size: 16px;
  }
  
  .seido-btn br {
    display: none;
  }
  
  .mail-icon {
    top: 0;
    left: 10px;
    right: auto;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }

  .obi span {
    position: static;
    font-size: 10px;
    display: block;
    padding-top: 8px;
  }

  .ttl-page {
    padding: 100px 10px 20px;
    font-size: 18px;
    text-align: center;
    width: auto;
  }
  
  .box-content {
    width: calc(100% - 16px);
    margin: 0 auto 20px;
    padding: 10px;
  }
  .box-top-txt {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .area-contents {
    padding: 0;
  }
  .area-contents li {
    width: auto;
  }
  .column-content {
    width: calc(100% - 16px);
  }
  
  .column-content::after {
    content: '詳しくはこちら';
    width: auto;
    height: auto;
    text-align: center;
    width: 90%;
    margin: auto;
    right: 0;
    left:0;
    top: auto;
    bottom: 20px;
    z-index: 1;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    background-size: 8px auto;
    background-position: right 16px center;
  }

  .column-content dl {
    display: block;
    padding-bottom: 50px;
  }
  
  .column-content dt {
    width: auto; 
    display: block;
    font-size: 16px;
    padding: 8px;
    text-align: center;
  }
  
  .column-content dt span {
    font-size: 12px;
    padding-top: 8px;
  }
  
  .column-content dd {
    width: auto; 
    display: block;
    padding: 16px;
  }
  .column-content dd br {
    display: none;
  }
  .column-logo {
    width: 80%;
    margin: auto;
    margin-bottom: 8px;
  }
  .column-logo img {
    width: 100%;
    height: auto; 
  }
  .column-content p {
    width: auto; 
    display: block;
    font-size: 14px;
    line-height: 1.8;
  }
  
  .ttl-box {
    font-size: 16px;
    margin-bottom: 24px;
    text-align: center;
  }
  
  .ttl-box span {
    margin-top: 8px;
    font-size: 12px;
    display: block;
    margin-left: 0;
    line-height: 1.4;
  }
  
  .box-bnr-flex {
    display: block;
    padding: 0;
  }
  
  .box-bnr-flex li {
    width: auto;
    margin-bottom: 16px;
  }
  
  .box-bnr-flex li > a {
    padding: 5px 25px 5px 5px;
  }


  .box-bnr-flex li > a::after {
    content: '';
    padding: 0;
    width: 20px;
    height: 100%;
    background-position: center center;
  }
  .box-bnr-txt h3 {
    font-size: 16px;
  }
  .box-bnr-txt p {
    font-size: 12px;
  }
  .box-bnr-txt br {
    display: none;
  }
  .bnr {
    width: calc(100% - 16px);
  }
  .bnr-contents {
    display: block;
    padding: 0;
  }
  
  .bnr-contents li {
    width: 100%;
  }
  
  .bnr-contents li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .box-content.bunki h2 {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 16px;
  } 
   .bunki-txt {
    padding: 0;
    text-align: left;
    font-size: 18px;
  }
  
   .bunki-txt br {
    display: none;
  }
  
  .bunki-contents {
    display: block;
    padding: 0;
  }

  .bunki-contents li {
    width: auto;
    margin-bottom: 16px;
  }




}