@media screen and (min-width: 0px) {
/*
  body#di div#mvp-mr_inquiry {
	  margin-top:20px;
	  border: 1px solid #ccc;
      text-align: left;
  }

  body#di div#mvp-mi_form p {
    line-height: 150%;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
  }
*/
  body #mvp-mr_inquiry{
	min-width:320px;
	max-width:1160px;
	margin:0 auto;
  }
  body #mvp-mr_inquiry_inner {
	  border: 1px solid #ccc;
    text-align: left;
    margin: 16px;
  }
  body#learning #mvp-mr_inquiry,
  body#learning #mvp-mr_inquiry{
    margin-bottom:20px;
  }
  body #mvp-mi_form p {
    line-height: 150%;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
  }
  body p.mr_title {
      margin: 0 0 10px 0;
      padding: 15px 10px 23px 10px;
      font-weight: bold;
      font-size: 107%;
      color: #333333;
  }
  body p.mvp-mi_title {
    background: #2859a8;
    font-size: 115%;
    color: #fff;
    text-align: center !important;
    line-height: 1.5;
    padding: 15px 10px;
    margin: 0;
  }

  div#mvp-mi_form {
	  padding: 10px 35px;
	  background-color:#fff;
  }
  /*
  body#di div#mvp-mi_form {
	  padding:25px 60px;
  }
  */
   body #mvp-mi_form {
	  padding:25px 60px;
  }
  div#mvp-mi_form div.notice{
    margin: 3px 0;
    border-top: double 3px #e00;
    border-bottom: double 3px #e00;
    padding: 2px 5px;
    color: #e00;
  }
  div#mvp-mi_form .confirm_update_mailaddress {
    padding: 5px 15px 10px;
    border: 2px solid #999;
  }

  .mvp-mr_list_title span { color: #2859a8; }

  input.mvp-do_inquiry {
    width: 100%;
    color: #fff;
    font-size: 120%;
    display: block;
    padding: 10px 5px;
	margin:10px 0;
    border-style: none;
    border-radius: 7px;
    text-decoration: none;
    cursor: pointer;
    background: #3283d5; /* Old browsers */
    background: -moz-linear-gradient(top,  #3283d5 0%, #3181d6 14%, #3081d2 29%, #307dcd 39%, #2d72bd 61%, #286099 93%, #245c95 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3283d5 0%,#3181d6 14%,#3081d2 29%,#307dcd 39%,#2d72bd 61%,#286099 93%,#245c95 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3283d5 0%,#3181d6 14%,#3081d2 29%,#307dcd 39%,#2d72bd 61%,#286099 93%,#245c95 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3283d5', endColorstr='#245c95',GradientType=0 ); /* IE6-9 */
    font-weight: bold;
  }

  input.mvp-do_inquiry.disabled {
    background: #979a9f; /* Old browsers */
    background: -moz-linear-gradient(top,  #979a9f 0%, #999ea2 3%, #999ea1 6%, #929397 39%, #858587 73%, #7f7f7f 97%, #777777 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #979a9f 0%,#999ea2 3%,#999ea1 6%,#929397 39%,#858587 73%,#7f7f7f 97%,#777777 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #979a9f 0%,#999ea2 3%,#999ea1 6%,#929397 39%,#858587 73%,#7f7f7f 97%,#777777 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979a9f', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
    cursor: auto;
    cursor: wait;
  }

  body p.mvp-input_mailaddress {
    cursor: pointer;
    text-align: center !important;
    border-radius: 2px;
    padding: 10px;
    color: #3278b7;
    font-weight: bold;
    font-size: 110%;
    background: #dce6f2 url(/common/images/mr_inquiry/bg_more_bar.png) ;
  }

  body p.mvp-input_mailaddress span {
	padding-left:17px;
	background: url(/common/images/mr_inquiry/icon_down.png) no-repeat left 0.3em;
  }

  .mvp-input_mailaddress_form {
    background: #f2f1ec;
    padding: 15px 35px;
  }

  .mvp-mi_desc_update,
  .mvp-input_mailaddress_form .mvp-mi_notice{
	min-height:50px;
	font-weight:bold;
  }

  #mvp-mr_inquiry_inner .mvp-input_mailaddress_form .mvp-mi_annotation p {
	  font-size:90%;
	  text-align:center;
  }

  .mvp-input_mailaddress_form input#mailaddress {
	  width:30em;
	  max-width: 100%;
  }

  .mvp-mi_annotation p span { color: #cd0c0b;   }

  .mvp-mi_annotation ul {
    padding: 0;
	margin-left:2em;
	margin-bottom:15px;
  }

  .mvp-mi_annotation ul li  {
	list-style-type: circle;
	list-style-position: outnside;
    padding: 3px 0;
	font-size: 90%;
  }

  .mvp-mi_annotation ul li img { max-width: 100%; }

  div#mvp-mi_mailaddress-buttons {
    width: 100%;
    text-align: center;
  }

  div#mvp-mi_mailaddress-buttons div {
    display: inline-block;
    text-align: center;
  }

  div#mvp-mi_mailaddress-buttons div input {
    color: #fff;
    text-decoration: none;
    border-style: none;
    border-radius: 7px;
    padding: 7px;
    width: 80px;
    margin: auto 10px;
    cursor: pointer;
  }

  div#mvp-mi_mailaddress-buttons div.mvp-mi_button_yes input {
    background: #3283d5; /* Old browsers */
    background: -moz-linear-gradient(top,  #3283d5 0%, #3181d6 14%, #3081d2 29%, #307dcd 39%, #2d72bd 61%, #286099 93%, #245c95 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3283d5 0%,#3181d6 14%,#3081d2 29%,#307dcd 39%,#2d72bd 61%,#286099 93%,#245c95 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3283d5 0%,#3181d6 14%,#3081d2 29%,#307dcd 39%,#2d72bd 61%,#286099 93%,#245c95 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3283d5', endColorstr='#245c95',GradientType=0 ); /* IE6-9 */
  }

  div#mvp-mi_mailaddress-buttons div.mvp-mi_button_no input,
  div#mvp-mi_mailaddress-buttons div input.disabled {
    background: #979a9f; /* Old browsers */
    background: -moz-linear-gradient(top,  #979a9f 0%, #999ea2 3%, #999ea1 6%, #929397 39%, #858587 73%, #7f7f7f 97%, #777777 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #979a9f 0%,#999ea2 3%,#999ea1 6%,#929397 39%,#858587 73%,#7f7f7f 97%,#777777 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #979a9f 0%,#999ea2 3%,#999ea1 6%,#929397 39%,#858587 73%,#7f7f7f 97%,#777777 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979a9f', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
  }

  div#mvp-mi_mailaddress-buttons div input.disabled {
    cursor: auto;
    cursor: wait;
  }

  /* --------------------------------------------
   * Confimation Dialog
   * -------------------------------------------- */
  #mvp-mi_confirm_box {
    width: 90%;
    max-width: 350px;
    background: #eee;
    position: absolute;
    /* 'top' and 'left' properties are adjusted by JS(/common/js/mr_inquiry.js) */
    padding: 5px 10px;
    z-index: 10;
    border: 5px solid #eee;
    box-shadow: rgba(51, 51, 51, 0.3) 0px 0px 5px 3px;
    -webkit-box-shadow: rgba(51, 51, 51, 0.3) 0px 0px 5px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
  }


  #mvp-mi_confirm_box p { text-align: left; }

  .mvp-mi_confirm_buttons:after {
    clear: both;
    height: 0;
    content: "";
    display: block;
    overflow: hidden;
  }

  .mvp-mi_confirm_buttons .confirm_buttons {
    float: right;
    padding: 0 5px 5px 0;
  }

  .mvp-mi_confirm_buttons .confirm_buttons input {
    border: 1px solid #999;
    border-radius: 2px;
    text-decoration: none;
    background: #eee;
    padding: 2px 3px;
  }

  .mvp-mi_confirm_buttons .confirm_buttons input:hover {
    background: #cdcdcd;
  }

  /* --------------------------------------------
   * MR Photos (Use 'Slick' Library)+
   * -------------------------------------------- */
  body div#mvp-mr_list div.mvp-staff_select {
    max-width: 155px;
    background: #eee;
    /* margin: 0 7px; */
    text-align: center;
    cursor: pointer;
  }
  body div#mvp-mr_list div + .mvp-staff_select {
    margin-left: 16px;
  }

  body div#mvp-mr_list div.mvp-staff_select.selected     { background: #3a83c3; }
    body div#mvp-mr_list div.mvp-staff_select.selected p { color:      #fff;    }

  body div#mvp-mr_list div.mvp-staff_select p {
    text-align: center;
    padding: 5px 10px 0;
  }

  body div#mvp-mi_form div#mvp-mr_list div.mvp-staff_select p.staff_section {
    margin-bottom: 0;
    font-size: 90%;
  }

  body div#mvp-mr_list div.mvp-staff_select p.staff_name    {
	margin-top: 0;
	margin-bottom: 0; }

  body div#mvp-mr_list div.mvp-staff_select p.staff_photo {
    text-align: center;
  }

  body div#mvp-mr_list div.mvp-staff_select p.staff_photo img {
    border:1px solid #ccc;
	width:100%;
	max-height:120px;
	max-width:100px;
    margin: 0 auto
  }

  div#mvp-mr_list:after {
    clear: both;
    height: 0;
    content: "";
    display: block;
    overflow: hidden;
  }

  /* Arrows ( Prev or Next) */
  .slick-prev,
  .slick-next {
  	font-size: 0;
  	line-height: 0;
  	position: absolute;
  	top: 50%;
  	display: block;
  	width: 40px;
  	height: 40px;
  	padding: 0;
  	-webkit-transform: translate(0, -50%);
  	-ms-transform: translate(0, -50%);
  	transform: translate(0, -50%);
  	cursor: pointer;
  	color: transparent;
  	border: none;
  	outline: none;
  	background: transparent;
  	overflow: visible;
    z-index: 4;
  }

  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
  	color: transparent;
  	outline: none;
  	background: transparent;
  }

  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before { opacity: 1; }

  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before { opacity: 0; }

  .slick-prev:before, .slick-next:before {
  	font-size: 40px;
  	line-height: 1;
  	opacity: .75;
  	color: #000;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  }

  .slick-prev:before { content: '<'; }
  .slick-next:before { content: '>'; }
  .slick-prev { left:  -35px; }
  .slick-next {	right: -35px; }

  #mvp-mr_list .slick-prev:before { content: '<'; }
  #mvp-mr_list .slick-next:before { content: '>'; }
  #mvp-mr_list .slick-prev { left:  -35px; }
  #mvp-mr_list .slick-next {	right: -35px; }

  #mvp-mr_list .slick-prev, #mvp-mr_list .slick-next {
    text-indent: 0;
    width: 40px;
    height: 40px;
    top: 50%;
    visibility: visible;
    margin: 0;
}

  .slick-loading .slick-list { background: #fff; }

  .slick-slider {
  	position: relative;
  	display: block;
  	box-sizing: border-box;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	-webkit-touch-callout: none;
  	-khtml-user-select: none;
  	-ms-touch-action: pan-y;
  	touch-action: pan-y;
  	-webkit-tap-highlight-color: transparent;
  }

#mvp-mr_inquiry .slick-slider {
    zoom:1.4
  }

  .slick-list {
  	position: relative;
  	display: block;
  	overflow: hidden;
  	margin: 0;
  	padding: 0;
  }

  .slick-list:focus { outline: none; }

  .slick-list.dragging {
  	cursor: pointer;
  	cursor: hand;
  }
  #mvp-async_form .slick-track {
      margin: 0;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
  	-webkit-transform: translate3d(0, 0, 0);
  	-moz-transform: translate3d(0, 0, 0);
  	-ms-transform: translate3d(0, 0, 0);
  	-o-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
  }

  .slick-slider .slick-track {
	  display:-webkit-box;
	  display:-moz-box;
	  display:-ms-box;
	  display:-webkit-flexbox;
	  display:-moz-flexbox;
	  display:-ms-flexbox;
	  display:-webkit-flex;
	  display:-moz-flex;
	  display:-ms-flex;
	  display:flex;
  }

  .slick-track {
  	position: relative;
  	top: 0;
  	left: 0;
  	display: block;
  }

  .slick-track:before,
  .slick-track:after {
  	display: table;
  	content: '';
  }

  .slick-track:after { clear: both; }
  .slick-loading .slick-track { visibility: hidden; }

  .slick-slide {
  	display: none;
  	float: left;
  	height: auto;
  	min-height: 1px;
  }

  .slick-slide.slick-loading img  { display: none;      }
  .slick-initialized .slick-slide { display: block;     }
  .slick-loading .slick-slide     { visibility: hidden; }
  .slick-arrow.slick-hidden       { display: none;      }
}


@media screen and (min-width: 640px) {
  .mvp-mi_desc_update,
  .mvp-input_mailaddress_form .mvp-mi_notice {
	  padding-top:5px;
	  padding-left:60px;
	  background:url(/common/images/mr_inquiry/icon_mail.png) no-repeat left top;
  }
  .mvp-input_mailaddress_form input#mailaddress {
	  margin-left:10px;
  }
}


@media screen and (min-width: 0px) and (max-width: 639px) {
  .mvp-input_mailaddress_form {
    padding: 16px 16px 0;
  }
  .mvp-input_mailaddress_form input#mailaddress {
	  display:block;
	  -webkit-box-sizing:border-box;
	  		  box-sizing:border-box;
  }
  body div#mvp-mi_form {
	padding:16px;
  }
  body #mvp-mi_form p {
    text-align:left;
  }
  #mvp-mr_list .slick-prev,#mvp-mr_list .slick-next{
    width: 20px;
    height: 20px;
  }
  #mvp-mr_list .slick-prev:before, #mvp-mr_list .slick-next:before {
    font-size: 20px;
  }
  #mvp-mr_list .slick-prev {
    left: -14px;
  }
  #mvp-mr_list .slick-next{
    right: -14px;
  }
  #mvp-mr_list .mvp-staff_select + .mvp-staff_select {
    margin-left: 8px;
}
}





/* ====================
バフセオプル型コンテンツのお問い合わせページ
====================*/
div[class^="vaf-contact-info-"]{
  margin-top: 10px;
}
.vaf-contact-info-details .sec,
.vaf-contact-info-intro{
	padding: 20px;
	border-top: #3583c6 5px solid;
	background: #eee;
}
div[class^="vaf-contact-info-"] h2{
	margin: 0 0 20px 0!important;
  padding: 0!important;
	color: #387FBD;
	font-weight: bold;
  background: none!important;
}
/* 製品のお問い合わせについて */
.vaf-contact-info-details .important{
	margin: 0!important;
	padding: 15px 50px;
	background: #fff;
}
.vaf-contact-info-details .text-red{
	color: #c34f24;
}
.vaf-contact-info-details .text-small{
	font-size: 90%;
}
.vaf-contact-info-details .sec + .sec{
	margin-top: 30px;
}
.vaf-contact-info-details .contact-form-btn{
	margin: 30px 0 0 0!important;
}
.vaf-contact-info-details .contact-form-btn a{
	position: relative;
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 24px 0 24px 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #4dbdbf;
	border-radius: 3px;
	box-sizing: border-box;
}
.vaf-contact-info-details .contact-form-btn a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	margin: auto 0 auto -130px;
	width: 35px;
	height: 35px;
	background: url(/common/images/icons/icon_inquiry.png) no-repeat left top / 100% auto;
}
/* ログイン */
.vaf-contact-info-intro .sec{
	padding: 15px;
	background: #fff;
}
.vaf-contact-info-intro .sec + .sec{
	margin-top: 20px;
}
.vaf-contact-info-intro .sec h3{
	margin-bottom: 20px;
	padding-left: 5px;
	color: #387FBD;
	font-weight: bold;
	border-left: 5px solid #387FBD;
}
.vaf-contact-info-intro .mvp-login a{
	position: relative;
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 16px 0;
	color: #fff;
  font-size: 120%;
	font-weight: bold;
	text-align: center;
	background: #5798d3;
	background: -moz-linear-gradient(top, #5798d3 0%, #3b7ec6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5798d3 0%,#3b7ec6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5798d3 0%,#3b7ec6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5798d3', endColorstr='#3b7ec6',GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
}
.vaf-contact-info-intro .mvp-login a::before{
	content: '>';
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	height: 13px;
	margin: auto;
	line-height: 1;
}
.vaf-contact-info-intro .new-entry a{
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 16px 0;
	color: #fff;
  font-size: 120%;
	font-weight: bold;
	text-align: center;
	background: #ffb21d; /* Old browsers */
	background: -moz-linear-gradient(top, #ffb21d 0%, #f99e13 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffb21d 0%,#f99e13 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffb21d 0%,#f99e13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb21d', endColorstr='#f99e13',GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
}
/* ---------- SP ----------*/
@media screen and (max-width: 639px) {
    div[class^="vaf-contact-info-"] {
      margin-top: 0;
    }
  	.vaf-contact-info-details .important{
		padding: 15px;
	}
	.vaf-contact-info-details .contact-form-btn a{
		width: 90%;
		padding: 14px 0 14px 40px;
	}
	.vaf-contact-info-intro .mvp-login a{
		width: 100%;
		padding: 10px 0;
	}
	.vaf-contact-info-intro .new-entry a{
		width: 100%;
		padding: 10px 0;
	}
}


/* 製剤プル型コンテンツ お問い合わせページへの入口バナー */
.formulation-contact-info-bnr{
	margin-bottom: 1px;
	padding: 25px 15px;
	text-align: center;
	color: #fff;
  background: #5d5d5d;
}
.formulation-contact-info-bnr div{
	display: inline-block;
	position: relative;
	margin-left: 50px;
}
.formulation-contact-info-bnr div::before{
	content: '';
	position: absolute;
	top: 0;
	left: -50px;
	bottom: 0;
	margin: auto;
	width: 38px;
	height: 30px;
	background: url(/common/images/learning_top_images/mr_mail.png) no-repeat left top / 100% auto;
}
.formulation-contact-info-bnr a{
	font-size: 110%;
	color: #fff;
	text-decoration: underline;
}
.formulation-contact-info-bnr a img{
	display: inline-block;
	margin-bottom: -2px;
}
/* ---------- SP ----------*/
@media screen and (max-width: 639px) {
  .formulation-contact-info-bnr{
  	padding: 20px 15px;
  }
	.formulation-contact-info-bnr div{
		margin-left: 0;
	}
	.formulation-contact-info-bnr div::before{
		content: none;
	}
}

/* バフセオ */
.VAF-contact-info-bnr{
	background: #531066;
}

/* マンジャロ */
.MJR-contact-info-bnr{
	background: #5D0096;
}
