@charset "UTF-8";

/*================================================

universal

================================================*/

.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

/*------------------------------------------------
font
------------------------------------------------*/

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}

@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
  font-weight: 500;
}

@font-face {
  font-family: "Source Han Serif JP";
  src: url("../font/SourceHanSerifJP/SourceHanSerif-Heavy.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

*, :after, :before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
  width: device-width
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.7;
  margin: 0;
  text-align: left;
  color: #3c3c3c;
  background-color: #fff
}


/*IE10 or more*/

@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

.threeLeader {
  font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, Meiryo, "M+ 1p";
}

li {
  font-weight: normal;
}

p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: normal;
}

table {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: normal;
}

.btn {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

footer {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}


/* dl 
-------------------------------------------------- */

dl, dt, dd {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

dl.dl-horizontal {
  margin-bottom: 0;
  font-weight: normal;
}

dl.dl-horizontal dt {
  width: 200px;
  float: left;
  padding-right: 20px;
  text-align: left;
  overflow: hidden;
  text-overflow: inherit;
  white-space: normal
}

dl.dl-horizontal dd {
  margin-bottom: 0;
  margin-left: 200px
}

dl.dl-horizontal dt, dl.dl-horizontal dd {
  padding: 10px 0;
  line-height: 180%;
  text-align: justify;
}

@media (max-width: 767px) {
  dl.dl-horizontal dt, dl.dl-horizontal dd {
    padding: 5px 0;
    border: none;
    width: auto;
    float: none;
    margin-left: 0
  }
}

dl.dl-table, dl.dl-table dt, dl.dl-table dd {
  box-sizing: border-box;
}

dl.dl-table {
  background: #f8f9fa;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

dl.dl-table dt, dl.dl-table dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
  margin: 0;
}

dl.dl-table dt {
  float: left;
}

dl.dl-table dd {
  background: #fff;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}

dl.dl-table dd:after {
  content: '';
  display: block;
  clear: both;
}

dl.col-15 dt {
  width: 15%;
}

dl.col-15 dd {
  margin-left: 85%;
}

dl.col-20 dt {
  width: 20%;
}

dl.col-20 dd {
  margin-left: 20%;
}

dl.col-25 dt {
  width: 25%;
}

dl.col-25 dd {
  margin-left: 25%;
}

dl.col-30 dt {
  width: 30%;
}

dl.col-30 dd {
  margin-left: 30%;
}

dl.col-35 dt {
  width: 35%;
}

dl.col-35 dd {
  margin-left: 35%;
}

dl.col-40 dt {
  width: 40%;
}

dl.col-40 dd {
  margin-left: 40%;
}

dl.col-45 dt {
  width: 45%;
}

dl.col-45 dd {
  margin-left: 45%;
}

dl.col-50 dt {
  width: 50%;
}

dl.col-50 dd {
  margin-left: 50%;
}

dl.col-55 dt {
  width: 55%;
}

dl.col-55 dd {
  margin-left: 55%;
}

dl.col-60 dt {
  width: 60%;
}

dl.col-60 dd {
  margin-left: 60%;
}

dl.col-65 dt {
  width: 65%;
}

dl.col-65 dd {
  margin-left: 65%;
}

dl.dl-horizontal> :first-child, dl.dl-horizontal> :nth-child(2) {
  border-top: none
}

dl.dl-horizontal dt, dl.dl-horizontal dd {
  border-top: 1px solid #eceeef
}


@media (max-width: 767px) {
  dl.dl-horizontal dt, .blog-detail>dl.dl-horizontal dd {
    border: none
  }
}


/* ページ内リンクのポジション修正
-------------------------------------------------- */

@-webkit-keyframes modify {
  0% {
    padding-top: 80px;
    margin-top: -80px;
  }
  100% {
    padding-top: 0;
    margin-top: 0;
  }
}

@keyframes modify {
  0% {
    padding-top: 80px;
    margin-top: -80px;
  }
  100% {
    padding-top: 0;
    margin-top: 0;
  }
}

.anchorlink:target {
  -webkit-animation: modify 0.1s;
  animation: modify 0.1s;
}

a img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

a img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}


/* テキストの色（既定）
-------------------------------------------------- */

.text-blue {
  color: #0000ff;
}

.text-red {
  color: #ff0000;
}

.text-dkred {
  color: #4a0c0c;
}










 
 
.Productcolor__period--pict01{
float:left; width:50%; } 

.Productcolor__period--pict02{
float:right; width:50%; } 


