@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  padding-top: 52px;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

#container {
  background-color: #F4F4F4;
  text-align: left;
  color: #666666;
  overflow: hidden;
}

#main {
  width: 100%;
  font-size: 1.2rem;
}

#main:after {
  display: block;
  clear: both;
  content: "";
}

.overflow, .menu-open {
  overflow-y: hidden;
}

body.modal-open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

@media only screen and (min-width: 780px) {
  body {
    padding-top: 0;
    min-width: 1015px;
    line-height: 1.5;
    text-align: center;
  }

  #container {
    padding-top: 160px;
    width: 100%;
    background-color: #EEE;
  }

  #main {
    margin: 0 auto 60px;
    width: 1015px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 780px) {
  body.archive {
    padding-top: 87px;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.headerBlock {
  z-index: 99;
}

#header {
  width: 100%;
  height: 52px;
  background-color: #F4F4F4;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

#header .logoBox {
  height: 27px;
  width: 100%;
}

#header .logoBox .logo {
  margin-bottom: 5px;
}

#header .logoBox .logo img {
  width: 117px;
}

#header .logoBox p,
#header .logoBox h1 {
  font-size: 0.75rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.3;
  overflow: hidden;
  letter-spacing: -0.1em;
}

#header .banner {
  width: 250px;
  height: 50px;
  background-color: #ccc;
  float: right;
}

#header .otherNavi {
  margin-left: 5px;
  width: 146px;
  height: 52px;
  display: flex;
  justify-content: flex-end;
}

#header #headerSearchArea,
#header #headerMmForm {
  position: absolute;
  top: 52px;
  right: 0;
  left: 0;
}

#header #headerSearchArea .header_search_cont,
#header #headerMmForm .widget_wysija {
  display: none;
  overflow: hidden;
}

#header #headerSearchArea .header_search_cont,
#header #headerMmForm .widget_wysija_cont {
  margin-bottom: 0;
  border-width: 0;
  box-sizing: border-box;
}

#header #headerSearchArea .header_search_cont {
  background: #fff;
  border: 1px solid #DFDFDF;
}

#header #headerSearchArea .searchBn {
  margin: 20px 10px;
  padding: 0;
  border: 1px solid #DFDFDF;
}

#header #headerMmForm .widget_wysija_cont h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

#header .otherNavi .headerSearchBtn {
  width: 49px;
  background: #258cd8;
}

#header .otherNavi .headerSearchBtn img {
  width: 22px;
}

#header .otherNavi .headerMmFormBtn {
  width: 49px;
}

#header .otherNavi .headerSearchBtn,
#header .otherNavi .headerMmFormBtn {
  border-left: 1px solid #E8E8E8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  opacity: 1;
  transition: opacity 250ms linear;
}

#header .otherNavi .headerMmFormBtn .img {
  margin-bottom: 4px;
  width: 22px;
  height: 15px;
}
.menu-open #header .otherNavi .headerSearchBtn,
.menu-open #header .otherNavi .headerMmFormBtn {
  opacity: 0;
  pointer-events: none;
}

#header .otherNavi .headerMmFormBtn .txt {
  margin-right: 1px;
  text-align: center;
}

#header .otherNavi li.menu {
  width: 48px;
}

#header .otherNavi li.menu a.openBtn {
  display: block;
  height: 52px;
  background: #3E3A39 url(/img/pharmanews/common/menu_icon.png) center center no-repeat;
  background-size: 20px 20px;
}

.menu-open #header .otherNavi li.menu a.openBtn {
  display: none;
}

#header .otherNavi li.menu a.closeBtn {
  display: none;
  height: 52px;
  background: #3E3A39 url(/img/pharmanews/common/menu_icon_close.png) center center no-repeat;
  background-size: 20px 20px;
}

.menu-open #header .otherNavi li.menu a.closeBtn {
  display: block;
}

#header .otherNavi li.menu .hiddenNavi {
  display: none;
}

#header .headerInner {
  width: 100%;
  padding: 9px 10px 0;
}

#header .headerInner .snsFollow,
#header .headerInner #searchArea {
  display: none;
}

@media only screen and (min-width: 780px) {
  #header {
    margin: 0 auto;
    padding: 0 0 15px;
    width: 100%;
    height: auto;
    background-color: #FFF;
    display: block;
    z-index: 1;
  }

  #header .logoBox {
    padding: 10px 10px 0 7px;
    width: 300px;
    height: auto;
  }

  #header .logoBox .logo {
    margin-bottom: 0;
    float: none;
  }

  #header .logoBox .logo img {
    width: auto;
  }

  #header .logoBox p,
  #header .logoBox h1 {
    margin: 6px 0 0;
    font-size: 1.1rem;
    overflow: visible;
  }

  #header .otherNavi {
    display: none;
  }

  #header .headerInner {
    margin: 0 auto;
    width: 1014px;
    display: flex;
    align-items: center;
  }

  #header #headerSearchArea {

  }

  #header #headerMmForm {
    display: none;
  }

  #header .headerInner #searchArea {
    display: block;
    width: 280px;
  }

  #header .headerInner .searchBn {
    margin-bottom: 0;
    border: 1px solid #DFDFDF;
  }

  #header .headerInner .searchBn input[type=submit] {
    background: url(/img/pharmanews/common/icon/icon_search_gray.png) no-repeat center center /18px;
    left: 0;
  }

  #header .headerInner .searchBn input[type=text] {
    padding-left: 35px;
  }
 
  #header .headerInner .snsFollow {
    margin-left: auto;
    margin-right: 35px;
    display: flex;
  }
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi .naviTtl {
  padding: 15px 10px;
  background: #3E3A39;
  display: block;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

#gNavi ul {
  display: block;
}

#gNavi ul li {
  display: block;
}

#gNavi ul li a {
  display: block;
  padding: 15px;
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #DFDFDF;
  box-sizing: border-box;
  position: relative;
  font-size: 1.1rem;
  color: #258CD8;
  text-decoration: none;
}

#gNavi ul li a span {
  padding-left: 17px;
  line-height: 1.6;
}

#gNavi ul li:nth-child(even) a {
  border-right: none;
}

#gNavi .naviBottom {
  background: #F4F4F4;
}

#gNavi .snsBn {
  padding: 20px 0 10px;
}

#gNavi .snsBn a {
  display: inline-block;
  margin: 0 1px;
  padding: 5px 0;
  width: 74px;
  height: 30px;
  border-radius: 4px;
  font-size: 1.3rem;
  color: #FFF;
  letter-spacing: -0.08em;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}

#gNavi .snsBn a span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

#gNavi .snsBn img {
  padding-bottom: 5px;
}

#gNavi .snsBn .snsInner {
  width: 100%;
  text-align: center;
}

#gNavi .snsBn a.tw {
  background: #00ACEE;
}

#gNavi .snsBn a.feed {
  background: #6BC555;
}

#gNavi .cvBanner {
  margin-bottom: 20px;
  padding: 10px 10px 55px;
  text-align: center;
}

#gNavi .cvBanner img {
  object-fit: cover;
}

#gNavi .inner {
  margin: 0 auto;
  padding-top: 10px;
  width: 280px;
  background-color: #FFF;
}

#headerSearchArea .searchBn input[type=submit],
#gNavi .searchBn input[type=submit] {
  width: 50px;
}

.spNavi .spNaviInner {
  display: flex;
  position: fixed;
  width: 100%;
  background-color: #3E3A39;
  top: 52px;
  z-index: 10;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; 
  border-bottom: 3px solid #258CD8;
}

.spNavi .spNaviInner li {
  position: relative;
}

.spNavi .spNaviInner li:not(:last-child):after {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}

.spNavi .spNaviInner li a {
  color: #fff;
  padding: 10px;
  display: block;
  text-decoration: none;
}

.spNavi .spNaviInner li a.current {
  color: #91C5EB;
}

.spNavi .spNaviInner li a span {
  font-size: 1.2rem;
}

@media only screen and (max-width: 780px) {
  html.menu-open {
    max-width: 780px;
    overflow: hidden;
  }

  body.menu-open {
    height: 100%;
    overflow: hidden;
  }

  #gNavi {
    margin-bottom: 0;
    width: 100%;
    height:100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 52px;
    left: 100%;
    z-index: -1;
    transition: left 250ms linear, z-index 250ms linear;
    -webkit-overflow-scrolling: touch;
  }

  #gNavi .gNaviInner {
    overflow:auto;
    height:100%;
    -webkit-overflow-scrolling: touch;
  }

  #gNavi #searchArea {
    background: #fff;
    padding: 20px 10px;
  }
  
  #gNavi .searchBn {
    margin-bottom: 0;
    border: 1px solid #DFDFDF;
  }
    
  #gNavi .naviTtl:before {
    content: "";
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #91C5EB;
    border-right: 2px solid #91C5EB;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(45deg);
  }

  #gNavi .naviTtl.open:before {
    transform: rotate(-45deg);
  }

  #gNavi .naviMenu {
    border-bottom: 1px solid #fff;
  }

  #gNavi .naviMenu:before {
    transition: transform 0.5s;
    transform: translateY(-50%) rotate(135deg);
  }

  #gNavi .naviTtl + .naviTtl {
    border-top: 1px solid #fff;
  }

  #gNavi a.naviTtl[target="_blank"] span {
    position: relative;
  }

  #gNavi a.naviTtl[target="_blank"] span:after {
    width: 15px;
    height: 15px;
    background:#3E3A39 url(/img/pharmanews/common/icon/icon_blank.png) no-repeat center/15px;
    position: absolute;
    content: "";
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
  }

  #gNavi .naviTtl,
  #gNavi ul {
    opacity: 0;
    transition: opacity 250ms linear;
  }

  #gNavi ul {
    background: #F4F4F4;
  }

  #gNavi ul li a:before {
    content: "";
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url(/img/pharmanews/common/icon/icon01.png) no-repeat center /12px;
    position: absolute;
    top: 50%;
    left: 15px;
  }

  .menu-open #gNavi .naviTtl,
  .menu-open #gNavi ul,
  .menu-open #gNavi .toSite {
    /*display: block;*/
    opacity: 1;
  }

  .menu-open #gNavi {
    z-index: 9999;
    left: 0;
  }
}

@media only screen and (min-width: 780px) {
  #gNavi {
    display: block!important;
    margin-bottom: 30px;
    width: 100%;
    height: 44px!important;
    background: url(/img/pharmanews/common/navi_wide.png) -45px -21px repeat-x;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 84px;
    left: none;
    z-index: 10;
  }
  
  #gNavi #searchArea {
    display: none;
  }

  #gNavi .naviTtl {
    display: none;
  }

  #gNavi ul {
    margin: 0 auto;
    width: 1015px;
    background: url(/img/pharmanews/common/navi_bg.png) left 5px no-repeat;
    display: flex;
    flex-wrap: nowrap;
  }

  #gNavi ul li {
    width: 100%;
    float: none;
  }

  #gNavi ul li a {
    margin: 0;
    padding: 8px 0 0;
    height: 36px;
    display: block;
    background-color: #FFF;
    background: url(/img/pharmanews/common/navi_bg.png) right 5px no-repeat;
    border-right: none;
    border-bottom: none;
    box-sizing: content-box;
    text-decoration: none;
    text-align: center;
    font-size: 1.5rem;
    color: #FFF;
    position: relative;
  }

  #gNavi ul li a span {
    padding-left: 0;
    background-image: none;
  }

  #gNavi ul li a.current {
    color: #91C5EB;
  }

  #gNavi ul li a.current:before,
  #gNavi ul li a:hover:before {
    content: "";
    display: block;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-top: 4px solid #258CD8;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -4px;
  }

  #gNavi ul li a:hover {
    color: #91C5EB;
  }

  #gNavi .hidePC {
    display: none;
  }
}

@media only screen and (min-width: 781px) {
  .menu-open #gNavi {
    z-index: 9999;
  }

  #gNavi ul .toAbout,
  #gNavi ul .toSearch,
  #gNavi .snsBn,
  #gNavi .cvBanner,
  .spNavi {
    display: none;
  }
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  margin-bottom: 10px;
}

#pagePath li {
  margin-right: 2px;
  line-height: 1.4;
  font-size: 1.2rem;
  display: inline;
}

#pagePath li a {
  margin-right: 5px;
  color: #666;
}

#pagePath li a:hover {
  text-decoration: none;
}

#pagePath.spBreadcrumb {
  display: block;
  margin: 0 auto;
  padding: 0 5px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pagePathWrap #pagePath {
  margin: 10px 0 0;
  padding: 0 5px 5px;
  display: block;
}

.pagePathWrap {
  display: block;
}

@media only screen and (min-width: 780px) {
  #pagePath {
    display: block;
    margin: 0 auto 10px;
    width: 1015px;
  }
  .pagePathWrap {
    display: none;
  }
}

@media only screen and (max-width: 780px) {
  #pagePath {
    margin-bottom: 0;
    padding: 10px 5px;
    background: #fff;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
}

/*------------------------------------------------------------
  SNSリンク（ヘッダー・フッター）
------------------------------------------------------------*/
.snsFollow a {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: opacity 0.3s;
  cursor: pointer;
}

.snsFollow a:hover {
  opacity: 0.7;
}

.snsFollow a.clicked:hover {
  opacity: 1;
}

.snsFollow a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.snsFollow.share {
  z-index: 1;
}

.snsFollow.share a {
  width: 30px;
  height: 30px;
}

.snsFollow.share a.copy.clicked {
  cursor: auto;
}

.snsFollow.share a.copy.clicked:before {
  padding: 6px 10px;
  content: "リンクをコピーしました";
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  background: rgba(102, 102, 102, 0.8);
  color: #fff;
  display: block;
  font-size: 1.2rem;
  border-radius: 4px;
  white-space: nowrap;
  transform: translateY(-50%);
}

.snsFollow.share a.copy.clicked:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 7px solid rgba(102, 102, 102, 0.8);
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}

.snsFollow .tw {
  background: #00ACEE;
}

.snsFollow .fb {
  background: #1877F2;
}

.snsFollow .feed {
  background: #6BC555;
}

.snsFollow .hb {
  background: #008FDE ;
}

@media only screen and (min-width: 780px) {
  .snsFollow.share {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 207px;
    margin-left: -95px;
  }

  .snsFollow.share a {
    margin-bottom: 10px;
  }

  .snsFollow:not(.share) a:not(:last-child) {
    margin-right: 4px;
  }

  .snsFollow .copy img {
    width: 15px;
    height: 13px;
  }

  #conts .aclTtl .snsFollow {
    display: none;
  }
}

@media only screen and (max-width: 780px) {
  #conts .snsFollow {
    margin-top: 20px;
    text-align: center;
  }

  #conts .aclTtl .snsFollow {
    margin-top: 15px;
  }

  #conts .snsFollow a:not(:last-child) {
    margin-right: 15px;
  }

  #conts .aclInfo a.copy img {
    width: 20px;
    height: 17px;
  }

  .snsFollow.share a.copy.clicked:before {
    padding: 4px;
    top: -15px;
    left: -90px;
    display: block;
    font-size: 1rem;
  }
  
  .snsFollow.share a.copy.clicked:after {
    position: absolute;
    left: 50%;
    top: -6px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid rgba(102, 102, 102, 0.8);
    transform: translateX(-50%);
  }
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
  width: 100%;
  background: #FFF;
  position: relative;
}

#conts h1.taxTtl {
  padding: 10px;
  background: #3E3A39;
  font-size: 1.4rem;
  color: #FFF;
}

#conts p.lead {
  padding: 15px 10px 25px;
  border-bottom: 1px solid #DFDFDF;
  font-size: 1.5rem;
  line-height: 1.6;
}

#conts .noArticle {
  padding: 15px 10px;
  font-size: 1.5rem;
}

#main #conts .listLink a {
  display: block;
  padding: 16px 0;
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #DFDFDF;
  font-size: 1.2rem;
  color: #258CD8;
  text-decoration: none;
  text-align: center;
}

#main #conts .listLink a span {
  padding: 2px 0 2px 17px;
  background: url(/img/pharmanews/common/icon/icon01.png) 0 4px no-repeat;
  background-size: 13px 13px;
}

#main #conts .recommend h2,
#main #conts .popularity h2 {
  padding: 8px 8px 8px 29px;
  font-size: 1.4rem;
  color: #FFF;
  position: relative;
}

#main #conts .recommend h2 {
  background: #3E3A39 url(/img/pharmanews/common/ttl04.png) 8px 8px no-repeat;
}

#main #conts .popularity h2 {
  background: #3E3A39 url(/img/pharmanews/common/ttl02.png) 8px 8px no-repeat;
}

#main #conts .tagListBox {
  width: 100%;
}

#main #conts .tagListBox a {
  display: block;
  padding: 9px 6px 8px 20px;
  background: url(/img/pharmanews/common/icon/icon05.png) 5px 10px no-repeat;
  border-bottom: 1px solid #DFDFDF;
  font-size: 1.5rem;
  color: #666;
  line-height: 1.0;
  text-decoration: none;
  box-sizing: border-box;
}

#main #conts .catelist a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #DFDFDF;
  color: #666;
  text-decoration: none;
}

#main #conts .catelist a:hover {
  background: #FFF;
}

#main #conts .catelist a span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
}

#main #conts .catelist a span.cateTtl {
  margin-bottom: 3px;
  padding-left: 20px;
  background: url(/img/pharmanews/common/icon/icon01.png) 0 3px no-repeat;
  font-size: 1.6rem;
  font-weight: bold;
  color: #258CD8;
}

/* AnswersNewsについて */

#conts .wysiwyg {
  padding: 15px 13px 20px;
  color: #333;
  font-size: 1.3rem;
}

#conts .wysiwyg p {
  margin-bottom: 1em;
  line-height: 1.6;
}

#conts .wysiwyg .detailSec {
  padding: 13px 15px;
  background-color: #FFF;
  border: #DFDFDF 1px solid;
  font-size: 1.1rem;
}

#conts .wysiwyg .detailSec .ttl {
  margin-bottom: 15px;
  padding-bottom: 4px;
  border-bottom: #258CD8 1px solid;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
}

#conts .wysiwyg .detailSec .name {
  padding: 12px 10px 10px;
  border: #DFDFDF 1px solid;
  font-size: 1rem;
}

#conts .wysiwyg .detailSec .name dt {
  margin-bottom: 5px;
  color: #258CD8;
  font-weight: bold;
}

#conts .wysiwyg .detailSec .name dd {
  line-height: 1.6;
}

.pagetop {
  display: none;
  margin: 0 auto;
  width: 1015px;
}

.pagetop a {
  display: block;
  padding: 5px 7px 3px 25px;
  background: #3E3A39 url(/img/pharmanews/common/icon/icon04.png) 6px 6px no-repeat;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 1.2rem;
  color: #FFF;
  line-height: 1.6;
  text-decoration: none;
  float: right;
}

#conts .snsBn {
  margin: 30px 0 20px;
  overflow: hidden;
}

#conts .snsBn,
#conts .snsBn .inner {
  width: 100%;
  text-align: left;
}

#conts .snsBn .inner a {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 7px 0 3px;
  width: 117px;
  height: auto;
  border-radius: 4px;
  font-size: 1.3rem;
  color: #FFF;
  letter-spacing: -0.08em;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}

#conts .snsBn .inner a span {
  display: block;
  font-size: 1.0rem;
  line-height: 1.2;
}

#conts .snsBn .inner a.hb {
  background: #008FDE;
}

#conts .snsBn .inner a.fb {
  background: #176FE1;
}

#conts .snsBn .inner a.tw {
  background: #00ACEE;
}

#conts .snsBn .inner a.feed {
  background: #6BC555;
}

#conts .snsBn .inner a img,
#conts .snsBn .inner a span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.2;
  vertical-align: top;
}

#conts .snsBn .inner a span {
  margin-left: 4px;
}

#conts .snsBn .inner a img {
  padding-bottom: 5px;
}

/* あわせて読みたい・企業レポートリンク */
#conts .linkWrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

#conts .linkTtl {
  margin-bottom: 10px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
}

/* 関連キーワード */
#conts .tagBox {
  margin: 25px 10px;
  overflow: hidden;
}

#main .tagBox ul li {
  margin: 5px 5px 0 0;
  float: left;
}

#main .tagBox ul li a {
  display: block;
  padding: 6px 6px 6px 22px;
  background: #F4F4F4 url(/img/pharmanews/common/icon/icon_tg.png) no-repeat 9px 7px /10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #666;
  text-decoration: none;
}

#conts .tagBox .toListLink {
  margin-top: 10px;
  text-align: right;
}

#conts .tagBox .toListLink a {
  padding-left: 20px;
  background: url(/img/pharmanews/common/icon/icon01.png) 0 0 no-repeat;
  font-size: 1.2rem;
  color: #258CD8;
  line-height: 1.6;
  text-decoration: none;
}

/* カード */
#conts .card {
  margin-bottom: 15px;
  border: 1px solid #DFDFDF;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  position: relative;
}

#conts .card:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

#conts .popularityList,
#sideBar .popularityAcl .articleList {
  counter-reset: ranking;
}

.card.rank:after {
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(ranking);
  counter-increment: ranking;
}

.card.rank:nth-child(1):after {
  background-color: #DAB300;
}

.card.rank:nth-child(2):after {
  background-color: #96A9B3;
}

.card.rank:nth-child(3):after {
  background-color: #C08D5E;
}

.card.rank:nth-child(4):after,
.card.rank:nth-child(5):after {
  background-color: #91C5EB;
}

#conts .cardLink {
  padding: 20px;
  display: flex;
  text-decoration: none;
}

#conts .card .thumb {
  margin-right: 10px;
}

#conts .card .thumb img {
  object-fit: cover;
}

#conts .cardContent {
  width: 100%;
  display: block;
  position: relative;
}

#conts .cardContent .ttl {
  font-size: 1.7rem;
  color: #258CD8;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#conts .card .date {
  margin-top: 5px;
  color: #3E3939;
  font-size: 1.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

#conts .card .pr_mark {
  padding: 3px 15px;
  background: #DDDDDD 0% 0% no-repeat padding-box;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #3E3939;
}

#conts .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#conts .modal.active {
  display:block;
}

#conts .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(62,58,57,0.6);
}

#conts .modalLink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}

#conts .modalClose {
  position: absolute;
  top: -50px;
  right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#conts .modalClose:before,
#conts .modalClose:after {
  width: 35px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 4px;
  content: "";
}

#conts .modalClose:before,
#conts .careerMenuClose:before,
#conts .cvMailClose:before {
  transform: rotate(45deg);
}

#conts .modalClose:after,
#conts .careerMenuClose:after,
#conts .cvMailClose:after {
  transform: rotate(-45deg);
}

#conts .careerMenuClose,
#conts .cvMailClose {
  background: rgba(37, 141, 218, 0.9);
  position: absolute;
  top: -26px;
  right: 0;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

#conts .careerMenuClose:before,
#conts .careerMenuClose:after,
#conts .cvMailClose:before,
#conts .cvMailClose:after {
  width: 18px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 4px;
  content: "";
}

.searchBn {
  margin-bottom: 20px;
  height: 34px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 0;
  border-radius: 3px;
  position: relative;
}

.sp-search {
  display: none;
}

.searchBn input[type=text] {
  padding: 8px 9px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiyo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  float: left;
}

.searchBn input::placeholder {
  color: #CECECE;
}

.searchBn input:-ms-input-placeholder {
  color: #CECECE;
}

.searchBn input[type=submit] {
  background: #258CD8 url(/img/pharmanews/common/icon/search_icon.png) no-repeat center center /18px;
  border-left: 1px solid #E3E3E3;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 34px;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  border-radius: 0 3px 3px 0 / 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;;
}

#conts .careerMenu {
  background: rgba(37, 141, 218, 0.9);
  position: fixed;
  width: 100%;
  display: none;
  bottom: 0;
  left: 0;
  z-index: 10;
}

#conts .careerMenuLink {
  margin-left: 10px;
  padding: 13px 0;
  background: #DD9E37;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#conts .careerMenuSub {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.96px;
}

#conts .cvMail {
  padding: 10px 0;
  background: rgba(37, 141, 228, 0.9);
  position: fixed;
  width: 100%;
  display: none;
  bottom: 0;
  left: 0;
  z-index: 10;
}

#conts .cvMail .widget_wysija_cont {
  margin-bottom: 0;
  background: none;
  border: none;
}

.aboutUs .btnBox,
#main.information #conts .btnBox {
  padding: 30px;
  border: 1px solid #DFDFDF;
  background: #fff;
  text-align: center;
}

.aboutUs .linkBtn,
#main.information #conts .linkBtn {
  margin-top: 12px;
  padding: 8px;
  border: 1px solid #DFDFDF;
  text-decoration: none;
  display: block;
  color: #258CD8;
  text-align: center;
  font-weight: bold;
  transition: opacity 0.3s;
}

.aboutUs .linkBtn:hover,
#main.information #conts .linkBtn:hover {
  opacity: 0.7;
}

#main.information #conts .linkBtn {
  margin: 12px auto 0;
  width: 240px;
  padding: 8px 0;
}

.detailSec {
  padding: 30px;
  background: #FFF;
  border: 1px solid #DFDFDF;
}

#container.archive .detailSec {
  margin-top: 60px;
}

/* 運営会社 */
.aboutUs .detailSec {
  color: #333;
}

.aboutUs .detailList + .detailList {
  margin-top: 30px;
}

.aboutUs .detailList .detailTtl {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: #258CD8 1px solid;
  font-weight: bold;
  line-height: 1.6;
}

.aboutUs .detailList .detailDesc {
  line-height: 1.8;
}

.aboutUs .btnBox {
  margin: 30px 0;
}

.aboutUs .detailList .innerList li {
  padding-left: 20px;
  position: relative;
  line-height: 1.8;
}

.aboutUs .detailList .innerList li:before {
  content: "・";
  position: absolute;
  left: 0;
}

#conts .detailSec .widget_wysija_cont {
  margin-bottom: 30px;
}

#conts .detailSec .widget_wysija {
  position: relative;
}

#conts .detailSec .widget_wysija .wysija-paragraph {
  margin-bottom: 10px;
}

#conts .detailSec .wysija-link {
  position: absolute;
  bottom: 30px;
  left: 100px;
}

.aboutUs .recommend {
  margin-top: 70px;
}

/* 編集部からのお知らせ 一覧 */
#main.information {
  margin-bottom: 40px;
}

#main.information #conts .articleBox article a {
  padding: 20px;
}

#main.information #conts .articleBox article a .ttl {
  margin-bottom: 0;
}

#main.information #conts .articleBox article a .inner {
  padding: 0;
  border: none;
}

#main.information #conts .articleBox article .inner {
  padding: 20px 20px 25px 20px;
  background: #FFF;
  border: 1px solid #DFDFDF;
  position: relative;
  color: #666;
}

#main #conts .articleBox article .inner .tag,
#sideBar .info .card .tag  {
  margin-left: 5px;
  padding: 1px 5px 0;
  background: #666;
  border-radius: 3px;
  font-size: 1rem;
  color: #FFF;
}

#main #conts .articleBox article .inner .ttl {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}

#main.information #conts .btnBox {
  margin: 30px 0;
}

#main.information .detailSec {
  margin-top: 60px;
}

/* 編集部からのお知らせ 詳細 */
#main.information #conts .articleBox .linkBtn {
  margin-bottom: 30px;
  font-size: 1.6rem;
}

#main.information #conts .articleBox .aclTtl time.date {
  margin-left: 0;
}

@media only screen and (min-width: 780px) {
  #conts {
    width: 700px;
    background: none;
    float: left;
  }

  #conts h1.taxTtl {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 11px 25px;
    background: none;
    border-bottom: 2px solid #DFDFDF;
    font-size: 3.5rem;
    color: #3E3A39;
  }

  #conts .noArticle {
    padding: 0;
  }

  #conts p.lead {
    margin: 0 0 50px;
    padding: 20px;
    border-bottom: none;
    background: #FFF;
    font-size: 1.5rem;
    line-height: 1.7;
  }

  #conts h1.taxTtl:before {
    content: "";
    display: block;
    width: 7px;
    height: 34px;
    background: #258CD8;
    position: absolute;
    top: 1px;
    left: 0;
  }

  #conts.cateListPage h1.taxTtl {
    margin-bottom: 0;
  }

  #conts .articleBox {
    margin-bottom: 20px;
    padding: 29px;
    background: #FFF;
    border: 1px solid #DFDFDF;
  }

  #main #conts .recommend {
    margin-bottom: 30px;
  }

  #main #conts .recommend h2,
  #main #conts .popularity h2 {
    margin-bottom: 10px;
    padding: 9px 8px 9px 29px;
    border-radius: 4px;
    font-size: 1.4rem;
  }

  #main #conts .popularity h2 {
    background-position: 8px 9px;
  }

  #main #conts .recommend h2:after,
  #main #conts .popularity h2:after {
    content: "";
    width: 14px;
    height: 4px;
    background: url(/img/pharmanews/common/icon/arrow01.png) 0 0 no-repeat;
    position: absolute;
    left: 8px;
    bottom: -4px;
  }

  #main #conts .listLink a {
    margin: 0 auto;
    padding: 7px 0;
    width: 278px;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
    font-size: 1.4rem;
    color: #666;
  }

  #main #conts .listLink a span {
    padding: 0 0 0 25px;
    background-position: 0 4px;
    background-position: 0 2px;
    background-size: 16px 16px;
  }

  #main #conts .tagListBox {
    padding: 20px;
    width: 100%;
    background: #FFF;
    border: 1px solid #DFDFDF;
    overflow: hidden;
    box-sizing: border-box;
  }

  #main #conts .tagListBox a {
    display: inline-block;
    margin: 0 1% 1px 0;
    width: 31%;
    border-bottom: none;
  }

  #main #conts .tagListBox a:hover {
      background-color: #F4F4F4;
  }

  #main #conts .catelist a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #DFDFDF;
    color: #666;
    text-decoration: none;
  }

  #main #conts .catelist a:hover {
      background: #FFF;
  }

  #main #conts .catelist a span {
      font-size: 1.5rem;
  }

  #main #conts .catelist a span.cateTtl {
    background: url(/img/pharmanews/common/icon/icon01.png) 0 5px no-repeat;
    font-size: 1.7rem;
  }

  #conts .wysiwyg {
    padding: 0;
  }

  #conts .wysiwyg p {
    margin-bottom: 1.8em;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  #conts .wysiwyg p.last {
    margin-bottom: 0;
  }

  #conts .wysiwyg .lead {
    margin-bottom: 30px;
    padding: 25px 30px;
    background-color: #FFF;
    border: #DFDFDF 1px solid 1px solid;
  }

  #conts .wysiwyg .lead span {
      font-weight: bold;
    }

  #conts .wysiwyg .detailSec {
    padding: 25px 30px;
    font-size: 1.4rem;
  }

  #conts .wysiwyg .detailSec .ttl {
    padding-bottom: 6px;
    font-size: 1.4rem;
  }

  #conts .wysiwyg .detailSec .name {
    padding: 25px;
    border: #DFDFDF 1px solid;
    font-size: 1.3rem;
  }

  #conts .wysiwyg .detailSec .name dt {
    margin-bottom: 10px;
  }

  #conts .wysiwyg .detailSec .name dd {
    line-height: 1.7;
  }

  .pagetop {
    display: block;
  }

  .card a:hover .ttl {
    text-decoration: underline;
  }

  #conts .careerMenu {
    padding: 20px 0;
  }
  
  #conts .careerMenuInner {
    margin: 0 auto;
    max-width: 880px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #conts .careerMenuText {
    margin: 0 10px 0 16px;
  }

  #conts .careerMenuLink {
    font-size: 1.6rem;
    min-width: 200px;
  }

  #conts .careerMenuLink:hover {
    opacity: 0.8;
  }

  #conts .careerMenuTtl {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1.2px;
  }

  #conts .careerMenuHead,
  #conts .careerMenuInner .sp,
  #conts .cvMailHead,
  #conts .cvMail .wysija-list,
  .aboutUs .sp {
    display: none;
  }

  #conts .cvMail {
    padding: 28px 0;
    background: rgba(37, 141, 228, 0.9);
    position: fixed;
    width: 100%;
    display: none;
    bottom: 0;
    left: 0;
    z-index: 10;
  }

  #conts .cvMail .widget_wysija {
    margin: 0 auto;
    padding: 0;
    width: 970px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #conts .cvMail .widget_wysija h3,
  #conts .mmFormResult .resultTtl {
    margin-bottom: 0;
    padding-left: 38px;
    background: url(/img/pharmanews/common/icon/icon_mail.png) no-repeat left center/28px;
    color: #fff;
    font-size: 2rem !important;
    font-weight: bold;
  }

  #conts .cvMail .wysija-paragraph {
    margin-bottom: 0;
  }

  #conts .cvMail .wysija-link a {
    color: #fff;
  }

  #conts .cvMail .wysija-input {
    width: 265px;
    padding: 15px 10px 15px 20px;
  }

  #conts .cvMail .wysija-input::placeholder {
    padding-left: 20px;
    background: url(/img/pharmanews/common/icon/icon_mail.svg) no-repeat left center/14px;
    display: block;
  }

  #conts .cvMail .wysija-input:-ms-input-placeholder {
    padding-left: 35px;
    background: #fff url(/img/pharmanews/common/icon/icon_mail.svg) no-repeat left 15px center/14px;
    display: block;
  }

  #conts .cvMail .widget_wysija_cont .wysija-submit {
    margin: 0 !important;
    width: 240px;
    height: 50px;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  
  #conts .cvMail .wysija-submit-inner::before {
    width: 18px;
    height: 18px;
    background-size: 18px;
    top: 0;
    left: 40px;
  }

  #conts .mmFormResult {
    margin: 0 auto;
    padding: 0;
    max-width: 970px;
    background: none;
    border: none;
    align-items: center;
    justify-content: center;
  }

  #conts .mmFormResult .resultTxt {
    margin-left: 20px;
    color: #fff;
    font-size: 1.4rem;
  }

  #main.information #conts .wysiwyg + .linkBtn {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 780px) {
  #conts .wysiwyg .pc {
    display: none;
  }

  #conts .snsBn {
    margin: 10px 0 20px;
    width: 280px;
    overflow: hidden;
  }

  #conts .snsBn,
  #conts .snsBn .inner {
    width: 100%;
    text-align: center;
  }

  #conts .snsBn .inner a {
    margin: 0 1px;
    padding: 7px 0 5px;
    width: 22.5%;
    font-size: 1.3rem;
    font-weight: 400;
  }

  #conts .snsBn .inner a span {
    display: block;
    margin-left: 0!important;
    font-size: 1.0rem;
    line-height: 1.2;
  }

  #conts .snsBn .inner a img {
    padding-bottom: 5px;
  }

  #conts .linkWrap {
    margin: 18px 10px 0;
  }

  #conts .card {
    margin-bottom: 10px;
  }

  #conts .cardLink {
    padding: 10px;
  }

  #conts .card .thumb img {
    width: 60px;
    height: 60px;
  }

  #conts .cardContent .ttl {
    font-size: 1.2rem;
    font-weight: 500;
  }

  #conts .cardContent .date,
  #conts .cardContent .pr_mark {
    left: 0;
    right: auto;
  }

  #conts .cardContent .pr_mark {
    padding: 2px 10px;
    font-size: 1rem;
  }

  #conts .recommend,
  #conts .popularity {
    display: none;
  }

  #conts .spForm{
    display: block;
    margin: 20px 10px 0;
  }

  #conts .modalBanner {
    width: 280px;
    height: 214px;
  }

  #conts .careerMenu:before,
  #conts .cvMail:before {
    content: "";
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 26px;
    right: 20px;
    transform: rotate(-45deg);
    transition: all 0.3s;
  }

  #conts .careerMenu.open:before,
  #conts .cvMail.open:before {
    top: 22px;
    transform: rotate(135deg);
  }

  #conts .careerMenuHead {
    margin: 0 auto;
    padding: 10px 0;
    max-width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #conts .careerMenuInner {
    padding: 20px 30px 20px;
    background: #F4F4F4;
    text-align: center;
    display: none;
  }

  #conts .careerMenuTtl {
    margin-left: 10px;
    color: #fff;
    font-size: 1.4rem;
  }

  #conts .careerMenuLink {
    margin-top: 16px;
    padding: 12px 35px;
    font-size: 1.4rem;
    font-weight: 400;
    display: inline-block;
  }

  #conts .careerMenuSub {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  #conts .careerMenuClose {
    right: 0px;
  }

  #main.information {
    margin-bottom: 20px;
  }

  #main.information.archive #conts {
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
  }

  #main.information.archive #conts .pageList {
    padding-bottom: 0;
    border-bottom: 0;
  }

  #main.information #conts .articleBox article .inner,
  #main.information #conts .articleBox article a {
    padding: 18px 15px 12px;
    border: none;
    border-bottom: 1px solid #DFDFDF;
  }

  #main.information #conts .btnBox {
    margin: 20px 13px 5px;
    padding: 20px 16px;
  }

  .aboutUs .linkBtn, #main.information #conts .linkBtn {
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  #main.information #conts .articleBox .linkBtn {
    margin: 20px auto 0;
    padding: 10px 40px;
    border-radius: 0;
    font-size: 1.4rem;
  }

  #main.information #conts .btnBox .linkBtn {
    width: calc(100% - 25px);
  }

  #conts .linkWrap {
    margin-bottom: 20px;
  }

  #conts .linkTtl {
    font-size: 1.4rem;
  }

  #conts .tagBox {
    margin-bottom: 0;
  }

  #conts .careerMenuInner .careerMenuTtl,
  #conts .careerMenuInner .pc,
  #conts .careerMenuClose,
  #conts .cvMailClose,
  #conts .cvMail .widget_wysija h3,
  #conts .resultTtl.pc,
  .aboutUs .mmForm,
  .information #conts .detailSec,
  .information #conts #contBtnMmForm,
  #container.archive .detailSec {
    display: none;
  }

  #conts .cvMail {
    padding: 0;
    background: none;
  }

  #conts .cvMailHead {
    padding: 18px 0;
    background: rgba(37, 141, 228, 0.9);
    text-align: center;
  }

  #conts .cvMailTtl {
    padding-left: 30px;
    background: url(/img/pharmanews/common/icon/icon_mail.png) no-repeat left center/18px;
    color: #fff;
    font-size: 1.4rem;
    display: inline-block;
    font-weight: 400;
  }

  #conts .cvMail .widget_wysija_cont {
    background: #f4f4f4;
    display: none;
  }

  #conts .cvMail .widget_wysija {
    padding: 15px 20px 20px;
  }

  #conts .cvMail .wysija-input {
    padding: 5px;
    border-radius: 4px;
  }

  #conts .cvMail .widget_wysija_cont .wysija-submit {
    padding: 10px 20px 10px 40px;
    border-radius: 4px;
  }

  #conts .cvMail .wysija-submit-inner::before {
    left: 20px;
    top: 8px;
  }

  #conts .cvMail .mmFormResult {
    margin: 0;
    height: 160px;
    border: none;
    background: #F4F4F4;
  }

  #conts .cvMail .resultTxt {
    color:#333;
    line-height: 1.7;
  }

  .aboutUs .detailSec {
    padding: 10px;
    font-size: 1.4rem;
  }

  .aboutUs .detailList .detailTtl {
    margin-bottom: 10px;
  }

  .aboutUs .detailList .detailDesc {
    line-height: 1.7;
  }

  .aboutUs .detailList .innerList li {
    padding-left: 15px;
  }

  .aboutUs .btnBox {
    margin-bottom: 20px;
    padding: 20px 15px;
    font-size: 1.2rem;
  }

  .aboutUs .linkBtn {
    margin-top: 20px;
    padding: 10px;
    font-size: 1.4rem;
  }

  .searchBn input[type=text] {
    padding: 6px 10px;
  }


}

@media only screen and (max-width: 320px) {
  #main.information #conts .articleBox .linkBtn {
    padding: 10px 30px;
  }
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
  padding: 0;
  width: 100%;
}

#sideBar h3 {
  padding: 8px 8px 8px 29px;
  background: #3E3A39 no-repeat 8px 8px;
  font-size: 1.4rem;
  color: #FFF;
  position: relative;
}

#sideBar h3.recommend {
  background-image: url(/img/pharmanews/common/ttl04.png);
}

#sideBar h3.article {
  background-image: url(/img/pharmanews/common/ttl02.png);
}

#sideBar h3.aboutTtl {
  background-image: url(/img/pharmanews/common/ttl05.png);
}

#sideBar h3.infoTtl {
  background-image: url(/img/pharmanews/common/ttl08.png);
}

#sideBar h3.menu {
  background-image: url(/img/pharmanews/common/ttl03.png);
}

#sideBar .card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DFDFDF;
  position: relative;
}

#sideBar .card:before {
  content: "";
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #258CD8;
  border-right: 2px solid #258CD8;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(45deg);
}

#sideBar .card:last-child {
  margin-bottom: 20px;
}

#sideBar .cardLink {
  padding: 15px 30px 15px 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

#sideBar .thumb {
  margin-right: 15px;
}

#sideBar .thumb img {
  object-fit: cover;
}

#sideBar .card .ttl {
  color: #666;
  font-size: 1.1rem;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#sideBar .underNavi {
  display: block;
  margin-bottom: 20px;
}

#sideBar .underNavi li {
  display: block;
}

#sideBar .underNavi li a {
  display: block;
  padding: 15px;
  width: 100%;
  background: #FFF;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  box-sizing: border-box;
  position: relative;
  font-size: 1.2rem;
  color: #258CD8;
  font-weight: bold;
  text-decoration: none;
}

#sideBar .underNavi li a:before {
  content: "";
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(/img/pharmanews/common/icon/icon01.png) no-repeat center /12px;
  position: absolute;
  top: 50%;
  left: 15px;
}

#sideBar .underNavi li a span {
  padding-left: 17px;
  font-size: 1.1rem;
  line-height: 1.6;
}

#sideBar .toSite {
  margin: 20px auto;
  padding-top: 10px;
  width: 280px;
  background-color: #FFF;
}

#sideBar .toSite a {
  display: block;
  text-decoration: none;
}

#sideBar .toSite .copy p {
  padding-left: 10px;
  background-color: #3e3a39;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

#sideBar .toSite .copy p:first-child {
  margin-bottom: 9px;
  width: 190px;
}

#sideBar .toSite .copy p:last-child {
  width: 160px;
}

#sideBar .toSite .copy p span {
  font-size: 1.9rem;
  vertical-align: bottom;
}

#sideBar .toSite .logo {
  margin-bottom: -5px;
  text-align: center;
}

#sideBar .toSite .job {
  padding-right: 8px;
  color: #3e3a39;
  text-align: right;
}

#sideBar .toSite .job .number {
  color: #f29a2a;
  font-weight: bold;
  font-size: 3rem;
  vertical-align: sub;
}

#sideBar .toSite .bottom {
  padding: 6px 9px;
  background-color: #3e3a39;
  border-top: 3px solid #258CD8;
  color: #fff;
  text-align: right;
}

#sideBar .toSite .bottom p {
  padding: 0 5px;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 1.5;
}

#sideBar .toSite .bottom p span {
  padding-right: 2px;
  font-size: 1rem;
  letter-spacing: -1px;
}

#sideBar .widget_wysija_cont h3 {
  padding: 0;
  background: none;
  color: #3E3A39;
  font-weight: bold;
}

#sideBar .widget_wysija_cont h3::after {
  content: none;
}

#sideBar .cvBanner {
  margin-bottom: 20px;
  text-align: center;
}

#sideBar .cvBanner a {
  transition: opacity .3s;
}

#sideBar .cvBanner img {
  object-fit: cover;
}

#sideBar .about .inner {
  padding: 12px 15px;
  border: 1px solid #DFDFDF;
  background: #fff;
}

#sideBar .about .inner .lead {
  margin-bottom: 7px;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.7;
}

#sideBar .about .txt,
#sideBar .info .link {
  padding-right: 10px;
  display: block;
  color: #258CD8;
  font-size: 1.3rem;
  text-decoration: underline;
  text-align: right;
  position: relative;
}

#sideBar .about .txt:before,
#sideBar .info .link:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #258CD8;
  border-right: 2px solid #258CD8;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

#sideBar .info .card {
  margin-bottom: 0;
  padding: 15px 30px 15px 15px;
}

#sideBar .info :not(a) > .card:before {
  content: none;
}

#sideBar .info a {
  text-decoration: none;
}

#sideBar .info time {
  color: #3E3939;
  font-size: 1.2rem;
}

#sideBar .info a .ttl {
  color: #258CD8;
}

#sideBar .info a:hover .ttl {
  text-decoration: underline;
}

#sideBar .info .ttl {
  margin-top: 5px;
  font-weight: normal;
}

#sideBar .info .link {
  margin-top: 10px;
}

#sideBar .info .link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 780px) {
  #conts .tagBox .toListLink a {
    background: none;
    position: relative;
  }

  #conts .tagBox .toListLink a:before {
    content: "";
    display: block;
    background: url(/img/pharmanews/common/icon/icon01.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }

  #sideBar .snsBn .inner a {
    padding: 5px 0;
    width: 74px;
    height: 30px;
    border-radius: 4px;
  }

  #sideBar .snsBn .inner a span {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    vertical-align: top;
  }

  #sideBar #searchArea {
    margin: 0 10px;
  }

  #sideBar .card {
    margin-bottom: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border: 1px solid #DFDFDF;
  }

  #sideBar .thumb {
    margin-right: 10px;
  }

  #sideBar .thumb img {
    width: 60px;
    height: 60px;
  }

  #sideBar .card::before {
    content: none;
  }

  #sideBar .card.rank:after {
    width: 20px;
    height: 20px;
    font-size: 1.1rem;
  }

  #sideBar .cardLink {
    padding: 10px;
    align-items: stretch;
  }

  #sideBar .cardContent {
    position: relative;
  }

  #sideBar .card .ttl {
    color: #258CD8;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }

  #sideBar .card .date {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    color: #3E3939;
  }

  #sideBar .articleList {
    margin: 10px;
  }

  .single #sideBar .spForm {
    display: none;
  }

  #sideBar .spForm {
    margin: 20px 10px;
  }

  #sideBar .searchBn {
    border: 1px solid #DFDFDF;
  }

  #sideBar .searchBn input[type=submit] {
    width: 50px;
  }

  #sideBar .cvBanner img {
    width: 270px;
    height: auto;
  }

  #sideBar .about .inner {
    padding: 12px 15px 15px;
  }

  #sideBar .info {
    margin-top: 20px;
  }

  #sideBar .info .articleList {
    margin: 0;
  }

  #sideBar .info .card {
    margin: 0;
    padding-top: 18px;
    border-width: 0 0 1px 0;
    box-shadow: none;
  }

  #sideBar .info .card:last-child {
    margin-bottom: 0;
  }

  #sideBar .card .ttl {
    color: #333;
    line-height: 1.6;
  }

  #sideBar .info .card .tag {
    font-size: 1rem;
  }

  #sideBar .info .link {
    margin-top: 0;
    padding: 10px 25px;
    background: #fff;
    border-bottom: 1px solid #DFDFDF;
    font-size: 1.2rem;
  }

  #sideBar .info .link:before {
    right: 15px;
  }

  #sideBar .cvBanner {
    margin-top: 20px;
  }

  #sideBar .underNavi li a {
    border-right: 0;
  }

  #sideBar .cvBanner.pc,
  #sideBar .toSite,
  #sideBar .snsBn.pc,
  .single #sideBar .spForm,
  #sideBar #sideForm {
    display: none;
  }
}

@media only screen and (min-width: 780px) {
  #sideBar {
    padding: 0;
    width: 280px;
    background-color: #efefef;
    float: right;
  }

  #sideBar h3 {
    margin-bottom: 10px;
    padding: 8px 8px 8px 29px;
    border-radius: 4px;
    font-size: 1.4rem;
  }

  #sideBar h3:after {
    content: "";
    width: 14px;
    height: 4px;
    background: url(/img/pharmanews/common/icon/arrow01.png) 0 0 no-repeat;
    position: absolute;
    left: 8px;
    bottom: -4px;
  }

  #sideBar .popularityTag {
    margin-bottom: 20px;
  }

  #conts .tagBox {
    margin: 0 0 30px;
  }

  #main .tagBox ul li a {
    padding: 1px 6px 1px 22px;
    background-position: 9px 6px;
    background-size: 9px 9px;
  }

  #sideBar .popularityAcl {
    display: block;
    margin-bottom: 20px;
  }

  #sideBar .toSite {
    margin-top: 20px;
  }

  #sideBar .toSite a:hover {
    opacity: 0.7;
  }

  #sideBar .toSite .job {
    margin-bottom: -6px;
  }

  #sideBar .about {
    margin-bottom: 20px;
    display: block;
  }

  #sideBar .about .article {
    margin-bottom: 15px;
    background: #3E3A39 url(/img/pharmanews/common/ttl05.png) 8px 8px no-repeat;
    position: relative;
  }

  #sideBar .about h3:after {
    content: "";
    width: 14px;
    height: 4px;
    background: url(/img/pharmanews/common/icon/arrow01.png) 0 0 no-repeat;
    position: absolute;
    left: 8px;
    bottom: -4px;
  }

  #sideBar .about a:hover {
    text-decoration: none;
  }

  #conts .recommend .articleList,
  #conts .popularity .articleList {
    border-top: 1px solid #DFDFDF;
    display: flex;
    flex-wrap: wrap;
  }

  #conts .modalBanner {
    transition: all 0.3s;
  }

  #conts .modalBanner:hover,
  #sideBar .cvBanner a:hover {
    opacity: 0.7;
  }

  #sideBar .card .date,
  #sideBar .snsBn.sp,
  #sideBar .cvBanner.sp,
  #sideBar .underNavi,
  #sideBar #searchArea,
  .spForm {
    display: none;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  padding: 20px 20px 10px;
  background-color: #3E3A39;
}

#footer .footerTop {
  margin: 0 auto;
  text-align: center;
}

#footer .footerTop p {
  color: #D8D7D7;
  font-size: 1rem;
}

#footer .footerNav {
  margin: 10px auto 0;
  text-align: center;
}

#footer .footerNav ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 11px;
  background: url(/img/pharmanews/common/icon/border.png) right center no-repeat;
  line-height: 1.8;
}

#footer .footerNav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

#footer .footerNav ul li a {
  padding-right: 11px;
  background: url(/img/pharmanews/common/icon/icon_blank.png) right 5px no-repeat;
  background-size: 7px 7px;
  font-size: 1.2rem;
  color: #FFF;
  text-decoration: none;
}

#footer .footerNav ul li.sitemap a {
  padding-right: 0;
  background: none;
}

#footer .footerNav ul li.in a {
  padding-right: 0;
  background: none;
}

#footer .footerNav ul li a:hover {
  text-decoration: underline;
}

#footer .copyright {
  display: block;
  margin-left: auto;
  padding: 6px 10px;
  font-size: 1.0rem;
  text-align: center;
  font-style: normal;
  color: #D8D7D7;
  line-height: 1.6;
}

#footer .copyright .smtBr {
  display: block;
}

@media only screen and (max-width: 780px) {
  #footer .footerTop .logo img {
    width: 126px;
    height: auto;
  }

  #footer .footerTop p {
    margin-top: 5px;
  }

  #footer .footerTop .snsFollow {
    margin-top: 20px;
  }

  #footer .footerTop .snsFollow a:not(:first-child) {
    margin-left: 15px;
  }

  #footer .footerTop .snsFollow img {
    width: 12px;
    height: 12px;
  }

  #footer .footerNav {
    margin-top: 15px;
  }

  #footer .copyright {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 780px) {
  #footer .footerTop {
    display: flex;
    align-items: flex-end;
  }

  #footer .footerTop,
  #footer .footerNav {
    width: 1015px;
  }

  #footer .footerTop p {
    margin-left: 20px;
    font-size: 1.1rem;
  }

  #footer .footerTop .snsFollow {
    margin-left: 45px;
  }

  #footer .footerTop .snsFollow a:not(:last-child) {
    margin-right: 2px;
  }

  #footer .footerNav {
    display: flex;
    align-items: center;
  }

  #footer .footerNav ul li {
    margin-right: 12px;
    padding-right: 14px;
  }

  #footer .footerNav ul li a {
    padding-right: 15px;
    background-size: 10px 10px;
    font-size: 1.3rem;
  }

  #footer .copyright {
    font-size: 1.2rem;
  }

  #footer .copyright .smtBr {
    display: none;
  }
}



/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
.hatena-bookmark-bookmark-panel {
  top: 239px!important;
}

/*------------------------------------------------------------
  ページャー
------------------------------------------------------------*/
#main .pageList {
  padding: 15px 0;
  border-bottom: 1px solid #DFDFDF;
  text-align: center;
}

#main .pageList span,
#main .pageList a {
  display: inline-block;
  padding: 8px 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

#main .pageList a {
  display: inline-block;
  background: #FFF;
  border: 1px solid #DFDFDF;
  text-decoration: none;
  color: #258CD8;
}

#main .pageList a:hover,
#main .pageList span {
  background: #3E3A39;
  border: 1px solid #DFDFDF;
  color: #FFF;
}


@media only screen and (min-width: 780px) {
  #main .pageList {
    padding: 0;
    border-bottom: none;
    text-align: center;
  }
  #main .pageList span,
  #main .pageList a {
    padding: 8px 15px;
  }
}

/*------------------------------------------------------------
  メルマガフォーム
------------------------------------------------------------*/
.widget_wysija_cont {
  margin-bottom: 20px;
  border: 1px solid #DFDFDF;
  background-color: #FFF;
  text-align: left;
}

.widget_wysija {
  padding: 15px;
}

.widget_wysija h3{
  margin-bottom: 9px;
  font-size: 14px !important;
  color:#3E3A39
}

.wysija-input {
  padding: 6px;
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  font-size: 1.3rem;
  line-height: 18px;
  box-sizing: border-box;
}

.wysija-input::-webkit-input-placeholder {
  color: #CECECE;
}

.wysija-input:-ms-input-placeholder {
  color: #CECECE;
}

.wysija-input:disabled {
  background-color: #CCC;
}

.wysija-paragraph {
  margin-bottom: 10px;
}

.wysija-paragraph label {
  margin-bottom: 5px;
}

.wysija-list {
  margin-bottom: 10px;
}

.wysija-list li {
	padding-left: 10px;
	position: relative;
	font-size: 13px;
	line-height: 1.7;
}

.wysija-list li::before {
	margin: auto;
	width: 5px;
	height: 5px;
	background: #dd9e37;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
}

.wysija-submit-wrap {
	text-align: center;
}

.wysija-submit-inner {
	display: inline-block;
	position: relative;
}

.wysija-submit-inner::before {
	margin: auto;
	width: 14px;
	height: 14px;
	background: url(/img/pharmanews/common/icon/icon_mail.png) no-repeat center/ 14px;
	position: absolute;
	top: 8px;
	bottom: 0;
	left: 20px;
	z-index: 1;
	content: "";
}

.wysija-submit {
  margin: 10px auto 0!important;
  padding: 12px 20px 12px 40px;
  border: none;
  border-radius: 0;
  background-color: #DD9E37;
  color: #FFF;
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

.wysija-submit:hover {
  opacity: 0.7;
}

.wysija-submit:disabled {
  background-color: #CCC;
  color: #666;
}

.wysija-submit:not(:disabled):hover {
  cursor: pointer;
}

.wysija-link {
  text-align: center;
}

.wysija-link a {
  color: #258CD8;
  font-size: 1.2rem;
}

.wysija-link a:hover {
  text-decoration: none;
}

.mmFormResult {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #DFDFDF;
  background-color: #FFF;
  display: none;
}

@media only screen and (max-width: 780px) {
  .widget_wysija_cont {
    margin-bottom: 10px;
  }

  .widget_wysija {
    padding: 15px 10px 10px;
  }
  .wysija-input {
    padding: 4px;
    height: 32px;
    display: flex;
    line-height: 1.1;
    align-items: flex-start;
  }
  .wysija-input::-webkit-input-placeholder {
    padding-top: 0.2em;
  }
  .wysija-submit-inner::before {
    left: 15px;
  }
  .wysija-submit {
    padding: 10px 15px 10px 35px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .mmFormResult {
    font-size: 1.4rem;
  }
  #sideBar .widget_wysija_cont h3 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 780px) {
  .wysija-input {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

/*------------------------------------------------------------
  メルマガ 登録情報変更
------------------------------------------------------------*/
#wysija-subscriptions .form-table {
  margin-bottom: 20px;
  width: 100%;
  background-color: #FFF;
  border-collapse: collapse;
}

#wysija-subscriptions .form-table th,
#wysija-subscriptions .form-table td {
  padding: 15px;
  border: 1px solid #CCC;
}

#wysija-subscriptions .form-table input[type="text"] {
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
}

#wysija-subscriptions .submit {
  text-align: center;
}

#wysija-subscriptions .submit input[type="submit"] {
  margin: 0 auto;
  padding: 15px 30px;
  border: none;
  border-radius: 0;
  background-color: #258CD8;
  color: #FFF;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 780px) {
  #wysija-subscriptions .submit input[type="submit"] {
    padding: 10px 15px;
    font-size: 1.4rem;
    font-weight: bold;
  }
}

.stop_mail_magazine #sideForm {
  display: none;
}

/*------------------------------------------------------------
  お問い合わせ
------------------------------------------------------------*/
.mw_wp_form {
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow: hidden;
}

.mw_wp_form input,
.mw_wp_form textarea {
  appearance: none;
  border-radius: 0;
  padding: 10px;
  border: 1px solid #b9b9b9;
  line-height: 1.6;
}

.mw_wp_form .formText {
  margin: 10px 0 5px;
  width: 400px;
}

.mw_wp_form .formTextArea {
  margin: 10px 0 0;
  max-width: calc(100% - 20px);
  width: calc(100% - 20px);
}

.mw_wp_form .formWrap {
  padding: 30px;
  background: #fff;
  border: 1px solid #dfdfdf;
}

#conts .mw_wp_form p {
  margin-bottom: 0;
}

#conts .mw_wp_form .headTxt {
  margin-bottom: 20px;
}

.mw_wp_form .errorBox,
.mw_wp_form .confirmTxt {
  display: none;
}

.mw_wp_form .formLabel {
  margin-top: 20px;
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  border-bottom: 1px solid #258CD8;
}

.mw_wp_form .formLabelInfo {
  margin-top: 10px;
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
  color: #666;
}

.mw_wp_form .formBtn {
  appearance: none;
  margin-top: 30px;
  padding: 15px 30px;
  border: 1px solid #333;
  background: #333;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: none;
}

.mw_wp_form .formBtn:hover {
  opacity: 0.7;
}

.mw_wp_form .formBtn:not(:first-child) {
  margin-left: 10px;
}

.mw_wp_form .formBtn.-border {
  background: #fff;
  color: #333;
}

.mw_wp_form .btnArea {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mw_wp_form .counter {
  text-align: right;
}

.mw_wp_form .counterNum.countOver {
  color: #B70000;
  font-weight: bold;
}

.mw_wp_form .policyBox {
  margin: 30px 0 40px;
  padding: 25px;
  height: 150px;
  background: #fff;
  border: 1px solid #ccc;
  overflow-y: scroll;
}

#conts .mw_wp_form .policyBox p {
  margin-bottom: 0;
}

#conts .mw_wp_form .policyBox .policyTtl {
  margin-bottom: 10px;
  font-weight: 700;
}

#conts .mw_wp_form .policyBox .policyTtl2 {
  margin-top: 10px;
}

#conts .mw_wp_form .policyText {
    text-align: center;
    margin-top: 30px;
}

/* 確認画面 */
.mw_wp_form_confirm .formLabelInfo,
.mw_wp_form_confirm .policyBox,
.mw_wp_form_confirm .counter {
  display: none;
}

.mw_wp_form_confirm .formLabel {
  margin-bottom: 10px;
}

#conts .mw_wp_form_confirm .confirmTxt {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

/* 完了画面 */
.mw_wp_form_complete .formBtn {
  width: 250px;
  text-align: center;
}

/* エラー時 */
.mw_wp_form_error .errorBox {
  margin-bottom: 30px;
  display: block;
  border: 2px solid #B70000;
  background: #fff;
  padding: 10px;
}

#conts .mw_wp_form_error .errorTxt {
  margin-bottom: 0;
}

@media only screen and (max-width: 780px) {
  #conts .wysiwyg.inquiry {
    padding: 0;
  }

  .mw_wp_form .formWrap {
    padding: 15px 20px 30px;
    border: none;
  }

  #conts h1.taxTtl {
    font-weight: 400;
  }

  .taxTtl + .headTxt {
    margin-top: 10px;
  }

  .mw_wp_form .formLabel {
    margin-top: 15px;
    padding-left: 10px;
    font-size: 1.4rem;
    border-bottom: none;
  }

  .mw_wp_form .formLabel:before {
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: #258CD8;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .mw_wp_form .formText,
  .mw_wp_form .formTextArea {
    width: calc(100% - 25px);
    max-width: calc(100% - 25px);
  }

  .mw_wp_form .formText {
    margin: 10px 0 20px;
  }

  .mw_wp_form .formTextArea {
    margin: 10px 0 0;
  }
  
  .mw_wp_form .formBtn {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .mw_wp_form_confirm .formBtn,
  .mw_wp_form_complete .formBtn {
    margin-top: 30px;
  }

  #conts .mw_wp_form_confirm .confirmTxt {
    font-size: 1.6rem;
  }

  .mw_wp_form .policyBox {
    margin-bottom: 30px;
    padding: 20px 15px;
  }

  #conts .mw_wp_form .policyText {
    margin: 20px 0;
  }

  .mw_wp_form_error .errorBox {
    margin-bottom: 20px;
    padding: 5px 10px;
    border-width: 2px;
  }

  .mw_wp_form_error .formText,
  .mw_wp_form_error .formTextArea {
    margin-bottom: 5px;
  }
}

.fb-like ._5n6l {
  width: 1000px;
}

/*------------------------------------------------------------
  コンテンツポリシー
------------------------------------------------------------*/
body#attention {
  text-align: left;
}

body#attention th {
  text-align: center;
}

.info {
  margin: 10px 0 20px;
  padding: 20px;
  border: 1px solid #DFDFDF;
  background: #fff;
}

.info .txt {
  font-size: 1.4rem;
}

.ruleprivacy .detailSec ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.ruleprivacy .detailSec ol {
  padding-left: 1.5em;
  list-style-type: decimal;
}

.ruleprivacy .detailSec ol > li {
  margin-top: 10px;
}

.ruleprivacy .box {
  margin-top: 1.8em;
}

@media only screen and (max-width: 780px) {
  .info {
    margin: 0;
    padding: 10px;
    border-bottom: 0;
  }

  .info .txt {
    font-size: 1.2rem;
  }
}