@charset "UTF-8";


/******************************
normalize
******************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/******************************
reset
******************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
  margin:0;
  padding:0;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img,input{
  border:0;
}
address,caption,cite,code,dfn,th,var{
  font-style:normal;
  font-weight:normal;
}
ol,ul,li{
  list-style:none;
}
caption,th{
  text-align:left;
}
h1,h2,h3,h4,h5,h6{
  font-size:100%;
  font-weight:normal;
}
q:before,q:after{
  content:'';
}
abbr,acronym{
  border:0;
}
img,a{
  vertical-align:top;
}
* {
  -webkit-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

/******************************
共通
******************************/
html {
  font-size: 62.5%;
  min-height: 100%;
  position: relative;
}
html * {
  max-height:1000000px;
}
body{
  color: #333;
  line-height:1.5;
  font-family: "Hiragino Sans",Roboto", "Droid Sans", "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN";

}
a,input{
  outline:none;}
a,
a:link,
a:visited {
  color:#3071b9;
  text-decoration:none;
}
a:hover,
a:active  {
  text-decoration:none;
}
a,
input[type=submit] {
  background-color:transparent;
  -webkit-touch-callout:none;
  /*-webkit-tap-highlight-color:rgba(0, 0, 0, 0);*/
}
input[type=text] {
  -webkit-appearance: none;
}

/* スマホドロワーメニュー */
.drawer-nav {
  overflow: auto;
}

/*リンクタップ時*/
.linkTap {
  -webkit-tap-highlight-color:rgba(0, 0, 0, .1) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

/*アイコン*/
.iconPc {
  background: url(/common/images-sp/common/icon/ico_desktop.png) no-repeat;
  background-size: 15px 15px;
}
.iconOutLink {
  background: url(/common/images-sp/common/icon/ico_outlink.png) no-repeat;
  background-size: 15px 15px;
}
.imgNew {
  width: 28px;
  height: auto;
  position: relative;
  top: 3px;
}
/*オーバーレイ*/
.overlay {
  width: 100%;
  height: 140%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  background-color: rgba(0, 0, 0, .6);
}

/* TOPページ */
h1.top_title {
   text-align: center;
}

/*人名*/
.PersonName {
  color: #309b6f;
}

/* コーナー名 */
.segmentLabel {
  display: block;
  color: #929292;
  font-weight: normal;
  font-size: 1.2rem;
  white-space: normal;
}

.topNewsContent .segmentLabel {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.topNewsContent_toppage .segmentLabel {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}


/*ボックス*/
.box {
  width: 93.75%;
  margin: 0 auto;
}
.boxIn {
  width: 96.666%;
  margin: 0 auto;
}
section.content {
  font-size: 1.6rem;
}
section.content img,
section.content object {
  max-width: 100%;
  height: auto;
}
section.content iframe{
  max-width: 100%;
}

/*リスト*/
.listWrap {
  padding: 0 5px;
  /*margin-bottom: 10px;*/
}
.listWrap a,
.listWrap .active,
.listNoAnchor {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  display: block;
}
.listWrap a:first-child,
.listWrap .active:first-child,
.listNoAnchor:first-child {
  border-top: none;
}
.listPoint .listItem {
  min-height:42px;
}
.itemThumbR {
  margin: 0 0 0 15px;
  float: right;
}
.itemThumbL {
  float: left;
  margin: 0 15px 0 0;
}
.itemThumbR img,
.itemThumbL img {
  width: 58px;
  height: auto;
}
.itemHead .rank{
  color: #d10000;
  font-weight: bold;
  padding-right: 0.5em;
}
.itemHead .date{
  font-size: 1.2rem;
  color: #999999;
}
.itemTxt {
  line-height: 1.5;
  overflow: hidden;
  font-weight: bold;
}
.itemTxt p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topNewsContent .itemTxt p {
  text-overflow: clip;
  white-space: normal !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-word-break: break-all;
  word-break: break-all;
}

.ellipsis2Row {
  text-overflow: clip;
  white-space: normal !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-word-break: break-all;
  word-break: break-all;
}
.boxNoEllipsis .itemTxt p {
  overflow: visible;
  white-space: normal;
}
.itemType {
  padding-left: 2px;
  color:  #d10000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  position: absolute;
  bottom: .7em;
  right: 65px;
}
.itemTypeMonitor {
  padding-left: 2px;
  color:  #0971b2;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  position: absolute;
  bottom: .7em;
  right: 65px;
}
.listType {
  width: 15px;
  height: 15px;
  padding-right: 21px;
  margin-right: 5px;
  border-right: 1px solid #d1d1d1;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 15px 15px;
}
.iconMovie {
  background-image: url(/common/images-sp/common/icon/ico_movie.png);
}
.iconPdf {
  background-image: url(/common/images-sp/common/icon/ico_pdf.png);
}

/*アドバナー*/
.banAdGroup {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.banAdGroup img {
  width: 100%;
  height: auto !important;
}
.banAdGroup + .banAdGroup img,
section + .banAdGroup img {
  margin-top: 10px;
}
.banAdGroup .banAdGroup {
  padding-left: 0;
  padding-right: 0;
}
.siteMenuWrap + .banAdGroup {
  padding-top: 10px;
}
.siteMenuWrap + .banAdGroup img {
  padding-bottom: 10px;
}
.banBottom,
.banBottomIndex {
  padding-bottom: 0;
}

/*セクションタイトル*/
.secTit {
  margin-top: 10px;
  margin-bottom: 5px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #ebebeb), color-stop(50%, #f5f5f5));
  background: linear-gradient(0deg, #ebebeb 49%, #f5f5f5 50%);
}
.secTit img {
  display: inline !important;
}
.secTit a,
.secTit span {
  padding: 11px 28px 8px 24px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
  position: relative;
}
.secTit span {
  padding-right: 15px;
}
.secTit a:before,
.secTit span:before {
  width: 4px;
  height: 20px;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #c70a0a), color-stop(50%, #d13c3c));
  background: linear-gradient(0deg, #c70a0a 49%, #d13c3c 50%);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
}
.secTit a:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #9E9E9E;
  border-top: 2px solid #9E9E9E;
  border-radius: 2px;
  content: "";
  margin: 0 0 0 10px;
  right: 20px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
}
.secTit .dateUpdate {
  padding: 0 0 0 10px;
  color: #6C6C6C;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
  display: inline;
  position: static;
}

/* 新規会員登録 */
.newCustomerRegist {
  margin: 10px auto 0;
}
.newCustomerRegist .tit {
  background: #387ba2;
  color: #fff;
  font-size:14px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

.registItem {
  padding: 20px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px #b6b6b6;
}

.registItem a.btnRegist {
  padding: 14px 0;
  width: 49.13928%;
  margin-bottom: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #c62222), color-stop(50%, #d44747));
  background: linear-gradient(0deg, #c62222 49%, #d44747 50%);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.registItem a.btnRegistGray {
  padding: 14px 0;
  width: 49.13928%;
  margin-bottom: 7px;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  background: rgb(245,245,245); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(245,245,245,1)),color-stop(50%, rgba(235,235,235,1)),color-stop(50%, rgba(235,235,235,1)),color-stop(51%, rgba(235,235,235,1)),color-stop(51%, rgba(235,235,235,1)));
  background: linear-gradient(to bottom, rgba(245,245,245,1) 50%,rgba(235,235,235,1) 50%,rgba(235,235,235,1) 50%,rgba(235,235,235,1) 51%,rgba(235,235,235,1) 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
  border-radius: 4px;
  border: solid 1px #8f8f8f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.registItem a:nth-of-type(3) {
  margin-bottom: 0;
}

.registItem a:nth-of-type(4) {
  padding: 8px 0;
  line-height: 1.2;
  margin-bottom: 0;
}

.registItem + p {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 18px;
}

.btnRegistItems {
  position: relative;
  display: inline-block;
}

.newCustomerRegistInfo {
  font-size: 14px;
  margin-top: 10px;
}

.doctor {
  text-indent: 20px;
}

.doctor::before {
  content: "";
  background: url(/common/images-sp/common/icon/icon_registButton.png) no-repeat 0 0;
  background-size: 100%;
  width: 15px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pharmacist {
  text-indent: 20px;
}

.pharmacist::before {
  content: "";
  background: url(/common/images-sp/common/icon/icon_registButton.png) no-repeat 0 0;
  background-size: 100%;
  width: 15px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}


.medicalStudent {
  text-indent: 20px;
}

.medicalStudent::before {
  content: "";
  background: url(/common/images-sp/common/icon/icon_registButton.png) no-repeat 0 0;
  background-size: 100%;
  width: 15px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.other {
  padding-left: 20px;
}

.other::before {
  content: "";
  background: url(/common/images-sp/common/icon/icon_registButton_blk.png) no-repeat 0 0;
  background-size: 100%;
  width: 15px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* ランキング */
.ranking {
  margin-top: 24px;
}

.tabButton {
  border-bottom: solid 1px #cf3b3b;
  width: 100%;
  margin-top: 10px;
}
.tabButton .box {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabButtonItems {
  width: 48.57954%;
  height: 37px;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-align: center;
  background: rgb(245,245,245); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(245,245,245,1)),color-stop(50%, rgba(235,235,235,1)),color-stop(50%, rgba(235,235,235,1)),color-stop(51%, rgba(235,235,235,1)),color-stop(51%, rgba(235,235,235,1)));
  background: linear-gradient(to bottom, rgba(245,245,245,1) 50%,rgba(235,235,235,1) 50%,rgba(235,235,235,1) 50%,rgba(235,235,235,1) 51%,rgba(235,235,235,1) 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}

.tabButtonItems.active {
  background: #cf3b3b!important;
  border: solid 1px #cf3b3b!important;
  color: #fff;
}

.postRankingMonthly {
  display: none;
}

.postRankingItems {
  margin: 12px auto 0;
  padding-bottom: 12px;
  border-bottom: solid 1px #ccc;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.postRankingImage {
  position: relative;
  width: 64px;
  margin-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.postRankingImage img {
  width: 64px!important;
  height: 64px!important;
  max-width: 64px!important;
}

.postRankingImage .rankingLabelb,
.postRankingText .rankingLabelb {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  color: #fff;
  background: #767676;
  position: absolute;
  left: 0;
  top:0;
}

.postRankingText .rankingLabelb + a {
  display: block;
  margin-left: 17.29106%;
  padding-left: 10px;
}

.postRankingImage .rankingLabel-1 {
  background: #e7ae00;
}

.postRankingImage .rankingLabel-2 {
  background: #6998d2;
}

.postRankingImage .rankingLabel-3 {
  background: #ce6835;
}


.postRankingText {
  width: 82.70894%;
  position: relative;
}

.postRankingText.postRankingText--no-thumbnail {
  width: 100%;
}

.postRankingText p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.49;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.postRankingText .segmentLabel {
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  display: block;
}
.postRankingText a {
  font-weight: bold;
}

.postRankingBottomText {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 20px;
}


/*お知らせ*/
.btnInformation {
  margin-bottom: 10px;
}
.btnInformation a {
  color:  #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #ca1818), color-stop(50%, #d44747));
  background: linear-gradient(0deg, #ca1818 49%, #d44747 50%);
}
.btnInformation a:before {
  width: 20px;
  height: 20px;
  padding: 3px 0 3px 30px;
  content: "";
  background: url(/common/images-sp/common/icon/ico_attention_w.png) no-repeat left top;
  background-size: 20px 20px;
}
.importantInformation {
  padding: 20px 15px 17px;
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  border: 1px solid #ca1818;
  border-radius: 5px;
  position: relative;
}
.drawer-overlay .box:first-of-type + .importantInformation {
  margin-top: 82px;
}

.iInfoTit {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 0;
}
.iInfoTit span {
  padding-left: 1em;
  padding-right: 1em;
  color: #ca1818;
  font-weight: bold;
  background-color: #fff;
}
.importantInformation ul {
  color: #3071b9;
}
.importantInformation li {
  padding-top: 13px;
  margin-top: 13px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  border-top: 1px dotted #ca1818;
}
.importantInformation li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.importantInformation li span {
  color: #000;
  padding-right: .5em;
}
.importantInformation li a {
  text-decoration: none;
}

/*モーダルウィンドウ*/
.lock {
  overflow:hidden;
}
.modal-content {
  position:relative;
  display:none;
  width:85%;
  padding:10px 20px;
  background:#fff;
}
.modal-contentIn {
  height: 95%;
}
.modal-wrap {
  padding-top: 40px;
  z-index:1400;
  display:none;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:110%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.modal-close {
  width: 18px;
  height: 17px;
  background: url(/common/images-sp/common/icon/ico_modalclose.png) no-repeat left top;
  background-size: 18px 17px;
  position: absolute;
  top: -30px;
  right: 3px;
  cursor: pointer
}
.modalInfo {
  padding: 13px 10px 30px;
  font-size: 1.4rem;
  background-color: #fff;
  border-radius: 5px;
}
.modalTit {
  margin: 0 13px 9px 3px;
  padding: 3px 0;
  color: #ca1818;
  font-weight: bold;
  text-align: center;
}
.modalTit:before {
  width: 20px;
  height: 20px;
  padding: 3px 0 3px 30px;
  content: "";
  background: url(/common/images-sp/common/icon/ico_attention_r.png) no-repeat left top;
  background-size: 20px 20px;
}
.modalInfo dl a {
  color: #333;
  text-decoration: none;
}
.modalInfo dt {
  padding: 14px 6px 2px;
  margin-top: 15px;
  margin-bottom: 3px;
  font-weight: bold;
  border-top: 1px dotted #ca1818;
  line-height: 1.4;
}
.modalInfo dt:first-child {
  margin-top: 0;
}
.modalInfo dd {
  font-size: 1.2rem;
  padding: 0 6px;
}

/*ページタイトル*/
.boxPageTit {
  margin: 10px auto 12px;
  padding-bottom: 10px;
  border-top: 3px solid #D10000;
  border-bottom: 1px solid #D9D9D9;
}
.boxPageTitGray {
  margin: 10px auto 12px;
  padding: 10px 0 15px;
  background: #f1f1f1;
  margin-bottom: 10px;
}
.pageTit {
  padding-top: 13px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.421052632;
}
.infoPage {
  margin-top: 7px;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.5;
}
.infoPage li {
  margin-right: 5px;
}
.boxSns {
  width: 90.625%;
  margin: 20px auto 0;
}
.boxSns li {
  display: inline-block;
  vertical-align: middle;
}
.boxSns .twitter {
  margin-top: 4px;
  margin-right: 10px;
}
.barTit {
  padding: 5px 10px;
  font-size: 1.6rem;
  background-color: #ebebeb;
  position: relative;
}


/*ポイント数*/
.point {
  font-size: 1.5rem;
  color: #d10000;
}

.expireddate {
  font-size: 1.5rem;
  color: #d10000;
}

/*ページング*/
.pager,
.pagination {
  max-width: 500px;
  padding: 5px 0;
  margin: 0 auto 7px;
  font-size: 1.6rem;
  text-align: center;
}
.pager:before,
.pager:after,
.pagination:before,
.pagination:after {
  content: "";
  display: table;
}
.pager:after,
.pagination:after {
  clear: both;
}
.pager li,
.pagination span {
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #ebebeb), color-stop(50%, #f5f5f5));
  background: linear-gradient(0deg, #ebebeb 49%, #f5f5f5 50%);
  -webkit-box-shadow: 0px 2px 0px 0px #cccccc;
          box-shadow: 0px 2px 0px 0px #cccccc;
  position: relative;
}
.pager a,
.pagination a {
  color: #333;
  text-align: center;
  text-decoration: none;
  display: block;
}
.pager .pager-previous a,
.pager .pager-next a,
.pagination .previous a,
.pagination .next a {
  width: 100px;
}
.pager .pager-previous a,
.pagination .previous a {
  padding-left: 10px;
}
.pager .pager-next a,
.pagination .next a {
  padding-right: 10px;
}
.pager .pager-previous a:after,
.pager .pager-next a:after,
.pagination .previous a:after,
.pagination .next a:after,
.pagination .previous-inactive a:after,
.pagination .next-inactive a:after {
  width: 5px;
  height: 5px;
  border-right: 2px solid #9E9E9E;
  border-top: 2px solid #9E9E9E;
  border-radius: 2px;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
}
.pager .pager-previous a:after,
.pagination .previous a:after,
.pagination .previous-inactive a:after {
  transform: rotate(230deg);
  -webkit-transform: rotate(230deg);
  top: 16px;
  left: 0;
}
.pager .pager-next a:after,
.pagination .next a:after,
.pagination .next-inactive a:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 16px;
  right: 13px;
}
.pager .pager-current,
.pagination .active {
  width: 75px;
  border-radius: 0;
  font-size: 1.8rem;
  font-weight: bold;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .active a {
  color: #333;
  pointer-events:none;
}
.pager .pager-item,
.pagination .regular {
  display: none;
}
.pager-invisible,
.previous-inactive,
.next-inactive {
  opacity: 0;
}
.pager-current.first {
  margin-left: 100px;
}
.pager-current.last {
  margin-right: 100px;
}
.pagination .previous a,
.pagination .next a {
  text-indent: -9999px;
  position: relative;
  z-index: 100;
}
.pagination .previous:before,
.pagination .next:before {
  width: 90px;
  text-align: center;
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
.pagination .previous:before {
  content: "前へ";
  padding-left: 10px;
}
.pagination .next:before {
  padding-right: 10px;
  content: "次へ";
}
.page_navigation .no_more {
  opacity: 0;
}
.boxBtn .btn:first-child {
    margin-left: 0;
}

/******************************
ヘッダー
******************************/
header {
  width: 100%;
  min-width: 320px;
  min-height: 59px;
  max-height: 59px;
  padding: 15px 4px 10px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1100;
  background:#ffffff -1260px 0;
  background-size: 3000px 5px;
  -webkit-box-shadow: 2px 3px 6px 0 rgba(1, 1, 1, 0.15);
          box-shadow: 2px 3px 6px 0 rgba(1, 1, 1, 0.15);
}
#header a img {
  margin-top: 10px;
}
.log {
  width: 97px;
  margin-top: 5px;
  display: inline-block;
}
.hMenu {
  float: right;
  margin-right: 38px;
  position: relative;
  line-height: 1;
  display: inline-block;
}
.hMenu li {
  width: 60px;
  padding: 2px 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.hMenu li img {
  margin-top: 0!important;
}
.hMenu li:last-child {
  border-right: 1px solid #ccc;
  position: relative;
  left: -5px;
}
.hMenu li#up {
 position: relative;
 left: 0px;
}
.hMenu li#up span {
  background-color: #d10000;
  width: 10px;
  height: 10px;
}
.hMenu a {
  color: #808080;
  text-decoration: none;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: -2px;
  text-align: left;
}
.hMenu img {
  margin-bottom: 3px;
}
.hMenu span {
  width: 20px;
  height: 16px;
  padding: 0 4px;
  line-height: 16px;
  margin-left: 5px;
  margin-bottom: 4px;
  color: #fff;
  letter-spacing: normal;
  text-align: center;
  display: inline-block;
  background-color: #d10000;
  border-radius: 15px;
}
#globalline{
    background: url(/common/images-sp/header/bg_header.png) no-repeat #ffffff -1260px 0;
    background-size: 3000px 5px;
    position:fixed;
    width: 100%;
    height:5px;
    z-index: 1200;
}
#globalheader{
    height: 50px;
    background-color: #ffffff;
    border-bottom: 1px #DDD solid;
    width: 100%;
    min-width: 320px;
    min-height: 59px;
    padding: 20px 10px 10px;
}
.reSetting {
  margin-bottom: 10px;
}
.reSetting a {
  color: #d10000;
  font-size: 1.4rem;
  text-decoration: none;
}

/*ドロワーメニュー*/

.drawer-overlay {
  min-height: 350px;
  margin-top: 10px;
  font-size: 1.4rem;
  word-wrap: break-word;
}
.drawer-overlay.noTopicPath {
  padding-bottom: 80px;
}
.drawer-overlay img {
  max-width: 100%;
  height: auto;
}
.drawer-right .drawer-main {
  padding-bottom: 34px;
  background-color: #fff;
}
/*
.drawer-wrap {
  min-width: 320px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1600;
}
.drawer-right .drawer-hamburger {
  width: 60px;
  height: 55px;
  color: #333;
  z-index: 1100;
  position: absolute;
  padding-right: 15px;
  padding-left: 25px;
}
.drawer-open .drawer-hamburger {
  right: -10px !important;
  z-index: 1600;
}
.drawer-hamburger .drawer-hamburger-icon {
  background-color: #666666;
}
.drawer-hamburger .drawer-hamburger-icon:before,
.drawer-hamburger .drawer-hamburger-icon:after {
  background-color: #666666;
}
.drawer-open .drawer-hamburger .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger .drawer-hamburger-icon:after {
  background-color: #fff;
}
.drawer-hamburger .drawer-hamburger-icon:before {
  top: 8px;
}
.drawer-hamburger .drawer-hamburger-icon:after {
  top: -8px;
}
*/
.drawer-brand {
  margin: 10px 15px;
}
.search {
  margin-right: 10px;
  display: inline-block;
}
.search input {
  width: 208px;
  padding: 6px 8px;
  font-size: 1.5rem;
  line-height: 1.5;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color:  #f2f2f2;
}
.submit {
  display: inline-block;
}
.submit input {
  width: 15px;
  height: 15px;
}
.drawer-main .menuTit {
  padding: 10px;
  color:  #999;
  line-height: 1;
  font-size: 1.1rem;
  background-color: #f2f2f2;
}
.drawer-default .drawer-menu .drawer-menu-item {
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.drawer-default .bbn {
  margin-bottom: 17px;
  border-bottom: none !important;
}
.drawer-menu-item a {
  padding: 16px 10px;
  color: #333;
  font-size: 1.4rem;
  display:block;
  position: relative;
}
.drawer-menu-item a::after{
 width: 8px;
 height: 8px;
 border-right: 2px solid #9E9E9E;
 border-top: 2px solid #9E9E9E;
 border-radius: 2px;
 content: "";
 margin: 0 0 0 10px;
 right: 20px;
 position: absolute;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 top: 19px;
}
.drawer-menu-item.iconPc a::after,
.drawer-menu-item.iconOutLink a::after {
  border: none;
}
.drawer-menu-item.iconPc {
  background-position: 250px center;
}
.drawer-menu-item.iconOutLink {
  background-position: 250px center;
}
.drawer-menu-item.iconPc.iconOutLink {
  background: url(/common/images-sp/common/icon/ico_desktop.png) no-repeat 250px center,
              url(/common/images-sp/common/icon/ico_outlink.png) no-repeat 225px center;
  background-size: 15px 15px;
}
.btn {
  width: 100%;
  height: 42px;
  overflow: hidden;
  position: relative;
}
.btn a {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 0px 0px #d1d1d1;
          box-shadow: 0px 2px 0px 0px #d1d1d1;
}
.drawerBtn a {
  width: 239px;
  height: 45px;
  margin: 15px auto;
  color: #333;
  font-size: 1.4rem;
  text-align: center;
  line-height: 45px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #ebebeb), color-stop(50%, #f5f5f5));
  background: linear-gradient(0deg, #ebebeb 49%, #f5f5f5 50%);
  -webkit-box-shadow: 0px 4px 0px 0px #d1d1d1;
          box-shadow: 0px 4px 0px 0px #d1d1d1;
}
.drawer-overlay-upper {
  z-index: 1500 !important;
}

/******************************
コンテンツ
******************************/
/* カテゴリーアイコン */
.catIcon {
  padding: 2px 7px;
  margin-right:6px;
  display:inline-block;
  font-size: 1.1rem;
  font-weight:normal;
  color:#fff;
  line-height:1.5;
}
.catIcon.nj,
.catIcon.bigFour{
  background:#813F53 !important;
}
.catIcon.no{
  background:#3042AC !important;
}
.catIcon.nl,
.catIcon.ng,
.catIcon.nc,
.catIcon.np,
.catIcon.ny,
.catIcon.nr,
.catIcon.nd,
.catIcon.ns,
.catIcon.nh,
.catIcon.normal{
  color:#323232 !important;
  background:#ededed !important;
}
.catIcon.series,
.catIcon.kikasete,
.catIcon.shorei,
.catIcon.campaign{
  background:#813F9A !important;
}
.catIcon.seminar,
.catIcon.dr1000,
.catIcon.qa{
  background:#977C51 !important;
  padding-bottom: 0;
}
.catIcon.library,
.catIcon.whitepaper,
.catIcon.seriesonly{
  background:#4C3F9A !important;
}
.catIcon.research,
.catIcon.report{
  background:#B1534C !important;
}
.catIcon.keynote,
.catIcon.dvd{
  background:#268381 !important;
}
.catIcon.enquete,
.catIcon.mrp{
  background:#BB3F9A !important;
}
.catIcon.society,
.catIcon.special{
  background:#E1921C !important;
}
.catIcon.misc,
.catIcon.chiryo{
  background:#957974 !important;
}
.catIcon.book,
.catIcon.usefull {
  background:#0062A7 !important;
}
.catIcon.useful {
  background:#0062A7 !important;
}
.catIcon.slide {
  background:#0062A7 !important;
}

.boxFullsearch .catIcon {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/******************************
パンくず
******************************/
.pankuzuWrap{
  min-height: 350px;
  position: relative;
  padding-bottom: 110px;
}
.topicPath{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 4.6875%;
  background: #e6e6e6;
  margin-bottom: 2px;
}
.topicPath li{
  float: left;
  font-size: 1.3rem;
  padding: 6px 19px 5px 9px;
  background: url(/common/images-sp/common/icon/ico_topicpath.png) no-repeat right top;
  background-size: 12px 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topicPath li:first-child{
  padding: 8px 21px 3px 0;
}
.topicPath li:first-child a{
  min-width: 14px;
  min-height: 14px;
  display: block;
  background: url(/common/images-sp/common/icon/ico_home.png) no-repeat left top;
  background-size: 14px 14px;
}
.topicPath li:last-child{
  float: none;
  color: #333;
  padding-right: 0;
  background: none;
}
.topicPath li a{
  color: #333;
  text-decoration: none;
}

/******************************
フッター
******************************/
#footer {
  width: 100%;
}
#footer.fsimple {
  height: 3em;
}
.btnToTop {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.pankuzuWrap .btnToTop {
  bottom: 30px;
}
.banAdGroup + .btnToTop {
  margin-top: 0;
}
.btnToTop a {
  width: 93.75%;
  margin: 0 auto;
  padding-top: 28px;
  color: #3071b9;
  font-size: 1.4rem;
  text-decoration: none;
  border-top: 1px solid #d9d9d9;
  position: relative;
  display: block;
}
.btnToTop a::after{
  width: 8px;
  height: 8px;
  border-left: 2px solid #9E9E9E;
  border-top: 2px solid #9E9E9E;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
  top: 10px;
  right: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footerTop {
  padding: 11px 0;
  background-color: #f5f5f5;
}
.footerTop .btnOption {
  width: 26px;
  padding: 0  5px 0 10px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.footerTop .btnOption a {
  padding: 0;
}
.footerTop dd a {
  width: 92px;
  color: #333;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.footerBottom {
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #e6e6e6;
  position: relative;
}
.boxFSns {
  width: 231px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.boxFSns:before,
.boxFSns:after {
  content: "";
  display: table;
}
.boxFSns:after {
  clear: both;
}
.boxFSns li {
  margin-left: 5px;
  float: left;
}
.boxFSns a {
  display: block;
}
.boxFSns li:first-child {
  margin-left: 0;
}
.boxFSns li:last-child {
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #bfbfbf;
}

.fMenu ul {
  float:none;
  position:absolute;
  left:15px;
  right:15px;
  bottom: 25px;
  background:#fff;
  margin:0;
  border:1px solid #cccccc;
  width:auto;
  display:none;
  z-index: 1300;  /* メニューを最背面に表示するため */
  overflow-y: scroll;
}
.slideNote {
  font-size: 1.3rem;
  margin: 10px 0;
}
.fMenu {
  margin-bottom: 15px;
  position: relative;
}
.fMenu li {
  border-bottom: 1px solid #d9d9d9;
}
.fMenu li:last-child {
  text-align: center;
  border-bottom: none;
}
.fMenu li a {
  display:block;
  padding: 7px 30px 7px 15px;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}
.fMenu .iconOutLink {
  background-position: 95% center;
}
.fMenu .trigger{
  width: 93.75%;
  margin: 0 auto;
  display:block;
}
.fMenu .trigger a{
  display: block;
  padding: 12px 15px;
  color: #333;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  background:#e6e6e6;
  background-size: 24px 17px;
  border: 1px solid #aaa;
  position:relative;
}
.fMenuIcon {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
}
.copyRight{
  text-align:center;
  font-size: 1rem;
}

/******************************
UP対応
******************************/
/* 新アップ獲得 */
.up-header {
  height: 30px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10.8px!important;
  border-bottom: 2px solid #555;
}
.up-header_title{
  background: url(/common/images/up/icon_pencil.png) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 25px;
  float: left;
  font-weight: 700;
  margin-left: 5px;
}
.up-header_history{
  float: right;
  position: relative;
  padding-right: 25px;
  font-size: 1.4rem;
  top: 3px;
}
.up-header_history a{
  color: #777;
}
.up-header_history:hover{
  opacity: 0.5;
}
.up-header_history::before{
  content: "";
  position: absolute;
  left: -10px;
  top: 1px;
  background: #ccc;
  width: 1.5px;
  height: 17px;
}
.up-header_history::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 105px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #98999b;
  border-right: 1px solid #98999b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}
.up-contents_section{
  border-bottom: solid 1px #cccccc;
  margin-bottom: 22.25px!important;
}
.up-contents_section.hide-content {
  border-bottom: none;
  margin-bottom: 22.25px!important;
  text-align: center;
  font-size: 1.6rem;
}
.up-contents {
  line-height: 0px;
}
.up-introduction_section {
  margin: 15px 15px;
}
.up-introduction_section img {
  width: 100%;
  height: auto;
}
.up-introduction_section-information {
  margin-top: 8.5px;
  font-size: 1.3rem;
  color: #444444;
  text-align: right;
}
.up-introduction_section-information a {
  color: #406AC9;
  text-decoration: underline;
}
.up-bannar_section{
  margin-top: 10px;
}
.up-tutorial_section {
  margin: 32px 15px 15px;
}
.up-tutorial{
  width: 300px;
  margin: auto;
}
.up-tutorial_img img{
  width: 100%;;
  height: auto;
}

.up-contents-item {
  margin-bottom: 33.2px;
}

.up-contents-item h3 {
  background: #f2f2f2;
  font-size: 1.5rem;
  color: #444444;
  padding: 6.5px 10px 6.5px;
  font-weight: bold;
  margin-bottom: 15px;
}

.up-contents-item__btn a {
  display: block;
  margin: 0 0 10px;
  width: 100%;
}

.up-contents-item__btn img {
  width: 100%;
  height: auto;
}

/* 新アップ獲得 */
.drawer-menu-item.iconOutLink.iconArrow-menu {
  background: url(/common/images-sp/common/icon/ico_outlink.png) no-repeat 225px center;
    background-size: 15px 15px;
}
.drawer-menu-item.iconOutLink.iconArrow-menu:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #9E9E9E;
  border-top: 2px solid #9E9E9E;
  border-radius: 2px;
  content: "";
  margin: 0 0 0 10px;
  right: 20px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 21px;
}
.drawerAccount {
  margin-top: 10px;
  color: #888;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
.drawerAccount a {
  color: #888!important;
}
.itemTypeUp {
  color: #003B8E;
}
.upBox {
  padding-top: 10px;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.upBoxHeadError {
  margin-bottom: 10px;
  text-align: center;
}
.upBoxLead {
  margin-bottom: 10px;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
.upBoxLead span {
  color: #003B8E;
}
.upBoxBtn {
  text-align: center;
}
.upBoxTxtLink {
  font-size: 1.5rem;
  text-align: center;
}
.upBoxTxtLink span {
  padding-left: 15px;
  position: relative;
}
.upBoxTxtLink span:after {
  width: 5px;
  height: 5px;
  border-right: 2px solid #3071b9;
  border-top: 2px solid #3071b9;
  border-radius: 2px;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.upBoxFoot {
  margin-top: 10px;
  text-align: right;
}
.upBoxFoot a {
  padding-right: 15px;
  color: #333;
  position: relative;
}
.upBoxFoot a:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #9E9E9E;
  border-top: 2px solid #9E9E9E;
  border-radius: 2px;
  content: "";
  margin: 0 0 0 10px;
  right: 0;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
}

.footerUp {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.footerUpItem {
  width: 33.3333333%;
  font-size: 1.2rem;
  text-align: center;
  border-left: 1px solid  #333;
  margin: 0 auto;
  display: table-cell;
}
.footerUpItem a {
  color: #333!important;
}
.footerUpItem:first-child {
  border-left: none;
}
.footerUpItem span {
  color: #003B8E;
  font-size: 1.2rem;
  font-weight: bold;
}
.footerUp .footerUpItemPoint {
  color: #CE0C0C;
}

.highlighter_yellow {
  background:linear-gradient(transparent 60%, #faf49c 60%);
}
.highlighter_pink {
  background:linear-gradient(transparent 60%, #f9c5f7 60%);
}
.highlighter_blue {
  background:linear-gradient(transparent 60%, #bcdbf7 60%);
}
.highlighter_green {
  background:linear-gradient(transparent 60%, #c1f8c7 60%);
}

/* Header 横幅360px以下の調整 */
@media (max-width: 359px) {
  .hMenu {
    margin-right: 16px;
  }
  .hMenu li {
    width: 60px;
  }
  .hMenu li#qr {
    position: relative;
    left: -8px;
  }
  .hMenu li#up {
     position: relative;
    left: -25px;
  }
}

/*リマーケティングの隙間回避*/
iframe[name="google_conversion_frame"]{display:block; height:0;}
