@charset "UTF-8";
/*******************************************************************/
/* PC */
/*******************************************************************/
/*<start>==========================================================*/
/*=================================================================*/
/*	セミナー詳細 */
/*=================================================================*/
.ttl_area {
  width: 100%;
  height: 170px;
  background: #1b1426 url(../images/top/bg_itfair2022.png) no-repeat left top;
  background-size: 50%;
  padding: 0 0 0 16px;
}

.ttl_area h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin: 24px 0 0;
  width: 98%;
}

.seminar_time {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 40px 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

.seminar_time span.cat {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1px 6px;
  background: #00a6bf;
  margin-right: 16px;
}

.seminar_time span.num {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1px 6px;
  background: #242847;
  margin-right: 16px;
}

.seminar_time span.company {
  color: #fff;
  font-size: 1.6rem;
  font-weight: nomal;
}

.seminar_box {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
}

.seminar_box .products_move {
  max-width: 948px;
  width: 76%;
  padding-top: 41.1%;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #b3b3b3;
  margin-left: 15px;	
}

.seminar_box .products_move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.seminar_box .products_right {
  width: 290px;
  margin-right: 15px;
  margin-left: 15px;
}

.seminar_box .products_right a.btn_questionnaire {
  transition: .3s;
  display: block;
  border-radius: 12px;
}

.seminar_box .products_right a.btn_questionnaire:hover {
  box-shadow: 0px 3px 3px #ababab;
  transform: translateY(-3px);
}

.seminar_box .products_right p.txt_questionnaire {
  font-size: 1.2rem;
  line-height: 140%;
  margin-top: 14px;
}

.seminar_box .products_right .next_box {
  margin-top: 20px;
}

.seminar_box .products_right .next_box a.next_se {
  display: block;
  transition: .3s;
}

.seminar_box .products_right .next_box a.next_se:hover {
  transform: translateY(-3px);
}

.seminar_box .products_right .next_box .ttl {
  width: 100%;
  height: 26px;
  line-height: 26px;
  font-weight: bold;
  background: #f2f2f2;
  color: #157f8c;
}

.seminar_box .products_right .next_box .ttl span {
  padding: 0 6px;
  background: #c5dcdf;
  color: #157f8c;
  height: 26px;
  display: inline-block;
  margin: 0 10px 0 0;
}


.seminar_box .products_right .next_box .next_img {
  width: 100%;
  height: 138px;
  margin-top: 5px;
}

.seminar_box .products_right .next_box .seminar_time2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #1b1426;
    border-top: 1px solid #d2dada;
}

.seminar_box .products_right .next_box .seminar_time2 span.num {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1px 6px;
  background: #333;
  margin-right: 16px;
  height: 25px;
}

.next_txt {
  font-size: 1.4rem;
  line-height: 160%;
  margin-top: 14px;
}

.movie_txt {
  font-size: 1.6rem;
  line-height: 160%;
  margin-top: 14px;
}

.under_area {
  width: 100%;
  background: #d9e8ea;
  border-radius: 20px;
  padding: 48px 76px;
  box-sizing: border-box;
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
}

.under_area .txt_area {
  width: 656px;
}

.under_area .border {
  width: 2px;
  height: auto;
  background: #b3d1d4;
  display: block;
}

.under_area .speaker_area {
  width: 330px;
}

.under_area dl.speaker {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}

.under_area dl.speaker:last-child {
  margin-bottom: 0;
}

.under_area dl.speaker dt > div {
  display: block;
}

.under_area dl.speaker dt .ttl {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  padding: 1px 4px;
  background: #157f8c;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 140%;
}

.under_area dl.speaker dt .affiliation {
  font-size: 1.2rem;
  line-height: 130%;
  margin-top: 10px;
}

.under_area dl.speaker dt .position {
  font-size: 1.2rem;
  line-height: 160%;
}

dl.speaker dt > div:empty {
  display: none !important;
}

dl.speaker dd:empty {
  display: none !important;
}

.bg_back_btn {
  margin: 50px 0;
}

.bg_back_btn a {
  width: 492px;
  height: 44px;
  border-radius: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  background: #1b1426 url(../images/sec/icon_back.svg) no-repeat left 18px center;
  background-size: 21px;
  display: block;
  margin: 0 auto;
  transition: .3s;
}

.bg_back_btn a:hover {
  box-shadow: 0px 3px 3px #ababab;
  transform: translateY(-3px);
}

.products_btn {
  margin: 10px 0 20px;
}

.products_btn a {
  height: 60px;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  background: #00a6bf;
  display: block;
  margin: 0 auto;
  transition: .3s;
}

.products_btn a:hover {
  box-shadow: 0px 3px 3px #ababab;
  transform: translateY(-3px);
}

/*=================================================================*/
/*	ソリューション詳細 */
/*=================================================================*/
.ttl_area2 {
  width: 100%;
  height: 170px;
  background: #157f8c url(../images/union/bg_txt.svg) no-repeat center top;
  background-size: 18%;
}

.ttl_area2 h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin: 24px 0 0;
}

.ttl_area2 .ttl_sol {
  position: relative;
  padding-left: 50px;
}

.ttl_area2 .ttl_sol img.cat_img {
  position: absolute;
  top: 0;
  left: -80px;
  z-index: 2;
}

.ttl_area2 .ttl_sol .system_name {
  font-size: 1.8rem;
  color: #fff;
  padding: 26px 0 0;
}

.ttl_area2 .ttl_sol .company_name {
  font-size: 1.6rem;
  color: #fff;
  padding: 0 0 0 10px;
  margin: 26px 0 0;
  border-left: 1px solid #fff;
}

.ttl_area2 .ttl_sol .next_box {
  width: 128px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -40px;
  right: 0;
}

.ttl_area2 .ttl_sol .next_box a {
  display: block;
  transition: .3s;
}

.ttl_area2 .ttl_sol .next_box a:hover {
  box-shadow: 0px 3px 3px #ababab;
  transform: translateY(-3px);
}

.catch {
  font-size: 2.6rem;
  font-weight: bold;
  color: #408c94;
  padding: 78px 0 40px;
  position: relative;
}

.catch:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #408c94;
  position: absolute;
  bottom: 0;
  left: 0;
}

.explanation_area {
  display: flex;
  justify-content: space-between;
  margin: 66px 0 0;
}

.explanation_area .logo_img {
  width: 350px;
  height: 220px;
  border: 1px solid #b3d1d4;
  box-sizing: border-box;
  position: relative;
  display: block;
}

.explanation_area .logo_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.explanation_area .explanation_txt {
  width: calc(100% - 350px);
  margin: 0 0 0 38px;
}

.seminar_box2 {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}

.seminar_box2 .products_left {
  width: 76%;
}

.seminar_box2 .products_left img {
  display: block;
  margin: 0 auto 30px;
}

.seminar_box2 .products_move {
  max-width: 784px;
  width: 100%;
  padding-top: 51.6%;
  box-sizing: border-box;
  border: 1px solid #b3b3b3;
  position: relative;
}

.seminar_box2 .products_move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.seminar_box2 .products_right {
  width: 246px;
}

.seminar_box2 .products_right a.right_box {
  display: block;
  margin: 0 0 16px;
  transition: .3s;
}

.seminar_box2 .products_right a.right_box:hover {
  transform: translateY(-3px);
}

.seminar_box2 .products_right a.right_box > img {
  margin: 0 0 16px;
}

.solution_list {
  width: 100%;
  background: #d9e8ea;
  padding: 95px 0 80px;
  margin: 92px 0 0;
}

.solution_list ul.solution {
  display: flex;
  justify-content: center;
}

.solution_list ul.solution li {
  width: 246px;
  margin-left: 3.78%;
}

.solution_list ul.solution li:first-child {
  margin-left: 0;
}

.solution_list ul.solution li a {
  display: block;
  transition: .3s;
}

.solution_list ul.solution li a:hover {
  transform: translateY(-3px);
}

.solution_list ul.solution li img {
  width: 246px;
  height: 138px;
  background: #fff;
}

.solution_list ul.solution li p {
  margin: 16px 0 0;
}

.solution_list ul.solution li .btn_dl {
  display: block;
  width: 100%;
  height: 32px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
  background: #46494a url(../images/sec/icon_dl.png) no-repeat center right 15px;
  margin: 16px 0 0;
  transition: .3s;
}

.solution_list ul.solution li .btn_dl:hover {
  opacity: 1;
  box-shadow: 0px 3px 3px #ababab;
  transform: translateY(-3px);
}

.solution_list ul.solution li .btn_move {
  display: block;
  width: 100%;
  height: 32px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
  background: #006773 url(../images/sec/icon_pen.svg) no-repeat center right 15px;
  background-size: 14px 14px;
  margin: 16px 0 0;
  transition: .3s;
}

.solution_list ul.solution li .btn_move:hover {
  opacity: 1;
  box-shadow: 0px 3px 3px #ababab;
  transform: translateY(-3px);
}

.bg_back_btn2 {
  margin-top: 95px;
  margin-bottom: 80px;
}

.bg_back_btn2 a {
  width: 492px;
  height: 44px;
  border-radius: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  background: #006773 url../images/sec/icon_back2.svg) no-repeat left 18px center;
  background-size: 13px;
  display: block;
  margin: 0 auto;
  transition: .3s;
}

.bg_back_btn2 a:hover {
  box-shadow: 0px 3px 3px #ababab;
  transform: translateY(-3px);
}

.contact {
  width: 100%;
  padding: 77px 0;
  background: #006773;
}

.contact .contact_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .contact_box .contact_txt {
  font-size: 1.6rem;
  color: #fff;
  line-height: 160%;
  text-align: right;
}

.contact .contact_box .border2 {
  width: 2px;
  height: 128px;
  display: block;
  background: #33868f;
  margin: 0 75px;
}

.contact .contact_box a.btn_contact {
  width: 456px;
  height: 80px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 12px;
  line-height: 80px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #006773 url(../images/sec/icon_contact.png) no-repeat center left 40px;
  transition: .3s;
}

.contact .contact_box a.btn_contact:hover {
  box-shadow: 0px 3px 3px #ababab;
  transform: translateY(-3px);
}

/*<end>============================================================*/
