@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
}
img {
  max-width: 100%;
}
#wrapper {
  max-width: 100%;
  width: auto;
}
.header-area {
  width: 100%;
  background: #0b0648;
}.Inner {
    max-width: 1200px;
    margin: 0 auto;
}
footer {
  display: flex;
  justify-content: center;
  background: #040062;
}
.header-area div#header {
  margin: 0 auto;
}
div#headnav {
  display: flex;
  justify-content: center;
  background: #ffaf2a;
}
div#footer {
  justify-content: center;
}
#mobile_logo {
  display: none;
}
#base {
  overflow: hidden;
}
#mobile_button {
  display: none;
}
.mobile_menu {
  display: none;
}
#mobile_main {
  display: none;
}
div#headnav {
  width: 100%;
}
.header_r, .header_l {
  line-height: 0;
}
.footbanner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footbanner p {
  text-align: center;
  width: 50%;
}
.mb20 {
  margin-bottom: 20px !important;
}
.side_area iframe {
  height: auto !important;
  padding: 30px 0 0;
}
@media screen and (min-width: 1001px) {
  .mobile_only {
    /* モバイルにだけ表示させたいものに使用する */
    display: none;
  }
  .pc_only {
    /* pcにだけ表示させたいものに使用する */
    display: block;
  }
  div#fix_footer {
    display: none;
  }
}
/*FV*/
a {
  transition: 0.5s;
}
a:hover {
  opacity: 0.58;
}
.notxt {
  display: none !important;
}
.FVarea {
  display: flex;
  justify-content: center;
  background: url("../img/recruit/FV-orange.webp");
  background-size: cover;
  width: 100%;
  align-items: center;
  position: relative;
}
.FVarea h1 {
    height: auto;
    background: none;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
    padding-bottom: 170px;
    padding-top: 25px;
}
.FVarea img {
  margin: 0 auto;
  text-align: center;
}
.obi {
  width: 100vw;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 50px;
  height: 330px;
}
.obi:before {
  content: "";
  height: 80%;
  width: 100%;
  background: #fabe00;
  position: absolute;
  bottom: 0;
}
.obi img {
  position: relative;
  z-index: 1;
}
.Btm {
  position: absolute;
  bottom: 40px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fb7821+0,fb7821+50,fa5621+50,fa5621+100 */
  background: linear-gradient(to bottom, rgba(251, 120, 33, 1) 0%, rgba(251, 120, 33, 1) 50%, rgba(250, 86, 33, 1) 50%, rgba(250, 86, 33, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 100px;
  font-size: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  border: 3px solid #fff;
}
.Btm a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headLink {
  display: flex;
  justify-content: space-evenly;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9318+1,ff9318+50,fb7821+50,ff7a18+50,ff9318+50,ff7a18+50,ff7a18+50,ff7a18+61,ff7a18+100 */
  background: linear-gradient(to bottom, rgba(255, 147, 24, 1) 1%, rgba(255, 147, 24, 1) 50%, rgba(251, 120, 33, 1) 50%, rgba(255, 122, 24, 1) 50%, rgba(255, 147, 24, 1) 50%, rgba(255, 122, 24, 1) 50%, rgba(255, 122, 24, 1) 50%, rgba(255, 122, 24, 1) 61%, rgba(255, 122, 24, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.headLink ul {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.headLink ul li {
  width: calc(100% / 3);
  text-align: center;
  font-size: 29px;
  color: #fff;
  position: relative;
  border-right: 2px solid;
}
.headLink ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  padding: 20px 0 0;
}
.headLink ul li a div {
  width: 100%;
  font-weight: bold;
}
.headLink ul li a span {
  font-size: 43px;
}
.headLink ul li a img {
  margin-bottom: 20px;
}
.headLink ul li:nth-child(1) {
  border-left: 2px solid;
}
div#main-recruit {
  font-family: "Noto Sans JP", sans-serif;
}
div#wrapper.recruit-wrap {
  font-family: "Noto Sans JP", sans-serif;
}
/*コンテンツ*/
　
.Inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
section.sec1 {
  background: #dfe6f2;
  padding-bottom: 70px;
  overflow: hidden;
}
section.sec1 h2 {
  text-align: center;
  font-size: 60px;
  margin: 40px 0;
  color: #333333;
}
section.sec1 h2 span {
  color: #066bb7;
  background: #fff;
  padding: 0 15px;
  box-shadow: 5px 5px 10px rgb(6 107 183 / 10%);
}
.sec1box {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
.sec1box .text {
  background: #fff;
  padding: 40px 50px;
  position: absolute;
  bottom: -70px;
  max-width: 1000px;
  margin: 0 auto;
  left: 0;
  right: 0;
  box-sizing: border-box;
  text-align: left;
  font-size: 43px;
  font-weight: bold;
  box-shadow: 5px 5px 10px rgb(15 106 181 / 10%);
}
.sec1box .text p {
  line-height: 1.5;
  color: #066bb7;
}
.sec1box .text p span {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffff00 30%);
  text-shadow: 0 2px 0 rgb(255, 255, 255);
  padding-bottom: 3px;
}
section.sec2 {
  background: #fef4d4;
  padding: 50px 0 0;
  color: #402828;
}
section.sec2 h2 {
  text-align: center;
  font-size: 60px;
  margin: 0 0 70px;
  color: #402828;
}
section.sec2 h2 span {
  color: #fb5700;
  background: #fff;
  padding: 0 15px;
  box-shadow: 5px 5px 10px rgb(251 85 14 / 10%);
}
section.sec2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.sec2 ul li {
  width: calc(100% / 4);
  text-align: center;
  margin-bottom: 40px;
}
section.sec2 ul {
  margin-bottom: 80px;
}
.sec2box {
  max-width: 1000px;
  margin: 0 auto;
}
.sec2-cont {
  position: relative;
  margin-bottom: 80px;
  padding: 40px;
}
.num {
  position: absolute;
  top: -35px;
  left: 40px;
}
.sec2-cont h3 {
  color: #402828;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.sec2-cont .text p {
  font-size: 28px;
  font-weight: 500;
}
.sec2-cont:nth-child(1) {
  background: url("../img/recruit/sec2-01a.webp") left bottom no-repeat;
  background-color: #fee6b9;
}
.sec2-cont:nth-child(3) {
  background: url("../img/recruit/sec2-03a.webp") left bottom no-repeat;
  background-color: #fee6b9;
}
.sec2-cont:nth-child(5) {
  background: url("../img/recruit/sec2-05a.webp") left bottom no-repeat;
  background-color: #fee6b9;
}
.sec2-cont:nth-child(7) {
  background: url("../img/recruit/sec2-07a.webp") left bottom no-repeat;
  background-color: #fee6b9;
}
.sec2-cont:nth-child(2) {
  background: url("../img/recruit/sec2-02a.webp") right bottom no-repeat;
  background-color: #fee6b9;
}
.sec2-cont:nth-child(4) {
  background: url("../img/recruit/sec2-04a.webp") right bottom no-repeat;
  background-color: #fee6b9;
}
.sec2-cont:nth-child(6) {
  background: url("../img/recruit/sec2-06a.webp") right bottom no-repeat;
  background-color: #fee6b9;
}
section.sec3 {
  background: #fff;
  padding: 70px 0 0;
}
section.sec3 h2 {
  text-align: center;
  font-size: 36px;
}
section.sec3 h2 span {
  font-size: 60px;
  color: #ff9000;
}
section.sec3 .text {
  background: #dfe6f2;
  padding: 50px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #066bb7;
}
section.sec3 figure {
  margin: -50px 0 0;
}
section.sec3 .Inner {
    max-width: 1000px;
    margin: 0 auto;
}
section.happy {
  background-color: #fc6b18;
  transform: skewY(-5deg) translateY(-90px);
  text-align: center;
  padding: 60px 0 0;
}
.nn-box {
  transform: skewY(5deg) translateY(-90px);
}
.nn-box h2 {
  margin-bottom: -90px;
}
div#wrapper.recruit-wrap div#content {
  background: #fff;
}
.sec4box {
  max-width: 850px;
  margin: 0 auto;
}
.sec4cont {
  position: relative;
  background: url("../img/recruit/sec3-bg.webp");
  background-size: cover;
  padding: 70px 40px;
  margin-bottom: 100px;
  color: #402828;
}
.sec4cont h4 {
  color: #402828;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.sec4cont p {
  font-size: 28px;
  font-weight: 500;
  text-shadow: 2px 2px 2px #fff, 2px 2px 2px #fff, 2px 2px 2px #fff, 2px 2px 2px #fff, 2px 2px 2px #fff, -2px -2px 2px #fff, -2px -2px 2px #fff, -2px -2px 2px #fff, -2px -2px 2px #fff, -2px -2px 2px #fff;
}
.sec4cont h3 {
  position: absolute;
  top: -20px;
  font-size: 48px;
  color: #ff9000;
  font-style: italic;
  text-shadow: 10px 10px 10px #fff, -10px -10px 10px #fff, 10px 10px 10px #fff, -10px -10px 10px #fff, 10px 10px 10px #fff, -10px -10px 10px #fff;
  line-height: 0;
}
.sec4cont h3 span {
  color: #fa5621;
  font-size: 65px;
}
.sec4cont h3 span b {
  font-size: 115px;
}
section.sec-link {
  background: url("../img/recruit/linkbg.webp");
  background-size: cover;
  padding: 70px;
  text-align: center;
}
.seclink-tit {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
}
section.sec-link .seclink-recruit a { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c6fb8+0,2c6fb8+50,2c4da8+50,2c4da8+100 */
  background: linear-gradient(to bottom, rgba(44, 111, 184, 1) 0%, rgba(44, 111, 184, 1) 50%, rgba(44, 77, 168, 1) 50%, rgba(44, 77, 168, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
section.sec-link a { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fb7821+0,fb7821+50,fa5621+50,fa5621+100 */
  background: linear-gradient(to bottom, rgba(251, 120, 33, 1) 0%, rgba(251, 120, 33, 1) 50%, rgba(250, 86, 33, 1) 50%, rgba(250, 86, 33, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: inline-flex;
  width: 500px;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 3px solid #fff;
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.seclink-recruit {
  margin-bottom: 25px;
}
section.sec5 {
  background: #f2eeee;
  padding: 80px 0 120px;
}
section.sec5 h2 {
  color: #402828;
  font-size: 60px;
  text-align: center;
  margin-bottom: 40px;
}
section.sec5 h2 span {
  color: #005bae;
}
.sec5cont {
  background: #fff;
  margin: 0 5vw;
  box-shadow: 0 0 10px #0001;
}
.i-name {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #402828;
  padding: 20px;
}
ul.sec5-ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
ul.sec5-ul li {
  font-size: 24px;
  color: #0068b7;
  font-weight: bold;
  background: #e8eef7;
  padding: 0 20px;
  margin: 0 10px;
  border-radius: 50px;
  border: 1px solid;
}
.sec5-text {
  border-top: 1px solid #0a59ac;
  padding: 20px;
}
.sec5-text .tit {
  font-size: 24px;
  font-weight: bold;
  color: #0068b7;
  margin-bottom: 10px;
}
.sec5-text .text {
  margin-bottom: 30px;
}
.sec5-text .text ul {
  list-style: decimal;
  color: #402828;
  font-size: 24px;
  margin-left: 1em;
  font-weight: 500;
  line-height: 1.4;
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 70px;
  width: 70px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #005bae;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50px;
  z-index: 100;
}
.slick-prev {
  left: 27vw;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: #005bae;
}
.slick-prev:before {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
  opacity: 1;
}
.slick-next {
  right: 27vw;
}
.slick-next:before {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
  opacity: 1;
}
.sec5-mess {
  background: #e8eef7;
  padding: 40px;
  position: relative;
  font-size: 24px;
  color: #402828;
  line-height: 1.5;
}
.sec5-mess h3 {
  text-align: center;
  position: absolute;
  top: -3px;
  font-size: 24px;
  color: #0a59ac;
  line-height: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-shadow: 3px 3px 2px #e8eef7, -3px -3px 2px #e8eef7, 3px 3px 2px #e8eef7, -3px -3px 2px #e8eef7, 3px 3px 2px #e8eef7, -3px -3px 2px #e8eef7, 3px 3px 2px #e8eef7, -3px -3px 2px #e8eef7;
}
section.sec6 {
  padding: 40px 0;
}
section.sec6 h2 span, section.sec7 h2 span {
  color: #fa6400;
}
section.sec6 h2, section.sec7 h2 {
  text-align: center;
  font-size: 60px;
  color: #402828;
  margin-bottom: 40px;
}
.sec6-timetable {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.sec7box {
  max-width: 1000px;
  margin: 0 auto;
}
.sec7box h3 {
  color: #402828;
  font-size: 24px;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.sec7box h3:before {
  content: "■";
  color: #fa6211;
  position: absolute;
  left: 0;
}
.sec7box ul {
  display: flex;
  flex-wrap: wrap;
}
.sec7box ul li {
  width: 230px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.sec7box {
  margin-bottom: 50px;
}
.sec7box ul li:nth-child(4n) {
  margin-right: 0;
}
.sec7box2 iframe {
  width: 100%;
  height: 100%;
}
.sec7box2 {
  width: 700px;
  aspect-ratio: 16 / 9;
  margin: 0 auto 100px;
  border-radius: 20px;
  overflow: hidden;
}
section.sec8 h2 {
  background: #e8eef7;
  text-align: center;
  font-size: 40px;
  color: #0068b7;
  line-height: 2;
  padding: 10px;
  margin-bottom: 40px;
}
section.sec8 table th {
  color: #402828;
  font-size: 18px;
  width: 20%;
  text-align: left;
  border-bottom: 1px solid #0a66b5;
  padding: 20px 0;
}
section.sec8 table td {
  color: #402828;
  font-size: 18px;
  width: 80%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #0a66b5;
  padding: 20px;
}
section.sec8 table td ul {
    display: flex;
    font-weight: bold;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
section.sec8 table {
  margin: 0 0 100px;
}
section.sec8 table td p:nth-child(1) {
  margin-bottom: 20px;
}
section.sec8 table td ul li {
  margin-right: 30px;
}
@media screen and (max-width: 1280px) {
  ul.sec5-ul li {
    font-size: 22px;
  }
  .slick-prev {
    left: 10vw;
  }
  .slick-next {
    right: 10vw;
  }
}
@media screen and (max-width: 1000px) {
  .mobile_only {
    /* モバイルにだけ表示させたいものに使用する */
    display: block;
  }
  .pc_only {
    /* pcにだけ表示させたいものに使用する */
    display: none;
  }
  .header_r, .header_l {
    line-height: normal;
  }
  div#wpadminbar {
    display: none;
  }
  div#headnav {
    display: none;
  }
  #wrapper {
    margin: 0px auto;
    padding: 0;
    width: 100%;
    z-index: 1;
    background-color: #e4e4e4;
  }
  #header {
    width: 100%;
    background: #0c0745;
    background-repeat: no-repeat;
    backgroud-position: left top;
  }
  .header_l {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header_l img {
    max-width: 100%;
    height: 50px;
  }
  a#sidr-menu-button {
    display: block;
    height: auto;
    text-decoration: none;
    padding: 16px 12px 0;
  }
  #footer1 {
    font-size: 110%;
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
  }
  #footer2 {
    font-size: 130%;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 20px 20px;
    line-height: 180%;
    box-sizing: border-box;
  }
  .header_r p.mobile_only a img {
    position: absolute;
    right: 50px;
    top: 7px;
    z-index: 10;
  }
  /*	ハンバーガ*/
  #mobile_button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0d0444;
    height: 50px;
    width: 50px;
    padding: 10px 10px 0 12px;
    box-sizing: border-box;
  }
  #mobile_button .menutxt {
    /* font-size: 10px; */
    text-decoration: none;
    position: relative;
    border: none;
    display: block;
  }
  #mobile_button .menutxt svg {
    width: 28px;
    height: auto;
  }
  #mobile_button .menutxt svg path {
    fill: white;
  }
  .lineswrap {
    height: 20px;
  }
  #mobile_button .lines {
    background: #fff;
    display: inline-block;
    width: 28px;
    height: 3px;
    position: relative;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  #mobile_button .lines::after, #mobile_button .lines::before {
    background: #fff;
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 3px;
    content: '';
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  #mobile_button .lines::before {
    top: 8px;
    right: 0;
  }
  #mobile_button .lines::after {
    top: -8px;
    right: 0;
  }
  #mobile_button a.xclose {
    display: block;
    position: relative;
    height: auto;
    padding: 10px 0;
    margin-top: 6px;
    z-index: 1020;
    cursor: pointer;
  }
  #mobile_button .xclose .menutxt {
    display: none;
  }
  #mobile_button .xclose .lines {
    background: 0 0;
  }
  #mobile_button .xclose .lines::before {
    top: -13px;
    right: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  #mobile_button .xclose .lines::after {
    top: -13px;
    right: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  a#sidr-menu-button {
    display: block;
    height: auto;
    text-decoration: none;
    padding: 0;
  }
  #mobile_main {
    display: inline-block;
  }
  #mobile_main img {
    max-width: 100%;
  }
  /*add*/
  .mobile_menu {
    top: 50px;
    position: absolute;
    left: 0;
    width: 100%;
    background: #EDB321;
    z-index: 1;
  }
  .mobile_menu ul {
    margin-bottom: 0;
  }
  .mobile_menu ul li {
    border-bottom: 1px dotted #fff;
  }
  .mobile_menu ul li:last-child {
    border: none;
  }
  .mobile_menu ul li a {
    text-decoration: none;
    display: block;
  }
  .mobile_menu ul li a {
    padding: 15px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #000;
    background: linear-gradient(to bottom, #ffaa4d 0%, #ffe166 99%);
  }
  .mobile_menu .sub-menu {
    background: #fff2f2;
  }
  .mobile_menu .sub-menu li {
    border-bottom: 1px solid #fbdedc;
  }
  .mobile_menu .sub-menu li:last-child {
    border: none;
  }
  .mobile_menu .sub-menu li a {
    padding: 15px 10px 15px 30px;
    font-size: 95%;
  }
  .mobile_menu ul ul.dropdown li a {
    padding-left: 3em;
    text-shadow: none;
    font-size: 95%;
    background: #e76b0f;
  }
  /* ハンバーガーボタン */
  #panel-btn {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    /*  margin: 20px 0 10px; */
    background: #fff;
  }
  #panel-btn:hover {
    background: #fafafa;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    margin: -2px 0 0 -15px;
    background: #666;
    transition: 0.2s;
  }
  #panel-btn-icon::before, #panel-btn-icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 4px;
    background: #666;
    transition: 0.3s;
  }
  #panel-btn-icon::before {
    margin-top: -10px;
  }
  #panel-btn-icon::after {
    margin-top: 6px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close::before, #panel-btn .close::after {
    margin-top: 0;
  }
  #panel-btn .close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /*	eof*/
  /*	CONTENT*/
  #content #main {
    display: inline;
    width: calc(100% - 250px);
    float: right;
    margin-right: 12px;
  }
  #content #main .singletxt {
    width: 100%;
    color: #080808;
    background-color: #e4e4e4;
  }
  div#engage-contributions-widget-wrapper {
    width: 100% !important;
  }
  .square3.flex-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex-2-1 {
    width: 48% !important;
    overflow: hidden;
  }
  .flex-2-1 p {
    float: none !important;
  }
  .flex-2-1 .square1 {
    height: auto !important;
  }
  /*eof*/
  .w330 {
    width: 49% !important;
  }
  .w330 .square1 {
    height: auto !important;
  }
  .pref {
    float: left;
    width: calc(100% - 100px);
  }
  h4 {
    width: 100% !important;
    box-sizing: border-box;
  }
  .square1_b {
    width: 100%;
    box-sizing: border-box;
  }
  iframe {
    width: 100%;
  }
  .respo-tab01 td {
    vertical-align: text-bottom;
  }
  .w330box .w100 {
    width: 100% !important;
  }
  .w330box .w100 .square1 div {
    width: calc(100% - 150px) !important;
  }
  .scr table {
    white-space: nowrap;
  }
  .sch-01 table.tablestyle.souba {
    table-layout: fixed;
    width: 700px;
  }
  .sch-01 {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .square1_y {
    width: 100%;
    box-sizing: border-box;
  }
  .sqrdivl {
    width: 100%;
    text-align: center;
  }
  .sqrdivl img {
    float: none;
  }
  .sqrdivr {
    width: 100%;
  }
  .hojin_main_in {
    padding: 15px;
    height: auto;
    text-align: center;
  }
  .hojin_main {
    background-size: cover;
    background-position: left;
  }
  .hojin_wrap .mbm {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
  .hojin_contact_btn li {
    float: none;
    width: 50%;
  }
  .hojin_wrap .cl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hojin_navi_txt {
    float: none;
    margin-right: 0;
    width: 100%;
    padding: 0 15px;
  }
  .hojin_navi_img {
    float: none;
    margin: 0 0 15px;
    width: 100%;
    text-align: center;
    order: -1;
  }
  .hojin_easy_list {
    list-style-type: none;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  ol.hojin_easy_list.cl {
    flex-wrap: nowrap;
    margin: 20px;
  }
  .hojin_mnp_ttl.cl {
    flex-wrap: nowrap;
  }
  .hojin_mnp_img_01 img, .hojin_reason_other ul li img {
    height: auto;
  }
  p.hojin_mnp_ttl_02 img, .hojin_mnp_ttl_03 img, h3.hojin_navi_ttl img {
    height: auto;
  }
  .hojin_reason.hojin_navi_frame.mbm {
    flex-wrap: wrap;
  }
  .hojin_reason.hojin_navi_frame.mbm ul.hojin_reason_list li {
    align-items: center;
  }
  .hojin_reason_list_txt {
    float: right;
    padding: 15px 35px 25px 35px;
    width: calc(100% - 180px);
    height: auto;
    background: url(https://iphone-shoten.com/wp-content/themes/standard_black_cmspro/img/hojin_reason_voice_bg.png) no-repeat;
    box-sizing: border-box;
    background-size: 100% 100%;
  }
  .hojin_reason_list_img {
    float: left;
    margin-top: 7px;
    margin-left: 25px;
    order: -1;
    width: 150px;
  }
  .hojin_consult_txt {
    float: right;
    border: 1px solid #cccccc;
    width: 100%;
    margin-bottom: 20px;
  }
  .hojin_main_up img, ul.hojin_contact_btn.mbm.cl li img {
    height: auto;
  }
  .contact-3-w80 {
    width: 100% !important;
  }
  .contact-3tab01 table, .contact-3tab02 table {
    width: 100% !important;
  }
  .square3.w-50 div {
    width: 100% !important;
  }
  #content #main h2.singletitle, #content #main h2.title, #content #main .singletxt h2 {
    background: #100d6d;
    height: auto;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    font-weight: bold;
  }
  #content #main .singletxt .post .posttitle h3 {
    background: #ff5e10;
    height: auto;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    font-weight: bold;
  }
  /*	固定フッター*/
  div#fix_footer {
    position: fixed;
    bottom: 0;
    background: #0a0a46;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
  }
  #fix_footer.fixed {
    position: fixed;
    bottom: 0;
    transform: translateY(0);
    transition: 0.3s;
    z-index: 100;
  }
  #fix_footer.fadeout {
    transform: translateY(100%);
  }
  .grecaptcha-badge {
    bottom: 150px !important;
  }
  .fix-fbox a {
    display: flex;
    align-items: center;
    background: #fff;
    width: 100%;
    justify-content: center;
    padding: 10px 10px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    border-radius: 100px;
  }
  .fix-fbox p.time span {
    background: #ff6000;
    padding: 2px 5px;
    margin: 0 5px 0 0;
    color: #0c0745;
  }
  .fix-fbox p.time {
    margin-bottom: 5px;
  }
  .fix-fbox a figure {
    margin: 0 10px 0 0;
    line-height: 0;
  }
  .fix-fbox a p.number {
    color: #ff6000;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
  }
  .fix-fbox a div span {
    font-weight: bold;
    color: #0c0745;
    font-size: 15px;
  }
  .fix-fbox a div span b {
    border-bottom: 2px solid #ff5e10;
  }
  /*コンテンツ*/
  .headLink ul li a span {
    font-size: 36px;
  }
  .headLink ul li {
    font-size: 26px;
  }
  section.sec1 h2 {
    font-size: 48px;
  }
  .sec1box .text {
    margin: 0 40px;
    padding: 30px;
    font-size: 33px;
    bottom: -30px;
  }
  section.sec1 {
    padding-bottom: 20px;
  }
  section.sec2 h2 {
    font-size: 45px;
  }
  section.sec2 ul li {
    width: calc(100% / 4);
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .sec2box {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
  }
  .sec2-cont .text p {
    font-size: 23px;
    font-weight: 500;
  }
  section.sec3 h2 span {
    font-size: 50px;
    color: #ff9000;
  }
  section.sec3 h2 {
    text-align: center;
    font-size: 32px;
  }
  .sec4box {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
  }
  .sec1box .text {
    margin: 0 40px;
    padding: 30px;
    font-size: 33px;
    bottom: -30px;
  }
  section.sec1 {
    padding-bottom: 20px;
  }
  .sec4cont h3 {
    font-size: 40px;
  }
  .sec4cont h3 span {
    font-size: 50px;
  }
  .sec7box ul li {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .sec7box {
    padding: 20px;
    box-sizing: border-box;
  }
  section.sec8 table {
    width: 90%;
    margin: 0 auto 50px;
  }
  section.sec8 table td ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .txt {
    color: #fff;
    height: auto;
    font-size: 8px;
    font-weight: normal;
    line-height: 1.2;
    padding: 2px 5px 5px;
    background-color: #d21e00;
  }
  h1 {
    color: #fff;
    height: auto;
    font-size: 8px;
    padding: 5px 5px 0;
    line-height: 1.2;
  }
  #content #main {
    display: inline;
    width: 100%;
    float: right;
    margin-right: 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #content #main .singletxt {
    width: 100%;
    color: #080808;
    background-color: #e4e4e4;
  }
  div#engage-contributions-widget-wrapper {
    width: 100% !important;
  }
  .alignleft, .alignright {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: auto;
  }
  #content #side {
    display: inline;
    width: 100%;
    float: left;
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
    box-sizing: border-box;
  }
  #content #side h3 {
    width: 100%;
    height: auto;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    background: url("img/bg_title_side.png");
    background-repeat: no-repeat;
    border-top: 0px solid #0072ff;
    border-bottom: #FFF 0px solid;
    text-align: left;
    background: #100d6d;
    box-sizing: border-box;
  }
  .flex-2-1 {
    width: 100% !important;
    overflow: hidden;
  }
  .scr {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .scr table {
    white-space: nowrap;
  }
  .sch-01 table.tablestyle.souba {
    table-layout: fixed;
  }
  .sch-01 {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .w330 {
    width: 100% !important;
  }
  table.table80 {
    width: 100%;
  }
  .square3.shop_bangkok02 table, .square3.shop_bangkok02 table td, .square3.shop_bangkok02 table tr, .square3.shop_bangkok02 table tbody {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .footbanner p {
    text-align: center;
    width: 100%;
  }
  .respo-tab01 td, .respo-tab01 table, .respo-tab01 tbody, .respo-tab01 tr {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .respo-tab01 td img, #content #main .singletxt .hojin_mnp_img_02 img {
    height: auto;
  }
  .w330box .w100 .square1 div {
    width: 100% !important;
    float: none;
  }
  .hojin_contact_btn li {
    float: none;
    width: 100%;
  }
  #content #main .singletxt .hojin_wrap .hojin_trouble_next {
    font-size: 4vw;
  }
  .hojin_easy_list li img, #content #main .singletxt .hojin_easy_appraise img {
    height: auto;
  }
  #content #main .singletxt .hojin_navi_ttl_s {
    font-size: 18px;
  }
  .hojin_purchase_ttl_at {
    left: 200px;
  }
  .hojin_mnp_ttl.cl {
    flex-wrap: wrap;
    padding-left: 25%;
  }
  p.hojin_mnp_ttl_02 img {
    height: 20px;
    width: auto;
  }
  .hojin_reason_list_img {
    float: none;
    margin-top: auto;
    margin-left: auto;
    order: -1;
    width: 100%;
    text-align: center;
  }
  .hojin_reason_list_txt {
    float: right;
    padding: 10px;
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    background-size: 100% 100%;
    margin: 15px;
    border-radius: 15px;
    position: relative;
  }
  .hojin_reason_list_txt:before {
    content: "▲";
    position: absolute;
    top: -20px;
    font-size: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
  }
  .hojin_reason_other_img li {
    line-height: 0;
  }
  #content #main .singletxt .hojin_sub_ttl {
    margin: 0;
    padding: 10px;
    height: auto;
    font-size: 17px;
    font-weight: bold;
    background: #FFBE00;
    color: #000000;
    letter-spacing: 0;
  }
  .hojin_sub_in {
    padding: 15px;
  }
  .contact-3tab02 table, .contact-3tab02 table tbody, .contact-3tab02 table tr, .contact-3tab02 table th, .contact-3tab02 table td {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
  }
  .contact-3tab01 table, .contact-3tab01 table tbody, .contact-3tab01 table tr, .contact-3tab01 table th, .contact-3tab01 table td {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
  }
  .contact-3tab02 table td input, .contact-3tab03 table td input, .contact-3tab01 table td input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner.fs3 {
    margin: 0 auto;
    display: block;
  }
  .q {
    line-height: 1.2;
  }
  .side_area iframe {
    height: auto !important;
    margin: 0 auto;
    display: block;
    padding: 20px 0 0;
  }
/*コンテンツ*/
.Btm {
    position: absolute;
    bottom: 13px;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom,  rgba(251,120,33,1) 0%,rgba(251,120,33,1) 50%,rgba(250,86,33,1) 50%,rgba(250,86,33,1) 100%);
    height: 50px;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    border: 2px solid #fff;
}
	.FVarea figure {
    line-height: 0;
    margin: 0;
}.headLink ul li a img {
    height: 30px;
}.headLink ul li {
    font-size: 12px;
}.headLink ul li a img {
    height: 30px;
    margin-bottom: 0;
}.headLink ul li a span {
    font-size: 17px;
}.headLink ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
}.headLink {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
section.sec1 h2 {
    font-size: 22px;
}
section.sec1 h2 span {
    color: #066bb7;
    background: #fff;
    padding: 0px 5px;
    box-shadow: 5px 5px 10px rgb(6 107 183 / 10%);
}
.sec1box {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}.sec1box .text {
    margin: 0 20px;
    padding: 15px;
    font-size: 14px;
    bottom: 0;
}section.sec2 h2 {
    font-size: 22px;
    margin-bottom: 30px;
}section.sec2 h2 span {
    color: #fb5700;
    background: #fff;
    padding: 0 5px;
    box-shadow: 5px 5px 10px rgb(251 85 14 / 10%);
}section.sec2 ul li {
    width: calc(100% / 4);
    text-align: center;
    margin-bottom: 5px;
    padding: 0 5px;
    box-sizing: border-box;
}section.sec2 ul {
    max-width: calc(100% - 20px);
    margin: 0 auto 80px;
}.num img {
    height: 40px;
}.num {
    position: absolute;
    top: -15px;
    left: 21px;
}.sec2box {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}.sec2-cont h3 {
    color: #402828;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}.sec2-cont .text p {
    font-size: 15px;
    font-weight: 500;
}
.sec2-cont {
    position: relative;
    margin-bottom: 40px;
    padding: 15px;
}	
 
	.sec2-cont:nth-child(3) {
    background-size: auto 80%;
}
.sec2-cont:nth-child(1) {
    background: url("../img/recruit/sec2-01a.webp") left bottom no-repeat;
    background-color: #fee6b9;
    background-size: auto 70%;
}	.sec2-cont:nth-child(2) {
    background: url("../img/recruit/sec2-02a.webp") right bottom no-repeat;
    background-color: #fee6b9;
    background-size: auto 63%;
}.sec2-cont:nth-child(4) {
    background: url("../img/recruit/sec2-04a.webp") right bottom no-repeat;
    background-color: #fee6b9;
    background-size: auto 65%;
}.sec2-cont:nth-child(5) {
    background: url("../img/recruit/sec2-05a.webp") left bottom no-repeat;
    background-color: #fee6b9;
    background-size: auto 63%;
}.sec2-cont:nth-child(6) {
    background: url("../img/recruit/sec2-06a.webp") right bottom no-repeat;
    background-color: #fee6b9;
    background-size: auto 70%;
}
	.sec2-cont:nth-child(7) {
    background: url("../img/recruit/sec2-07a.webp") left bottom no-repeat;
    background-color: #fee6b9;
    background-size: auto 75%;
}
	section.sec3 {
    background: #fff;
    padding: 40px 0 0;
}section.sec3 h2 {
    text-align: center;
    font-size: 16px;
}
section.sec3 h2 span {
    font-size: 23px;
    color: #ff9000;
}
	section.sec3 .text {
    background: #dfe6f2;
    padding: 30px  0;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #066bb7;
}section.sec3 figure {
    margin: -20px 0 0;
    padding: 0 30px;
}
	section.happy {
    background-color: #fc6b18;
    transform: skewY(-5deg) translateY(-90px);
    text-align: center;
    padding: 80px 0 0;
}.sec4box {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}.sec4cont h3 {
    font-size: 18px;
}.sec4cont {
    position: relative;
    background: url("../img/recruit/sec3-bg.webp");
    background-size: cover;
    padding: 20px 20px;
    margin-bottom: 60px;
    color: #402828;
}.sec4cont h3 span {
    font-size: 26px;
}.sec4cont h3 span b {
    font-size: 40px;
    margin: 0 0 0 4px;
}.sec4cont h4 {
    color: #402828;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}.sec4cont p {
    font-size: 15px;
    font-weight: 500;
    text-shadow: 2px 2px 2px #fff, 2px 2px 2px #fff, 2px 2px 2px #fff, 2px 2px 2px #fff, 2px 2px 2px #fff, -2px -2px 2px #fff, -2px -2px 2px #fff, -2px -2px 2px #fff, -2px -2px 2px #fff, -2px -2px 2px #fff;
}section.sec-link {
    background: url("../img/recruit/linkbg.webp");
    background-size: cover;
    padding: 30px 0;
    text-align: center;
}.seclink-tit {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
}section.sec-link a {
    background: linear-gradient(to bottom, rgba(251, 120, 33, 1) 0%, rgba(251, 120, 33, 1) 50%, rgba(250, 86, 33, 1) 50%, rgba(250, 86, 33, 1) 100%);
    display: inline-flex;
    width: 80%;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 2px solid #fff;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}section.sec5 {
    background: #f2eeee;
    padding: 20px 0 20px;
}
section.sec5 h2 {
    color: #402828;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}.i-name {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #402828;
    padding: 20px;
}ul.sec5-ul li {
    font-size: 13px;
    padding: 0 5px;
    margin: 0 5px;
}.sec5-text .tit {
    font-size: 16px;
    font-weight: bold;
    color: #0068b7;
    margin-bottom: 10px;
}.sec5-text .text ul {
    list-style: decimal;
    color: #402828;
    font-size: 14px;
    margin-left: 1em;
    font-weight: 500;
    line-height: 1.4;
}.sec5-mess h3 {
    text-align: center;
    position: absolute;
    top: -3px;
    font-size: 18px;
    color: #0a59ac;
    line-height: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-shadow: 3px 3px 2px #e8eef7, -3px -3px 2px #e8eef7, 3px 3px 2px #e8eef7, -3px -3px 2px #e8eef7, 3px 3px 2px #e8eef7, -3px -3px 2px #e8eef7, 3px 3px 2px #e8eef7, -3px -3px 2px #e8eef7;
}.sec5-mess {
    background: #e8eef7;
    padding: 20px 10px 10px;
    position: relative;
    font-size: 14px;
    color: #402828;
    line-height: 1.5;
}
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #005bae;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    border-radius: 50px;
    z-index: 100;
}.slick-prev:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    z-index: 1;
    opacity: 1;
}.slick-prev {
    left: 0;
}.slick-next:before {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    z-index: 1;
    opacity: 1;
}.slick-next {
    right: 0;
}section.sec6 h2, section.sec7 h2 {
    text-align: center;
    font-size: 23px;
    color: #402828;
    margin-bottom: 40px;
}.sec6-timetable {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    padding: 0 20px;
}.sec7box {
    padding: 0 20px;
    box-sizing: border-box;
}.sec7box h3 {
    color: #402828;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}.sec7box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}.sec7box ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 1%;
}.sec7box {
    margin-bottom: 15px;
}.sec7box2 {
    width: calc(100% - 40px);
    aspect-ratio: 16 / 9;
    margin: 0 auto 40px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}section.sec8 h2 {
    background: #e8eef7;
    text-align: center;
    font-size: 20px;
    color: #0068b7;
    line-height: 2;
    padding: 10px;
    margin-bottom: 0px;
}section.sec8 table {
    width: calc(100% - 40px);
    margin: 0 auto 50px;
}section.sec8 table th {
    color: #402828;
    font-size: 14px;
    width: 30%;
    text-align: left;
    border-bottom: 1px solid #0a66b5;
    padding: 10px 0;
    vertical-align: text-bottom;
}section.sec8 table td {
    color: #402828;
    font-size: 13px;
    width: 60%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #0a66b5;
    padding: 10px;
}section.sec8 table td ul li {
    margin-right: 15px;
}section.sec8 table td ul {
    flex-wrap: wrap;
    margin: 0 0;
}
	
	
	
	
	
	
}