@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.mainCont .entry_title {
  display: none;
}

.p_corporation .mv-section {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_corporation .mv-section {
    margin-bottom: 20px;
  }
}
.p_corporation .info-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p_corporation .info-section {
    margin-bottom: 40px;
  }
}
.p_corporation .info-section .text {
  text-align: center;
  font-size: 16px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .p_corporation .info-section .text {
    font-size: 14px;
  }
}
.p_corporation .cotporation-ttl1 {
  border-bottom: 2px solid #232323;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_corporation .cotporation-ttl1 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.corporation-column {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .corporation-column {
    margin-bottom: 40px;
    padding: 0 10px;
  }
}

.achievement-table {
  width: 100%;
}
.achievement-table thead {
  background-color: #2B87DE;
}
.achievement-table thead th {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.achievement-table th,
.achievement-table td {
  border: 1px solid #fff;
}
.achievement-table td {
  padding: 10px;
  background-color: #D6EBFF;
}
@media screen and (max-width: 768px) {
  .achievement-table td {
    font-size: 12px;
    padding: 5px;
  }
}
.achievement-table tbody tr:nth-of-type(odd) td {
  background-color: #F5FAFF;
}

.service-list {
  display: flex;
  justify-content: space-between;
  padding-top: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .service-list {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.service-list .serivce-item {
  border: 5px solid #EBEBEB;
  width: 170px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .service-list .serivce-item {
    width: 48%;
    margin-bottom: 50px;
  }
}
.service-list .serivce-item .image {
  width: 91px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
}
.service-list .serivce-item .image img {
  width: 100%;
  height: auto;
}
.service-list .serivce-item .ttlTx {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
}
.service-list .serivce-item .text {
  padding: 10px;
  font-size: 14px;
}
.service-list .serivce-item .text .tx_s {
  display: block;
  margin-top: 1em;
  font-size: 12px;
}
.service-list .serivce-item:nth-of-type(3) .ttlTx {
  line-height: 24px;
}

.corporation-column.flow .btn a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #2479C4;
  box-shadow: 5px 5px 0px 0px #77B8F1;
  width: 340px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .corporation-column.flow .btn a {
    width: 300px;
    font-size: 14px;
  }
}

.individual-delivery-service {
  padding: 0 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .individual-delivery-service {
    padding: 0;
    margin-bottom: 30px;
  }
}
.individual-delivery-service .ttl {
  color: #fff;
  text-align: center;
  background-color: #25AE53;
  font-size: 18px;
  padding: 5px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .individual-delivery-service .ttl {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.individual-delivery-service .text {
  font-size: 14px;
  margin-bottom: 30px;
}

.agency-service {
  padding: 0 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .agency-service {
    padding: 0;
    margin-bottom: 30px;
  }
}
.agency-service .ttl {
  color: #fff;
  text-align: center;
  background-color: #C92557;
  font-size: 18px;
  padding: 5px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .agency-service .ttl {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.agency-service .text {
  font-size: 14px;
  margin-bottom: 30px;
}

.contact-block {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-block > div {
  width: 320px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .contact-block > div {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact-block > div .image {
  background-color: #ccc;
  width: 75px;
  height: 75px;
  padding: 15px;
  box-sizing: border-box;
}
.contact-block > div .image img {
  width: 100%;
  height: auto;
}
.contact-block .contact-mail a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-block .contact-mail a {
    text-decoration: none;
    color: #000;
  }
}
.contact-block .contact-mail .txBlock {
  text-align: center;
  width: calc(100% - 75px);
}
.contact-block .contact-mail .txBlock .text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact-block .contact-mail .txBlock .text {
    font-size: 14px;
  }
}
.contact-block .contact-tel {
  display: flex;
  align-items: center;
}
.contact-block .contact-tel .txBlock {
  text-align: center;
  width: calc(100% - 75px);
}
.contact-block .contact-tel .txBlock .text {
  font-size: 18px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .contact-block .contact-tel .txBlock .text {
    font-size: 16px;
  }
}
.contact-block .contact-tel .txBlock .text span {
  font-size: 13px;
  display: block;
  line-height: 1.5em;
}

.individual-delivery-service .btn a:after {
  content: '';
  display: block;
  width: 6px;
  height: 9px;
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/corporation/arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

.agency-service {
  margin-top: 100px;
}
.agency-service .btn a:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/corporation/document-download.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7px;
}

.flow-list {
  margin-bottom: 50px;
}
.flow-list > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .flow-list > div {
    width: 100%;
    align-items: flex-start;
  }
}
.flow-list > div:after {
  content: '';
  width: 100%;
  background-image: url(https://cdn.shopserve.jp/toyosu-shop.jp/cdnassets/img/corporation/arrow-forward.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 43px;
  margin: 20px 0;
}
.flow-list > div.step6:after {
  display: none;
}
.flow-list > div.step6 .add-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .flow-list > div.step6 .add-block {
    align-items: center;
  }
}
.flow-list > div.step6 .add-block .txBlock {
  width: 228px;
  margin-left: 83px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .flow-list > div.step6 .add-block .txBlock {
    margin-left: 0;
    width: 50%;
  }
}
.flow-list > div.step6 .add-block .wrapping-box {
  border: 1px dotted #909090;
  display: flex;
  align-items: center;
}
.flow-list > div.step6 .add-block .wrapping-box .wrapping-box-img {
  width: 40%;
}
.flow-list > div.step6 .add-block .wrapping-box .wrapping-box-img img {
  width: 100%;
  height: auto;
}
.flow-list > div.step6 .add-block .wrapping-box .wrapping-box-tx {
  width: 60%;
}
.flow-list > div.step6 .add-block .imgBlock {
  width: 350px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow-list > div.step6 .add-block .imgBlock {
    width: 45%;
  }
}
.flow-list > div.step6 .add-block .imgBlock img {
  width: 222px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .flow-list > div.step6 .add-block .imgBlock img {
    width: 100%;
    height: auto;
  }
}
.flow-list > div .step-ttl {
  width: 83px;
}
@media screen and (max-width: 768px) {
  .flow-list > div .step-ttl {
    width: 60px;
    margin-bottom: 20px;
  }
}
.flow-list > div .text {
  width: calc(100% - 440px);
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .flow-list > div .text {
    width: calc(100% - 80px);
    padding: 0;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
}
.flow-list > div .image {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .flow-list > div .image {
    width: 100%;
  }
}
.flow-list > div .image img {
  width: 100%;
  height: auto;
}
