.l_mainContents--2col {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #333;
}
@media screen and (max-width: 768px) {
  .l_mainContents--2col {
    font-size: 14px;
  }
}

.flex {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}

.content a:hover {
  opacity: 0.7;
}

.yellow_mark {
  background: linear-gradient(transparent 70%, rgba(248, 180, 45, 0.2) 30%);
}

.title {
  display: inline-block;
  border-radius: 26px;
  line-height: 1.9em;
  color: #fff;
  font-size: 1.625em;
  font-weight: bold;
  padding: 0 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  background: linear-gradient(135deg, #0D459C 0%, #2774EB 100%);
  min-width: 8em;
}
@media screen and (max-width: 768px) {
  .title {
    padding: 0 1em;
  }
}

.title.orange {
  background: linear-gradient(135deg, #E98733 0%, #F7B030 100%);
}

.box {
  padding: 20px 20px 30px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.title02 {
  position: relative;
  margin-bottom: 60px;
  font-size: 1.75em;
  line-height: 1.1em;
}
.title02::after {
  content: "";
  position: absolute;
  width: 25%;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0D459C;
  border-radius: 2px;
  bottom: -16px;
}

.content > div {
  padding: 50px 0 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content > div {
    padding: 30px 0;
  }
}
.content > div:first-of-type > .box::after {
  content: "";
  clear: both;
  display: block;
}
.content > div:first-of-type > .box.flex {
  align-items: center;
}
.content > div:first-of-type > .box figure {
  float: right;
  margin: 15px 0 0 15px;
  width: 30%;
}
@media screen and (max-width: 768px) {
.content > div:first-of-type > .box figure {
  width: 40%;
}
  }
}
.content > div:first-of-type > .box img {
  display: inline-block;
}
.content > div:first-of-type > .box p {
  text-align: left;
}
.content > div:nth-of-type(2) ul li {
  width: 233.3333333333px;
}
@media screen and (max-width: 768px) {
  .content > div:nth-of-type(2) ul li {
    width: auto;
  }
}
.content > div:nth-of-type(2) ul li em {
  font-weight: bold;
  color: #0D459C;
  font-style: normal;
  font-size: 22px;
}
.content > div:nth-of-type(2) ul li p {
  margin-top: 12px;
  text-align: left;
}
.content > div:nth-of-type(3) h2 br {
  display: none;
}
.content section {
  position: relative;
  padding: 50px 30px 30px 30px;
  margin-top: 120px;
}
.content section:not(:first-of-type)::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 1.8em solid #ccc;
  border-right: 3.7em solid transparent;
  border-left: 3.7em solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 50px));
}
.content section:first-of-type {
  margin-top: 80px;
}
.content section h3 {
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.content section h4 {
  font-weight: bold;
  color: #0D459C;
  font-style: normal;
  font-size: 1.375em;
}
.content section figure {
  float: right;
  margin: 15px 0 0 15px;
  width: 20%;
}

@media screen and (max-width: 768px) {
.content section figure {
  width: 30%;
}
}

.content section > div,
.content section dl {
  margin-top: 30px;
  text-align: left;
}
.content section > div div,
.content section dl div {
  border: 1px solid #9E1930;
  padding: 15px;
}
.content section dt {
  position: relative;
  display: inline-block;
  background-color: #9E1930;
  padding: 3px 50px 3px 20px;
  color: #fff;
}
.content section dt::before {
  content: "";
  border: 1px solid #9E1930;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) translateX(50%);
  background-color: #fff;
}
.content section dt::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #9E1930;
  border-right: solid 2px #9E1930;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-65%) translateX(50%) rotate(135deg);
  transition: all 0.4s;
}
.content section dd {
  position: relative;
  padding-left: 3.5em;
  line-height: 1.625;
}
.content section dd a {
  color: #333;
  transition: all 0.2s;
}
.content section dd a:hover {
  color: #E6002D;
  text-decoration: underline;
  opacity: 1;
}
.content section dd::before {
  content: "公開";
  background: #0f71c1;
  color: #fff;
  font-size: 0.875em;
  display: inline-block;
  min-width: 50px;
  text-align: center;
  margin-right: 4px;
  position: absolute;
  left: 0;
}
.content section dd.only_instoructor::before {
  content: "派遣";
  background: #c9202d;
}
.content section dd.only_online::before {
  content: "ｵﾝﾗｲﾝ";
  background-color: #5558af;
}
.content .voice h2::after {
  width: 10%;
}
@media screen and (max-width: 768px) {
.content .voice h2::after {
  width: 15%;
}
}
.content .voice .flex {
  gap: 15px;
}
.content .voice li {
  width: 233.3333333333px;
}
@media screen and (max-width: 768px) {
  .content .voice li {
    width: auto;
    margin-bottom: 20px;
  }
}
.content .voice li img {
  width: 120px;
}
.content .voice li .comment {
  padding: 10px 20px;
  text-align: left;
  margin-top: 30px;
  background-color: #efefef;
  border-radius: 8px;
  position: relative;
}
.content .voice li .comment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 10px solid #eee;
  border-top: 10px solid transparent;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}
.content .service{
  padding: 50px 0 50px;
}
@media screen and (max-width: 768px) {
  .content .service {
    padding: 30px;
  }
}
.content .service h2::after {
  width: 10%;
}
.content .service .flex {
  gap: 20px;
}
.content .service h4 {
  font-weight: bold;
  color: #0D459C;
  font-style: normal;
  font-size: 1.375em;
  margin-bottom: 15px;
}
.content .service .flex > div {
  text-align: center;
  width: 50%;
}
.content .service .flex > div:first-of-type img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .content .service .flex {
    display: block;
  }
  .content .service .flex > div {
    width: 100%;
  }
  .content .service .flex > div:nth-of-type(2) {
    margin-top: 20px;
  }
}
.content .smartpack {
  padding: 30px 30px;
  background-color: rgba(82, 195, 241, 0.1490196078);
}
@media screen and (max-width: 768px) {
  .content .smartpack {
    padding: 30px;
  }
}
.content .smartpack a.img_smart_pack {
  width: 200px;
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .content .smartpack img {
    width: auto;
  }
}
.content .smartpack .flex {
  gap: 25px;
}
.content .smartpack .flex div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content .smartpack .flex div p:first-of-type {
  text-align: left;
}
.content .smartpack .flex div p:nth-child(2) {
  text-align: right;
  padding-right: 2em;
}
.content .smartpack a.link_smart_pack {
  display: inline-block;
  color: #014488;
  position: relative;
  text-decoration: underline;
}
.content .smartpack a.link_smart_pack::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(150%) translateY(35%);
  border-left: 0.75em solid #014488;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
}
@media screen and (max-width: 768px) {
  .content .smartpack p {
    margin-top: 20px;
  }
}
.content .smartpack span {
  color: #9E1930;
  font-weight: bold;
  font-size: 1.25em;
}
.content .webinsource{
  padding: 50px 0 50px;
}
@media screen and (max-width: 768px) {
  .content .webinsource {
    padding: 30px 30px;
  }
}

.content .webinsource h2 {
  margin-bottom: 30px;
}
.content .webinsource h2::after {
  content: none;
}
.content .webinsource img {
  width: 350px;
  display: inline-block;
  margin-bottom: 20px;
}
.content .webinsource a {
  display: inline-block;
}
.content .webinsource .button {
  font-size: 1.625em;
  font-weight: bold;
  background-color: #9E1930;
  color: #fff;
  border-radius: 30px;
  line-height: 1.9em;
  padding: 0 40px;
}
.content .webinsource .button::after {
  content: url(../img/middle/it_passport/icon_login.svg);
  width: 1em;
  display: inline-block;
  height: 1.9em;
  transform: translateY(3px);
  margin-left: 9px;
}
.content .webinsource p {
  margin-top: 10px;
  padding-right: 2em;
}
.content .webinsource p a {
  color: #014488;
  position: relative;
  text-decoration: underline;
}
.content .webinsource p a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(150%) translateY(35%);
  border-left: 0.75em solid #014488;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
}/*# sourceMappingURL=ms365.css.map */



/* 講師派遣案内 */
.instructor {
  font-size: 16px;
  padding: 30px 30px;
  background-color: rgba(82, 195, 241, 0.1490196078);
  margin-top: -10px;
  margin-bottom: 60px;
}

.instructor .target {
  height: auto;
  line-height: 1.5em;
  color: #0D459C;
  font-size: 26px;
  font-weight: 600;

}
.instructor .flex{
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.instructor .flex div p+p {
  margin-top: 20px;
}
.instructor figure{
  width: 32%;
}

.instructor a ,.p_lineupBoxList a{
  color: #E6002D;
  text-decoration: underline;
}
.instructor a:hover,.p_lineupBoxList a:hover{
  opacity: .7;
}

@media screen and (max-width:768px) {
  .instructor .target br{
    display: none;
    
  }
  .instructor .flex{
    display: block;
  }
  .instructor figure{
    width: 50%;
    margin: 0 auto;
  }

}
