@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%;
}
main .br { display: block; }
main .split { display: inline-block; }
main .newslist a { color: inherit; }
main .fontRed { color: #e50012; }
main .parenthesisIndent { text-indent: -8px; }


.mb3{ margin-bottom: 3rem !important;}
/* ==========================================================================
   content
   ========================================================================== */
main article#mv section:first-child {
    max-width: none;
    height: auto;
    padding: 0;
  }
main .container {
  margin: 0 auto;
  padding: 80px 0 60px;
  background: #f0f5f9;
}
main h2 img.subtitle {
	display: block;
	margin: 12px auto 0;
}
main .contentBox {
  width: 850px;
  margin: 0 auto;
  padding: 24px 50px 32px;
  text-align: left;
  background: #fff;
}
main .box1 { margin-bottom: 60px; }
main .box1 h3 { margin-bottom: 20px; }
main .box1 h4 {
  margin-bottom: 12px;
  padding: 4px 8px 3px;
  text-align: left;
  font-size: 16px;
  background: #dce5eb;
}
main .remarks {
  margin-left: 8px;
  font-weight: normal;
  font-size: 16px;
}
main p { text-align: justify; }
main .step {
  padding-left: 16px;
  text-indent: -16px;
}
main .box1 p:nth-of-type(1),
main .box1 p:nth-of-type(4) { margin-bottom: 6px; }
main .box1 p:nth-of-type(2),
main .box1 p:nth-of-type(5) { margin-bottom: 24px; }
main .box1 img { width: 90%;}
main .box1 img {
  margin-bottom: 12px;
  vertical-align: top;
	display: block;
 margin: 0 auto;
}
main .box2 {
  overflow: hidden;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
}
main .box2 h3 { margin-bottom: 30px; }
main .box2 .boxInner {
  display: inline-block;
  width: 57%;
  margin-right: 5%;
  vertical-align: top;
}
main .box2 img {
  float: right;
  width: 38%;
  margin-top: -42px;
  vertical-align: top;
}
main .box2 h4 {
  margin-bottom: 0;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
}
main .box2 p {
  font-size: 14px;
  letter-spacing: 0.1em;
}
main .box2 .price {
  display: block;
  margin-bottom: 28px;
  font-size: 20px;
}


/* item detail --------------------*/
main .box2 .tableTitle {
  margin-bottom: 10px;
  text-indent: -8px;
  font-weight: bold;
  font-size: 16px;
}
main .box2 table {
  margin: 0 auto 12px;
  font-size: 12px;
  letter-spacing: 0.1em;
  border-top: 1px solid #dce5eb;
}
main tr:nth-of-type(1) th {
  border-top: none;
}
main .box2 table th {
  width: 38%;
  text-align: left;
}
main th, main td {
    padding: 10px 18px 9px;
}
main .box2 p:last-of-type {
  margin-bottom: 18px;
}


@media screen and (max-width: 767px) {
	main h2 img.subtitle {
		height: 13px;
		margin: 4px auto 0;
	}
  main .contentBox {
    padding: 20px 30px 30px !important;
  }
  main .box2 .price {
    margin-bottom: 24px !important;
  }
  main .box2 .tableTitle {
    margin-bottom: 6px;
    font-size: 14px;
  }
  main .box2 table {
  font-size: 12px;
  }
  main .box2 table th {
    width: 45%;
  }
  main th,
  main td {
    padding: 10px 20px 9px;
  }
}


@media screen and (max-width: 583px) {
  main .box2 table {
    margin: 0 auto 24px;
  }
  main .box2 table th,
  main .box2 table td {
    width: 100%;
    display: block;
  }
  main .parenthesisIndent {
    display: inline-block;
    text-indent: 0;
  }
  main tr td:first-of-type {
    border-right: none;
  }
}


@media screen and (max-width: 479px) {
  main .contentBox {
    padding: 20px 16px 28px !important;
  }
  main th,
  main td {
    padding: 10px 12px 9px;
  }
}


/* ==========================================================================
   #planlink
   ========================================================================== */
#planlink ul li{
  vertical-align: top;
  background-color: #eff5f9;
  margin: 0 10px 20px
}
#planlink ul li h5{
  font-size: 14px;
  margin:16px 16px 8px;
  text-align: left;
}
#planlink ul li p{
  margin: 8px 16px 16px;
}
#planlink a{
  font-size: 12px;
  width: 300px;
  text-decoration: none;
  color: #0e0e0e;
  display: inline-block;
  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;
}
@media screen and (max-width: 767px) {
  .com-section-head .is-en {
    font-size: 12px;
    margin: 3px auto 0;
  }
}