@charset "UTF-8";
@font-face {
  font-display: swap;
	font-family: "Lato-Italic";
	src: url("/fonts/Lato-Italic.ttf") format("truetype");
}

/* ==========================================================================
   common css
   ========================================================================== */
main .imgRep {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}
main .br { display: block; }
main .split { display: inline-block; }
main .red { color: #e50012; }
main .blue { color: #06C; }

a {
  text-decoration: none;
  /*color: inherit;*/
}
/* ==========================================================================
   content common
   ========================================================================== */
main .contentWrapper:nth-of-type(1) { background-color: #f0f5f9; }
main .contentWrapper{ padding: 70px 0 60px; }
main .contentWrapper:nth-of-type(2) { padding-bottom: 80px; }
main .content {
  max-width: 700px;
  margin: 0 auto;
}
main .contentWrapper:nth-of-type(2) .content:nth-of-type(1) { margin-bottom: 60px; }
main .contentWrapper:nth-of-type(2) .content:nth-of-type(2) { margin-bottom: 100px; }
main h2 img.subtitle {
	display: block;
	margin: 12px auto 0;
}
main li { text-align: left; }

/* ==========================================================================
   content 1
   ========================================================================== */
main .contentWrapper:nth-of-type(1) p {
  margin-bottom: 20px;
  text-align: center;
}
main .contentWrapper:nth-of-type(1) p+ a { margin-bottom: 36px; }
main .spWrapper {
  margin: 0 auto;
  padding: 26px 40px 20px;
  background: #fff;
}
main .spWrapper h3 {
  margin: 0 auto 20px;
}
main .spWrapper h4 {
  margin: 0 auto 22px;
  font-size: 18px;
}
main .spWrapper ul { margin: 0 auto; }
main .spWrapper ul li:nth-of-type(1) { margin-right: 2%; }
/* ==========================================================================
   content 2_1
   ========================================================================== */
main .contentWrapper:nth-of-type(2) .content:nth-of-type(1) {
  position: relative;
  overflow: hidden;
}
main .contentWrapper:nth-of-type(2) .contentInner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
main .contentWrapper:nth-of-type(2) h2 { margin-bottom: 20px; }
main .contentWrapper:nth-of-type(2) .content:nth-of-type(1) p { margin-bottom: 24px; }
main .contentWrapper:nth-of-type(2) .imgWrapper {
  float: left;
  width: 50%;
  text-align: center;
}

.contentInner p.jump{
	font-size:12px;
}


/* ==========================================================================
   content 2_2
   ========================================================================== */
main .contentWrapper:nth-of-type(2) .content:nth-of-type(2) ul {
  display: inline-block;
  margin: 0 0 30px;
  text-align: left;
}
main .contentWrapper:nth-of-type(2) .content:nth-of-type(2) li {
  padding-left: 1.15rem;
  text-indent: -1.15rem;
}
main .contentWrapper:nth-of-type(2) .content:nth-of-type(2) li:not(:last-of-type) { margin-right: 20px; }
main .text {
  margin: 0 auto;
  text-align: left;
}
main .contentWrapper:nth-of-type(2)  .content:nth-of-type(2) p:nth-of-type(1) { margin-bottom: 10px; }
main .contentWrapper:nth-of-type(2) .content:nth-of-type(2) p:nth-of-type(1){
  padding-left: 1.15rem;
  text-indent: -1.15rem;
}
main .contentWrapper:nth-of-type(2) .content:nth-of-type(2) p:nth-of-type(2) {
  padding-left: 0.9rem;
  text-indent: -0.9rem;
}


/* mki */
main #mki table tr:nth-of-type(1) ul:nth-of-type(2) li:not(:last-of-type) {
  margin-bottom: 0;
}


/* ==========================================================================
   content 2_3
   ========================================================================== */
main table {
  width: 100%;
  margin: 0 auto;
}
main table {
  margin-bottom: 12px;
  line-height: 1.4;
  word-break: break-all;
}
main th, main td { padding: 12px 24px 11px; }
main tr:nth-of-type(1) th,
main tr:nth-of-type(1) td { border-top: 1px solid #dce5eb; }
main .contentWrapper table td p,
main .contentWrapper table td li { text-align: left; }
main table p {
  margin-bottom: 4px;
  font-weight: bold;
}
main table tr:nth-of-type(1) ul:nth-of-type(1) { margin-bottom: 16px; }
main table li { display: block; }
main table tr:nth-of-type(1) ul:nth-of-type(2) li:not(:last-of-type) { margin-bottom: 10px; }
main .contentWrapper:nth-of-type(2) .content:nth-of-type(3) .red { margin-right: 2px; }
main .contentWrapper:nth-of-type(2) .content:nth-of-type(3) p .br {
  padding-left: 1.35rem;
  text-indent: -1.35rem;
}
main .contentWrapper:nth-of-type(2) .content:nth-of-type(3) p .br:last-of-type {
  margin-top: 8px;
  padding-left: 0.9rem;
  text-indent: -0.9rem;
}

/* ==========================================================================
   mediaquery
   ========================================================================== */
@media screen and (max-width: 767px) {
  main .content { width: 100%; }
  main #breadcrumb+ section> div:nth-of-type(1) {
    padding-top: 52px;
  }
  main .contentWrapper{ padding: 30px 12px 50px; }
  main h2 {
    margin-bottom: 16px;
  }
	main h2 img.subtitle {
    margin: 4px auto 0;
	}
	main .spWrapper {
    width: 86%;
    padding: 20px 40px 12px;
  }
  main .spWrapper h3 {
    margin-bottom: 8px;
    font-size: 15px;
  }
  main .spWrapper a { padding: 13px 48px 12px; }
  main .contentWrapper:nth-of-type(1) p { margin-bottom: 12px; }
  main .contentWrapper:nth-of-type(1) p+ a { margin-bottom: 24px; }
  main .contentWrapper:nth-of-type(2) { padding-bottom: 30px; }
  main .contentWrapper:nth-of-type(2) .content:nth-of-type(1) { margin-bottom: 60px; }
  main .contentWrapper:nth-of-type(2) .content:nth-of-type(2) { margin-bottom: 40px; }
  main .contentWrapper:nth-of-type(2) .contentInner {
    position: static;
    transform: none;
  }
  main .contentWrapper:nth-of-type(2) .contentInner,
  main .contentWrapper:nth-of-type(2) .imgWrapper { width: 100%; }
  main .contentWrapper:nth-of-type(2) .contentInner a.btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
  }
  main .contentWrapper:nth-of-type(2) .content:nth-of-type(1) { padding-bottom: 80px; }
  main .contentWrapper:nth-of-type(2) .content:nth-of-type(2) ul { margin-bottom: 12px; }
  main h3 { margin-bottom: 24px; }
  main .contentWrapper table th,
  main .contentWrapper table td p,
  main .contentWrapper table td li { line-height: 1.4; }
}


@media screen and (max-width: 583px) {
  main .contentWrapper:nth-of-type(1) p { font-size: 12px; }
  main .spWrapper { width: 90%; }
  main .spWrapper h3 { margin-bottom: 12px; }
  main .spWrapper .hide { display: none; }
  main .spWrapper a {
    width: 160px;
    margin: 0;
  }
  main .spWrapper ul li:nth-of-type(1) { margin-bottom: 0; }
  main table th,
  main table td {
    width: 100%;
    display: block;
  }
  main tr:nth-of-type(1) th, main tr:nth-of-type(1) td { border-top: none; }
  main tr td:first-of-type { border-right: none; }
}


@media screen and (max-width: 479px) {
  main .contentWrapper{ padding: 30px 8px 50px; }
   main .spWrapper {
   width: 100%;
    padding: 20px 12px 12px;
  }
  main .spWrapper a { width: 130px; }
  main td { padding: 12px 8px 11px; }
  main .contentWrapper:nth-of-type(2) .content:nth-of-type(3) p .br { text-align: left; }
}

/* img to text */
.com-subtitle.is-en{
  display: block;
  font-family: Lato-Italic;
}
.com-section-head .is-en {
  color: #038de1;
  font-size: 18px;
  letter-spacing: 0.25em;
  margin: 8px auto 0;
}



/* ==========================================================================
  content
========================================================================== */
main .content {
  max-width: 750px;
  margin: 0 auto;
  padding: 10px 0 0px;
}
main .is-bg_gray {
  background: #f0f5f9;
}
main .is-bg_white {
  background: #fff;
}



/* ==========================================================================
  simstep
========================================================================== */
.simstep {
  position: relative;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #ccc;
}
.simstep .simsteptext{
  width: 50%;
  text-align: left;
}
.simstep .simstepimg{
  width: 30%;
  text-align: center;
  margin: auto;
}
.simstep .simstepimg img{
  padding-bottom: 5px;
}
.simstep .simstep_ttl{
  margin: 1em 0 1em 40px;
  display: list-item;
  text-align: left;
  position: relative;
}
.simstep_ttl::before {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: -40px;
  width: 30px;
  height: 30px;
  background: url(/img/usage/ol-1.png) center center no-repeat;
}
.simstep_ttl.simstep_ttl02::before {
  background: url(/img/usage/ol-2.png) center center no-repeat;
}
.simstep_ttl.simstep_ttl03::before {
  background: url(/img/usage/ol-3.png) center center no-repeat;
}
.simstep_ttl.simstep_ttl04::before {
  background: url(/img/usage/ol-4.png) center center no-repeat;
}
@media screen and (max-width: 768px) {
  .simstep {
    padding: 40px;
    margin-bottom: 0px;
  }
  .simstep .simsteptext{
    width: 100%;
  }
  .simstep .simstepimg{
    width: 50%;
    margin: auto;
  }
}
@media screen and (max-width: 479px) {
  .simstep .simstepimg{
    width: 100%;
  }
}


/* ==========================================================================
  trable
========================================================================== */
.trable_box{
  border: 1px solid #ccc;
  padding: 40px;
  margin-top: 40px;
  background-color: #fff;
}
.trable_box .imgWrapper{
  margin-bottom: 40px;
}
.trable_box img{
  max-width: 320px;
}
.trable_box p{
  text-align: left !important;
  margin-bottom: 40px !important;
  margin-top: -20px;
}
.trable_box ol{
  margin-left: 20px;
}
.trable_box ol li {
  margin: 1em 0 1em 40px;
  display: list-item;
  text-align: left;
  position: relative;
  list-style: none;
}
.trable_box ol li::before {
  display: block;
  content: '';
  position: absolute;
  top: -4px;
  left: -40px;
  width: 30px;
  height: 30px;
  background: url(/img/usage/ol-1.png) center center no-repeat;
}
.trable_box ol li:nth-child(2)::before {
  background: url(/img/usage/ol-2.png) center center no-repeat;
}
.trable_box ol li:nth-child(3)::before {
  background: url(/img/usage/ol-3.png) center center no-repeat;
}
.trable_box ol li:nth-child(4)::before {
  background: url(/img/usage/ol-4.png) center center no-repeat;
}
.trable_box ol li:nth-child(5)::before {
  background: url(/img/usage/ol-5.png) center center no-repeat;
}
@media screen and (max-width: 768px) {
  .trable_box{
    padding: 20px;
  }
  .trable_box ol{
    margin-left: 0px;
  }
  .trable_box p{
    margin-top: 0px;
  }
}

/* ==========================================================================
  yotube
========================================================================== */
.frame-wrapper {
  position: relative;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}

.frame-wrapper__video {
  position: relative;
  width: 48%;
  height: 0;
  padding-bottom: 28%;
  overflow: hidden;
  margin-bottom: 20px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .frame-wrapper {
    padding: 0 10px;
  }
  .frame-wrapper__video {
    width: 49%;
    padding-bottom: 28%;
  }
}
@media screen and (max-width: 479px) {
  .frame-wrapper__video {
    width: 100%;
    padding-bottom: 56.25%;
  }
}