@charset "utf-8";
/* CSS Document */

.mainvisual{
    height: 418px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

body.pattern01 .mainvisual{
    background: url("../image/common/sec_tit_pattern01_bg.jpg") no-repeat center center;
    background-size: cover;
}

body.pattern02 .mainvisual{
    background: url("../image/common/sec_tit_pattern02_bg.jpg") no-repeat center center;
    background-size: cover;
}

body.pattern03 .mainvisual{
    background: url("../image/common/sec_tit_pattern03_bg.jpg") no-repeat center center;
    background-size: cover;
}

body.pattern04 .mainvisual{
    background: url("../image/common/sec_tit_pattern04_bg.jpg") no-repeat center center;
    background-size: cover;
}

.mainvisual h1{
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    position: relative;
    width: 100%;
}

.mainvisual h1:before{
    content: "";
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

body.pattern01 .mainvisual h1:before{
    content: "伏見工業について";
}

body.pattern02 .mainvisual h1:before{
    content: "仕事について";
}

body.pattern03 .mainvisual h1:before{
    content: "選考について";
}

body.pattern04 .mainvisual h1:before{
    content: "ともに業界を変える仲間を求めています";
}

body.pattern04 .mainvisual .illust{
    position: absolute;
    bottom: 0;
}

body .mainvisual span{
    position: relative;
}

body .mainvisual span:before{
    content:"";
    position: absolute;
    background: url("../image/common/sec_tit_illust_left.png") no-repeat left center;
    background-size: 133px auto;
    width: 133px;
    height: 167px;
    display: block;
    bottom: 0;
    left: -145px;
}

body .mainvisual span:after{
    content:"";
    position: absolute;
    background: url("../image/common/sec_tit_illust_right.png") no-repeat left center;
    background-size: 148px auto;
    width: 148px;
    height: 180px;
    display: block;
    bottom: 0;
    right: -165px;
}

body.pattern04 .mainvisual span:before{
    content:"";
    position: absolute;
    background: url("../image/common/sec_tit_kirakira_left.png") no-repeat left center;
    background-size: 117px auto;
    width: 117px;
    height: 101px;
    display: block;
    bottom: 20px;
    left: -250px;
}

body.pattern04 .mainvisual span:after{
    content:"";
    position: absolute;
    background: url("../image/common/sec_tit_kirakira_right.png") no-repeat left center;
    background-size: 87px auto;
    width: 87px;
    height: 114px;
    display: block;
    bottom: 20px;
    right: -210px;
}

.main-content{
    background: url("../image/common/sec_main-content_bg.jpg") no-repeat center top #4e4e4e;
    background-size: 100% auto;
    padding: 0 30px;
}

.main-content .main-content-inner{
    max-width: 1160px;
    padding: 120px 0 75px;
    margin: 0 auto;
}

.main-content .section-title{
    font-weight: 900;    
}

.main-content .section-title .jp{
    display: flex;
    font-size: 20px;
    line-height: 1;
    color: #6ed29b;
    margin-bottom: 20px;
}

.main-content .section-title .en{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;
}

.main-content .content-title{
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 900;
}

.main-content .content-title::after {
    content: "";
    margin-top: 20px;
    display: block;
    height: 3px;
    width: 100%;
    border-left: 30px solid #39916d;
    background-color: #fff;
}

.main-content .content-subtitle{
    font-weight: 900;
    color: #6dd39b;
    font-size: 20px;
    margin: 40px 0 20px;
}

.main-content p {
    line-height: 1.875;
    letter-spacing: 0;
}

.main-content .sub-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 100px;
}

.main-content .sub-content:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.main-content .sub-content.full,
.main-content .sub-content.full > *{
    display: block;
    width: 100%;
    max-width: inherit;
}

.main-content .sub-content > *{
    width: 48.275862069%;
    max-width: 560px;    
}

.main-content .sub-content p + p{
    margin-top: 30px;
}

.text-link-icon{
    background: url("../image/common/angle-bottom_white.svg") no-repeat right center;
    padding-right: 30px;
}


/*common-number-list*/
.common-number-list {
    margin: 80px auto 0 ;
}

.common-number-list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.common-number-list-item:not(:last-of-type) {
    margin-bottom: 40px;
}

.common-number-list-item-detail {
    width: calc(100% - 60px - 40px);
}

.common-number-list-item-detail dt {
    background-color: #fff;
    color: #000;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
    padding: 10px 20px;
    border-radius: 20px;
}

.common-number-list-item-detail dd {
    padding: 15px 20px 0;
    line-height: 2;
}

.common-number-list .pin-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    color: #fff;
    background-color: #529271;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;    
    font-weight: bold;
}

.common-number-list .pin-icon::before {
    content: "";
    display: block;
    border-bottom: 4px solid #529271;
    width: 15px;
    border-radius: 3px;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    bottom: 5px;
}

@media print, screen and (max-width: 768px) {
    .mainvisual{
        height: 125px;
        margin: 5px 0;
    }

    .mainvisual h1{
        font-size: 25px;
    }

    .mainvisual h1:before{
        font-size: 10px;
        margin-bottom: 5px;
    }

    body .mainvisual span:before{
        background: url("../image/common/sec_tit_illust_left.png") no-repeat left center;
        background-size: 67.5px auto;
        width: 67.5px;
        height: 83.5px;
        left: -70px;
        bottom: -15px;
    }

    body .mainvisual span:after{
        background: url("../image/common/sec_tit_illust_right.png") no-repeat left center;
        background-size: 74px auto;
        width: 74px;
        height: 90px;
        right: -75px;
        bottom: -15px;
    }

    body.pattern04 .mainvisual span:before{
        background: url("../image/common/sec_tit_kirakira_left.png") no-repeat left center;
        background-size: 58.5px auto;
        width: 58.5px;
        height: 50.5px;
        bottom: 0;
        left: -115px;
    }

    body.pattern04 .mainvisual span:after{
        background: url("../image/common/sec_tit_kirakira_right.png") no-repeat left center;
        background-size: 43.5px auto;
        width: 43.5px;
        height: 57px;
        bottom: 0;
        right: -100px;
    }
        
    body.pattern04 .mainvisual .illust{
        width: 20%;
    }
    
    .main-content{
        padding: 0;
    }

    .main-content .main-content-inner{
        padding: 60px 20px ;
    }

    .main-content .section-title{
        padding-bottom: 20px;
    }

    .main-content .section-title .jp{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .main-content .section-title .en{
        font-size: 24px;
    }

    .main-content .content-title{
        font-size: 18px;
        margin-bottom: 25px;
    }

    .main-content .content-subtitle{
        font-size: 16px;
        margin: 30px 0 15px;
    }

    .main-content p {
        font-size: 14px;
        line-height: 2;
    }
    
    .main-content .sub-content {
        display: block;
        margin: 1.5em 0;
        margin: 40px 0 80px;
    }

    .main-content .sub-content > *{
        width: 100%;
        max-width: inherit;
    }
    
    .main-content .sub-content .img-content{
        text-align: center;
    }
    
    .main-content .sub-content p + p,
    .main-content .sub-content p{
        margin: 10px 0;
    }

    .main-content .sub-content:last-child {
        margin-bottom: 0;
    }
    

    .text-link-icon{
        background: url("../image/common/angle-bottom_white.svg") no-repeat right center;
        background-size: 16px auto;
        padding-right: 16px;
    }


    /*common-number-list*/
    .common-number-list {
        margin: 40px auto 0 ;
    }

    .common-number-list-item-detail {
        width: calc(100% - 40px - 20px);
    }

    .common-number-list-item-detail dt {
        font-size:18px;
    }

    .common-number-list-item-detail dd {
        font-size: 14px;
    }

    .common-number-list .pin-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
}




/*================================================
  merit
================================================*/
body.merit .text-content {
    max-width: 660px;
    width: calc(100% - 460px - 40px);
}

body.merit .img-content {
    height: 460px;
    width: 460px;
    border-radius: 30px;
    overflow: hidden;      
}

body.merit .img-content > img {
  height: 100%;
  width: auto;
  max-width: initial;
}

@media print, screen and (max-width: 961px) {
   body.merit .text-content {
      width: calc(100% - 230px - 40px);
  }

  body.merit .img-content {
      height: 230px;
      width: 230px;
  }   
    
}
    
@media print, screen and (max-width: 768px) {
    body.merit .text-content,
    body.merit .img-content {
        width: 100%;
        height: inherit;
        max-width: inherit;
    }

    body.merit .img-content > img {
        height:auto;
        width:100%;
        max-width: initial;
    }   
}



/*================================================
  numbers
================================================*/
body.numbers .number-list {
  margin-top: 60px;
}

body.numbers .number-item {
  background-color: #F7F5F3;
  border-radius: 30px;
  position: relative;
  margin: 40px 0;
  width: 100%;
}

body.numbers .number-item-title {
    color: #ffffff;
    background-color: #000000;
    display: inline-block;
    padding:2px 15px;
    position: absolute;
    font-size: 24px;
    font-weight: 900;
    top: 0;
    left: 0;
    line-height: 2;
}

body.numbers .number-item-inner {
  padding:90px 50px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
/*    height: 100%;*/
}

body.numbers .number-item-inner.align-start{
  align-items: flex-start;
}

body.numbers .number-list-tr.tow-column {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

body.numbers .number-list-tr.tow-column .number-list-td {
    width: 48.275862069%;
    display: flex;
    align-items: stretch;
}

/*補足*/
body.numbers .number-item-inner .notes {
    color: #8F9CA3;
    position: absolute;
    right: 60px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 900;
}
body.numbers .number-item-inner .notes.top {
  top:40px;
}
body.numbers .number-item-inner .notes.under {
  bottom:40px;
}

/*イメージ*/
body.numbers .number-icon{
    margin-right: 20px;
    text-align: center;
}

body.numbers .number-icon > img {
    height: 100%;
    margin: auto;
}

/*数値*/
body.numbers .number-item-inner .value {
    display: block;
    font-size: 120px;
    height: 100px;
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 1;
    margin: 0 10px;
}

body.numbers .value.color-accent {
  color: #ED765E;
}

body.numbers .value.color-secondary {
  color: #7EBF42;
}

body.numbers .value.color-primary {
  color:#38946E;
}

body.numbers .value.color-point {
  color: #59C095;
}

/*単位*/
body.numbers .number-item-inner .unit {
  display: block;
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
    color: #000000;
}

/*年間施工面積*/
body.numbers .number-item-inner.tokyo-dome {
  position: relative;
  padding-top: 0;
  justify-content: space-between;
}
body.numbers .number-item-inner.tokyo-dome::before {
  content: "";
  display: block;
  border-top: 2px dotted #E7E1DB;
  height: 2px;
  width: calc(100% - calc(var(--layout-gap)/1));
}
body.numbers .number-item-inner.tokyo-dome .number-icon {
  width: 90%;
  height: auto;
  margin:calc(var(--layout-gap)/1.5) auto 0;
}
body.numbers .number-item-inner .number-subitem {
  margin-top: calc(var(--layout-gap)/1);
  padding:0 calc(var(--layout-gap)/2) ;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
body.numbers .number-subitem-title {
  color: #ffffff;
  background-color: var(--color-point);
  display: block;
  padding: 7.5px;
  border-radius: 30px;
  line-height: 1;
  width: 100%;
  text-align: center;
  margin-bottom: calc(var(--layout-gap)/2);
}

body.numbers .previous-job-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
    line-height: 2;
}
body.numbers .previous-job-list li {
  width: 50%;
  padding-left: 18px;
  position: relative;
  font-weight: 700;
    color: #000;
  font-size: 14px;
}
body.numbers .previous-job-list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7EBF42;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

  /*年間施工面積*/
body.numbers .number-item.tow-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    padding: 60px 50px;
  }
body.numbers .number-item.tow-row .number-item-inner {
    padding:70px 0;
  }
body.numbers .number-item.tow-row .number-item-inner:nth-of-type(1),
body.numbers .number-item.tow-row .number-item-inner:nth-of-type(2) {
    width: 100%;
  }
body.numbers .number-item.tow-row .number-item-inner.tokyo-dome {
    padding-bottom: 0;
  }

body.numbers .number-item-inner.tokyo-dome .unit {
    font-size: 25px;
  }
body.numbers .number-item-inner .number-subitem {
    width: 50%;
  }

body.numbers .number-item-inner.tokyo-dome .number-icon {
    width: 44%;
    margin: 0;
  }

body.numbers .number-subitem-title {
    color: #fff;
    background-color: #59C095;
    display: block;
    padding: 7.5px;
    border-radius: 30px;
    line-height: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
    letter-spacing: 0;
}

body.numbers .number-item-inner.tokyo-dome::before {
      border-top: 2px dotted #E7E1DB;
      height: 2px;
      width: 100%;
      top:0;
      left: 0;
      position: absolute;
  }
body.numbers .number-item-inner .number-subitem {
    margin-top: 0;
  }

body.numbers .number-item.tow-row .number-item-inner.tokyo-dome {
    padding-bottom: 0;
  }

  /*年間施工件数  創業年*/
body.numbers .number-list-td.tow-column {
    flex-direction: column;
    justify-content: space-between;
  }
body.numbers .number-list-td.tow-column .number-item {
    width: 100%;
    margin: 0;
  }


@media print, screen and (max-width: 1201px) {

  /*共通*/
  body.numbers .number-item-title {
    font-size: 24px;
  }
  body.numbers .number-item-inner {
    padding:70px 40px 50px;
  }

  /*補足*/
  body.numbers .number-item-inner .notes {
    right: 25px;
    font-size: 10px;
  }
  body.numbers .number-item-inner .notes.top {
    top:20px;
  }
  body.numbers .number-item-inner .notes.under {
    bottom:20px;
  }


    /*年間施工面積*/
  body.numbers .number-item.tow-row {
    padding: 60px 40px;
  }
  body.numbers .number-item.tow-row .number-item-inner {
    padding:60px 0;
  }

  body.numbers .number-subitem-title {
    margin-bottom: 20px;
  }
    
  /*イメージ*/
  body.numbers .number-item-inner .number-icon {
    width: 80px;
    height: 80px;
  }

  /*数値*/
  body.numbers .number-item-inner .value {
    font-size: 100px;
    height: 85px;
  }
  body.numbers .number-item-inner .value {
    font-size: 80px;
    height: 65px;
  }

  /*単位*/
  body.numbers .number-item-inner .unit {
    font-size: 28px;
  }
  body.numbers .number-item-inner.tokyo-dome .unit {
    font-size: 24px;
  }    
}  

@media print, screen and (max-width: 768px) {
    
    body.numbers .number-list-tr.tow-column {
        display: block;
    }

    body.numbers .number-list-tr.tow-column .number-list-td {
        width: 100%;
        display: block;
    }

    body.numbers .number-item-inner {
        padding: 60px 20px 40px;
    }
    body.numbers 
    .number-item-inner .notes.under {
        bottom: 20px;
        right: 25px;
    }

    body.numbers .previous-job-list li {
        font-size: 12px;
    }

    body.numbers .number-item.tow-row {
        padding: 0;
        margin-bottom: 40px;
    }

    body.numbers .number-item.tow-row .number-item-inner {
        padding: 60px 20px 40px;
    }

    body.numbers .number-item-inner .number-icon {
        height: 50px;
        width: 50px;
        margin-right:10px;
    }
    
    body.numbers .number-item-inner .unit {
        font-size: 24px;
    }
    
    body.numbers .number-item-inner .value {
        font-size: 60px;
        height: 50px;
    } 

    body.numbers number-item.tow-row .number-item-inner.tokyo-dome {
        padding-top: 0;
        padding-bottom: 40px;
    }

    body.numbers .number-item-inner.tokyo-dome::before {
        left: inherit;
        width: calc(100% - 80px);
    }

    body.numbers .number-item-inner .number-subitem {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;       
        width: 250px;
    }

    body.numbers .number-subitem-title {
        margin-bottom: 20px;
    }

    body.numbers .number-item.tow-row .number-item-inner.tokyo-dome{
        padding: 40px 20px 40px;
        justify-content: center;
    }
    
    body.numbers .number-item-inner.tokyo-dome .number-icon {
        width: 100%;
        margin: 0;
    }

    body.numbers .number-item-inner.tokyo-dome .number-icon {
        width: 90%;
        height: auto;
        margin: 25px auto 0;
    }

    body.numbers .number-icon > img {
        height: 100%;
        width: 100%;
        margin: auto;
        margin-right: 0;
    }
    
    body.numbers .number-list-td.tow-column .number-item {
        margin: 40px 0;
    }

    body.numbers .number-list .number-list-tr:last-child .number-item:last-child {
        margin-bottom: 0;
    }    
    
    body.numbers .number-item-title {
      font-size: 18px;
    }
    
}

/*================================================
  works
================================================*/
body.work .sub-content.full h3{
    max-width: 560px;
}

body.work .work-text {
    margin-top: 100px;
  }

body.work .sub-content .img-content {
      position: relative;
    max-width: 560px;
    height: 316px;
    padding-top: 0;
  }

body.work  .sub-content .img-content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (max-width: 768px) {
    body.work .sub-content.full h3{
        max-width: 100%;
    }

    body.work .work-text {
        font-size: 14px;
        margin-top: 0;
        padding: 30px 0 0;
      }

    body.work .sub-content .img-content {
        position: relative;
        width: 100%;
        height: inherit;
        padding-top: 56.25%;
        margin-top: 20px;
        max-width: inherit;
      }

}   

/*================================================
  one-day
================================================*/
.one-day-list {
  padding:30px 0;
  position: relative;
    margin-top: 60px;
}

.one-day-list::before {
  content: "";
  display: block;
  background-image: url(../image/one-day/timeline.svg);
  background-position: top -15px center;
  background-size: 100% auto;
  background-repeat: repeat-y;
  height: 100%;
  width: 5px;
  position: absolute;
  top:0;
  left: calc(50% - 2.5px);
}

.one-day-list-item {
  background-color:#FFFFFF;
  padding:40px;
  border-radius: 10px;
  margin: 0;
  position: relative;
  max-width: 500px;
  width: 43.103448275%;
  display: flex;
  justify-content: space-between;
  line-height: 1.875;
}

.one-day-list-item::before {
  content: "";
  background-image: url(../image/one-day/dotted.svg);
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
    top: 25px;
    left: -100px;
}

.one-day-list-item::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 10px 15px;
  border-color: transparent #FFFFFF transparent transparent;
  position: absolute;
  left: -29px;
  top: 35px;
}

.one-day-list-item-time {
  color: #38946E;
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 3.5em;
    letter-spacing: 0;
}

.one-day-list-item-detail {
  width: calc(100% - 3.5em);
}

.one-day-list-item-detail .label {
    color: #000000;
  font-size: 18px;
  font-weight: 900;
  display: block;
}

.one-day-list-item-detail .comment {
  display: block;
    color: #000000;    
}

  .one-day-list-item:nth-of-type(2),
  .one-day-list-item:nth-of-type(4) {
    margin-top: -40px;
  }
  .one-day-list-item:nth-of-type(odd)::before {
    left: inherit;
    right: -100px;
  }
  .one-day-list-item:nth-of-type(odd)::after {
    left: inherit;
    right: -29px;
    border-color: transparent transparent transparent #FFFFFF;
  }
  .one-day-list-item:nth-of-type(2n) {
    margin-left: auto;
  }

@media print, screen and (max-width: 1000px) {
.one-day-list-item::before {
  left: -21%;
}
    
    .one-day-list-item:nth-of-type(2n+1)::before {
  left: inherit;
  right:-21%;
}
    
}

@media print, screen and (max-width: 768px) {
    
    .one-day-list {
      margin-top: 30px;
      padding:20px 0 20px 50px;
    }
    
    .one-day-list::before {
      content: "";
      display: block;
      background-image: url(../image/one-day/timeline.svg);
      background-position: top -15px center;
      background-size: auto;
      background-repeat: repeat-y;
      height: 100%;
      width: 5px;
      position: absolute;
      left: 12px;
      top:0;
    }
    
    .one-day-list-item,
    .one-day-list-item:nth-of-type(2n){
      padding:20px 25px ;
      margin: 40px 0;
      width: 100%;
      display: block;
      max-width: inherit;
    }
    
    .one-day-list-item::before {
      width: 30px;
      height: 30px;
      left: -50px !important;
      top: 30px !important;
      right: inherit !important;
    }    
    
    .one-day-list-item-detail {
        width: 100%;
    }
    
    .one-day-list-item-detail .comment {
        font-size: 14px;
    }
    
    .one-day-list-item::after,
    .one-day-list-item:nth-of-type(2n+1)::after{
        border-width: 10px 15px;
        border-color: transparent #FFFFFF transparent transparent;
        left: -29px;
        top: 35px;
        right: inherit;
    }
    
}


/*================================================
  system
================================================*/

body.system .career-enhancement-plan-img {
    margin-top: 80px;
    background-color: #F7F5F3;
    border-radius: 30px;   
    padding: 40px;
}

@media print, screen and (max-width: 768px) {
    body.system .mainvisual span:before{
        background: url("../image/common/sec_tit_illust_left.png") no-repeat left bottom;
        background-size: 35px auto;
        width: 45px;
        left: -50px;
        bottom: -10px;
    }

    body.system .mainvisual span:after{
        background: url("../image/common/sec_tit_illust_right.png") no-repeat left bottom;
        background-size: 40px auto;
        width: 50px;
        right: -55px;
        bottom: -10px;
    }
    
    body.system .career-enhancement-plan-img {
      padding: 20px;
      margin-top: 40px;
    }
}

/*================================================
  fire-proof
================================================*/
body.fire-proof .mainvisual{
    background: url("../image/fire-proof/tit_bg.jpg") no-repeat center center;
    background-size: cover;
}

body.fire-proof .mainvisual h1{
    background: url("../image/common/fireproof_icn.png") no-repeat center top;
    background-size: 60px auto;
    padding-top: 70px;
}    

body.fire-proof .mainvisual h1:before{
    display: none;
}    

body.fire-proof .mainvisual h1 span{
    font-family: "Roboto Condensed", serif;
}    

body.fire-proof .mainvisual h1:after{
    content: "タイカヒフクってなに？";
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-top:10px;
}    

body.fire-proof .img-content {
  border-radius: 30px;
  overflow: hidden;
}
@media print, screen and (max-width: 768px) {
    body.fire-proof .mainvisual h1{
        background: url("../image/common/fireproof_icn.png") no-repeat center top;
        background-size: 30px auto;
        padding-top: 35px;
    }    

    body.fire-proof .mainvisual h1:after{
        font-size: 10px;
        margin-top:5px;
    }    

}    


/*================================================
  requirements
================================================*/
body.requirements .requirements-list {
    width: 100%;
    color: #000;
    background: #fff;
    line-height: 1.875;
    margin-top: 20px;
    letter-spacing: 0;
}

body.requirements .requirements-list th,
body.requirements .requirements-list td {
    padding:20px 40px;
    border: 1px solid #4e4e4e;
}

body.requirements .requirements-list th {
    background-color: #F7F5F3;
    text-align: center;
    vertical-align: middle;
    width: 350px;
}

body.requirements dl.info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

body.requirements dl.info dt {
    width: 3em;
    font-weight: 500;
}

body.requirements dl.info dd {
    width: calc(100% - 3em);
}

@media print, screen and (max-width: 768px) { 
    body.requirements .requirements-list th,
    body.requirements .requirements-list td {
        padding:10px;
        font-size: 12px;
    }

    body.requirements .requirements-list th {
        width: 25%;
    }

}



/*================================================
  entry
================================================*/

body.entry #contact-form {
  margin: 60px auto 0;
}

body.entry .section-text {
  margin-bottom:  50px ;
}
