@charset "UTF-8";
/* patches/ _page-medicine-quality.scss 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
page-medicine-top用css
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Lib */
/* //////////////////////////////////

File Name > lib/_variables.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Color
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	Base Color
--------------------------------------*/
/* 基本テキストカラー */
/* Link Text Color */
/* 
	Definition Color
--------------------------------------*/
/* 白 */
/* 黒 */
/* 
	Function Color
--------------------------------------*/
/* 翻訳センター アクセントカラー */
/* お問い合わせボタンカラー */
/* 区切り線カラー */
/* 背景カラー */
/* 
	使用不明 Color
--------------------------------------*/
/* Sub Color */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Font
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Width
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	Device Break Point
--------------------------------------*/
/* Base Width */
/* //////////////////////////////////

File Name > lib/ _mixins.scss

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	テキストリンク設定
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	Definition Color
--------------------------------------*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Hover Effect
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	HE - Opacity
--------------------------------------*/
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	Parts
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 
	a タグ Block 化
--------------------------------------*/
/* 
	Text Shadow（1px）
--------------------------------------*/
/* 
	遷移用ARROW（ White）
--------------------------------------*/
/* 
	遷移用ARROW（ Orange：下向き）
--------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Media Query
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	神作成
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 見出しミックスイン */
/* Lib/ _mixin*/
/* メインイメージ ------------------------------------------------------------------------------------------------ */
.area-mv {
  background: url(../about/img/img-mv.jpg) no-repeat #0e2334;
  background-position: right top;
  background-size: cover; }
  @media print, screen and (min-width: 768px) {
    .area-mv {
      background: url(../about/img/img-mv.jpg) no-repeat #0e2334;
      background-position: center;
      background-size: 140%; } }
  @media print, screen and (min-width: 960px) {
    .area-mv {
      background: url(../about/img/img-mv.jpg) no-repeat #0e2334;
      background-position: right bottom;
      background-size: cover; } }

.nav-topicpath ul li {
  color: #000; }
  .nav-topicpath ul li a {
    color: #000; }

/* コンテンツ------------------------------------------------------------------------------------------------- */
.sec-index {
  width: 90%;
  margin: 40px auto 0; }
  @media print, screen and (min-width: 960px) {
    .sec-index {
      width: 100%; } }
  .sec-index .ttl-large {
    position: relative;
    margin-bottom: 30px; }
    @media print, screen and (min-width: 768px) {
      .sec-index .ttl-large {
        font-weight: bold;
        padding: 10px 0 15px;
        margin-bottom: 15px; }
        .sec-index .ttl-large:after {
          width: 100%;
          height: 2px;
          left: 30px; } }
    @media print, screen and (min-width: 960px) {
      .sec-index .ttl-large {
        margin-bottom: 25px;
        font-size: 24px;
        padding: 0 0 15px; }
        .sec-index .ttl-large:after {
          width: 30%; } }

.list-imgset-right {
  padding-bottom: 5px; }
  @media print, screen and (min-width: 768px) {
    .list-imgset-right {
      padding: 40px 0 20px; } }
  @media print, screen and (min-width: 960px) {
    .list-imgset-right {
      padding: 60px 0; } }

@media print, screen and (min-width: 768px) {
  .list-imgset-right img {
    float: left;
    width: 32%;
    height: 200px; } }

@media print, screen and (min-width: 960px) {
  .list-imgset-right img {
    margin-bottom: 0px;
    width: 353px;
    height: auto; } }

@media print, screen and (min-width: 768px) {
  .list-imgset-right dl {
    float: right;
    width: 62%; } }

@media print, screen and (min-width: 960px) {
  .list-imgset-right dl {
    width: 535px; }
    .list-imgset-right dl dd p {
      margin-bottom: 10px; } }

@media print, screen and (min-width: 768px) {
  .btn-white-center {
    padding: 0; } }

@media print, screen and (min-width: 960px) {
  .btn-white-center {
    text-align: right; }
    .btn-white-center a {
      text-align: center;
      margin-right: 40px; } }

@media print, screen and (min-width: 768px) {
  .btn-white-center a {
    width: 50%;
    margin: 0 0 0 auto; } }

@media print, screen and (min-width: 960px) {
  .btn-white-center a {
    width: 40%;
    margin: 0 0 0 auto;
    padding: 10px 0; } }

/*リンク付きイメージ----------------------------------------------------------------------------------------------*/
.link-img {
  display: block;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .link-img:hover {
    opacity: 0.6; }

/*アフターケア　リスト----------------------------------------------------------------------------------------------*/
.sec-index ol {
  margin: 0 auto;
  font-size: 14px; }
  @media print, screen and (min-width: 768px) {
    .sec-index ol {
      margin-bottom: 15px; } }
  .sec-index ol li {
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 1px; }
