.l-wrap {
  position: relative;
  background: none;
  background-size: initial;
}
.l-main {
  width: 100%;
  min-width: initial; 
  max-width: initial;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.l-main .l-main-ttl {
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  padding-top: 82px;
  padding-bottom: 50px;
}
/* ---------------------- */
/* Table                  */
/* ---------------------- */
#table.l-sec {
  margin-top: 0;
}
#table .table__title {
  margin: 0 0 47px;
}
.table__row--08{
  background: var(--infosys-outsourcing-table-column2-gradation-blue1);
  color: var(--infosys-outsourcing-bg-color);
  text-align: center;
  position: relative;
  top: 10px;
  font-size: 32px;
}
.table__row--text {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100px;
}
.table__row--08 span {
  font-size: 60px;
  padding: 0 7px 0 10px;
  font-weight: bold;
  letter-spacing: 3px;
}
.table__text {
  padding-top: 65px;
}
/* ---------------------- */
/* Flow                   */
/* ---------------------- */
.flow__list--title {
  padding: 24px 0;
}
.flow__list {
    width: 70%;
}
/* ---------------------- */
/* Contact                */
/* ---------------------- */
#contact__wrapper--02 {
  background: url("../img/png/グループ 12931.png") -165px 0px no-repeat;
  background-size: cover;
}
#contact__wrapper--02.l-sec {
  margin-top: 125px;
  margin-bottom: 100px;
}
#contact__wrapper--02.contact__wrapper {
  min-height: 298px;
}
/* ---------------------- */
/* Other Form             */
/* ---------------------- */
.o-fixed-anc {
  display: none;
}
.o-form {
  width: 100%;
  height: calc(100vh - 60px);
  max-height: 603px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(102, 102, 102, 0.2);
}
.o-form .o-form_head {
  width: 100%;
}
.o-form .o-form_head-copy {
  width: 100%;
  background-color: #00b594;
}
.o-form .o-form_head-copy-item {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}
.o-form .o-form_head-ttl {
  margin-top: 10px;
  text-align: center;
}
.o-form .o-form_head-ttl-item {
  font-size: 20px;
  line-height: 1.3;
}
.o-form .o-form_head-ttl-notes {
  font-size: 12px;
  color: #808080;
}
.o-form .o-form_head-ttl-notes span {
  color: #e60012;
}
.o-form .o-form_body {
  padding: 11px 11px 0;
}
.o-form .o-form_body iframe {
  height: 411px;
}
.o-form .o-form_foot {
  margin-top: 5px;
  padding-bottom: 30px;
}
.o-form .o-form_foot .o-form_foot-notes {
  font-size: 11px;
  color: #808080;
  letter-spacing: normal;
  text-align: center;
}
.o-form .o-form_foot .o-form_foot-link {
  text-decoration: underline;
  color: #808080;
}
.o-form .o-form_foot .o-form_foot-btn {
  width: 100%;
  height: 50px;
  margin-top: 16px;
  padding: 0 25px;
}
.o-form .o-form_foot .o-form_foot-btn-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 2px #f13b51 solid;
  color: #fff;
  background: #f13b51;
  font-size: 16px;
  border-radius: 100vh;
  transition: all 0.3s ease-out;
}
.o-form .o-form_foot .o-form_foot-btn-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media only screen and (min-width: 990px) {
  .o-form .o-form_foot .o-form_foot-link:hover {
    text-decoration: none;
  }
  .o-form .o-form_foot .o-form_foot-btn-item:hover {
    background: #fff;
    color: #f13b51;
  }
}
/* ---------------------- */
/* TABLET                 */
/* ---------------------- */
@media only screen and (max-width: 999px) and (min-width:735px){
/*@media only screen and (max-width: 820px){*/
  .l-main .l-main-ttl {
    font-size: 30px;
    padding-top: 0;
  }
  .l-main .l-main-ttl {
    margin-top: 130px;
  }
/* ---------------------- */
/* Table TABLET           */
/* ---------------------- */
  #table .table__title {
    margin: 0 0 30px;
  }
/* ---------------------- */
/* Flow TABLET            */
/* ---------------------- */
  .flow__list {
    width: 90%;
    padding: 30px;
    gap: 37px!important;
  }
/* ---------------------- */
/* Contact TABLET         */
/* ---------------------- */
  #contact__wrapper--02 {
    background: url("../img/png/グループ 12931.png") -40px 0 no-repeat;
    background-size: cover;
  }
  #contact__wrapper--02.contact__wrapper {
    min-height: 148px;
  }
  .contact__title {
    font-size: 20px;
    padding: 30px 0 20px;
  }
  .contact__list--contents {
    font-size: 12px;
    padding: 6px 0;
    width: 208px;
  }
}

/* ---------------------- */
/* SMARTPHONE             */
/* ---------------------- */
@media only screen and (max-width: 767px){
	.l-main .l-main-ttl {
	  font-size: 34px;
	  margin-top: 0;
	  padding-top: 70px;
	}
	.l-main {
    min-width: auto;
    max-width: none;
    padding: 40px 0 0;
	}
	.list-faq .btn-faq-quesiton .btn-text {
    font-size: 16px;
	}
	.list-faq .btn-faq-quesiton .btn-text:before {
	   height: 26px;
	   top: -3px;
	   width: 18px;
	}
/* ---------------------- */
/* Table SMARTPHONE       */
/* ---------------------- */
  .table__tablewrapper {
    height: 555px;
  }
  #table .table__title {
    margin: 0 0 10px;
    font-size: 21px;
  }
  #table th {
    font-weight: normal;
  }
  .table__row--text {
    line-height: 65px;
    justify-content: flex-start;
    padding: 0 40px;
  }
  .table__row--08 {
    text-align: center;
    position: relative;
    top: 10px;
    font-size: 20px;
  }
  .table__row--08 span {
    font-size: 36px;
    padding: 0 4px 0 6px;
  }
/* ---------------------- */
/* Flow SMARTPHONE     */
/* ---------------------- */
  .flow__list {
    border: none;
    box-shadow: none;
    padding: 4px 80px 0;
    gap: 64px!important;
  }
  .flow__listsp--contents h3 {
    font-size: 20px;
  }
/* ---------------------- */
/* Contact SMARTPHONE     */
/* ---------------------- */
  #contact__wrapper--02.l-sec {
    margin-top: 65px;
    margin-bottom: 72px;
  }
  #contact__wrapper--02 {
    background: url("../img/png/グループ 12931.png") -1073px 7px no-repeat;
    background-size: cover;
  }
  .contact__list--contents {
    font-size: 16px;
    padding: 12px 0;
    width: 350px;
  }
  .contact__title {
    font-size: 20px;
    padding: 25px 0 15px;
  }
/* ---------------------- */
/* Other-form SMARTPHONE  */
/* ---------------------- */ 
  .o-fixed-anc {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: #00b594;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  }
  .o-fixed-anc--campaign {
    background-color: #ffffff;
  }
  .o-fixed-anc.is-hide {
    opacity: 0;
    visibility: hidden;
  }
  .o-fixed-anc_inner {
    width: 100%;
    padding: 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .o-fixed-anc_copy {
    width: 51%;
    font-size: 2.6666666667vw;
    color: white;
    letter-spacing: normal;
  }
  .o-fixed-anc_btn {
    width: 48%;
    height: 10vw;
  }
  .o-fixed-anc_btn-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: white;
    color: #00b594;
    font-size: 2.9333333333vw;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 4px;
  }
  .o-fixed-anc_btn-item--blue {
    background-color: #0e8be8;
    color: #ffffff;
  }
  .o-fixed-anc_btn-item--green {
    background-color: #00b594;
    color: #ffffff;
  }
  .o-form {
    height: auto;
    max-height: none;
  }
  .o-form .o-form_head-copy-item {
    font-size: 3.2vw;
  }
  .o-form .o-form_head-ttl-item {
    font-size: 4.8vw;
  }
  .o-form .o-form_head-ttl-notes {
    font-size: 2.9333333333vw;
  }
  .o-form .o-form_body {
    padding: 4vw 2vw 0;
  }
  .o-form .o-form_body iframe {
    height: 110vw;
  }
  .o-form .o-form_foot {
    margin-top: 3vw;
    padding-bottom: 8vw;
  }
  .o-form .o-form_foot .o-form_foot-notes {
    font-size: 2.6666666667vw;
  }
  .o-form .o-form_foot-btn {
    margin-top: 2vw;
  }
  .contact-body iframe {
    height: 705px;
  }
  .contact-body iframe {
    height: 183vw;
  }
}