@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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flexbox.around {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.fl_50 {
  width: 45%; }

.fl_60 {
  width: 57%; }

.fl_40 {
  width: 39%; }

.mw60 {
  max-width: 60% !important; }

.mw70 {
  max-width: 70% !important; }

.mw80 {
  max-width: 80% !important; }

.mw90 {
  max-width: 90% !important; }

.page_wrap {
  width: 100%;
  height: auto; }

.page_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 60px;
  padding: 0 20px; }

/*top*/
.page_hero {
  background: #dbdbdb;
  background: -webkit-gradient(linear, left bottom, left top, from(#dbdbdb), color-stop(60%, white));
  background: -webkit-linear-gradient(bottom, #dbdbdb 0%, white 60%);
  background: -o-linear-gradient(bottom, #dbdbdb 0%, white 60%);
  background: linear-gradient(to top, #dbdbdb 0%, white 60%);
  margin-bottom: 0; }
  .page_hero img {
    max-width: 100%;
    margin: 0 auto; }

.sec_head {
  margin-bottom: 100px; }

.sec {
  margin-bottom: 150px; }

.page_head_article {
  margin: 50px auto 0; }
  .page_head_article p {
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 40px; }

.page_head_2 {
  background: #fdfdfd;
  background: -webkit-radial-gradient(circle, #fdfdfd 30%, #eeeeee 50%);
  background: -o-radial-gradient(circle, #fdfdfd 30%, #eeeeee 50%);
  background: radial-gradient(circle, #fdfdfd 30%, #eeeeee 50%);
  margin-bottom: 50px; }
  .page_head_2 img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 50px 2%;
    max-width: 100%; }

.page_content h3 {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 40px;
  padding-left: 1em;
  text-indent: -1em; }

.interview {
  font-size: 16px;
  line-height: 1.8; }
  .interview .interview_target {
    font-size: 18px;
    font-weight: bold;
    color: #b29439; }
  .interview .interview_target_2 {
    font-size: 18px;
    font-weight: bold;
    color: #92221a; }
  .interview p:not(:last-child) {
    margin-bottom: 30px; }

.interview_img {
  max-width: 900px;
  margin: 0 auto; }
  .interview_img img {
    display: block;
    margin: 0 auto 15px;
    max-width: 100%; }
  .interview_img figcaption {
    font-size: 15px; }

/*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: 590px;
  margin: 0 auto 55px;
  padding-top: 80px;
  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: 330px; }

.mdr_product a .mdr_product-txt {
  display: block;
  width: 49%;
  max-width: 420px;
  margin-left: 7%;
  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.6; }

.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 screen and (max-width: 767px) {
  .c5-container {
    margin-bottom: 80px; }
  .pc {
    display: none; }
  .sp {
    display: block; }
  .flexbox {
    display: block; }
  .flexbox.around {
    display: block; }
  .fl_50 {
    width: 100%; }
  .fl_50:first-child {
    margin-bottom: 30px; }
  .fl_60 {
    width: 100%; }
  .fl_40 {
    width: 100%; }
  .page_hero {
    background: none; }
  .sec_head {
    margin-bottom: 50px; }
  .sec {
    margin-bottom: 75px; }
  .page_content {
    padding: 0 15px; }
  .page_head_article {
    margin: 25px auto 0; }
    .page_head_article p {
      font-size: 14px;
      margin-bottom: 20px; }
  .page_head_2 {
    margin-bottom: 25px; }
    .page_head_2 img {
      padding: 25px 3%; }
  .page_content h3 {
    font-size: 14px;
    margin-bottom: 20px; }
  .interview {
    font-size: 13px; }
    .interview .interview_target {
      font-size: 14px; }
    .interview .interview_target_2 {
      font-size: 14px; }
    .interview p:not(:last-child) {
      margin-bottom: 15px; }
  .interview_img {
    margin-top: 20px; }
    .interview_img figcaption {
      font-size: 11px; }
  /*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: 40px; }
  .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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; } }

/* ============================================
  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; }
