@charset "UTF-8";
div#global_header {
  height: auto;
  border-bottom: 1px solid #f3f3f3;
}
div#global_header .container {
  padding-bottom: 13px;
}
#stitle {
  padding: 24px 0 13px 0;
}
.melfa_contents_1col {
  width: 980px;
  margin: 0 auto;
  position: relative
}
a.bt {
  display: inline-block;
}
a.bt:hover {
  opacity: .7;
  filter: alpha(opacity=70)
}
.align_center {
  text-align: center;
}
.plc_wrapper {
  min-width: 1140px;
  width: 100%; /*overflow-x: hidden;*/
}
/*common*/
.docLinkSiryo {
  border: none !important;
}
.sub_bg {
  color: #1D2088;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin: 3% 0;
}
.geminiTitle {
  color: #1F2A66;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 22px;
  text-align: center;
  background: linear-gradient(to right, transparent, #C6E1F0, transparent);
  padding: 10px 0;
  letter-spacing: 1px
}
.geminiTitle small {
  font-size: 17px;
  text-shadow: none;
}
/*chrome対策*/
img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
}
img {
  max-width: 100%
}
.align_c {
  text-align: center
}
.ast_lst {
  line-height: 1.5;
  text-indent: -2em;
  padding-left: 2em;
  text-align: left
}
.arrow_right {
  position: relative;
  width: 15%;
  text-align: center
}
.arrow_right:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 18px;
  top: 100%;
  left: 0;
  background: -ms-linear-gradient(bottom left, #1D2088 50%, transparent 50%) no-repeat right top/15px 9px, -ms-linear-gradient(bottom right, transparent 50%, #1D2088 50%) no-repeat right bottom/15px 9px, radial-gradient(circle farthest-side, #1D2088 30%, transparent 30%, transparent 100%) repeat-x center/6px 10px;
  background: linear-gradient(to top right, #1D2088 50%, transparent 53%) no-repeat right top/15px 9px, linear-gradient(to top left, transparent 50%, #1D2088 53%) no-repeat right bottom/15px 9px, radial-gradient(circle farthest-side, #1D2088 30%, transparent 30%, transparent 100%) repeat-x center/6px 10px;
}
.pro, .ess {
  color: #FFF;
  padding: 5px 10px;
  width: 20%;
  text-align: center;
}
.pro {
  background: #1D2088;
}
.ess {
  background: #007934;
}
.gemini section {
  padding: 5% 0
}
.sub_bg {
  padding: 50px 0;
  background: radial-gradient(circle, rgb(187 195 227 / 65%) 50%, transparent 50%) no-repeat top left 20px/45px 45px, radial-gradient(circle, rgb(186 227 249 / 65%) 50%, transparent 50%) no-repeat top 50px left 45px/60px 60px, radial-gradient(circle, rgb(218 240 252 / 65%) 50%, transparent 50%) no-repeat top 15px left 60px/80px 80px, radial-gradient(circle, rgb(187 195 227 / 65%) 50%, transparent 50%) no-repeat top 55px right 35px/65px 65px, radial-gradient(circle, rgb(186 227 249 / 65%) 50%, transparent 50%) no-repeat top 5px right 45px/100px 100px, radial-gradient(circle, rgb(218 240 252 / 65%) 50%, transparent 50%) no-repeat top 5px right 10px/50px 50px
}
/*index*/
.index .about {
  position: relative;
  background: url("../img/design1.png") no-repeat top right / 45%
}
.index .top {
  padding-top: 2em
}
.index .about_main {
  text-align: center;
}
.index .about_main p {
  text-align: center;
  color: #1D2088;
  font-weight: bolder;
  font-size: 25px !important;
  letter-spacing: 0.2em;
  border-top: #1d2088 1px solid;
  border-bottom: #1d2088 1px solid;
  margin: 5% 5% 2% 5% !important;
  position: relative;
  padding: 2% 0;
}
.index .about_main p:before, .index .about_main p:after {
  content: "";
  position: absolute;
  width: 13%;
  height: calc(100% + 6px);
  border-top: #1d2088 6px solid;
  border-bottom: #1d2088 6px solid;
  top: -3px;
  box-sizing: border-box
}
.index .about_main p:before {
  left: 0
}
.index .about_main p:after {
  right: 0
}
.index .about_main img {
  width: 90%
}
.index .about .align_c:nth-of-type(1) {
  position: relative;
  margin-bottom: 10% !important;
}
.index .about .align_c:nth-of-type(1):after {
  content: "";
  position: absolute;
  border-right: 4px dotted #ab8e00;
  width: 50%;
  height: 85px;
  top: 100%;
  left: 0;
  margin: 2% 0
}
.index .about .align_c:nth-of-type(2) {
  font-weight: bold;
  text-shadow: 0 0 5px rgba(175, 125, 173, 0.5);
  letter-spacing: 0.1em;
  margin-top: 110px !important
}
.index .about_box {
  background: linear-gradient(to right, #FFF 55px, #936393 70px, #B4006D 100%);
  border-radius: 10px;
  padding: 2px;
  margin-top: 5%;
  position: relative;
  width: 95%;
  margin-left: 5%;
  margin-bottom: 50px
}
.index .about_box .round {
  background: #af7dad;
  border-radius: 50%;
  color: #FFF;
  height: 105px;
  width: 105px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .about_box .round p {
  margin: 0 !important;
  text-align: center;
}
.index .about_box > p {
  text-align: center;
  background: #FFF;
  border-radius: 8px;
  margin: 0 !important;
  padding: 2% 2% 2% 105px;
}
.movie h4 {
  text-align: center;
  margin-top: 25px
}
.movie .c-card--movie {
  max-width: 768px;
  width: 68.27%;
  margin: 0 auto;
}
.data-download {display: block; background: #e2e3e4; color: #000;font-size: 0.9em;padding:5px 0 5px 30px;position: relative;}
.data-download:before{position: absolute; content: ""; width: 16px; height: 16px; top:7px;left:7px; background: linear-gradient(to top right,#e2e3e4 60%,#c4161c 60%) no-repeat top left/8px,linear-gradient(to bottom right,#c4161c 40%,#e2e3e4 40%) no-repeat top right/8px;border-bottom: 2px solid #c4161c;}

@media screen and (max-width: 480px) {
  .index .about_box {
    width: 100%;
    margin-left: 0;
  }
}
/*usage*/
.usageTitle {
  position: relative;
  color: #28487D;
  font-size: 22px;
  text-align: center;
  background: linear-gradient(90deg, rgba(0, 75, 131, 1), rgba(255, 255, 255, 1) 35% 65%, rgba(0, 75, 131, 1));
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.usageTitle img {
  position: absolute;
  height: 3.5em;
  top: -50%;
  padding-left: 5%;
}

@media screen and (max-width: 768px) {
  .usageTitle {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .usageTitle img {
    position: absolute;
    height: 3.5em;
    top: -50%;
    padding-left: 3%;
  }
}

.usageContainer {
  display: grid;
  gap: 10px;
  padding-top: 40px;
  margin-bottom: 1%;
}

.usageItem {
  display: flex;
  align-items: center;
  background: white;
  padding: 20px;
  font-weight: bold;
}

.usageItem.first-item {
  display: flex;
  flex-direction: column;   /* 縦に積む */
  padding: 0;
  background: white;
  border: 2px solid #93B3C5;
  border-radius: 12px;
  overflow: hidden;
  color: #333;
}

/* 上側のボックス */
.first-item .top-box {
  display: flex;
  width: 100%;
}

/* 左側ラベル */
.first-item .label {
  background-color: #93B3C5;
  color: #000;
  width: 80px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
  border-radius: 0 0 12px 0;
}

.first-item .label-text {
  display: block;
  text-align: left;
  margin-right: 18px;
}

.first-item .label-num {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  display: block;
  font-size: 24px;
}

/* 下の説明文 */
.first-item .content {
  width: 100%;
padding-top: clamp(6px, 1.7vw, 16px);
  padding-right: 20px;
  padding-bottom: 14px;
  padding-left: 20px;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
}

.usageContainer .usageItem:nth-child(2),
.usageContainer .usageItem:nth-child(4) { 
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  }

.usageContainer .usageItem:nth-child(2)::before,
.usageContainer .usageItem:nth-child(4)::before {
  content: "";
  width: 25px;
  height: 30px;
  background: linear-gradient(to right, #004986, #00A0E9);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.usageContainer .usageItem:nth-child(4)::before {
  background: linear-gradient(to right, #B60005, #ED6D46);
}

.usageContainer .usageItem:nth-child(3) { 
  font-size: 16px;
  justify-content: center; 
  text-align: center;
  border-left: 3px solid #004986;
  border-right: 3px solid #004986;
}

.usageContainer .usageItem:nth-child(5) { 
  font-size: 18px;
  justify-content: center;
  text-align: center;
  color: white;
  background: linear-gradient(90deg, #00A0E9, #7ECEF4);
}

.usageLabel {
  color: #3BADCA;
  font-size: 22px;
  padding-left: 1em;
  border-left: 14px solid #3BADCA;
  margin: 10% 0 4% 0;
}

.usageInnerTitle {
  color: #375372;
  font-size: 18px;
  margin-top: 2%;
  border-bottom: 1px solid #375372;
}

.usagePoint {
  font-size: 18px;
  margin-top: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.usagePointText {
  text-align: left;
}

.usagePoint span {
  color: #AB1F24;
  font-weight: bold;
}

.usagePoint img {
  height: 3em;
  padding-right: 10px;
  vertical-align: center;
}

.usageResponsiveImage {
  width: 80%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .usageResponsiveImage {
    width: 100%;
  }
}

/* --- レスポンシブ設定 --- */
.usageContainer {
  grid-template-columns: 4fr 1fr 4fr 1fr 4fr;
}

@media (max-width: 1000px) {
  .usageContainer {
    grid-template-columns: 1fr;
    padding: 60px 60px 10px 60px;
  }

  .usage p {
    padding-right: 60px;
  }

  .usageContainer .usageItem:nth-child(2)::before,
  .usageContainer .usageItem:nth-child(4)::before {
    width: 30px;
    height: 25px;
    background: linear-gradient(to bottom, #004986, #00A0E9);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }

  .usageContainer .usageItem:nth-child(4)::before {
    background: linear-gradient(to bottom, #B60005, #ED6D46);
  }
}
@media screen and (max-width: 1090px) {
  .usage .usage_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .usage .usage_list .usage_list_item {
    flex-direction: column;
    align-items: flex-end;
    width: 300px;
    padding-left: 0;
  }
  .usage .usage_list .usage_list_item > div {
    margin: 40px 0;
    min-height: 118px;
  }
  .usage .usage_list .usage_list_item > div:first-of-type:before, .usage .usage_list .usage_list_item > div:last-of-type:after {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 100px;
    height: 25px;
    left: calc(((295px - 50px) / 2) - 30px);
    border-top: 5px solid #0074B2;
    top: calc(118px + 70px)
  }
  .usage .usage_list .usage_list_item > div:first-of-type:before {
    top: calc(100% + 20px)
  }
  .usage .usage_list .usage_list_item div:last-of-type:after {
    top: calc(0% - 20px - 25px)
  }
}
@media screen and (max-width: 480px) {
  .usage #usage1 > div {
    flex-wrap: wrap;
  }
  .usage #usage1 > div > div {
    width: 80%;
    margin: 10px 0;
  }
  .usage .disp_pc {
    display: none;
  }
  .usage .disp_sp {
    display: inline;
  }
}
/*introductions*/
.introductions section[class^="ex_"] {
  margin: 40px 0;
}
.introductions section[class^="ex_"] h4 {
  text-align: center;
  position: relative;
  padding: 5px;
  font-size: 20px;
}
.introductions section[class^="ex_"] h4:before, .introductions section[class^="ex_"] h4:after {
  position: absolute;
  content: "";
  clip-path: polygon(0 0%, 50% 100%, 100% 0);
  width: 44px;
  height: 15px;
}
.introductions section[class^="ex_"] h4:before {
  bottom: -14px;
  left: calc(50% - 22px);
}
.introductions section[class^="ex_"] h4:after {
  bottom: -40px;
  left: calc(50% - 22px);
  background: #FFF;
  z-index: 1
}
.introductions section[class^="ex_"] h4 p {
  color: #FFF;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 70px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 1px
}
.introductions section[class^="ex_"] h4 p span {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.1;
}
.introductions section[class^="ex_"] h4 p em {
  font-size: 28px
}
.introductions section[class^="ex_"] h4 + div {
  position: relative;
  padding: 35px 20px 20px 20px;
  margin: 25px 0 30px 0;
  overflow: hidden
}
.introductions section[class^="ex_"] h4 + div > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  position: relative;
}
.introductions section[class^="ex_"] h4 + div img {
  width: 80%;
}
.introductions section[class^="ex_"] h4 + div > div .disp_sp {
  display: none;
}
.introductions section[class^="ex_"] h4 + div p:first-of-type {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.introductions section[class^="ex_"] h4 + div p:first-of-type em {
  font-size: 24px;
}
.introductions section[class^="ex_"] h4 + div .hexagon {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 18px;
  width: 15%;
  aspect-ratio: 0.9;
  min-width: 85px;
  text-align: center;
  display: grid;
  place-items: center center;
  line-height: 1.1;
  z-index: 4
}
.introductions section[class^="ex_"] .u-ta--center {
  font-weight: bold;
  font-size: 20px;
}
.introductions section[class^="ex_"] .phase {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
  flex-wrap: wrap;
  counter-reset: listnum;
  overflow: hidden;
}
.introductions section[class^="ex_"] .phase div {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  position: relative;
  background: #FFF;
  margin-left: 30px;
}
.introductions section[class^="ex_"] .phase div:before {
  position: absolute;
  counter-increment: listnum;
  content: counter(listnum);
  color: #FFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: calc(50% - 25px);
  left: -40px;
  z-index: -1;
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  padding-right: 10px;
}
.introductions section[class^="ex_"] .phase div:not(:last-of-type):after {
  position: absolute;
  content: "";
  width: 300px;
  height: 20px;
  top: calc(50% - 10px);
  right: -250px;
  z-index: -2;
}
.introductions section[class^="ex_"] .phase div h6 {
  font-size: 20px;
}
.introductions section[class^="ex_"] h5 {
  font-size: 20px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #000;
  display: inline-block;
  letter-spacing: 2px;
}
.introductions section[class^="ex_"] .issues h6 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.introductions section[class^="ex_"] .issues table {
  border-top: 2px solid #1D2088;
  border-bottom: 2px solid #1D2088;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.introductions section[class^="ex_"] .issues table td {
  padding: 15px 25px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.introductions section[class^="ex_"] .issues table tr:first-of-type td {
  border-bottom: 2px solid #1D2088;
}
.introductions section[class^="ex_"] .issues table tr td:not(:last-of-type) {
  border-right: 2px solid #1D2088;
}
.introductions section[class^="ex_"] .issues table tr td span {
  color: #0068B7;
  font-size: 22px;
  padding-left: 10px;
}
.introductions section[class^="ex_"] .issues table tr:first-of-type td:not(:first-of-type):before {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  background: #B963A4;
  bottom: -10px;
  left: calc(50% - 15px);
}
.introductions section[class^="ex_"] .flow {
  margin-top: 30px;
  counter-reset: listnum;
}
.introductions section[class^="ex_"] .flow .flow_detail {
  margin: 30px 0;
  position: relative;
}
.introductions section[class^="ex_"] .flow .flow_detail:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  top: 0;
  left: calc(50% - 5px);
}
.introductions section[class^="ex_"] .flow .flow_detail > div {
  border-radius: 15px;
  padding: 10px 20px;
  display: flex;
  position: relative;
  margin-bottom: 40px;
  background: #FFF;
  justify-content: space-between
}
.introductions section[class^="ex_"] .flow .flow_detail > div div {
  width: 47.5%;
}
.introductions section[class^="ex_"] .flow .flow_detail > div div h6 {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  margin: 10px 0;
}
.introductions section[class^="ex_"] .flow .flow_detail > div div h6:before {
  position: absolute;
  font-size: 14px;
  counter-increment: listnum;
  content: counter(listnum);
  color: #FFF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  top: 0px;
  left: 0;
  text-align: center;
  line-height: 25px;
}
.introductions section[class^="ex_"] .benefit > div {
  margin: 20px 0
}
.introductions section[class^="ex_"] .benefit > div h6 {
  font-size: 18px;
}
.introductions section[class^="ex_"] .benefit > ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 30px 0;
}
.introductions section[class^="ex_"] .benefit > ul li {
  width: 200px;
  text-align: center;
  margin: 10px;
}
.introductions section[class^="ex_"] .benefit > ul h6 {
  font-size: 18px;
}
.introductions section[class^="ex_"] .benefit .benefit_effect {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 40px 0;
  padding: 40px 5px;
}
.introductions section[class^="ex_"] .benefit .benefit_effect strong {
  font-size: 22px;
  color: #B963A4
}
.introductions section[class^="ex_linesim"] h4 {
  background: linear-gradient(to bottom, #045F89 -100%, #DFF2FC 90%);
  color: #1D2088
}
.introductions section[class^="ex_linesim"] h4:before {
  background: #DFF2FC;
}
.introductions section[class^="ex_linesim"] h4 + div {
  background: linear-gradient(125deg, #F1F7FA, #E3EFF6, #71B3CE);
  /* background: #E3EFF6;*/
}
.introductions section[class^="ex_linesim"] h4 + div p:first-of-type span {
  color: #0068B7
}
.introductions section[class^="ex_linesim"] h4 + div p:first-of-type em {
  color: #0068B7
}
.introductions section[class^="ex_linesim"] h4 + div .hexagon {
  background: rgba(128, 164, 214, 0.9);
}
.introductions section[class^="ex_linesim"] .u-ta--center {
  color: #0068B7
}
.introductions section[class^="ex_linesim"] .phase div {
  border: 10px solid #8EBBE5;
}
.introductions section[class^="ex_linesim"] .phase div:before, .introductions section[class^="ex_linesim"] .phase div:not(:last-of-type):after {
  background: #8EBBE5
}
.introductions section[class^="ex_linesim"] .flow .flow_detail > div div h6:before {
  background: #8EBBE5
}
.introductions section[class^="ex_linesim"] .flow .flow_detail > div {
  border: 5px solid #8EBBE5;
}
.introductions section[class^="ex_linesim"] .flow .flow_detail:before {
  background: #8EBBE5
}
.introductions section[class^="ex_linesim"] .benefit > ul li {
  width: 300px;
}
.introductions section[class^="ex_linesim"] .benefit > ul li img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.introductions section[class^="ex_linesim"] .benefit > div h6 {
  color: #0075C2
}
.introductions section[class^="ex_linesim"] .benefit > ul h6 {
  color: #0075C2;
  padding: 15px 20px;
  background: #E1F3FC;
}
.introductions section[class^="ex_linesim"] .benefit .benefit_effect {
  background: radial-gradient(ellipse, #E3EFF6 50%, #FFF 70%)
}
.introductions section[class^="ex_machinesim"] h4 {
  background: linear-gradient(to bottom, #497659 -100%, #D3DFD5 90%);
  color: #007375
}
.introductions section[class^="ex_machinesim"] h4:before {
  background: #D3DFD5;
}
.introductions section[class^="ex_machinesim"] h4 + div {
  background: linear-gradient(125deg, #E6F0ED, #D4E4DF, #82B4A8);
  /*  background: #E6F0ED;*/
}
.introductions section[class^="ex_machinesim"] h4 + div p:first-of-type span {
  color: #007375
}
.introductions section[class^="ex_machinesim"] h4 + div p:first-of-type em {
  color: #007375
}
.introductions section[class^="ex_machinesim"] h4 + div .hexagon {
  background: rgba(126, 166, 164, 0.9);
}
.introductions section[class^="ex_machinesim"] .u-ta--center {
  color: #007375
}
.introductions section[class^="ex_machinesim"] .phase div {
  border: 10px solid #B1CDA4;
}
.introductions section[class^="ex_machinesim"] .phase div:before, .introductions section[class^="ex_machinesim"] .phase div:not(:last-of-type):after {
  background: #B1CDA4
}
.introductions section[class^="ex_machinesim"] .issues strong {
  color: #007375;
  font-size: 18px;
}
.introductions section[class^="ex_machinesim"] .flow .flow_detail > div div h6:before {
  background: #B1CDA4
}
.introductions section[class^="ex_machinesim"] .flow .flow_detail > div {
  border: 5px solid #B1CDA4;
}
.introductions section[class^="ex_machinesim"] .flow .flow_detail:before {
  background: #B1CDA4
}
.introductions section[class^="ex_machinesim"] .benefit > div h6 {
  color: #007375
}
.introductions section[class^="ex_machinesim"] .benefit > ul {
  margin-top: 0px
}
.introductions section[class^="ex_machinesim"] .benefit > ul h6 {
  color: #007375;
  padding: 5px 20px;
  background: #EEF4DD;
  margin-bottom: 10px;
}
.introductions section[class^="ex_machinesim"] .benefit > ul ul {
  margin-left: 20px;
}
.introductions section[class^="ex_machinesim"] .benefit > ul ul li {
  text-align: left;
  list-style: disc;
  margin: 3px 0;
}
.introductions section[class^="ex_machinesim"] .benefit > ul p strong {
  color: #007375;
  font-size: 18px;
}
.introductions section[class^="ex_machinesim"] .benefit > ul p small {
  font-size: 12px;
  text-align: left;
  display: block
}
.introductions section[class^="ex_machinesim"] .benefit .benefit_effect {
  background: radial-gradient(ellipse, #EEF5E0 50%, #FFF 70%)
}
@media screen and (max-width: 999px) {
  .introductions section[class^="ex_"] h4 + div > div {
    flex-wrap: wrap-reverse;
  }
  .introductions section[class^="ex_"] h4 + div > div .disp_sp {
    display: block;
    width: 100%;
    color: #FFF;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 18px;
    padding: 3px 0;
    letter-spacing: 1px;
  }
  .introductions section[class^="ex_"] h4 + div .hexagon {
    display: none;
  }
  .introductions section[class^="ex_linesim"] h4 + div > div .disp_sp {
    background: linear-gradient(to right, transparent, rgba(128, 164, 214, 1), transparent);
  }
  .introductions section[class^="ex_machinesim"] h4 + div > div .disp_sp {
    background: linear-gradient(to right, transparent, rgba(126, 166, 164, 1), transparent);
  }
}
@media screen and (max-width: 549px) {
  .introductions section[class^="ex_"] h4 {
    padding: 0 5px 10px 5px;
  }
  .introductions section[class^="ex_"] h4 p {
    width: 100%;
    justify-content: start;
    position: relative;
    align-items: baseline;
  }
}
@media screen and (max-width: 489px) {
  .introductions section[class^="ex_"] .phase div {
    margin-bottom: 20px
  }
  .introductions section[class^="ex_"] .phase div:not(:last-of-type):after {
    width: 20px;
    height: 200px;
    top: 100%;
    right: calc(50% - 10px);
  }
  .introductions section[class^="ex_"] .issues table tbody {
    display: flex;
    width: 100%;
  }
  .introductions section[class^="ex_"] .issues table tbody tr {
    width: 50%;
  }
  .introductions section[class^="ex_"] .issues table td {
    padding: 15px 0;
    display: block;
  }
  .introductions section[class^="ex_"] .issues table tr td:not(:last-of-type) {
    border-right: none;
  }
  .introductions section[class^="ex_"] .issues table tr:first-of-type td {
    border-right: 2px solid #1D2088;
  }
  .introductions section[class^="ex_"] .issues table tr:first-of-type td:last-of-type {
    border-bottom: none;
  }
  .introductions section[class^="ex_"] .issues table tr td:not(:last-of-type) {
    border-bottom: 2px solid #1D2088;
  }
  .introductions section[class^="ex_"] .issues table tr:first-of-type td:not(:first-of-type):before {
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	width: 15px;
	height: 30px;
	top:calc(50% - 15px);
	left:calc(100% - 7.5px);
	  
  }
  .introductions section[class^="ex_"] .issues table tr td span {
    display: inline-block;
    padding-left: 0
  }
  .introductions section[class^="ex_"] .flow .flow_detail > div {
    flex-wrap: wrap
  }
  .introductions section[class^="ex_"] .flow .flow_detail > div div {
    width: 100%;
  }
}
/*function*/
.functionTitle {
  position: relative;
  color: white;
  font-size: 18px;
  margin-top: 6%;
  padding: 8px;
  background: linear-gradient(90deg, rgba(112, 155, 176, 1), rgba(112, 155, 176, 0));
  letter-spacing: 2px;
}

.functionSubTitle {
  color: #375372;
  font-size: 20px;
  margin: 10px 0 10px 0;
  font-weight: bold;
}

.functionText {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 6%;
}

.functionImg {    
  aspect-ratio: 5 / 3;
  overflow: hidden;
}

.functionImg img {   
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 760px) {
  .functionText {
    margin-bottom: 14%;
  }


  .functionImg {
    aspect-ratio: auto;   /* ← これ重要 */
  }

  .functionImg img {
    height: auto;
    object-fit: unset;
  }
}


.functionPoint {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #E0A328;
  font-weight: bold;

  &::before {
    content: "";
    width: 20px;
    height: 2px;
    box-sizing: border-box;
    background-color: #E0A328;
    rotate: 60deg;
  }

  &::after {
    content: "";
    width: 20px;
    height: 2px;
    box-sizing: border-box;
    background-color: #E0A328;
    rotate: -60deg;
  }
}

/*Lineup*/
.scrollWrapper {
  width: 100%;
  overflow-x: auto;
}

.lineupContainer {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 4px;
  padding-top: 2%;
  min-width: 1000px;
}

.lineupInnerContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 10px;
}

.lineupItemA {
  background-color: #E5E0ED;
  border: 1px solid white;
}

.lineupItemB {
  background-color: #F4E4D6;
  border: 1px solid white;
}

.lineupItemC {
  background-color: #ECDAE1;
  border: 1px solid white;
}

.lineupItemD {
  background-color: #E6E9D6;
  border: 1px solid white;
}

.lineupItemE {
  background-color: #E0EDF2;
  border: 1px solid white;
  margin: 20px;
}

.lineupItemA h4 {
  padding: 10px;
  color: white;
  background: linear-gradient(to right, #3D2B62, rgba(61,43,98,0.5));
}

.lineupItemB h4 {
  padding: 10px;
  color: white;
  background: linear-gradient(to right, #BB6C22, rgba(187,108,34,0.5));
}

.lineupItemC h4 {
  padding: 10px;
  color: white;
  background: linear-gradient(to right, #A35379, rgba(163,83,121,0.5));
}

.lineupItemD h4 {
  padding: 10px;
  color: white;
  background: linear-gradient(to right, #788D3B, rgba(120,141,59,0.5)); 
}

.lineupItemE h4 {
  padding: 10px;
  color: white;
  background: linear-gradient(to right, #5796B9, rgba(87,150,185,0.5)); 
}

.lineupContainer .c-subtext {
  margin: 10px;
}

.lineupLabelA, .lineupLabelB, .lineupLabelC, .lineupLabelD, .lineupLabelE {
  font-size: 14px;
  margin: 10px 0 10px 14px;
  padding-left: 10px;
  font-weight: bold;
}

.lineupLabelA {
  border-left: 6px solid #3D2B62;
}

.lineupLabelB {
  border-left: 6px solid #BB6C22;
}

.lineupLabelC {
  border-left: 6px solid #A35379;
}

.lineupLabelD {
  border-left: 6px solid #788D3B;
}

.lineupLabelE {
  border-left: 6px solid #5796B9;
}

.lineupTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.lineupTable th {
  color: white;
  padding: 10px;
  vertical-align: middle;
}

.lineupTable thead th:nth-child(2) {
  background-color: #90BAC8;
  border-right: 4px solid white;
}

.lineupTable thead th:nth-child(3) {
  background-color: #6F8F31;
  border-right: 4px solid white;
}

.lineupTable thead th:nth-child(4) {
  background-color: #1497BC;
  border-right: 4px solid white;
}

.lineupTable thead th:nth-child(5) {
  background-color: #B9527B;
  border-right: 4px solid white;
}

.lineupTable thead th:nth-child(6) {
  background-color: #6D569B;
  border-right: 4px solid white;
}

.lineupTable thead th:nth-child(7) {
  background-color: #D36D12;
}

.lineupTable thead tr th:first-child {
  background: white !important;
  border: none !important;
}

.lineupTable tbody tr:nth-child(even) {
  background-color: #EAF4F6;
}

.lineupSubTitle {
  background-color: #506D81;
  border-left: 2px solid white;
  border-right: 2px solid white;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-align: center;
}

.lineupSubTitle span {
  display: inline-block;
  transform: rotate(180deg);
}

.lineupTable td {
  padding: 14px;
  vertical-align: middle;
}

.lineupTable img {
  height: 1.5em;
  width: auto;
  display: block;
  margin: auto;
}

.lineupInvisible-cell {
  background: white !important;
  border: none !important;
}

.lineupLicense h4 {
  font-size: 24px;
  color: #375372;
  border-bottom: 1px solid #375372;
  margin-bottom: 10px;
}

.lineupLicense p {
  font-size: 16px;
  margin-bottom: 4%;
}

.lineupLicense .c-note {
  font-size: 12px;
}


/*Trial*/
.trial section {
  position: relative;
  background: url("../img/design1.png") no-repeat top right / 45%
}
.trial .btn_area {
  display: flex;
  justify-content: space-around;
  margin: 3% 0;
  flex-wrap: wrap
}
.trial .btn {
  display: flex;
  position: relative;
  text-align: center;
  border-radius: 45px;
  padding: 5px 0;
  text-decoration: none;
  background: #FFF;
  width: 340px;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  align-items: center;
  justify-content: space-evenly;
  z-index: 1;
  margin: 10px 0;
}
.trial .btn:before, .trial .btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.trial .btn:hover {
  box-shadow: 5px 5px 10px 5px #999;
  transition: all 0.6s;
}
.trial .key:hover:before, .trial .download:hover:before {
  opacity: 0;
}
.trial .key:before {
  transition: all 0.6s;
  z-index: -1;
  background: linear-gradient(to right, #2B66B1, #3BBBCD)
}
.trial .key:after {
  z-index: -2;
  background: linear-gradient(to right, #2B66B1, #E55391)
}
.trial .btn img {
  width: 40px;
  height: 40px
}
.trial .btn p {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em !important;
  width: 70%;
  margin: 0 !important;
}
.trial .key p {
  background: linear-gradient(to right, #43BBBC 0%, #FFF 100%) no-repeat top left/5px;
}
.trial .download p {
  background: linear-gradient(to right, #FAEE00 0%, #FFF 100%) no-repeat top left/5px;
}
.trial .btn p span {
  font-size: 0.8em
}
.trial .download:before {
  transition: all 0.6s;
  z-index: -1;
  background: linear-gradient(to right, #F3CE8C, #EA8F80)
}
.trial .download:after {
  z-index: -2;
  background: linear-gradient(to right, #F5A864, #E55391)
}
.trial .btn span {
  font-size: 0.8em
}
.trial h5 {
  color: #1D2088;
  font-weight: bold;
  border-bottom: 3px solid #1D2088;
}
.trial .movie_area {
  background: linear-gradient(to bottom, #ddeaf1 85%, transparent 100%);
  text-align: center;
  position: relative;
  padding-bottom: 5%
}
.trial .movie_area:before {
  position: absolute;
  top: -20px;
  right: 0%;
  font-size: 110px;
  color: #FFF;
}
.trial > div:nth-of-type(1):before {
  content: "1";
}
.trial > div:nth-of-type(2):before {
  content: "2";
}
.trial > div:nth-of-type(3):before {
  content: "3";
}
.trial .movie_area + a {
  display: block;
  background: #e2e3e4;
  color: #000;
  font-size: 0.9em;
  padding: 5px 0 5px 30px;
  position: relative;
}
.trial .movie_area + a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 7px;
  left: 7px;
  background: linear-gradient(to top right, #e2e3e4 60%, #c4161c 60%) no-repeat top left/8px, linear-gradient(to bottom right, #c4161c 40%, #e2e3e4 40%) no-repeat top right/8px;
  border-bottom: 2px solid #c4161c;
}
.trial .movie_area p {
  margin: 0 auto !important;
  padding-top: 5%;
  max-width: 768px;
  width: 68.27%;
}
.trial .c-card--movie {
  max-width: 768px;
  width: 68.27%;
  margin: 0 auto;
}
.trial .c-headingLv2 {
  font-size: 1em;
  padding-bottom: 0;
}
.trial .c-headingLv2:after {
  width: 0%;
}
/*How to*/
#howto {
  position: relative;
}
#howto .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: .6;
  display: none;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}
#howto .youtube_link {
  margin: 0 auto;
  height: 213px
}
#howto .youtube_link iframe {
  width: 100%;
  height: 100%;
}
#howto input[type="radio"] {
  display: none;
}
#howto ol {
  list-style: none;
}
#howto .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
#howto .filters li {
  padding: 0.25rem 0;
  border-bottom: 1px solid #777;
  margin: 5px
}
#howto .filters li:nth-of-type(1) {
  border-left: 5px solid #BAE3F9;
}
#howto .filters li:nth-of-type(2) {
  border-left: 5px solid #655B87;
}
#howto .filters li:nth-of-type(3) {
  border-left: 5px solid #006896;
}
#howto .filters li:nth-of-type(4) {
  border-left: 5px solid #478589;
}
#howto .filters label {
  text-align: center;
  padding: 0.25rem 15px;
  margin-bottom: 0.25rem;
  min-width: 50px;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s;
  color: #777;
  font-size: 1.3em;
}
#howto .filters label[data-filter="all"]:hover {
  background: linear-gradient(-60deg, #B266A6, #BAE3F9); /*#7ECEF4　#920783*/
  color: #fff;
}
#howto .filters label[data-filter="category_1"]:hover {
  background: linear-gradient(-60deg, #BBB3D8 10%, #655B87);
  color: #fff;
}
#howto .filters label[data-filter="category_2"]:hover {
  background: linear-gradient(-60deg, #BED6E3 1.5%, #006896);
  color: #fff;
}
#howto .filters label[data-filter="category_3"]:hover {
  background: linear-gradient(-60deg, #95C6C6 1.5%, #478589);
  color: #fff;
}
#howto form {
  margin-bottom: 5%;
  text-align: right;
}
#howto form input {
  font-size: 1.1em;
  border: 1px solid #000;
}
#howto .targets {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
}
#howto .targets .target {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 48.5%;
  margin: 1% 0;
  display: flex;
  flex-direction: column;
  justify-content: inherit;
}
#howto .targets .target_title {
  font-size: 0.95rem !important;
  margin: 1rem 0.25rem 1rem 0.25rem !important;
  color: #777;
  border: none;
  line-height: 1.5;
  min-height: 3em;
  border-bottom: 2px solid #c4161c
}
#howto .targets figcaption {
  padding: 0.5rem;
  font-size: 0.75rem;
}
#howto .targets figcaption a {
  position: relative;
  padding: 3px 0px 3px 25px;
  display: block;
  margin: 15px -1.5px;
}
#howto .targets figcaption a:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 3px;
  left: 3px;
  background: linear-gradient(to top right, transparent 60%, #c4161c 60%) no-repeat top left/8px, linear-gradient(to bottom right, #c4161c 40%, transparent 40%) no-repeat top right/8px;
  border-bottom: 2px solid #c4161c;
}
#howto .targets .target_categories {
  margin-left: 0;
  font-size: 0.75rem;
}
#howto .targets .target_categories * {
  display: inline-block;
}
#howto .targets .target_categories li {
  padding: 0.2rem 0.5rem;
  transition: all 0.1s;
  color: #000;
  font-weight: bold;
  text-align: right;
  display: block;
  position: relative;
  height: 24px;
  box-sizing: border-box;
}
#howto .targets .target_categories li:before {
  position: absolute;
  width: 100%;
  height: 24px;
  font-size: 12px;
  top: 0;
  left: 0;
  padding: 0.2rem 0.5rem;
  box-sizing: border-box;
}
#howto .targets .target_categories li:hover:before {
  cursor: pointer;
  text-decoration: underline;
}
#howto .target_categories li[data-category="category_1"] {
  background: linear-gradient(to right, transparent 40%, #BBB3D8);
  border-right: 5px solid #655B87
}
#howto .target_categories li[data-category="category_1"]:before {
  content: "Process Modeling";
}
#howto .target_categories li[data-category="category_2"] {
  background: linear-gradient(to right, transparent 40%, #BED6E3);
  border-right: 5px solid #006896
}
#howto .target_categories li[data-category="category_2"]:before {
  content: "Component Modeling";
}
#howto .target_categories li[data-category="category_3"] {
  background: linear-gradient(to right, transparent 40%, #95C6C6);
  border-right: 5px solid #478589
}
#howto .target_categories li[data-category="category_3"]:before {
  content: "Robot Programming";
}
#howto .target_categories li[data-category="category_4"] {
  background: linear-gradient(to right, transparent 40%, #DFC6D6);
  border-right: 5px solid #875575;
}
#howto .target_categories li[data-category="category_4"]:before {
  content: "テストカテゴリ";
}
#howto .targets li[data-category="category_1"] .dl_link {
  background: rgba(187, 179, 216, 0.7);
  box-shadow: 0px 0px 5px 5px rgba(187, 179, 216, 0.7);
}
#howto .targets li[data-category="category_2"] .dl_link {
  background: rgba(190, 214, 227, 0.7);
  box-shadow: 0px 0px 5px 5px rgba(190, 214, 227, 0.7);
}
#howto .targets li[data-category="category_3"] .dl_link {
  background: rgba(149, 198, 198, 0.7);
  box-shadow: 0px 0px 5px 5px rgba(149, 198, 198, 0.7);
}
#howto .targets li[data-category="category_4"] .dl_link {
  background: rgba(223, 198, 214, 0.7);
  box-shadow: 0px 0px 5px 5px rgba(223, 198, 214, 0.7);
}
.course #howto .target figure {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.course #howto .target figure figcaption {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.course #howto .target figure figcaption p {
  margin-bottom: 15px
}
.course #howto .target figure figcaption a {
  margin: auto -1.5px 0 -1.5px;
}
.course #howto .targets .target {
  width: 30%;
}
.course #howto .course_about {
  position: relative;
  border-top: 5px solid #0066B5;
  border-bottom: 5px solid #B63F91;
  padding: 15px 35px;
  margin: 4% 0;
}
.course #howto .course_about:before, .course #howto .course_about:after {
  position: absolute;
  content: "";
  background: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #0066B5;
}
.course #howto .course_about:before {
  top: -18px;
  left: -1px;
}
.course #howto .course_about:after {
  top: -18px;
  right: -1px;
}
.course #howto .course_about > p:before, .course #howto .course_about > p:after {
  position: absolute;
  content: "";
  background: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #B63F91;
}
.course #howto .course_about > p:before {
  bottom: -18px;
  left: -1px;
}
.course #howto .course_about > p:after {
  bottom: -18px;
  right: -1px;
}
@media screen and (max-width: 569px) {
  #howto .filters {
    flex-direction: column;
  }
  #howto .targets .target {
    width: 100%;
  }
  .course #howto .targets .target {
    width: 100%;
  }
}
/*保守サービス*/
.service .c-headingLv2:after {
  width: 0;
}
.service section .c-titleText {
  color: #1D2087;
  text-align: center;
}
.service #maintenance .maintenance_items {
  display: flex;
  flex-direction: column;
}
.service #maintenance .maintenance_item {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.service #maintenance .maintenance_item div {
  text-align: center;
  font-weight: bold;
  display: grid;
  place-items: center center;
}
.service #maintenance .maintenance_item div:first-of-type {
  width: calc((100% / 3) + 65px);
  background: #DBE7ED;
  padding: 15px 65px 15px 10px;
  position: relative;
  margin-right: -65px;
}
.service #maintenance .maintenance_item div:nth-of-type(2) {
  width: calc((100% / 3) + 130px);
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #DBE7ED, #C3DCE9, #C0C9E6);
  border-image-slice: 1;
  /*background: #C3DCE9;*/
  background: #fff;
  padding: 15px 65px;
  position: relative;
  z-index: 1;
  clip-path: polygon(0% 0%, calc(100% - 65px) 0%, 100% 50%, calc(100% - 65px) 100%, 0% 100%, 65px 50%);
}
.service #maintenance .maintenance_item div:last-of-type {
  width: calc((100% / 3) + 65px);
  background: #C0C9E6;
  margin-left: -65px;
  padding: 15px 10px 15px 65px;
  position: relative;
}
.service #maintenance .maintenance_item div h6 {
  color: #1D2087;
  font-size: 22px;
}
.service #maintenance .maintenance_item div ul li {
  position: relative;
  text-align: left;
  padding-left: 15px;
}
.service #maintenance .maintenance_item div ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 6px;
  left: 0;
  background: #1D2087;
}
.service section[id^="fee_"] .training_content {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  flex-wrap: wrap
}
.service section[id^="fee_"] .training_content div {
  width: 45%;
  text-align: center;
}
.service section[id^="fee_"] .training_content div h6 {
  background: #EDEDED;
  padding: 5px 0;
}
.service section[id^="fee_"] .training_detail div {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 15px 0;
  flex-wrap: wrap
}
.service section[id^="fee_"] .training_detail div h6 {
  border: 3px solid #EDEDED;
  padding: 5px 0px;
  text-align: center;
  width: 130px;
  margin-right: 10px;
}
.service section[id^="fee_"] .training_detail div:first-of-type p span:not(:nth-of-type(2)) {
  color: #FFF;
  background: #00A0E9;
  padding: 5px 15px;
  margin: 0 10px;
  vertical-align: middle
}
.service section[id^="fee_"] .training_detail div:first-of-type p span:nth-of-type(2) {
  background: #AABFCB;
  clip-path: polygon(0 35%, 35% 35%, 35% 0%, 65% 0%, 65% 35%, 100% 35%, 100% 65%, 65% 65%, 65% 100%, 35% 100%, 35% 65%, 0 65%);
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle
}
.service section[id^="fee_"] .training_detail div ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap
}
.service section[id^="fee_"] .training_detail div ul li {
  position: relative;
  text-align: left;
  padding-left: 15px;
  margin-right: 20px;
}
.service section[id^="fee_"] .training_detail div ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 6px;
  left: 0;
  background: #1D2087;
}
.service section[id^="fee_"] .training_detail div ul li p small {
  font-size: 12px;
}
@media screen and (max-width: 584px) {
  .service #maintenance .maintenance_item {
    flex-direction: column;
    align-items: center
  }
  .service #maintenance .maintenance_item div:first-of-type {
    width: 80%;
    padding: 15px 10px 65px 10px;
    position: relative;
    margin-bottom: -65px;
    margin-right: 0
  }
  .service #maintenance .maintenance_item div:nth-of-type(2) {
    width: 80%;
    border-image-source: linear-gradient(180deg, #DBE7ED, #C3DCE9, #C0C9E6);
    padding: 80px 15px 65px 15px;
    position: relative;
    z-index: 1;
    clip-path: polygon(0% 0%, 50% 65px, 100% 0, 100% calc(100% - 65px), 50% 100%, 0 calc(100% - 65px));
  }
  .service #maintenance .maintenance_item div:last-of-type {
    width: 80%;
    margin-top: -65px;
    padding: 65px 10px 15px 10px;
    margin-left: 0
  }
}
@media screen and (max-width: 480px) {
  .service section[id^="fee_"] .training_content {
    justify-content: center
  }
  .service section[id^="fee_"] .training_content div {
    width: 80%;
  }
  .service section[id^="fee_"] .training_detail div:first-of-type p span {
    display: block;
  }
  .service section[id^="fee_"] .training_detail div:first-of-type p span:nth-of-type(2) {
    margin: 0 auto;
    display: block;
  }
}
/*library*/
#library .modal_open {
  cursor: pointer;
  background: orange;
  border: orange;
  color: #fff;
  padding: 10px 12px;
}
#library #movie_content {
  margin: 3% 1%;
  font-size: 1.25em;
}
#library .overlay.open {
  position: fixed;
  width: 100%;
  height: 100%;
  background: grey;
  opacity: .6;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
}
#library .modal.open {
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
#library .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}
#library .modal_inner {
  width: 325px;
  height: 380px;
  box-shadow: 0 0 5px 5px #999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
}
#library .modal video {
  display: block;
  margin: 3% auto;
}
#library .modal_close_wrapper {
  position: absolute;
  right: 10px;
  top: 5px;
}
#library .modal_close {
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
}
#library .modal_close span {
  position: relative;
  width: 100%;
  height: 1px;
  background: black;
  display: block;
}
#library .modal_close span:nth-child(1) {
  transform: rotate(45deg);
}
#library .modal_close span:nth-child(2) {
  transform: rotate(-45deg);
}
#library .modal .modal_title {
  font-size: 1.4em;
  padding-left: 10px;
  background: none;
  margin: 35px 20px 3% 20px;
  overflow-wrap: break-word;
}
#library .partsList {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
#library .partsList .detail_header {
  display: none
}
#library .partsList li > p[data-label] {
  display: none
}
#library .partsList .target {
  text-align: center;
  padding: 5px;
  width: 150px;
  display: flex;
}
#library .partsList .target div {
  cursor: pointer;	
  display: flex;
  flex-direction: column;
  width: 100%;
}
#library .partsList .target div p {
  flex-grow: 1
}
#library .partsList .target p {
  overflow-wrap: break-word;
}
#library .input-block form {
  box-shadow: 0 0 5px 1px #96999b;
  display: flex;
  align-items: center;
  background: #FFF;
  width: 228px;
  justify-content: space-between
}
#library .input-block form #clear {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  background: #97949d;
  margin: 0 2px;
}
#library .input-block form #clear:before, #library .input-block form #clear:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: #FFF;
  border-radius: 2px;
}
#library .input-block form #clear:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#library .input-block form #clear:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#library .input-block {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin: 5% 0;
  flex-wrap: wrap;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: linear-gradient(to bottom, rgb(198 222 235 / 90%), rgb(233 230 243 / 90%) 55%);
  padding: 15px 0;
  z-index: 2
}
#library .input-block div {
  margin: 10px 5px;
}
/*#library .input-block div:last-of-type {
  margin-top: 20px;
  border-left: 1px solid #999;
  padding: 10px;
}*/
#library .input-block input[type="text"] {
  border: none;
  outline: 0;
  width: calc(228px - 24px - 20px - 4px)
}
#library .input-block input[type="text"]:autofill, #library .input-block input[type="text"]:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}
#library .input-block input[type="button"] {
  background: url("../img/search_icon.png") no-repeat center center/20px;
  background-color: #ADDEF8;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: none;
  outline: 0;
}
#library .select-block select {
  box-shadow: 0 0 5px 1px #96999b;
  min-width: 228px;
}
#library .detail .detail_header {
  text-align: center;
  position: sticky;
  position: -webkit-sticky;
  top: 61px;
  left: 0px;
  background: #C6DEEB;
  display: table-row;
}
#library .detail .detail_header p {
  text-align: center;
  position: relative
}
#library .detail .detail_header p:before {
  position: absolute;
  content: "";
  border: 1px solid #2C2B2F;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  box-sizing: initial;
}
#library .detail {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
#library .detail .target, #library .detail .detail_header {
  display: table-row;
}
#library .detail li > p {
  display: table-cell;
  border: 1px solid #2C2B2F;
  vertical-align: top;
  padding: 3px 5px;
  text-align: left;
}
#library .detail li > p[data-label] {
  display: table-cell;
}
#library .detail li div {
  display: table-cell;
  border: 1px solid #2C2B2F;
  margin: -1px -1px 0 0
}
/*
#library .detail .target {
  cursor: auto;
}*/
#library .detail .target div {
  display: table-cell;
  width: inherit
}
#library .detail .target div p {
  padding: 3px 5px
}
#library .toggle_input {
  position: absolute;
  left: calc(100% - 55px);
  top: 0;
  width: 55px;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
#library .toggle_label {
  width: 55px;
  height: 25px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  transition: 0.4s;
  box-sizing: border-box;
}
#library .toggle_label:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transition: 0.4s;
}
#library .toggle_input:checked + .toggle_label {
  background-color: #1D2088;
}
#library .toggle_input:checked + .toggle_label:after {
  left: 30px;
}
#library .toggle_button {
  position: relative;
  text-align: right;
  display: flex;
  align-content: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
#library .toggle_button span {
  padding-right: 15px;
}
#library .loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#library .loading-text {
  color: white;
  font-size: 45px;
}
#library .hidden {
  display: none;
}
@media screen and (max-width: 870px) {
  #library .detail .detail_header {
    display: none;
  }
  #library .detail .target {
    width: 100%;
    padding: 0px;
    text-align: center;
    display: block;
    border: 1px solid #2C2B2F;
    margin-top: -1px;
  }
  #library .detail .target div {
    display: block;
    border: none;
  }
  #library .detail li > div > img {
    margin: 0 auto;
  }
  #library .detail li > p {
    display: block;
    border: none;
  }
  #library .detail li > p[data-label] {
    display: block;
    border: none;
  }
  #library .detail li > p:before {
    display: inline-block;
    content: attr(data-label);
    width: 60px;
    font-weight: bold;
  }
}
@media screen and (max-width: 893px) {
  .toggle_button {
    width: 228px;
  }
}