@charset "UTF-8";
.c5-container {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", Osaka, arial, verdana, sans-serif;
  margin: 0 auto 170px;
  padding: 0; }

h1, h2, h3, h4, h5, h6, dl, dt, dd, p, li, textarea, figure {
  margin: 0;
  padding: 0; }

img {
  border: none; }

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

.pc {
  display: block; }

.sp {
  display: none; }

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.mdr_wrap {
  width: 100%;
  height: auto; }

.mdr_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px; }

/*top*/
.mdr_hero {
  background: url("../img/bg_hero.gif") repeat-x 0 0;
  background-size: contain; }

h1 {
  margin-bottom: 0; }
  h1 img {
    max-width: 100%; }

.mdr_hero_bottom {
  background-color: #1a0b0b;
  margin-bottom: 30px;
  padding: 20px 0; }

.mdr_maincap img {
  width: 100%;
  max-width: 885px;
  margin: 0 auto; }

.mdr_headtxt {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.86;
  margin-bottom: 85px; }
  .mdr_headtxt span {
    display: block;
    font-size: 13px;
    text-align: right;
    line-height: 1.8;
    margin-top: 10px;
    font-weight: normal; }

/*content ttl*/
.mdr_content-ttl {
  border-bottom: 5px solid #010101;
  margin-bottom: 55px; }
  .mdr_content-ttl h2 {
    max-width: 802px;
    margin: 0 auto;
    padding-bottom: 20px; }
    .mdr_content-ttl h2 img {
      width: 100%; }

/*article*/
.mdr_article {
  margin-bottom: 90px; }
  .mdr_article .flexbox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.fl-l {
  width: 58%;
  max-width: 620px; }
  .fl-l p {
    font-size: 16px;
    line-height: 1.8; }
    .fl-l p:not(:last-child) {
      margin-bottom: 20px; }
    .fl-l p span {
      font-weight: bold; }

.fl-r {
  width: 40%;
  max-width: 434px; }
  .fl-r .mdr_interview-img {
    max-width: 100%;
    margin-bottom: 5px; }

figcaption {
  font-size: 15px;
  line-height: 1.46; }

.mdr_interview-img-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 13px; }

.mdr_bottom-img {
  max-width: 600px;
  margin: 40px auto 0; }
  .mdr_bottom-img img {
    width: 100%; }

/*mdr_user-wrap*/
.mdr_user-wrap {
  background: #e8e6e6;
  background: -moz-linear-gradient(180deg, #e8e6e6 0%, white 70%);
  background: -webkit-linear-gradient(180deg, #e8e6e6 0%, white 70%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e6e6), color-stop(70%, white));
  background: -webkit-linear-gradient(top, #e8e6e6 0%, white 70%);
  background: -o-linear-gradient(top, #e8e6e6 0%, white 70%);
  background: linear-gradient(180deg, #e8e6e6 0%, white 70%);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e6e6",endColorstr="#ffffff",GradientType=1)';
  margin-bottom: 110px; }

.mdr_user-ttl {
  max-width: 640px;
  margin: 0 auto 55px;
  padding-top: 40px;
  text-align: center; }
  .mdr_user-ttl img {
    max-width: 100%; }
    .mdr_user-ttl img.pc {
      margin-bottom: 25px; }

.mdr_user-article p {
  font-size: 15px;
  line-height: 2; }
  .mdr_user-article p:not(:last-child) {
    margin-bottom: 40px; }

/*mdr_product*/
.mdr_product {
  margin-bottom: 90px; }
  .mdr_product a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mdr_product a img {
      width: 50%;
      max-width: 316px; }
    .mdr_product a .mdr_product-txt {
      display: block;
      width: 49%;
      max-width: 430px;
      margin-left: 5%;
      line-height: 1; }
      .mdr_product a .mdr_product-txt .mdr_product-ttl {
        display: block;
        margin-bottom: 35px;
        line-height: 1;
        font-weight: bold; }
        .mdr_product a .mdr_product-txt .mdr_product-ttl .mdr_product-ttl-top {
          display: block;
          font-size: 17px;
          margin-bottom: 15px; }
        .mdr_product a .mdr_product-txt .mdr_product-ttl .mdr_product-ttl-bottom {
          display: block;
          font-size: 53px; }
          .mdr_product a .mdr_product-txt .mdr_product-ttl .mdr_product-ttl-bottom span {
            font-size: 80%; }
      .mdr_product a .mdr_product-txt .mdr_product-cap {
        display: block;
        font-size: 21px;
        margin-bottom: 40px;
        line-height: 1; }
      .mdr_product a .mdr_product-txt .mdr_product-btn {
        display: inline-block;
        font-size: 16px;
        padding: 15px 20px; }
    .mdr_product a:hover {
      text-decoration: none; }

.mdr_bnr img {
  max-width: 100%;
  margin: 0 auto; }

@media (max-width: 768px) {
  .c5-container {
    margin-bottom: 85px; }
  .pc {
    display: none; }
  .sp {
    display: block; }
  .mdr_hero .mdr_content {
    padding: 0; }
  h1 {
    max-width: 640px;
    margin: 0 auto; }
  .mdr_hero_bottom {
    margin-bottom: 20px;
    padding: 10px 0; }
  .mdr_maincap {
    max-width: 484px; }
    .mdr_maincap img {
      width: 90%; }
  .mdr_headtxt {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 60px; }
    .mdr_headtxt span {
      font-size: 11px;
      margin-top: 7px; }
  /*content ttl sp*/
  .mdr_content-ttl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 25px;
    padding: 0 20px;
    border-bottom: 3px solid #010101; }
    .mdr_content-ttl h2 {
      padding-bottom: 10px; }
      .mdr_content-ttl h2 img {
        width: 85%;
        max-width: 430px;
        margin: 0 auto; }
  /*article sp*/
  figcaption {
    font-size: 9px; }
  .mdr_article {
    margin-bottom: 45px; }
    .mdr_article .flexbox {
      display: block; }
  .fl-l {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px; }
    .fl-l p {
      font-size: 11px; }
  .fl-r {
    width: 80%;
    margin: 0 auto; }
  .mdr_bottom-img {
    margin-top: 0; }
  .mdr_interview-img_sp {
    width: 80%;
    margin: 0 auto 25px; }
    .mdr_interview-img_sp img {
      width: 100%; }
  .mdr_interview-img-ttl {
    font-size: 12px;
    margin-top: 0; }
  /*mdr_user-wrap sp*/
  .mdr_user-wrap {
    background: #e8e6e6;
    background: -moz-linear-gradient(180deg, #e8e6e6 0%, white 40%);
    background: -webkit-linear-gradient(180deg, #e8e6e6 0%, white 40%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e6e6), color-stop(40%, white));
    background: -webkit-linear-gradient(top, #e8e6e6 0%, white 40%);
    background: -o-linear-gradient(top, #e8e6e6 0%, white 40%);
    background: linear-gradient(180deg, #e8e6e6 0%, white 40%);
    margin-bottom: 50px; }
  .mdr_user-ttl {
    margin: 0 auto 30px;
    padding-top: 20px; }
    .mdr_user-ttl img.sp {
      margin-bottom: 16px; }
    .mdr_user-ttl img:last-child {
      max-width: 70%; }
  .mdr_user-article p {
    font-size: 11px; }
    .mdr_user-article p:not(:last-child) {
      margin-bottom: 15px; }
  /*mdr_product sp*/
  .mdr_product {
    margin-bottom: 45px; }
    .mdr_product a {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .mdr_product a img {
        width: 60%; }
      .mdr_product a .mdr_product-txt {
        width: 80%;
        margin: 20px auto 0; }
        .mdr_product a .mdr_product-txt .mdr_product-ttl {
          margin-bottom: 15px; }
          .mdr_product a .mdr_product-txt .mdr_product-ttl .mdr_product-ttl-top {
            font-size: 10px;
            margin-bottom: 10px; }
          .mdr_product a .mdr_product-txt .mdr_product-ttl .mdr_product-ttl-bottom {
            font-size: 24px; }
        .mdr_product a .mdr_product-txt .mdr_product-cap {
          font-size: 13px;
          margin-bottom: 20px; }
        .mdr_product a .mdr_product-txt .mdr_product-btn {
          font-size: 11px;
          padding: 8px 10px; } }

@media (max-width: 640px) {
  .mdr_hero {
    background: none; } }

/* ============================================
  mouseover effect
   ============================================*/
.mod-effect img {
  -webkit-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important; }

.mod-effect img:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: alpha(opacity=80) !important; }
