@charset "UTF-8";
/* -----------------------------------------------
★COMMON INDEX★
HEADER
FOOTER
TITLE
BREADCRUMB
LAYOUT
BUTTON
PAGINATION

★PAGE INDEX★
TOP slider (slick)
01 TOPページ
02 診療報酬点数表一覧 第1階層
03 診療報酬点数表一覧 第2階層
03.5 診療報酬点数表詳細
04 おくすり薬価・添付文書 検索 TOP
05 おくすり薬価・添付文書 検索結果
06 おくすり薬価・添付書類 詳細
07 おくすり薬価・添付文書 お気に入り
08 施設基準 一覧
09 施設基準 詳細
10 Q&Aコミュニティー 一覧
11 Q&Aコミュニティー 詳細
12 お知らせ一覧
13 会員登録フォーム・ポイント制度について
13.5 Nof Found・ポイント制度について
14 ログイン・パスワードを忘れた方へ
15 質問履歴（/member/）
16 登録情報の追加・変更（/member/）
17 サイトマップ
18 しろぼんねっととは・運営会社・リンクについて・ポイント制度について・ポイントを貯める
19 広告掲載について・データ提供について・リンクについて・プライバシーポリシー
20 会員規約
21 リンクについて
22 広告枠
23 フォームcommon
24 common style
----------------------------------------------- */

/* -----------------------------------------------
 COMPASS
 ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;}

html { line-height: 1;}
ol, ul { list-style: none;}
table {  border-collapse: collapse; border-spacing: 0;}
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle;}
q, blockquote { quotes: none;}
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none;}
a img { border: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}

/* -----------------------------------------------
BASE
----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;}
body * { max-height: 99999em;}
img { display: inline-block; vertical-align: middle; max-width: 100%; height: auto;}
input,label,select,button,textarea { margin: 0; border: 0; padding: 0; display: inline-block; vertical-align: middle; white-space: normal; background: none; font: inherit; line-height: 1;}
input:focus,
button:focus,
select:focus { outline: 0;}
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;}
/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;}
/* Turn off scroll bars in IE unless needed */
textarea { overflow: auto; white-space: pre-line;}
  
/* -----------------------------------------------
PRINTING
----------------------------------------------- */
@media print {
  body { -webkit-print-color-adjust: exact;}
  html, body { margin: 0;}
  @page { margin: 0;}
  @page :left { margin: 0;}
  @page :right { margin: 0;}
  @page :first { margin-top: 0;}}
html { font-size: 62.5%;}
body { color: #333; font-family: "ヒラギノ角ゴ Pro", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 1.75; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; background: #c1d5dc;}
.font-serif { font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;}
a { color: #333; text-decoration: none;}
.hidden { display: none;}
.invisible { visibility: hidden;}
.text-left { text-align: left!important;}
.text-center { text-align: center!important;}
.text-right { text-align: right!important;}
.text-justify { text-align: justify;}
.text-nowrap { white-space: nowrap;}
.text-lowercase { text-transform: lowercase;}
.text-uppercase { text-transform: uppercase;}
.text-capitalize { text-transform: capitalize;}
.container { overflow: hidden;}
.font-bold { font-weight: bold;}


@media print, (min-width: 897px) { 
  body { position: static !important; top: auto;}
  .container { min-width: 1390px;}
  .container-liquid { min-width: 0;}
  .wrapper { max-width: 1428px; margin: 0 auto; padding: 0 20px;}
  .sm { display: none !important;}
  .trans { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; -moz-transition: opacity 0.26s ease; -o-transition: opacity 0.26s ease; -webkit-transition: opacity 0.26s ease; transition: opacity 0.26s ease;}
  .trans:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8;}

  .pc-image-center-w50 { width: 50%; margin: 0 auto;}
  .pc-image-center-w60 { width: 60%; margin: 0 auto;}
  .pc-image-center-w70 { width: 70%; margin: 0 auto;}
}
@media only screen and (max-width: 896px) { 
  .md { display: none !important;}
  .container { min-width: 320px;}
  .wrapper { padding-left: 15px; padding-right: 15px;}

  .sm-image-center-w80 { width: 80%; margin: 0 auto;}
  .sm-image-center-w90 { width: 90%; margin: 0 auto; text-align: center;}
  .sm-image-center-w100 { width: 95%; margin: 0 auto; text-align: center;}
}

/* -----------------------------------------------
COMMON HEADER
----------------------------------------------- */
.header { background: #fff;}
.header .header-text { font-size: 10px; white-space: nowrap;}
.header .header-group { display: flex; justify-content: space-between;}
.header .header-login { border: 1px solid #076e9a; line-height: 1.5; display: flex; align-items: center; border-radius: 3px;}
.header .header-login.trans { cursor: pointer;}
.header .login-image { overflow: hidden; border-radius: 100%; position: relative;}
.header .login-image .image { display: block; height: 100%; width: auto; max-width: none; position: absolute; left: 50%; transform: translateX(-50%); top: 0;}
.header .login-text { color: #076e9a;}
.navigation { background: #076e9a;}
.navigation-list { display: flex;}
.navigation-list .navigation-item { border-left: 1px solid #fff;}
.navigation-list .navigation-item:first-child { border-left: none;}
.navigation-list .menu-item { color: #fff; display: flex; align-items: center; justify-content: center; position: relative; transition: background-color .26s ease;}
.navigation-list .menu-item:hover, .navigation-list .menu-item.current { background: #549778;}

@media only screen and (max-width: 896px) { 
  .header { padding: 7px 15px 10px; }
  .header .wrapper { padding: 0;}
  .header .header-text { margin: 0 -15px; padding: 0 15px; overflow-x: auto; -webkit-overflow-scrolling: touch;}
  .header .header-text::-webkit-scrollbar {   height: 0;}
  .header .header-logo { width: 182px; margin-top: 6px; display: block;}
  .header .header-logo .logo-image { display: block; width: 100%;}
  .header .header-login { padding: 8px 14px; font-size: 13px; margin-top: 2px;}
  .header .login-image { width: 22px; height: 22px; margin-right: 8px;}
  .navigation { position: relative; z-index: 100;}
  .navigation .wrapper { padding: 0;}
  .navigation-list .navigation-item { width: 25%;}
  .navigation-list .has-sub { border-left: none;}
  .navigation-list .menu-item { height: 60px; padding: 0; flex-wrap: wrap; text-align: center; font-size: 14px; line-height: 1.29;}
  .navigation-list .mega-dropdown { position: absolute; left: 0; top: 100%; width: 100%; z-index: 88; display: none;}
  .navigation-list .list-mega-sub { background: rgba(84, 151, 120, 0.85);}
  .navigation-list .sub-item { border-bottom: 1px solid #fff;}
  .navigation-list .sub-link { display: block; padding: 11px 15px 11px 40px; color: #fff; position: relative;}
  .navigation-list .sub-link:before { content: ''; width: 16px; height: 16px; top: 50%; left: 15px; margin-top: -8px; background: no-repeat center center/100% auto; position: absolute;}
  .navigation-list .menu-medical:before { background-image: url(/img/common/icon_medical.png);}
  .navigation-list .menu-dental:before { background-image: url(/img/common/icon_dental.png);}
  .navigation-list .menu-pharmacy:before { background-image: url(/img/common/icon_pharmacy.png);}
  .navigation-check { display: none;}
  .navigation-check:checked + .menu-item + .mega-dropdown { display: block;}
}
@media only screen and (max-width: 374px) { 
  .header .header-login { padding: 5px 8px;}
  .header .header-logo { width: 160px;}
}
@media print, (min-width: 897px) { .header { padding: 8px 0 10px;}
  .header .header-login { padding: 0 20px; font-size: 14px;}
  .is-mac .header .header-login { padding-top: 2px;}
  .header .header-logo { width: 226px; display: block; margin-top: 2px;}
  .header .login-image { width: 26px; height: 26px; margin-right: 8px;}
  .navigation { background: #076e9a;}
  .navigation-list .navigation-item { width: 16.66667%;}
  .navigation-list .menu-item { font-size: 15px; height: 50px; position: relative; padding: 1px 38px 0;}
  .navigation-list .menu-item:before { content: ""; width: 22px; height: 22px; background: no-repeat center center/100% auto; position: absolute; top: 50%; margin-top: -11px; left: 14px;}
  .navigation-list .menu-medical:before { background-image: url(/img/common/icon_medical.png);}
  .navigation-list .menu-dental:before { background-image: url(/img/common/icon_dental.png);}
  .navigation-list .menu-pharmacy:before { background-image: url(/img/common/icon_pharmacy.png);}
  .navigation-list .menu-institution:before { background-image: url(/img/common/icon_institution.png);}
  .navigation-list .menu-documents:before { background-image: url(/img/common/icon_documents_01.png);}
  .navigation-list .menu-message { padding-right: 8px;}
  .navigation-list .menu-message:before { background-image: url(/img/common/icon_message.png);}
}
@media print, (max-width: 1200px) and (min-width: 897px) { 
  .container-liquid .navigation-list .navigation-item { width: 16%;}
  .container-liquid .navigation-list .navigation-item:last-child { width: 20%;}
  .container-liquid .navigation-list .menu-item { padding-right: 5px; padding-left: 30px;}
  .container-liquid .navigation-list .menu-item:before { left: 15px;}
}
@media print, (max-width: 1050px) and (min-width: 897px) { 
  .container-liquid .navigation-list .menu-item { padding-left: 25px; font-size: 12px;}
  .container-liquid .navigation-list .menu-item:before { left: 10px;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .header .login-text { padding-top: 3px;}
  .header .header-login { padding-top: 1px;}
  .navigation-list .menu-item { padding-top: 3px;}
}

/* -----------------------------------------------
COMMON FOOTER
----------------------------------------------- */
.footer { background: #076e9a; color: #fff; font-size: 14px;}
.footer .footer-link-menu { color: #fff;}
.footer-copyright { display: flex; justify-content: center; align-items: center;}
.footer-copyright .copy { font-size: 1.3em; line-height: 1; position: relative;}
.footer-copyright .copyright { position: relative;}
.footer-link { display: flex; flex-wrap: wrap; justify-content: center; line-height: 1.4;}
.footer-logo { width: 75px; margin-right: 12px;}
@media only screen and (max-width: 896px) { .footer { padding: 18px 0 6px;}
 .footer-copyright .copy { top: 2px;} .footer-copyright .copyright { top: 2px;}
 .footer-link { margin-bottom: 12px;} .footer-link .item { padding: 0 14px; margin-bottom: 10px;} .footer-link .item.sm { width: 100%; margin-bottom: 0;}
}
@media only screen and (max-width: 374px) { .footer .wrapper { font-size: 13px; padding-left: 5px; padding-right: 5px;}
 .footer-link .item { padding: 0 10px;}
}
@media print, (min-width: 897px) { .footer { padding: 12px 0;}
 .footer-copyright .copy { top: 2px;} .footer-copyright .copyright { top: 2px;}
 .footer-link .item { position: relative; padding: 0 16px; margin-bottom: 8px;} 
 .footer-link .item:last-child:after { display: none;} 
 .footer-link .item:after { content: ""; top: 3px; bottom: 3px; background: #fff; width: 1px; position: absolute; right: 0;}
}

/* -----------------------------------------------
COMMON TITLE
----------------------------------------------- */
.section-title { color: #2b4b71; font-weight: bold; text-align: center;}
.section-title .text-title { display: inline-block; background: url(/img/common/icon_book.png) left center no-repeat;}
.section-title.is-message .text-title { background-image: url(/img/common/icon_message_02.png);}
.section-title.is-document .text-title { background-image: url(/img/common/icon_documents.png);}
.title-default { line-height: 1.5; border-bottom: 1px solid #333; font-size: 16px; padding-bottom: 10px; font-weight: bold;}
.title-primary { color: #2b4b71; text-align: center; letter-spacing: .05em;}
.title-primary .primary-text { border: 1px solid #2b4b71; color: #2b4b71; font-size: 12px; line-height: 1.4; padding: 3px 10px 1px; display: inline-block; margin-right: 10px; vertical-align: middle; position: relative; top: -2px;}
.title-basic { color: #2b4b71; text-align: center; letter-spacing: .075em;}

@media only screen and (max-width: 896px) { 
  .section-title { margin-bottom: 16px;} 
  .section-title .text-title { font-size: 16px; line-height: 1.7; padding: 2px 0 2px 28px; background-size: auto 20px;}
 .title-primary, .title-basic { font-size: 1.8rem; font-weight: bold;}
}
@media only screen and (max-width: 374px) { 
  .section-title .text-title { font-size: 14px; padding-left: 28px;}
}
@media print, (min-width: 897px) { 
  .section-title { margin-bottom: 16px;} 
  .section-title .text-title { font-size: 21px; line-height: 1.7; padding: 3px 0 0 38px; background-size: auto 30px;} 
  .section-title.is-message .text-title { background-size: auto 32px;}
 .title-primary, .title-basic { font-size: 2.4rem;}
 .is-mac.is-chrome .title-primary .primary-text { padding-bottom: 3px;}
}

/* -----------------------------------------------
COMMON BREADCRUMB
----------------------------------------------- */
.block-breadcrumb { background: #fff; padding: 5px 0 3px;}
.list-breadcrumb { font-size: 12px; display: flex; flex-wrap: wrap;}
.list-breadcrumb .breadcrumb-item { position: relative; padding-right: 13px; margin-right: 6px;}
.list-breadcrumb .breadcrumb-item:last-child { padding-right: 0; margin-right: 0;}
.list-breadcrumb .breadcrumb-item:last-child:after { display: none;}
.list-breadcrumb .breadcrumb-item:after { content: ''; width: 7px; height: 10px; background: url(/img/common/icon_arrow_01.png) no-repeat center center/100% auto; position: absolute; right: 0; top: 5px;}
.list-breadcrumb .breadcrumb-link { color: #076e9a;}

@media only screen and (max-width: 896px) { 
  .block-breadcrumb { overflow: hidden;} 
  .block-breadcrumb .wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch;} 
  .block-breadcrumb .wrapper::-webkit-scrollbar { height: 0;}
 .list-breadcrumb { flex-wrap: nowrap; white-space: nowrap;}
}
@media print, (max-width: 960px) and (min-width: 897px) { 
  .container-liquid .pagination-common .pagination-button { width: 140px;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .block-breadcrumb { padding: 6px 0 2px;}
}

/* -----------------------------------------------
COMMON LAYOUT
----------------------------------------------- */
.is-body-white { background: #fff;}
.is-body-white .block-breadcrumb { border-bottom: 1px solid #dcdcdc;}
.is-body-white .section-main-common { padding-top: 34px;}
.section-main-common { padding-bottom: 80px; font-size: 14px; line-height: 1.75;}
.is-body-fixed { position: fixed !important; width: 100%;}
.logged-system { position: fixed; right: 0; top: 0; background: #fff; z-index: 1500; transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);}
.logged-system.is-show-block { right: 0;}
.logged-system .system-inner { height: 100%; width: 100%; overflow-y: auto; position: relative;}
.logged-system .system-heading { background: #cde2eb; padding: 15px 15px 10px;}
.logged-system .system-group { display: flex; align-items: center; margin-bottom: 15px; padding-right: 40px;}
.logged-system .system-photo { width: 40px; height: 40px; border-radius: 100%; overflow: hidden; position: relative;}
.logged-system .system-photo .system-photo-image { height: 100%; position: absolute; left: 50%; transform: translateX(-50%); top: 0;}
.logged-system .point-common .point-experience { margin: 22px auto 2px;}
.logged-system .system-name { width: calc(100% - 40px); padding-left: 15px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.logged-system .system-text { font-size: 12px; text-align: center; display: flex; align-items: flex-end; justify-content: center;}
.logged-system .system-button { background: #7dc7b1; color: #fff; text-align: center; font-size: 12px; line-height: 1.2; border-radius: 35px; padding: 10px 15px; margin-right: 18px;}
.logged-system .system-number { font-size: 22px; font-weight: bold; line-height: 1; color: #2d9163;}
.logged-system .system-title { font-size: 16px; color: #2b4b72; font-weight: bold;}
.logged-system .is-border { border-bottom: 1px solid #2b4b72; text-align: center; padding-bottom: 8px; margin-bottom: 25px;}
.logged-system .system-inner-row { padding: 34px 15px 60px;}
.logged-system .system-row { margin-bottom: 36px;}
.logged-system .system-row .logout-text { margin-bottom: 10px; font-size: 13px; text-align: right;}
.logged-system .system-row .logout-text a { color: #076e9a; text-decoration: underline;}
.logged-system .system-row:last-child { margin-bottom: 53px;}
.logged-system .system-row-sub { margin-bottom: 18px;}
.logged-system .system-row-sub:last-child { margin-bottom: 0;}
.logged-system .system-row-sub .system-title { margin-bottom: 5px;}
.logged-system .link-base { margin-top: 3px; min-height: 45px;}
.logged-system .button-close-common { right: 5px; top: 5px;}
.overlay-modal { background: rgba(7, 110, 155, 0.95); position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 1400; display: none;}
.button-close-common { width: 40px; height: 40px; background: url(/img/common/icon_close.png) no-repeat center center/20px auto; position: absolute; cursor: pointer;}
.is-load-more { position: relative; padding-bottom: 50px;}
.is-load-more .load-more-inner { position: relative;}
.is-load-more .load-more-inner:after { content: ''; position: absolute; left: -10px; right: -10px; bottom: 0; height: 45px; background: rgba(255, 255, 255, 0.8);}
.is-load-more .button-load-more { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 2; display: block;}
.load-more-inner { overflow: hidden;}
.input-load-more { display: none;}
.input-load-more:checked + .button-load-more + .load-more-inner { height: auto !important;}
.input-load-more:checked + .button-load-more + .load-more-inner:after { display: none;}
.input-load-more:checked + .button-load-more .on { display: none;}
.input-load-more:checked + .button-load-more .off { display: block;}
.input-load-more:checked + .button-load-more + .load-more-inner.is-more-padding { padding-bottom: 20px;}
.button-load-more { border: 1px solid #333; text-align: center; display: none; font-size: 14px; line-height: 1.5; background: #fff; cursor: pointer;}
.button-load-more .off { display: none;}
.is-color-blue { color: #2b4b71;}
@media only screen and (max-width: 896px) { 
  .center-common { margin-bottom: 60px;}
  .logged-system { height: 100%; width: 100%; right: -110%;}
  .button-load-more { width: 230px; padding: 11px 10px 12px;}
}
@media only screen and (max-width: 374px) { 
  .button-load-more { width: 200px;}
}
@media print, (min-width: 897px) { 
  .section-main-common { width: 100%;}
  .section-main-common .main-common-inner { width: 100%; display: flex;}
  .side-bar-common { width: 300px; overflow: hidden;}
  .side-bar-common img { min-width: 300px;}
  .center-common { flex: 1; padding: 0 30px; width: 100%;}
  .logged-system { height: 100vh; width: 375px; right: -500px;}
  .button-load-more { width: 300px; padding: 9px 10px;}
}
@media print, (max-width: 1125px) and (min-width: 897px) { 
  .container-liquid .center-common { padding: 0 15px;}
}

/* -----------------------------------------------
COMMON BUTTON
----------------------------------------------- */
.button-default { font-size: 14px; text-align: center; border: 1px solid #333; display: block; margin: 0 auto; position: relative;}
.button-default.is-blank:before { content: ''; width: 15px; height: 15px; position: absolute; top: 50%; transform: translateY(-50%); background: url(/img/common/icon_window.svg) no-repeat center center/100% auto;}
.button-delete { border: 1px solid #333; font-size: 12px; text-align: center; width: 135px; transition: .26s ease; background: #fff; display: block;}
.button-delete:hover { border-color: #666; background: #666; color: #fff;}
.button-twitter { background: #00aced; border-radius: 3px; display: block; color: #fff; font-size: 12px; padding: 0 10px 0 5px; text-align: center;}
.button-twitter .button-twitter-inner { background: url(/img/common/icon_twitter.png) no-repeat 0 center/22px auto; display: inline-block;}
.button-medical { border-radius: 3px; background: #2d9163; position: relative; font-size: 14px; line-height: 1.4; padding: 16px 10px; text-align: center; display: block; color: #fff;}
.button-medical .button-medical-inner { position: relative; padding-left: 30px; display: inline-block;}
.button-medical .button-medical-inner:before { content: ''; position: absolute; left: 0; top: 50%; width: 16px; height: 22px; margin-top: -12px; background: url(/img/common/icon_book_01.png) no-repeat center center/100% auto;}
.button-favorite { border-radius: 3px; background: #2d9163; position: relative; font-size: 14px; line-height: 1.4; display: block; color: #fff; text-align: center;}
.button-favorite .button-favorite-inner { position: relative; display: block;}
.button-favorite .button-favorite-inner:before { content: ''; position: absolute; left: 0; top: 50%; width: 22px; height: 25px; margin-top: -12px; background: url(/img/common/icon_favourite.png) no-repeat center center/100% auto;}
.button-favorite.is-message .button-favorite-inner:before { background-image: url(/img/common/icon_message.png);}
.button-favourite .favourite-check { display: block; width: 42px;}
.button-favourite .favourite-input { display: none;}
.button-favourite .favourite-input:checked + .favourite-text { background-position: 0 bottom;}
.button-favourite .favourite-text { display: block; width: 42px; height: 50px; cursor: pointer; background: url(/img/common/icon_favorite.png) no-repeat 0 0/100% auto;}
.button-primary { width: 250px; margin: 0 auto; border-radius: 3px; background: #2b4b71; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px;}
.button-submit { background: #2b4b71; -webkit-appearance: none; appearance: none; border-radius: 50px; margin: 0 auto; color: #fff; text-align: center; display: block; line-height: 1.6; cursor: pointer;}
.button-submit.is-back { background: #aaa; width: 100px;}
.button-submit.is-green { background: #2d9163;}
@media only screen and (max-width: 896px) { 
  .button-default { padding: 10px; width: 230px;} 
  .button-default.is-blank { padding-right: 25px;} 
  .button-default.is-blank:before { right: 10px;}
  .button-delete { padding: 8px 5px 9px;}
  .button-twitter { width: 240px; margin: 0 auto;} 
  .button-twitter .button-twitter-inner { padding: 12px 0 12px 30px;}
  .button-favorite { padding: 15px 30px 15px 10px;} 
  .button-favorite .button-favorite-inner { padding-left: 30px;} 
  .button-favorite.is-message .button-favorite-inner:before { left: 3px;}
  .button-primary { height: 55px;}
  .button-submit { width: 180px; padding: 13px 10px 14px; font-size: 13px;} 
  .button-submit.is-back { padding: 10px;}
}
@media only screen and (max-width: 374px) { 
  .button-favorite { padding-right: 10px;} 
  .button-favorite .button-favorite-inner { padding-left: 28px;}
 .button-medical { padding-left: 10px; padding-right: 8px;} 
 .button-medical .button-medical-inner { padding-left: 22px;}
}
@media print, (min-width: 897px) { 
  .button-default { padding: 8px 10px 7px;} 
  .is-mac .button-default { padding-top: 10px;} 
  .is-mac.is-mac.is-chrome .button-default { padding-top: 8px;} 
  .button-default.is-basic { width: 300px;} 
  .button-default.is-full { width: 100%;} 
  .button-default.is-blank:before { right: 15px;} 
  .is-mac.is-firefox .button-default { padding-top: 7px;}
  .button-delete { padding: 10px 5px 9px;} 
  .is-mac.is-chrome .button-delete { padding-top: 9px;}
  .button-twitter { width: 100%;} 
  .button-twitter .button-twitter-inner { padding: 7px 0 7px 30px;} 
  .is-mac .button-twitter .button-twitter-inner { padding-top: 8px;}
  .button-favorite { padding: 16px 30px 16px 15px;} 
  .button-favorite .button-favorite-inner { padding-left: 30px;} 
  .is-mac .button-favorite { padding-top: 17px; padding-bottom: 15px;} 
  .is-mac .button-favorite .button-favorite-inner:before { top: 48%;} 
  .button-favorite.is-message { padding-right: 42px;}
  .button-primary { height: 50px;}
  .button-submit { width: 250px; padding: 13px 10px 12px; font-size: 16px;} 
  .button-submit.is-button-comment { padding-top: 10px; padding-bottom: 10px; width: 160px; font-size: 13px; margin: 0;} 
  .button-submit.is-back { padding: 9px 8px 8px;} 
  .is-mac .button-submit { padding-top: 12px;} 
  .is-mac .button-submit.is-back { padding-top: 8px;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .button-default { padding: 9px 10px 8px;}
  .button-twitter .button-twitter-inner { padding: 9px 0 8px 30px;}
  .button-favorite .button-favorite-inner { padding-top: 2px;}
}

/* -----------------------------------------------
COMMON PAGINATION
----------------------------------------------- */
.pagination { display: flex; justify-content: center; align-items: center; font-size: 16px;}
.pagination .pagination-count { font-size: 20px;}
.pagination .pagination-total { font-size: 15px;}
.pagination .pagination-text { padding: 0 26px;}
.pagination .pagination-line { padding: 0 5px;}
.page-button { width: 45px; height: 45px; border: 1px solid #dcdcdc; position: relative;}
.page-button:before { content: ''; width: 15px; height: 18px; background: no-repeat 0 0/100% auto; position: absolute; left: 50%; top: 50%; margin: -9px 0 0 -7px;}
.page-button.is-disable:before, .page-button:hover:before { background-position: 0 -18px;}
.page-button.is-disable { pointer-events: none;}
.page-next { border-radius: 0 6px 6px 0;}
.page-next:before { background-image: url(/img/common/btn_next_01.png);}
.page-prev { border-radius: 6px 0 0 6px;}
.page-prev:before { background-image: url(/img/common/btn_prev_01.png);}
.pagination-common { *zoom: 1;}
.pagination-common:after { content: " "; display: table; clear: both;}
.pagination-common .pagination-button { border: 1px solid #076e9a; height: 45px; display: flex; justify-content: center; align-items: center; font-size: 14px; color: #076e9a; transition: .26s ease; position: relative;}
.pagination-common .pagination-button:before { content: ''; width: 15px; height: 18px; background: no-repeat 0 0/100% auto; position: absolute; top: 50%; margin-top: -9px;}
.pagination-common .pagination-button.is-disable { border-color: #aaa; color: #aaa; pointer-events: none;}
.pagination-common .pagination-button.is-disable:before { background-position: 0 -18px;}
.pagination-common .pagination-button:hover { background: #076e9a; border-color: #076e9a; color: #fff;}
.pagination-common .pagination-button:hover:before { background-position: 0 bottom;}
.pagination-common .pagination-next { float: right;}
.pagination-common .pagination-next:before { background-image: url(/img/common/btn_next_01.png); right: 12px;}
.pagination-common .pagination-prev { float: left;}
.pagination-common .pagination-prev:before { background-image: url(/img/common/btn_prev_01.png); left: 12px;}
@media only screen and (max-width: 896px) { 
  .pagination-common .pagination-button { width: 140px;} 
  .pagination-common .pagination-next { padding: 0 25px 0 15px;} 
  .pagination-common .pagination-prev { padding: 0 4px 0 25px;}
}
@media only screen and (max-width: 374px) { 
  .pagination .pagination-text { padding: 0 10px;}
  .pagination-common  .pagination-button { width: 120px;}  
  .pagination-common  .pagination-next { padding: 0 18px 0 5px;}  
  .pagination-common  .pagination-next:before { right: 5px;}  
  .pagination-common  .pagination-prev { padding: 0 5px 0 18px;}  
  .pagination-common  .pagination-prev:before { left: 5px;}
}
 @media print, (min-width: 897px) { 
  .pagination-common .pagination-button { width: 150px; padding: 0 25px;}
}
  .checkbox-label { font-size: 14px; line-height: 1.5;}
  .checkbox-label .checkbox { display: none;}
  .checkbox-label .checkbox:checked +  .checkbox-text:before { background-position: 0 bottom;}
  .checkbox-label .checkbox-text { position: relative; padding-left: 25px; cursor: pointer;}
  .checkbox-label .checkbox-text:before { content: ''; position: absolute; width: 17px; height: 17px; background: url(/img/common/icon_radio.png) no-repeat 0 0/100% auto; left: 0; top: 2px;}
  .textarea { -webkit-appearance: none; appearance: none; display: block; width: 100%; box-shadow: none; border-radius: 0; border: 1px solid #aaa; font-family: inherit; line-height: 1.8; font-size: 14px; resize: none; outline: none; background: #fff; padding: 15px;}
  .textarea.is-large { height: 400px;}
  .textarea.is-small { height: 200px;}
  .radio-common { display: block;}
  .radio-common .radio-input { display: none;}
  .radio-common .radio-input:checked +  .radio-text { background: #076e9a; color: #fff;}
  .radio-common .radio-text { border-radius: 3px; font-size: 13px; line-height: 1.4; letter-spacing:  .05em; padding: 5px 10px; display: flex; justify-content: center; align-items: center; border: 1px solid #076e9a; color: #076e9a; transition:  .26s ease; cursor: pointer;}
  .radio-common .radio-text:hover { background: #076e9a; color: #fff;}
  .checkbox-common { display: block;}
  .checkbox-common .checkbox-input { display: none;}
  .checkbox-common .checkbox-input:checked +  .checkbox-text { background: #2b4b71; color: #fff;}
  .checkbox-common .checkbox-text { border-radius: 3px; font-size: 13px; line-height: 1.4; letter-spacing:  .05em; display: flex; justify-content: center; align-items: center; border: 1px solid #2b4b71; color: #2b4b71; transition:  .26s ease; cursor: pointer;}
  .checkbox-common .checkbox-text:hover { background: #2b4b71; color: #fff;}
  .form-row  .form-head { font-size: 14px;}
  .select-common, .input-common { font-family: inherit; appearance: none; -webkit-appearance: none; box-shadow: none; border-radius: 0; line-height: inherit; border: 1px solid #aaa; display: block; width: 100%;}
  .select-common { font-size: 13px; background: #fff url(/img/common/icon_select.png) no-repeat right 6px center/15px auto; cursor: pointer; padding: 0 30px 0 15px;}
  .select-common:required:invalid { color: #aaa;}
  .select-common option { color: #333;}
  .select-common option[value=""][disabled] { display: none;}
  .input-common { font-size: 14px; padding: 0 15px; background: #fff;}
  .input-common::-ms-clear { display: none;}
  .input-common::-ms-reveal { display: none;}
  .input-common::-webkit-autofill { display: none; opacity: 0;}
  .input-common::-webkit-contacts-auto-fill-button { display: none; opacity: 0;}
  .input-common::-webkit-credentials-auto-fill-button { display: none; opacity: 0;}
  .input-common { -moz-appearance: textfield;}
  .input-common::-webkit-outer-spin-button,
  .input-common::-webkit-inner-spin-button { -webkit-appearance: none;}
  .select-common::-ms-expand { display: none;}
  .input-common::-webkit-input-placeholder { opacity: 1; color: #aaa;}
  .input-common:-ms-input-placeholder { opacity: 1; color: #aaa;}
  .input-common::placeholder { opacity: 1; color: #aaa;}
  .textarea::-webkit-input-placeholder { opacity: 1; color: #aaa;}
  .textarea:-ms-input-placeholder { opacity: 1; color: #aaa;}
  .textarea::placeholder { opacity: 1; color: #aaa;}
@media only screen and (max-width: 896px) { 
  .checkbox-label .checkbox-text:before { top: 0;}
  .respondent-row { margin: 12px 0 5px; text-align: center;} 
  .respondent-row .button-submit { margin-top: 40px;}
  .radio-common .radio-text { height: 45px; padding-top: 4px;}
  .checkbox-common .checkbox-text { height: 47px; padding: 4px 15px 5px;}
  .form-row { margin-bottom: 27px;} 
  .form-row .form-head { line-height: 1.79; margin-bottom: 10px;} 
  .form-row .form-head.is-head, .form-row .form-head.is-head-sm { margin-bottom: 0;} 
  .form-row.is-row-second { margin-bottom: 34px;}
  .select-common, .input-common { height: 47px; padding-bottom: 2px;}
}
@media print, (min-width: 897px) { 
  .checkbox-label .checkbox-text:before { top: 2px;} 
  .is-mac .checkbox-label .checkbox-text:before { top: -2px;}
  .respondent-row { display: flex; justify-content: space-between; align-items: center; margin: 19px 0 5px;}
  .radio-common .radio-text { height: 40px; padding-bottom: 4px;} 
  .is-mac.is-chrome .radio-common .radio-text { padding-bottom: 3px;}
  .checkbox-common .checkbox-text { height: 42px; padding: 5px 8px 4px;} 
  .is-mac.is-chrome .checkbox-common .checkbox-text { padding-bottom: 3px;}
  .form-row { margin-bottom: 35px;} 
  .form-row .form-head { line-height: 1.5; margin-bottom: 12px;} 
  .form-row .form-head.is-head { margin-bottom: 4px;} 
  .form-row.is-row { margin-bottom: 35px;}
  .select-common, .input-common { height: 42px;} 
  .is-mac .select-common, .is-mac .input-common { padding-top: 1px;} 
  .is-mac.is-chrome .select-common, .is-mac.is-chrome .input-common { padding-top: 2px;}
  .select-common.is-width { width: 300px;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .select-common { padding-top: 1px;}
  .checkbox-common .checkbox-text { padding-top: 4px;}
}

/* -----------------------------------------------
TOP slider (slick)
----------------------------------------------- */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus { outline: none;}
.slick-list.dragging { cursor: pointer;}
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;}
.slick-track:before { display: table; content: "";}
.slick-track:after { display: table; content: ""; clear: both;}
.slick-loading .slick-track { visibility: hidden;}
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide { float: right;}
.slick-slide img { display: block;}
.slick-slide.slick-loading img { display: none;}
.slick-slide.dragging img { pointer-events: none;}
.slick-initialized .slick-slide { display: block;}
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none;}
.slick-arrow,.slick-dots button { background-position: 0 0; background-repeat: no-repeat; text-indent: -1000px; overflow: hidden; padding: 0; border: none; background-color: transparent; outline: none; display: block; cursor: pointer;}

/* -----------------------------------------------
01 TOPページ
----------------------------------------------- */
.row-delineation { margin-bottom: 15px; text-align: center;}
.list-delineation { margin-bottom: 50px;}
.list-delineation .image-delineation { display: block; width: 100%;}
.list-delineation .item-delineation { margin-bottom: 15px;}
.list-delineation .item-delineation:last-child { margin-bottom: 0;}
.list-delineation .item-delineation .trans { display: block;}
.section-top-keyvisual { background: url(/img/top/img_pattern_01.jpg) repeat;}
.section-top-keyvisual .inner .trans { display: block;}
.section-top-career { background-color: #fff;}
.section-top-career .career-title { text-align: center;}
.section-top-career .career-text { color: #444;}
.section-top-career .block-slide-career { position: relative; overflow: hidden;}
.slide-career-inner .item { list-style: none; outline: none; border: none !important; visibility: hidden;}
.slide-career-inner .item .career-image { display: block;}
.slide-career-inner .career-image { width: 40px;}
.slide-career-inner .inner-text { white-space: nowrap; display: block;}
.slide-career-inner .item-inner { display: flex; align-items: flex-start;}
.slick-initialized .item { visibility: visible;}
.tab-container { display: flex; flex-wrap: wrap;}
.tab-container .radio-tab { display: none;}
.tab-container .tab-label { -moz-transition: all 0.26s ease; -o-transition: all 0.26s ease; -webkit-transition: all 0.26s ease; transition: all 0.26s ease; text-align: center; color: #333; background-color: #eee; position: relative; cursor: pointer;}
.tab-container .tab-label:hover { background-color: #fff;}
.tab-container .tab-content { background: #fff; width: 100%; display: none; order: 99;}
.tab-container .radio-tab:checked + .tab-label { background-color: #fff;}
.tab-container .radio-tab:checked + .tab-label + .tab-content { display: block;}
.section-top-standard { font-size: 14px; line-height: 1.75;}
.section-top-standard .tab-title { font-weight: bold; text-align: center;}
.section-top-standard .chapter-title { font-weight: bold;}
.section-top-standard .chapter-title a { color: #076e9a; text-decoration: underline;}
.section-top-standard .box-base { background-color: #fff;}
.point-text { font-weight: bold;}
input[type="search"]::-ms-clear { display: none; width: 0; height: 0;}
input[type="search"]::-ms-reveal { display: none; width: 0; height: 0;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none;}
.form-search { overflow: hidden; font-size: 14px; line-height: 1.75;}
.form-search .box-search { display: flex;}
.form-search .input-search { display: block; border: 1px solid #aaa; border-right: 0; box-shadow: none; -webkit-appearance: none; appearance: none; font-family: inherit; line-height: inherit; background: #fff;}
.form-search .input-search::placeholder { color: #aaa; opacity: 1;}
.form-search .input-search:-ms-input-placeholder { color: #aaa; opacity: 1;}
.form-search .input-search::-webkit-input-placeholder { color: #aaa;}
.form-search .input-search::-ms-clear { display: none;}
.form-search .button-search { cursor: pointer; text-indent: -9999px; display: block;}
.form-search .list-option { display: flex; flex-wrap: wrap;}
.form-search .option-label { display: inline-block;}
.form-search .option-input { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; padding: 0; border: 0; left: -999999px;}
.form-search .option-input + .option-text { display: inline-block; position: relative; cursor: pointer;}
.form-search .option-input + .option-text:after { position: absolute; content: ""; background: url(/img/common/icon_radio.png) 0 0 no-repeat;}
.list-name { display: flex; flex-wrap: wrap;}
.list-name .name-item { position: relative;}
.list-name .name-item:after { content: ""; position: absolute; right: 0; width: 1px; background: #333;}
.list-name .link-name { display: inline-block; color: #076e9a;}
.box-link { display: flex; flex-wrap: wrap;}
.box-link .link-base { display: block; text-align: center; border: 1px solid #076e9a; color: #076e9a; -moz-transition: all 0.26s ease; -o-transition: all 0.26s ease; -webkit-transition: all 0.26s ease; transition: all 0.26s ease;}
.box-link .link-base:hover { color: #fff; background-color: #076e9a;}
.box-link .is-not-link { border-color: #aaa; color: #aaa;}
.box-link .is-not-link:hover { background: none; color: #aaa;}
.link-text { display: inline-block; font-weight: bold; color: #076e9a; text-decoration: underline;}
.link-text:hover { text-decoration: none;}
.link-answers { display: inline-block; text-decoration: underline; background-image: url(/img/common/icon_message_02.png), url(/img/common/icon_arrow_01.png); background-position: left center, right center; background-repeat: no-repeat, no-repeat; font-size: 14px;}
.link-answers:hover { text-decoration: none;}
.faq-title { color: #2b4b71; text-align: center; font-weight: bold; line-height: 1.4; letter-spacing: .05em;}
.faq-title .faq-title-text { position: relative; display: inline-block;}
.faq-title .faq-title-text:before { content: ''; position: absolute;}
.faq-text { text-align: center;}
.faq-number { font-size: 19px; font-weight: bold;}
.faq-tags { display: flex; flex-wrap: wrap;}
.faq-tags .faq-tag-item { width: 33.3333%;}
.item-faq { border: 1px solid #f3f7f8; color: #2b4b71; position: relative; line-height: 1.5; display: flex; align-items: center;}
.item-faq .number { font-weight: bold; display: block;}
.item-faq .faq-questions-text { display: block;}
.item-faq .small { font-weight: normal;}
.box-widget { background: #fff;}
.box-widget .widget-head { border-bottom: 1px solid #aaa; display: flex; justify-content: space-between;}
.box-widget .widget-head .date { font-size: 14px;}
.box-widget .widget-title { font-weight: bold; letter-spacing: .05em;}
.status-solved .tag-common { background: #e9606d;}
.status-solved .answers-number { color: #e9606d;}
.status-accept .tag-common { background: #a0bf57;}
.status-accept .answers-number { color: #a0bf57;}
.status-best .tag-common { background: #cec634;}
.status-best .answers-number { color: #cec634;}
.text-point-common { border: 1px solid #2d9163; display: block; font-weight: bold; line-height: 1; color: #2d9163; background: #fff; text-align: center;}
.faq-new-item { display: flex;}
.faq-new-item .faq-new-left { text-align: center; padding-top: 5px;}
.faq-new-item .answers-text { font-size: 11px; display: block;}
.faq-new-item .faq-new-staff { font-size: 12px; font-weight: bold;}
.faq-new-item .answers-number { font-size: 25px; line-height: 1; font-weight: bold; margin-left: 5px;}
.is-firefox .faq-new-item .answers-number { position: relative; top: 1px;}
.faq-new-item .answers-number.is-light-red { color: #e9606d;}
.faq-new-item .answers-number.is-light-green { color: #a0bf57;}
.faq-new-item .faq-new-title { font-size: 15px; color: #076e9a; display: inline-block; text-decoration: underline;}
.faq-new-item .faq-new-title:hover { text-decoration: none;}
.faq-new-item .faq-new-tags { display: flex; flex-wrap: wrap;}
.faq-new-item .faq-new-head { margin-bottom: 14px;}
.faq-new-item .faq-new-name { display: flex; flex-wrap: wrap; align-items: center; font-size: 13px; white-space: nowrap;}
.faq-new-item .photo { width: 20px; height: 20px; border-radius: 100%; overflow: hidden; margin-right: 10px; position: relative;}
.faq-new-item .photo .image-avatar { position: absolute; left: 50%; top: 0; height: 100%; width: auto; max-width: none; transform: translateX(-50%);}
.faq-new-item .name { margin-right: 14px;}
.tag-common { color: #fff; font-size: 11px; line-height: 1.2; padding: 3px 5px 2px; text-align: center; display: block;}
.tag-common.is-light-red { background: #e9606d;}
.tag-common.is-light-green { background: #a0bf57;}
.tag-block { background: #e6f0f5; min-width: 70px; text-align: center; font-size: 10px; line-height: 1.2; border-radius: 3px; display: inline-block;}
.tag-block.is-gray { background: #eee;}
.latest-news { line-height: 1.72; font-size: 14px;}
.latest-news .latest-news-item { margin-bottom: 9px;}
.latest-news .latest-news-item:last-child { margin-bottom: 0;}
.latest-news .news-date { margin-bottom: 2px; display: block;}
.latest-news .news-name { color: #076e9a; text-decoration: underline; display: inline-block;}
.latest-news .news-name:hover { text-decoration: none;}
.list-news-common { font-size: 14px;}
.list-news-common .link-news-menu { color: #076e9a; text-decoration: underline; display: inline-block;}
.list-news-common .link-news-menu:hover { text-decoration: none;}
.link-common { color: #076e9a; text-decoration: underline; line-height: 1.5;}
.link-common:hover { text-decoration: none;}
.con_ad-area { margin-bottom: 60px; text-align: center;}
@media only screen and (max-width: 896px) { 
  .section-top-keyvisual { background-size: 5px auto;}
  .section-top-keyvisual .wrapper { padding: 0;}
  .section-top-career { padding: 5px 0 10px;}
  .section-top-career .inner { overflow: hidden;}
  .section-top-career .item .career-image { width: auto; height: 28px;}
  .section-top-career .career-title { font-size: 12px; margin-bottom: 7px;}
  .section-top-career .career-title .number { font-size: 17px;}
  .section-top-career .career-text { padding: 1px 10px 0 5px; font-size: 12px; line-height: 1.3;}
  .section-top-standard { padding: 35px 0 56px;}
  .section-top-standard .block-item { margin-bottom: 56px;}
  .section-top-standard .block-item:last-child { margin-bottom: 0;}
  .section-top-standard .tab-content { padding: 25px 15px 20px;}
  .section-top-standard .tab-title { font-size: 15px; letter-spacing: .05em; margin-bottom: 23px;}
  .section-top-standard .box-content { margin-bottom: 18px;}
  .section-top-standard .is-search .box-content { margin-bottom: 20px;}
  .section-top-standard .is-search .text-right { margin-top: 36px;}
  .section-top-standard .chapter-title { font-size: 14px; margin-bottom: 2px;}
  .section-top-standard .box-chapter { margin-bottom: 33px;}
  .section-top-standard .link-answers { background-size: 20px auto, 7px auto; padding: 5px 18px 5px 30px;}
  .section-top-standard .box-base { padding: 24px 15px;}
  .head-wrap { text-align: center; margin-bottom: 17px;}
  .point-text { font-size: 15px;}
  .date-text { font-size: 14px; margin-top: 5px;}
  .base-text { font-size: 13px; line-height: 1.65; margin-bottom: 22px;}
  .wrap-tab { margin: 0 -5px;}
  .tab-container .tab-label { font-size: 12px; border-radius: 5px 5px 0 0; padding: 17px 5px 15px; margin-right: .8%; width: 24.4%;}
  .tab-container .tab-label.is-last { margin-right: 0;}
  .box-link { margin: 0 -.8%;}
  .box-link .link-base { display: flex; justify-content: center; align-items: center; min-height: 45px; font-size: 12px; padding: 4px 5px; line-height: 1.3; width: 47.82%; margin: 0 1.09% 10px;}
  .box-link .link-base.is-part { width: 97.82%;}
  .box-link.is-full .link-base { width: 97.82%;}
  .form-search { width: 100%; margin-bottom: 28px;}
  .form-search .input-search { width: 80.5%; height: 45px; border-radius: 5px 0 0 5px; padding: 0 15px;}
  .form-search .button-search { border-radius: 0 5px 5px 0; background: #076e9a url(/img/common/icon_search.png) center no-repeat; background-size: 35px auto; width: 19.5%;}
  .form-search .box-search { margin-bottom: 16px;}
  .form-search .list-option { margin: 0 8px;}
  .form-search .list-option .item-option-column { margin-right: 18px;}
  .form-search .list-option .item-option-column:last-child { margin-right: 0;}
  .form-search .option-input + .option-text { padding-left: 26px;}
  .form-search .option-input + .option-text:after { background-size: 17px auto; left: 0; top: -1px; width: 17px; height: 17px;}
  .form-search .option-input:checked + .option-text:after { background-position: 0 -17px;}
  .box-delineation { margin-bottom: 46px;}
  .faq-title { font-size: 16px; margin-bottom: 8px;}
  .faq-title .faq-title-text { padding: 2px 0 2px 32px;}
  .faq-title .faq-title-text:before { top: 50%; margin-top: -11px; left: 0; width: 24px; height: 22px; background: url(/img/common/icon_message_02.png) no-repeat center center/100% auto;}
  .faq-text { margin-bottom: 4px;}
  .faq-tags { margin: 0 -3px 18px;}
  .faq-tags .faq-tag-item { padding: 0 3px; margin-bottom: 6px;}
  .item-faq { height: 50px; font-size: 10px; justify-content: center; padding: 5px 10px; text-align: center;}
  .item-faq .number { font-size: 12px; line-height: 1.3;}
  .item-faq .small { font-size: 10px; margin-left: 3px;}
  .box-widget { padding: 24px 15px 30px;}
  .box-widget .widget-head { padding-bottom: 20px;}
  .box-widget .widget-title { font-size: 15px; letter-spacing: .05em;}
  .faq-new-list { margin-bottom: 32px;}
  .faq-new-list .faq-new-item:first-child { border-top: none;}
  .text-point-common { font-size: 13px; padding: 5px 2px;}
  .faq-new-item { padding: 20px 0 18px; border-top: 1px solid #aaa;}
  .faq-new-item .faq-new-left { width: 50px;}
  .faq-new-item .answers-text { margin-top: 8px;}
  .faq-new-item .answers-number { margin-left: 5px;}
  .faq-new-item .faq-new-right { width: calc(100% - 50px); padding-left: 15px;}
  .faq-new-item .faq-new-caption { line-height: 1.7; font-size: 13px; margin-bottom: 12px;}
  .faq-new-item .faq-new-tags { margin-bottom: 3px;}
  .faq-new-item .faq-new-tags .faq-new-column { margin: 0 15px 15px 0;}
  .faq-new-item .date { width: 100%; padding-left: 30px; margin-top: 2px;}
  .is-android .tag-common { padding-top: 2px;}
  .tag-block { padding: 12px 10px 11px;}
  .is-android .tag-block { padding-bottom: 12px;}
  .box-latest { margin-bottom: 56px;}
  .box-latest .title-default { margin-bottom: 12px;}
  .latest-news { margin-bottom: 44px;}
  .list-news-common { margin: 0 auto 20px; max-width: 315px; display: flex; flex-wrap: wrap; justify-content: center;}
  .list-news-common .news-common-item { padding: 0 16px; margin-bottom: 15px; position: relative;}
  .list-news-common .news-common-item:first-child { padding-left: 0;}
  .list-news-common .news-common-item:last-child:before { display: none;}
  .list-news-common .news-common-item:before { content: ''; position: absolute; right: 0; top: 5px; bottom: 5px; width: 1px; background: #333;}
  .box-information { margin-bottom: 46px;}
  .box-information .title-default { letter-spacing: .05em; margin-bottom: 20px;}

  .list-ad-area li { display: flex; width: 100%; font-size: 13px; line-height: 1.5;}
  .list-ad-area li a { display: block; width: 100%; height: 130px; font-size: 14px; }
  .list-ad-area li .column-photo { width: 130px;}
  .list-ad-area li .column-information { float: right; width: calc(100% - 130px); padding-left: 10px;}
  .list-ad-area li .column-information p { margin-top: 10px; color: #666; font-size: 10px; }
  .list-ad-area li .link-common { display: inline-block; margin-bottom: 8px; font-size: 14px; padding-right: 10px;}
  .list-name { justify-content: center;}
  .list-name .name-item { padding: 0 6px; margin-bottom: 6px;}
  .list-name .name-item:last-child:after { display: none;}
  .list-name .name-item:after { top: 5px; bottom: 5px;}
}
@media only screen and (max-width: 374px) { 
  .con_ad-area { margin: 0 15px 60px;}
}
@media only screen and (max-width: 319px) { 
  .section-top-standard .chapter-title { font-size: 12px;}
  .form-search .list-option { margin: 0;}
  .form-search .list-option .item-option-column { margin-right: 10px; font-size: 12px;}
  .form-search .option-input + .option-text { padding-left: 24px;}
  .form-search .option-input + .option-text:after { top: -3px;}
  .box-link .link-base { font-size: 11px;}
  .faq-new-item .photo { margin-right: 8px;}
  .faq-new-item .name { margin-right: 12px;}
  .list-ad-area li .column-photo { width: 27.68%;}
  .list-ad-area li  .column-information { width: calc(100% - 27.68%); padding-left: 12px;}
  .list-news-common { font-size: 13px;}
  .list-news-common .news-common-item { padding: 0 14px;}
  .list-news-common .news-common-item:first-child { padding-left: 0;}
  .faq-title { font-size: 14px;}
  .faq-new-item .faq-new-title { font-size: 14px;}
}
@media print, (min-width: 897px) { 
  .inner { width: 100%; max-width: 896px; margin: 0 auto;}
  .section-top-keyvisual { background-size: 5px auto;}
  .section-top-career { padding: 2px 0 10px;}
  .section-top-career .inner { overflow: hidden;}
  .section-top-career .career-title { font-size: 12px; margin-bottom: 5px;}
  .section-top-career .career-title .number { font-size: 17px;}
  .section-top-career .career-text { padding: 3px 10px 0; font-size: 12px; line-height: 1.3;}
  .section-top-standard { padding: 35px 0 60px; width: 100%;}
  .section-top-standard .section-title { letter-spacing: .1em; font-weight: normal;}
  .section-top-standard .wrapper { display: flex;}
  .section-top-standard .wrapper .block-item:first-child { margin-right: 25px;}
  .section-top-standard .block-item { width: 675px;}
  .section-top-standard .tab-content { padding: 20px 15px; min-height: 776px;}
  .section-top-standard .box-base { min-height: 817px;}
  .section-top-standard .tab-title { font-size: 16px; letter-spacing: .05em; margin-bottom: 25px;}
  .section-top-standard .box-content { margin-bottom: 12px;}
  .section-top-standard .is-search .box-content { margin-bottom: 20px;}
  .section-top-standard .is-search .text-right { margin-top: 42px;}
  .section-top-standard .chapter-title { font-size: 14px; margin-bottom: 4px;}
  .section-top-standard .box-chapter { margin-bottom: 38px;}
  .section-top-standard .link-answers { background-size: 20px auto, 7px auto; padding: 5px 18px 5px 32px;}
  .section-top-standard .box-base { padding: 20px 15px;}
  .head-wrap { display: flex; justify-content: space-between; margin-bottom: 20px;}
  .point-text { font-size: 16px;}
  .date-text { margin-top: 5px; font-size: 14px;}
  .base-text { font-size: 12px; line-height: 1.8; margin-bottom: 18px;}
  .wrap-tab { margin: 0 -4px;}
  .tab-container .tab-label { font-size: 12px; border-radius: 5px 5px 0 0; padding: 16px 5px 14px; margin-right: .8%; width: 24.4%;}
  .tab-container .tab-label.is-last { margin-right: 0;}
  .box-link .link-base { display: flex; justify-content: center; align-items: center; min-height: 40px; font-size: 12px; padding: 4px 9px 2px; line-height: 1.3; margin-bottom: 7px;}
  .is-mac .box-link .link-base { padding-top: 4px; padding-bottom: 2px;}
  .is-mac.is-chrome .box-link .link-base { padding-top: 3px;}
  .box-link.is-two { margin-right: -7px;}
  .box-link.is-two .link-base { width: calc(100% / 2 - 7px);}
  .box-link.is-two .link-base:nth-child(odd) { margin-right: 7px;}
  .box-link.is-three { margin-right: -7px;}
  .box-link.is-three .link-base { width: calc(100% / 3 - 7px); margin-right: 7px;}
  .box-link.is-three .link-base:nth-child(3n) { margin-right: 0;}
  .box-link.is-full .link-base { width: 100%;}
  .box-link.is-three-none { margin-right: -7px;}
  .box-link.is-three-none .link-base { width: calc(100% / 3 - 7px); margin-right: 7px;}
  .box-link.is-three-none .is-half { width: calc(100% / 2 - 7px);}
  .form-search { width: 100%; margin: 0 auto 28px; max-width: 385px;}
  .form-search .input-search { width: 84.5%; height: 40px; border-radius: 5px 0 0 5px; padding: 0 15px;}
  .is-mac .form-search .input-search { padding-top: 2px;}
  .form-search .button-search { border-radius: 0 5px 5px 0; background: #076e9a url(/img/common/icon_search.png) no-repeat center center/28px auto; width: 15.5%;}
  .form-search .box-search { margin-bottom: 6px;}
  .form-search .list-option { margin: 0 14px;}
  .form-search .list-option .item-option-column { margin-right: 18px;}
  .form-search .option-input + .option-text { padding-left: 26px;}
  .form-search .option-input + .option-text:after { background-size: 17px auto; left: 0; top: -1px; width: 17px; height: 17px;}
  .form-search .option-input:checked + .option-text:after { background-position: 0 -17px;}
  .is-mac .option-input + .option-text:after { top: -2px;}
  .list-name { border-radius: 3px; padding: 8px 10px 7px;}
  .list-name .name-item { padding: 0 6px;}
  .list-name .name-item:after { height: 60%; top: 20%;}
  .is-mac .list-name .name-item:after { top: 16%;}
  .list-name .link-name { font-size: 13px;}
  .box-delineation { margin-bottom: 46px;}
  .faq-title { font-size: 21px; margin-bottom: 12px; font-weight: normal;}
  .faq-title .faq-title-text { padding-left: 45px;}
  .faq-title .faq-title-text:before { width: 35px; height: 32px; left: 0; top: 50%; margin-top: -16px; background: url(/img/common/icon_message_02.png) no-repeat center center/100% auto;}
  .faq-text { margin-bottom: 7px;}
  .faq-tags { margin: 0 -7px 12px;}
  .faq-tags .faq-tag-item { padding: 0 7px; margin-bottom: 14px;}
  .item-faq { height: 55px; font-size: 13px; background: no-repeat left center/75px auto; padding: 8px 10px 5px 95px;}
  .is-mac .item-faq { padding-top: 10px;}
  .item-faq .number { font-size: 16px;}
  .item-faq .small { font-size: 14px; margin-left: 5px;}
  .item-faq.questions { background-image: url(/img/top/img_health_01.png);}
  .item-faq.answers { background-image: url(/img/top/img_health_02.png);}
  .item-faq.resolutions { background-image: url(/img/top/img_health_03.png);}
  .box-widget { padding: 18px 15px 25px;}
  .box-widget .widget-head { padding-bottom: 14px; margin-bottom: 5px;}
  .box-widget .widget-head .date { padding-top: 5px;}
  .box-widget .widget-title { font-size: 16px;}
  .faq-new-list { margin-bottom: 50px;}
  .faq-new-list .faq-new-item:last-child { border-bottom: none; padding-bottom: 0 !important;}
  .text-point-common { font-size: 14px; padding: 4px 2px;}
  .faq-new-item { padding: 15px 0; border-bottom: 1px solid #aaa;}
  .faq-new-item .faq-new-left { width: 60px; position: relative; padding-bottom: 35px;}
  .faq-new-item .text-point-common { position: absolute; left: 0; bottom: 10px; width: 100%;}
  .faq-new-item .answers-text { margin-top: 8px;}
  .faq-new-item .answers-number { margin-left: 5px;}
  .faq-new-item .faq-new-right { width: calc(100% - 60px); padding-left: 20px;}
  .faq-new-item .faq-new-staff { margin-right: 14px;}
  .faq-new-item .faq-new-caption { margin-bottom: 12px; font-size: 13px; line-height: 1.27; text-align: justify;}
  .faq-new-item .faq-new-group { display: flex; justify-content: space-between;}
  .faq-new-item .faq-new-tags .faq-new-column { margin: 0 10px 10px 0;}
  .tag-common { min-width: 60px;}
  .is-mac .tag-common { padding-top: 3px;}
  .tag-block { padding: 7px 10px;}
  .is-chrome .tag-block { padding-bottom: 6px;}
  .is-mac .tag-block { padding-top: 8px; padding-bottom: 6px;}
  .is-mac.is-chrome .tag-block, .is-mac.is-firefox .tag-block { padding-top: 6px;}
  .is-mac.is-firefox .tag-block { padding-top: 6px;}
  .box-latest { margin-bottom: 48px;}
  .box-latest .title-default { margin-bottom: 8px;}
  .latest-news { margin-bottom: 22px;}
  .list-news-common { margin-bottom: 35px;}
  .list-name { background-color: #eee;}
}
@media print, (max-width: 1230px) and (min-width: 897px) { 
  .faq-title { font-size: 19px;}
  .container-liquid .faq-new-item .faq-new-group { display: block;}
  .container-liquid .faq-new-item .text-point-common { bottom: 6px;}
}
@media print, (max-width: 1230px) and (min-width: 1051px) { 
  .faq-tags { margin-left: -4px; margin-right: -4px;}
  .faq-tags .faq-tag-item { padding: 0 4px;}
  .item-faq { padding-left: 72px; padding-right: 5px; font-size: 11px;}
  .item-faq .number { font-size: 13px;}
  .item-faq .small { font-size: 11px;}
}
@media print, (max-width: 1125px) and (min-width: 897px) { 
  .container-liquid .faq-title { font-size: 16px;}
  .container-liquid .faq-new-item .faq-new-tags { width: auto;}
  .container-liquid .faq-new-item .faq-new-group { display: block;}
}
@media print, (max-width: 1050px) and (min-width: 897px) { 
  .section-top-standard .section-title { letter-spacing: 0;}
  .faq-tags .faq-tag-item { width: 50%;}
  .item-faq { padding-left: 9.1vw;}
}
@media print, (max-width: 960px) and (min-width: 897px) { 
  .section-top-standard .date-text { font-size: 12px; margin-top: 4px;}
  .faq-tags { margin-left: -4px; margin-right: -4px;}
  .faq-tags .faq-tag-item { padding: 0 4px;}
  .item-faq { padding-left: 75px; padding-right: 5px; font-size: 11px;}
  .item-faq .number { font-size: 13px;}
  .item-faq .small { font-size: 11px;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .box-link .link-base { padding: 5px 4px 3px; letter-spacing: .05em;}
  .form-search .input-search { padding-top: 1px;}
  .search-custom.form-search .input-search { padding-top: 2px;}
  .form-search .option-input + .option-text { padding-top: 3px;}
  .tag-block { padding: 8px 10px 6px;}
  .tag-common { padding: 3px 5px 1px;}
  .item-faq { padding-top: 7px; padding-bottom: 3px;}
  .form-search .option-input + .option-text:after { top: 1px;}
  .list-name .link-name { padding-top: 2px;}
  .faq-new-item .photo { margin-top: -2px;}
}

/* -----------------------------------------------
02 診療報酬点数表一覧 第1階層
----------------------------------------------- */
.title_points-top a { font-weight: bold; color: #2b4b71; text-decoration: underline;}
.title-medical { position: relative; font-weight: bold; color: #2b4b71;}
.title-medical:before { content: ''; position: absolute; left: 0; background: url(/img/common/icon_calendar.png) no-repeat 0 0/100% auto;}
.button-dropdown-block { border: 1px solid #2b4b71; color: #2b4b71; display: block; cursor: pointer; position: relative; transition: .26s ease;}
.button-dropdown-block:hover { background: #2b4b71; color: #fff;}
.button-dropdown-block:hover:before, .button-dropdown-block:hover:after { background: #fff;}
.button-dropdown-block:after, .button-dropdown-block:before { content: ''; position: absolute; background: #2b4b71; top: 50%; transition: .26s ease;}
.button-dropdown-block .dropdown-text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;}
.button-dropdown-block.is-open { background: #2b4b71; color: #fff;}
.button-dropdown-block.is-open:before, .button-dropdown-block.is-open:after { background: #fff;}
.button-dropdown-block.is-open:after { transform: rotate(90deg); opacity: 0;}
.input-accordion { display: none;}
.input-accordion:checked + .button-dropdown-block { background: #2b4b71; color: #fff;}
.input-accordion:checked + .button-dropdown-block:before, .input-accordion:checked + .button-dropdown-block:after { background: #fff;}
.input-accordion:checked + .button-dropdown-block:after { transform: rotate(90deg); opacity: 0;}
.input-accordion:checked + .button-dropdown-block + .accordion-medical { display: block;}
.medical-institution .text,
.list-medical-text .text { font-weight: bold; letter-spacing: .05em;}
.medical-institution .text { margin: 30px 0 10px;}
.list-medical-text .link-text-menu { color: #2b4b71;}
.list-medical-text .link-text-menu:hover { text-decoration: none;}
.list-medical-text .text-big { font-size: 16px;}
.list-medical-text.is-medical .medical-text-row { margin-top: 0 !important;}
.accordion-medical { display: none;}
.search-custom { max-width: none;}
.search-custom .search-text { text-align: center;}
.medical-link { font-weight: bold;}
.medical-link .link-common { color: #2b4b71;}
.medical-link-row { letter-spacing: .05em;}
.medical-link-row .link-common { color: #2b4b71; font-weight: bold;}
.link-close { border: 1px solid #333; color: #333; font-size: 14px; text-align: center; display: block; cursor: pointer;}
.link-close .link-close-inner { display: inline-block; padding: 10px 2px 8px 25px; position: relative;}
.link-close .link-close-inner:before { content: ''; position: absolute; left: 0; top: 50%; width: 12px; height: 12px; margin-top: -5px; background: url(/img/common/icon_close.png) no-repeat left center/100% auto;}
.item-row-block .chapter-title { margin-bottom: 12px; font-weight: bold;}
.side-bar-common .button-medical { display: block;}
.box-widget-delineation .delineation-row + .delineation-row { margin-top: 20px;}
@media only screen and (max-width: 896px) { 
  .background-overlay { display: none; position: fixed; width: 100%; left: 0; top: 0; bottom: 0; z-index: 100; background: rgba(7, 110, 155, 0.95);}
  .side-bar-mobile { position: fixed; width: 85%; left: -100vw; top: 0; bottom: 0; transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1); z-index: 200;}
  .side-bar-mobile.is-down { left: 0;}
  .side-bar-mobile .medical-common { position: absolute; background: #fff; width: 100%; height: 100%; padding: 76px 15px 80px; left: 0; top: 0; bottom: 0; overflow-y: scroll;}
  .side-bar-mobile .button-medical { margin: 0 auto 60px; width: 84%; font-size: 14px;}
  .link-medical { display: block; background: #076e9a; color: #fff; font-size: 12px; width: 67.53%; max-width: 290px; min-width: 233px; margin: 0 auto 20px; border-radius: 4px; text-align: center; padding: 0 14px;}
  .link-medical .link-medical-inner { display: block; padding: 4px 2px 5px 25px; background: url(/img/common/icon_menu.png) left center/10px auto no-repeat;}
  .link-medical-custom { padding-left: 15px; padding-right: 15px;}
  .link-medical-custom .link-medical-inner { display: block; padding-top: 5px; padding-bottom: 4px;}
  .link-close { width: 52%; margin: 60px auto 80px!important;}
  .link-close-aside { z-index: 1000; display: block; position: fixed; width: 85%; height: 60px; background: #fff url(/img/common/icon_close.png) right 14px top 15px/20px auto no-repeat;}

  .section-medical { padding-top: 34px;}
  .section-medical .title-primary { margin-bottom: 10px;}
  .section-medical .box-widget { margin-bottom: 60px;}
  .section-medical .box-widget:first-child { padding-bottom: 25px;}
  .section-medical .box-widget:last-child { margin-bottom: 0;}
  .section-medical .box-delineation { margin-bottom: 40px;}
		.title_points-top,
  .title-medical { font-size: 16px; line-height: 1.2; letter-spacing: .075em; padding-left: 25px; margin-bottom: 16px;}
		.title_points-top { padding-left: 0;}
  .title-medical:before { top: 0; width: 16px; height: 17px;}
  .medical-common .medical-row { margin-bottom: 35px;}
  .medical-common .medical-text { font-weight: bold; font-size: 16px; line-height: 1.5; letter-spacing: .05em; margin-bottom: 10px;}
  .medical-common .medical-text .small { font-size: 10px;}
  .list-dropdown-medical .medical-item-row + .medical-item-row { margin-top: 20px;}
  .button-dropdown-block { font-size: 14px; line-height: 1.5; padding: 11px 40px 11px 10px; letter-spacing: .05em;}
  .button-dropdown-block:before { width: 15px; height: 3px; margin-top: -2px; right: 12px;}
  .button-dropdown-block:after { width: 3px; height: 15px; margin-top: -8px; right: 18px;}
  .list-medical-text { line-height: 1.79; padding: 30px 0 20px;}
  .list-medical-text .list-medical-menu { border-bottom: 1px solid #dcdcdc;}
  .list-medical-text .link-text-menu { font-size: 12px; line-height: 1.5; display: block; padding: 13px 8px 14px; border-top: 1px solid #dcdcdc;}
  .list-medical-text .medical-text-row + .medical-text-row { margin-top: 35px;}
		.medical-institution .text { text-align: center;}
  .list-medical-text .text { padding: 0 0 8px 10px; font-size: 14px; letter-spacing: .075em;}
  .text-custom .text { font-size: 16px; line-height: 1.5;}
  .text-custom .list-medical-menu { border-bottom: none;}
  .text-custom .link-common { font-size: 14px; line-height: 1.71; border-top: none;}
  .search-custom { padding: 0 0 40px; margin: 2px 0 36px; border-bottom: 1px solid #eee;}
  .search-custom .box-search { max-width: 385px; margin: 0 auto;}
  .search-custom .search-text { font-size: 14px; margin-bottom: 13px;}
  .medical-link { font-size: 16px; letter-spacing: .05em; margin-bottom: 40px;}
  .medical-link-row { padding: 12px 0;}
  .item-row-block { margin-bottom: 25px;}
  .item-row-block:last-child { margin-bottom: 0;}
  .item-row-block .link-text { letter-spacing: .05em;}
  .item-row-block .box-link { margin-top: 22px;}
  .medical-delineation { margin-bottom: 46px;}
}
@media only screen and (max-width: 374px) { 
  .side-bar-mobile .button-medical { width: 92%;}
  .link-medical .link-medical-inner { padding-left: 20px;}
}
@media print, (min-width: 897px) { 
  .link-close { width: 150px; margin: 0 auto;}
  .section-medical { padding-top: 34px;}
  .section-medical .title-primary { margin: 0 270px 15px;}
  .section-medical .title-primary.is-bottom { margin-bottom: 10px;}
  .section-medical .box-widget { margin-bottom: 50px;}
  .section-medical .box-widget:first-child { padding-bottom: 20px;}
  .section-medical .box-widget:last-child { margin-bottom: 0;}
  .section-medical .box-delineation { margin-bottom: 40px;}
		.title_points-top,
  .title-medical { font-size: 16px; line-height: 1.2; letter-spacing: .075em; padding-left: 25px; margin-bottom: 16px;}
		.title_points-top { padding-left: 0;}
  .title-medical:before { top: 1px; width: 16px; height: 17px;}
  .medical-common .medical-row { margin-bottom: 35px;}
  .medical-common .medical-text { font-weight: bold; font-size: 16px; line-height: 1.5; letter-spacing: .05em; margin-bottom: 10px;}
  .medical-common .medical-text .small { font-size: 10px;}
  .list-dropdown-medical .medical-item-row + .medical-item-row { margin-top: 10px;}
  .button-dropdown-block { font-size: 14px; line-height: 1.5; padding: 9px 28px 9px 10px; letter-spacing: .05em;}
  .is-mac .button-dropdown-block { padding-top: 10px; padding-bottom: 7px;}
  .button-dropdown-block:before { width: 11px; height: 3px; margin-top: -1px; right: 9px;}
  .button-dropdown-block:after { width: 3px; height: 11px; margin-top: -5px; right: 13px;}
  .list-medical-text { padding: 12px 10px 14px; line-height: 1.79; font-size: 14px;}
  .list-medical-text .link-text-menu { text-decoration: underline;}
  .list-medical-text .medical-text-row + .medical-text-row { margin-top: 20px;}
  .search-custom { background: #eee; border-radius: 3px; padding: 18px 10px 26px; margin: 8px 0 34px;}
  .search-custom .box-search { max-width: 385px; margin: 0 auto;}
  .search-custom .search-text { font-size: 16px; margin-bottom: 13px;}
  .medical-link { font-size: 16px; letter-spacing: .05em; margin-bottom: 40px;}
  .medical-link-row { padding: 0 10px 22px;}
  .item-row-block { margin-bottom: 17px;}
  .item-row-block:last-child { margin-bottom: 0;}
  .item-row-block .link-text { letter-spacing: .05em;}
  .item-row-block .box-link { margin-top: 22px;}
  .medical-delineation { margin-bottom: 46px;}
  .medical-row-login .list-medical-text { padding: 12px 10px 14px !important; margin-bottom: 7px !important;}
}
@media print, (max-width: 1125px) and (min-width: 897px) { 
  .container-liquid .section-medical .title-primary { margin-left: 255px; margin-right: 255px;}
}
@media print, (max-width: 1050px) and (min-width: 897px) { 
  .container-liquid .section-medical .title-primary { font-size: 2rem;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .button-dropdown-block { padding-top: 10px; padding-bottom: 8px;}
}

/* -----------------------------------------------
03 診療報酬点数表一覧 第2階層
----------------------------------------------- */
.text-default { font-weight: bold; letter-spacing: .075em;}
.chapter-text { color: #aaa;}
.chapter-row { margin-bottom: 26px;}
.input-check { display: none;}
.input-check:checked + .check-label:before { opacity: 0;}
.input-check:checked + .check-label:after { opacity: 1;}
.input-check:checked + .check-label + .check-accordion { display: block;}
.check-label { position: relative; border: 1px solid #333; display: block; cursor: pointer; font-size: 14px; line-height: 1.4;}
.check-label:before, .check-label:after { position: absolute; top: 50%; font-size: 25px; line-height: 1; color: #333; background: #fff; transition: opacity .26s ease;}
.check-label:before { content: '+';}
.check-label:after { content: '−'; opacity: 0;}
.check-accordion { display: none;}
.chapter-side-bar .is-space { letter-spacing: .05em;}
.chapter-row-link { font-weight: bold;}
.link-text-default { text-decoration: underline;}
.link-text-default:hover { text-decoration: none;}
.medical-common .link-text-default { color: #2b4b71;}
@media only screen and (max-width: 896px) { 
  .chapter-link { color: #076e9a;}
  .list-chapter { line-height: 1.5; font-size: 12px;}
  .list-chapter .chapter-item { border-bottom: 1px solid #dcdcdc;}
  .list-chapter .chapter-item:first-child { border-top: 1px solid #dcdcdc;}
  .list-chapter .chapter-link,
  .list-chapter .chapter-text { padding: 13px 8px 14px; display: block;}
  .text-default { margin-bottom: 12px;}
  .check-common { margin-bottom: 20px;}
  .check-common:last-child { margin-bottom: 0;}
  .check-common:last-child .list-chapter { margin-bottom: 4px;}
  .check-common .list-chapter { padding: 30px 0 0; margin-bottom: 40px;}
  .check-common .chapter-link-row { margin: 0; padding: 25px 8px 0;}
  .check-label:before, .check-label:after { right: 7px; transform: translateY(-50%); padding-bottom: 4px;}
  .chapter-link-row + .list-chapter { padding-top: 22px;}
  .check-label { padding: 11px 35px 12px 10px;}
  .default-row { margin-bottom: 45px;}
  .default-row:last-child { margin-bottom: 0;}
  .chapter-side-bar .title-medical { margin-bottom: 14px;}
  .chapter-side-bar .list-medical-text { margin-bottom: 36px; padding-bottom: 0; padding-top: 0;}
  .chapter-side-bar .list-medical-text .text { padding-left: 0; padding-right: 15px;}
  .chapter-side-bar .medical-row-login .list-medical-text { padding: 25px 0 14px; margin-bottom: 7px;}
  .chapter-side-bar .medical-row-login .text { padding: 0 8px 8px;}
  .chapter-side-bar .medical-row-login .medical-link-row { padding: 13px 8px; font-size: 16px;}
  .chapter-row-link { margin-bottom: 50px;}
  .chapter-row-link .link-text-default { font-size: 16px;}
  .chapter-link-row { margin-bottom: 22px;}
}
@media print, (min-width: 897px) { 
  .chapter-link { color: #076e9a; text-decoration: underline;}
  .chapter-link:hover { text-decoration: none;}
  .list-chapter { line-height: 1.79;}
  .text-default { margin-bottom: 12px;}
  .check-common { margin-bottom: 10px;}
  .check-common:last-child { margin-bottom: 0;}
  .check-common:last-child .list-chapter { margin-bottom: 0;}
  .check-common .list-chapter { padding: 25px 15px 0; margin-bottom: 31px;}
  .check-common .chapter-link-row { margin: 0; padding: 25px 15px 0;}
  .check-label:before, .check-label:after { right: 12px; margin-top: -12px;}
  .is-mac .check-label:before, .is-mac .check-label:after { margin-top: -14px;}
  .check-label { padding: 12px 40px 12px 15px;}
  .is-safari .check-label { padding-top: 13px;}
  .default-row { margin-bottom: 28px;}
  .default-row:last-child { margin-bottom: 0;}
  .chapter-side-bar .title-medical { margin-bottom: 14px;}
  .chapter-side-bar .list-medical-text { padding: 0 15px 0 0; margin-bottom: 22px;}
  .chapter-row-link { margin-bottom: 40px;}
  .chapter-link-row { margin-bottom: 18px;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .check-label { padding-bottom: 11px;}
}

/* -----------------------------------------------
03.5 診療報酬点数表詳細
----------------------------------------------- */
.is-margin-big-common { margin-bottom: 24px !important;}
.is-margin-big-common:last-child { margin-bottom: 0 !important;}
.is-top-common { margin-top: 10px;}
.medical-score-wrap .strong { font-weight: bold;}
.medical-score-box { background: #e0eaed; line-height: 1.5;}
.score-item { position: relative;}
.score-title { font-weight: bold; text-align: center;}
.score-number { position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-weight: bold; color: #e9606d;}
.score-widget .image { display: block; width: 100%;}
.score-widget .score-photo .trans { display: block;}
.score-widget .score-image { display: block; width: 100%;}
.list-katakana-custom { counter-reset: number;}
.list-katakana-custom .katakana-custom-item { margin-bottom: 11px;}
.list-katakana-custom .katakana-custom-item:last-child { margin-bottom: 0;}
.list-katakana-custom .katakana-custom-item:before { counter-increment: number; content: counter(number,katakana);}
.list-note-number .note-number { display: inline-block; font-weight: bold;}
.is-indent-absolute .item-absolute { position: relative;}
.is-indent-absolute .item-absolute:before { position: absolute; left: 0; top: 0;}
.inner_table { width: 100%; line-height: 1.5;}
.inner_table th,
.inner_table td { border: 1px solid #dcdcdc;}
.inner_table th { text-align: center; background: #e0eaed;}
.content_center th,
.content_center td { text-align: center;}
.guidance-row { text-align: center; border-top: 1px solid #dcdcdc;}
.list-guidance-button { display: flex; flex-wrap: wrap; justify-content: center;}
.list-guidance-button .button-default { width: auto;}
.score-photo { display: block; position: relative;}
.score-photo .image { margin: 0 auto; display: block; width: auto; max-width: 100%;}
.score-photo:before { content: 'クリックで拡大表示'; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(51, 51, 51, 0.8); color: #fff; text-align: center; display: flex; justify-content: center; align-items: center; z-index: 1;}
@media only screen and (max-width: 896px) { 
  .is-margin-big { margin-bottom: 12px !important;}
  .is-margin-big:last-child { margin-bottom: 0 !important;}
  .is-margin-big-second { margin-bottom: 30px !important;}
  .is-margin-big-second:last-child { margin-bottom: 0 !important;}
  .is-margin-big-third { margin-bottom: 20px !important;}
  .is-margin-big-third:last-child { margin-bottom: 0 !important;}
  .section-detail { padding-top: 26px;}
  .section-detail .title-primary { margin-bottom: 6px;}
  .medical-score-wrap { margin-bottom: 60px;}
  .medical-score-wrap .medical-score-box { margin-bottom: 20px;}
  .medical-score-wrap .medical-score-box:last-child { margin-bottom: 0;}
  .medical-score-wrap .score-item .score-item { margin-top: 4px; margin-bottom: 0;}
  .medical-score-wrap .iroha-custom-item { margin-bottom: 12px;}
  .medical-score-wrap .iroha-custom-item:last-child { margin-bottom: 0;}
  .medical-score-wrap .medical-score-third { padding: 28px 15px 25px;}
  .medical-score-box { padding: 25px 15px 25px; font-size: 12px;}
  .medical-score-second { padding: 10px 15px;}
  .score-item { padding-right: 70px;}
  .score-item .score-item { margin-right: -70px;}
  .score-title { font-size: 16px; margin-bottom: 15px;}
  .score-widget { font-size: 13px; line-height: 1.85;}
  .score-widget .list-note-number { font-size: 12px; line-height: 2;}
  .score-widget .score-row { margin-bottom: 38px;}
  .score-widget .score-row-custom { margin-bottom: 22px;}
  .score-widget .is-top-common { margin-top: 20px;}
  .score-widget .katakana-custom-item { margin-bottom: 20px;}
  .score-widget .katakana-custom-item:last-child { margin-bottom: 0;}
  .score-widget .score-photo { margin-bottom: 30px;}
  .score-widget .score-image { margin-bottom: 24px;}
  .list-note-number .note-number { padding-right: 13px;}
  .is-indent-absolute .item-absolute { padding-left: 25px;}
  .is-indent-absolute .type-round-item:before { top: 7px;}
  .is-none-margin { margin-bottom: 0 !important;}
  .table-score-center { overflow-x: auto; margin-bottom: 30px; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar;}
  .table-score-center .inner_table { margin-bottom: 0;}
  .inner_table { display: block; border: 1px solid #dcdcdc; margin-bottom: 30px; font-size: 14px;}
  .inner_table tr { display: block;}
  .inner_table tr:last-child td { border-bottom: none;}
  .inner_table th,
  .inner_table td { display: block; border: none;}
  .inner_table th { width: 100%; border-bottom: 1px solid #dcdcdc; padding: 2px 10px 1px;}
  .inner_table td { border-bottom: 1px solid #dcdcdc; padding: 10px 9px;}
  .content_center { display: table; border: none; max-width: 100%; width: 100%; font-size: 13px;}
  .content_center tr { display: table-row; border: none;}
  .content_center th,
  .content_center td { display: table-cell; border: 1px solid #dcdcdc;}
  .content_center tr:last-child td { border-bottom: 1px solid #dcdcdc;}
  .content_center thead { white-space: nowrap;}
  .content_center tbody th { white-space: nowrap;}
  .guidance-row { padding-top: 47px; line-height: 1.62;}
  .list-guidance-button { margin: 0 -5px; justify-content: left;}
  .list-guidance-button .column-button { padding: 0 5px; margin-top: 15px; width: 33.3333%;}
  .list-guidance-button .button-default { width: 100%;}
  .is-indent-block { padding-left: 12px; padding-top: 8px;}
  }
  @media print, (min-width: 897px) { 
  .is-margin-big,
  .is-margin-big-second,
  .is-margin-big-third { margin-bottom: 24px !important;}
  .is-margin-big:last-child,
  .is-margin-big-second:last-child,
  .is-margin-big-third:last-child { margin-bottom: 0 !important;}
  .medical-score-wrap { margin-bottom: 50px;}
  .medical-score-wrap .medical-score-box { margin-bottom: 25px;}
  .medical-score-wrap .medical-score-box:last-child { margin-bottom: 0;}
  .medical-score-wrap .score-item .score-item { margin-bottom: 0; margin-top: 4px;}
  .medical-score-wrap .before-number { margin-bottom: 14px;}
  .medical-score-wrap .before-number:last-child { margin-bottom: 0;}
  .medical-score-wrap .medical-score-third { padding: 20px 15px;}
  .medical-score-wrap .medical-score-third .is-margin-big { margin-bottom: 19px !important;}
  .medical-score-wrap .medical-score-third .is-margin-big:last-child { margin-bottom: 0 !important;}
  .medical-score-box { padding: 22px 15px 25px; font-size: 14px;}
  .medical-score-second { padding: 15px;}
  .score-item { padding-right: 96px;}
  .score-item .score-item { margin-right: -96px;}
  .score-title { font-size: 21px; margin-bottom: 18px;}
  .is-top-block { margin-top: 9px;}
  .score-widget { font-size: 13px; line-height: 1.62;}
  .score-widget .score-row { margin-bottom: 38px;}
  .score-widget .score-row-custom { margin-bottom: 25px;}
  .score-widget .score-photo { margin: 70px 0 35px;}
  .score-widget .score-image { margin-bottom: 32px;}
  .is-indent-absolute .item-absolute { padding-left: 25px;}
  .is-indent-absolute .item-absolute:before { padding-right: 0;}
  .is-indent-absolute .type-round-item:before { top: 5px;}
  .list-note-number .note-number { padding-right: 15px;}
  .inner_table { width: 100%; font-size: 13px;}
  .inner_table th,
  .inner_table td { padding: 11px 15px;}
  .is-safari .inner_table th, .is-safari
  .inner_table td { padding-top: 12px;}
  .inner_table th { width: 165px;}
  .content_center th { width: auto; padding-left: 5px; padding-right: 5px;}
  .content_center th:nth-child(1) { width: 165px;}
  .content_center th:nth-child(2) { width: 165px;}
  .th_left th { text-align: left;}
  .guidance-row { padding-top: 46px;}
  .list-guidance-button { margin: 0 -5px;}
  .list-guidance-button .column-button { padding: 0 5px; margin-top: 10px;}
  .list-guidance-button .button-default { min-width: 100px; padding-top: 9px; padding-bottom: 7px;}
  .is-mac.is-chrome .list-guidance-button .button-default { padding-top: 8px;}
  .is-indent-block { padding-top: 4px; padding-left: 12px;}
  .inner_table { margin-bottom: 30px;}
  .inner_table:last-child { margin-bottom: 0;}
  }
  @media print, (max-width: 1160px) and (min-width: 897px) { 
  .content_center th:nth-child(2) { width: 100px;}
  }
  @media print, (max-width: 1024px) and (min-width: 897px) { 
  .inner_table th { padding-right: 5px; padding-left: 5px;}
  .inner_table th,
  .content_center th:nth-child(1) { width: 100px;}
  .content_center th { width: auto;}
}

/* -----------------------------------------------
04 おくすり薬価・添付文書 検索 TOP
----------------------------------------------- */
.list-history-search { font-size: 12px;}
.list-history-search .history-item-row { border-bottom: 1px solid #dcdcdc;}
.list-history-search .history-item-row:last-child { border-bottom: none;}
.list-history-search .link-history-menu { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.medicine-title { font-weight: bold; font-size: 16px;}
.medicine-title .small { font-size: 10px;}
.medicine-row .dropdown-text { text-align: center;}
.is-medicine-search .chapter-title { font-weight: bold;}
.is-medicine-search .box-content { margin-bottom: 24px;}
.is-medicine-search .list-name { letter-spacing: .05em;}
.box-search-google .search-text { line-height: 1.785; text-align: center;}
.gsc-control-cse { font-family: inherit !important; background: none !important; border: none !important; margin: 0 auto; padding: 0 !important; font-size: 14px !important;}
.gsc-control-cse .gsc-input-box { border: none !important; background: none !important;}
.gsc-search-box { border: none; display: block; position: relative; margin: 0 !important;}
.gsc-search-box tbody,
.gsc-search-box th,
.gsc-search-box td { display: block;}
.gsc-search-box input[type="text"] { position: absolute; left: 0; top: 0; z-index: 5; border-radius: 5px 0 0 5px !important; padding: 0 15px !important; border: 1px solid #aaa !important; border-right: none !important; background: #fff !important; -webkit-appearance: none !important; appearance: none !important; box-shadow: none !important; line-height: inherit !important; margin: 0 !important;}
.gsc-search-box input[type="text"]:focus { background: #fff !important;}
.gsc-search-box button.gsc-search-button { position: absolute; top: 0; right: 0; border: none !important; border-radius: 0 5px 5px 0; cursor: pointer; transition: opacity .26s ease; z-index: 6; -webkit-appearance: none !important; appearance: none !important; box-shadow: none !important; font-size: 1em !important;}
.gsc-search-box button.gsc-search-button:hover { opacity: .8;}
.gsc-search-box .gsc-clear-button,
.gsc-search-box .gsst_a { display: none !important;}
.gsc-search-box .gsc-search-button-v2 svg { display: none !important;}
.gsc-search-box input::placeholder { color: #aaa; opacity: 1;}
.gsc-search-box input:-ms-input-placeholder { color: #aaa; opacity: 1;}
.gsc-search-box input::-webkit-input-placeholder { color: #aaa;}
.gsc-search-box input::-ms-clear { display: none;}
@media only screen and (max-width: 896px) { 
  .medicine-row .button-favorite { width: 83%; margin: 0 auto 36px;}
  .list-history-search { border-top: 1px solid #dcdcdc;}
  .list-history-search .link-history-menu { padding: 12px 8px;}
  .side-bar-medicine .link-close { margin: 60px auto 0;}
  .medicine-row { margin-bottom: 35px;}
  .medicine-row .button-dropdown-block { padding-left: 40px;}
  .medicine-row .list-medical-text .medical-text-row:last-child { border-bottom: 1px solid #dcdcdc;}
  .is-medicine-search .chapter-title { text-align: center; margin-bottom: 9px;}
  .is-medicine-search .form-search { margin-bottom: 52px;}
  .is-medicine-search .form-search .input-search { font-size: 12px;}
  .is-medicine-search .is-content-custom .list-name { padding: 0 10px;}
  .is-medicine-search .list-name { max-width: 315px; margin: 0 auto;}
  .box-search-google { border-top: 1px solid #eee; margin: 28px 0 5px; padding-top: 35px;}
  .box-search-google .search-text { margin: 0 -10px 16px;}
  .gsc-control-cse { margin: 0;}
  .gsc-search-box { height: 45px;}
  .gsc-search-box input[type="text"] { width: 80.5% !important; height: 45px !important; font-size: 12px; letter-spacing: .025em; padding-top: 1px !important; padding-bottom: 3px !important;}
  .is-android .gsc-search-box input[type="text"] { padding-top: 0 !important; padding-bottom: 0 !important;}
  .gsc-search-box button.gsc-search-button { width: 19.5% !important; height: 45px !important; background: #076e9a url(/img/common/icon_search.png) no-repeat center center/35px auto !important; padding: 25px 0 20px !important;}
  .medical-row-login { margin-bottom: 60px;}
}
@media only screen and (max-width: 374px) { 
  .medicine-row .button-favorite { width: 90%;}
}
@media print, (min-width: 897px) { 
  .list-history-search { background: #fff; border-radius: 3px;}
  .list-history-search .history-item-row { padding: 0 10px;}
  .list-history-search .link-history-menu { padding: 10px 0 9px;}
  .is-mac .list-history-search .link-history-menu { padding: 11px 0 8px;}
  .medicine-row { margin-bottom: 35px;}
  .medicine-row .button-favorite { margin-bottom: 28px;}
  .medicine-row .medical-text { margin-bottom: 4px;}
  .medicine-row .list-dropdown-medical { margin-top: 10px;}
  .medicine-row .button-dropdown-block { padding-left: 35px;}
  .is-medicine-search .form-search { margin-bottom: 34px;}
  .is-medicine-search .chapter-title { margin-bottom: 2px;}
  .is-medicine-search .list-name { padding-left: 8px; padding-right: 42px;}
  .is-medicine-search .box-search-google { margin: 52px 0 5px;}
  .box-search-google { background: #eee; border-radius: 3px; padding: 18px 15px 20px;}
  .box-search-google .search-text { margin-bottom: 16px;}
  .gsc-control-cse { max-width: 385px; margin: 0 auto;}
  .gsc-search-box { height: 40px;}
  .gsc-search-box tbody,
  .gsc-search-box th,
  .gsc-search-box td { display: block;}
  .gsc-search-box input[type="text"] { width: 84.5% !important; height: 40px !important; font-size: 14px;}
  .is-mac .gsc-search-box input[type="text"] { padding-top: 1px !important;}
  .gsc-search-box button.gsc-search-button { position: absolute; width: 15.5% !important; height: 40px !important; background: #076e9a url(/img/common/icon_search.png) no-repeat center center/28px auto !important; padding: 0 !important;}
}
@media print, (max-width: 1024px) and (min-width: 897px) { 
  .is-medicine-search .head-wrap { display: block;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .list-history-search .link-history-menu { padding-bottom: 6px;}
  .list-medical-text.is-medical { padding-right: 0; letter-spacing: .025em;}
}

/* -----------------------------------------------
05 おくすり薬価・添付文書 検索結果
----------------------------------------------- */
.box-search-product .search-text { text-align: center; line-height: 1.785;}
.box-search-product .form-search { margin-bottom: 0;}

.product-row { position: relative; transition: background-color .26s ease;}
.product-row:hover { background: #dae9f0;}

.product-item { display: flex; align-items: flex-start; width: 100%;}
.product-item .product-photo { display: table; min-height: 100px; border: 1px solid #dedede; background: #fff;}
.product-item .product-photo .object-product { display: table-cell; vertical-align: middle;}
.product-item .product-photo .object-product img { width: 100%; height: auto;}
.product-item .product-content { font-size: 12px; line-height: 1.75;}
.product-item .product-name { font-size: 14px; line-height: 1.5; color: #076e9a; font-weight: bold; margin-bottom: 1px; display: block; word-break: break-word;}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .product-item .product-name { word-break: break-all;}
}
.product-item .strong { font-weight: bold;}
.product-item .product-type { font-size: 13px; line-height: 1.615; color: #076e9a; margin-top: 6px; display: block;}
.product-item .product-name-link,
.product-item .product-type-link { color: #076e9a;}
.product-item .image { width: 100%; display: block;}
.product-item .generic-icon { position: relative;}
.product-item .generic-icon:before { content: '後'; color: #fff; background: #549778; font-weight: normal; display: inline-block; position: relative; text-align: center; vertical-align: top;}
.list-favorites .product-row { background: none !important;}
.list-favorites .product-item { position: relative;}
.list-favorites .product-item:after { content: ''; left: 0; top: 0; bottom: 0; position: absolute; transition: background-color .26s ease;}
.list-favorites .product-item:hover:after { background: #dae9f0;}
.list-favorites .product-item .product-photo,
.list-favorites .product-item .product-content { position: relative; z-index: 2;}
@media only screen and (max-width: 896px) { 
  .section-company { padding-top: 26px;}
  .section-company .title-primary { margin-bottom: 5px;}
  .box-widget .box-search-product { margin-top: 2px;}
  .box-widget .pagination { margin-bottom: 5px;}
  .box-search-product { border-bottom: 1px solid #eee; padding-bottom: 36px;}
  .box-search-product .search-text { margin-bottom: 14px;}
  .list-products { margin-bottom: 50px;}
  .product-row { border-bottom: 1px solid #eee;}
  .product-row .button-delete { margin: 0 auto;}
  .list-favorites .product-row { padding-bottom: 20px;}
  .list-favorites .product-row:last-child { border-bottom: none;}
  .list-favorites .product-item:after { right: 0;}
  .product-item { padding: 20px 0;}
  .product-item .product-photo { width: 100px; }
  .product-item .product-content { width: calc(100% - 100px); padding: 2px 0 0 20px;}
  .product-item .generic-icon { padding: 4px 1px 0 0; letter-spacing: -.015em; display: inline-block;}
  .product-item .generic-icon:before { width: 19px; height: 19px; font-size: 12px; top: 0; margin-right: 10px; padding-top: 1px;}
  .medicine-under .link-close { margin: 60px auto 0;}
}
@media only screen and (max-width: 374px) { 
  .product-item .product-photo { width: 80px;}
  .product-item .product-content { width: calc(100% - 80px); padding-left: 10px;}
}
@media print, (min-width: 897px) { 
  .box-widget .box-search-product { margin: 8px 0 20px;}
  .box-widget .pagination { margin-bottom: 5px;}
  .box-search-product { background: #eee; border-radius: 3px; padding: 21px 15px 16px;}
  .box-search-product .search-text { margin-bottom: 14px;}
  .list-products { margin-bottom: 50px;}
  .list-favorites .product-row { padding-right: 155px;}
  .list-favorites .product-row:last-child { border-bottom: none;}
  .product-row { border-bottom: 1px solid #dcdcdc;}
  .product-row .button-delete { position: absolute; right: 14px; bottom: 20px;}
  .product-item { padding: 20px;}
  .product-item .product-photo { width: 100px;}
  .product-item .product-content { width: calc(100% - 100px); padding: 2px 0 0 20px;}
  .product-item .generic-icon:before { width: 15px; height: 15px; font-size: 11px; top: 2px; margin-right: 5px; padding-top: 1px;}
  .is-mac .product-item .generic-icon:before { padding-top: 0;}
  .list-favorites .product-item:after { right: -155px;}
}
@media print, (max-width: 970px) and (min-width: 897px) { 
  .container-liquid .box-search-product { padding-left: 10px; padding-right: 10px;}
  .container-liquid .box-search-product .search-text { font-size: 12px;}
  .container-liquid .product-item { padding-left: 10px; padding-right: 10px;}
  .container-liquid .product-item .product-photo { width: 80px;}
  .container-liquid .product-item .product-content { padding-left: 10px; width: calc(100% - 80px);}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .product-item .generic-icon:before { padding-top: 0;}
}

/* -----------------------------------------------
06 おくすり薬価・添付書類 詳細
----------------------------------------------- */
.company-article { position: relative;}
.company-article .button-favourite { position: absolute; right: 15px; top: 0;}
.company-article .generic-text { position: absolute;}
.generic-text { display: inline-block; background: #549778; font-size: 12px; color: #fff;}
.list-photo-article .item-photo { border: 1px solid #dcdcdc;}
.list-photo-article .image { width: 100%; display: block;}
.list-data { border: 1px solid #dcdcdc;}
.list-data .data-row { border-bottom: 1px solid #dcdcdc;}
.list-data .data-row:last-child { border-bottom: none;}
.list-data .data-head { background: #e0eaed;}
.list-buttons { display: flex; flex-wrap: wrap; justify-content: center;}
.information-title { font-weight: bold; text-align: center;}
.information-date { font-size: 12px; text-align: center; line-height: 1.4;}
.information-text { font-weight: bold;}
.list-tags-common { display: flex; flex-wrap: wrap;}
.tag-text { border: 1px solid #dcdcdc; font-size: 14px; line-height: 1; height: 25px; display: flex; align-items: center; justify-content: center; color: #dcdcdc; background: #fff;}
.tag-text.is-size { font-size: 12px;}
.tag-text.is-checked { background: #2d9163; color: #fff; border-color: #2d9163;}
.list-type-none { list-style: none;}
.list-type-decimal { list-style: decimal;}
.list-type-round { list-style: none; counter-reset: counter;}
.list-type-round .type-round-item { margin-bottom: 10px;}
.list-type-round .type-round-item:last-child { margin-bottom: 0;}
.list-type-round .type-round-item:before { content: counter(counter); counter-increment: counter; border: 1px solid #333; border-radius: 50%; display: inline-block; height: 12px; width: 12px; font-size: 10px; line-height: 10px; text-align: center; margin-right: 4px; position: relative; top: -1px;}
.list-type-bracket { list-style: none; counter-reset: counter;}
.list-type-bracket .bracket-item { margin-bottom: 10px;}
.list-type-bracket .bracket-item:last-child { margin-bottom: 0;}
.list-type-bracket .bracket-item:before { content: "(" counter(counter) ")"; counter-increment: counter; display: inline-block; margin-right: 4px;}
.list-type-bracket-one { list-style: none; counter-reset: counter;}
.list-type-bracket-one .bracket-one-item { margin-bottom: 10px;}
.list-type-bracket-one .bracket-one-item:last-child { margin-bottom: 0;}
.list-type-bracket-one .bracket-one-item:before { content: counter(counter) ")"; counter-increment: counter; display: inline-block; margin-right: 4px;}
.list-type-number { list-style: none; counter-reset: counter;}
.list-type-number .type-number-item { margin-bottom: 10px;}
.list-type-number .type-number-item:last-child { margin-bottom: 0;}
.list-type-number .type-number-item:before { content: counter(counter) "."; counter-increment: counter; display: inline-block; margin-right: 4px;}
.type-number-custom { font-size: 14px;}
.type-number-custom .type-number-item { margin-bottom: 10px;}
.type-number-custom .type-number-item:last-child { margin-bottom: 0;}
.type-number-custom .type-number-item:before { font-weight: bold;}
.is-list { font-size: 12px; margin-top: 6px;}
.list-iroha-custom { counter-reset: iroha;}
.list-iroha-custom .iroha-custom-item { margin-bottom: 10px;}
.list-iroha-custom .iroha-custom-item:last-child { margin-bottom: 0;}
.list-iroha-custom .iroha-custom-item:before { counter-increment: iroha; content: counter(iroha,katakana-iroha); padding-right: 5px;}
.list-type-ideographic { list-style: cjk-ideographic;}
.list-type-ideographic .type-ideographic-item { margin-bottom: 10px; list-style-position: inside;}
.list-type-ideographic .type-ideographic-item:last-child { margin-bottom: 0;}
.list-type-ideographic.is-indent-absolute { padding-left: 25px;}
.list-type-ideographic.is-indent-absolute .item-absolute { padding-left: 0; list-style-position: outside;}
.before-number:before { font-weight: bold;}
.list-iroha-bracket { counter-reset: bracket;}
.list-iroha-bracket .iroha-bracket-item { margin-bottom: 10px;}
.list-iroha-bracket .iroha-bracket-item:last-child { margin-bottom: 0;}
.list-iroha-bracket .iroha-bracket-item:before { counter-increment: bracket; content: "(" counter(bracket,katakana-iroha) ")"; padding-right: 5px;}
.is-indent { padding-left: 1.8em;}
.type-none-row { margin-bottom: 20px;}
.type-none-row:last-child { margin-bottom: 0;}
.strong-default { font-weight: bold;}
.list-company-accordion { margin-bottom: 5px;}
.list-company-accordion .check-accordion { font-size: 12px; line-height: 1.75;}
.list-company-accordion .text-default { font-size: 14px; margin-bottom: 7px;}
.list-company-accordion .is-margin-top { margin-top: 10px;}
.list-company-accordion .strong-default { font-size: 14px;}
.strong-custom { margin-bottom: 0 !important;}
.is-indent { margin-top: 12px;}
@media only screen and (max-width: 896px) { 
  .company-article { padding-top: 55px;}
  .company-article .generic-text { top: 30px; left: 15px;}
  .generic-text { padding: 2px 7px 3px;}
  .photo-article-wrap { margin: 9px 0 12px 0; overflow-x: auto; -webkit-overflow-scrolling: touch;}
  .photo-article-wrap::-webkit-scrollbar { height: 0;}
  .list-photo-article { white-space: nowrap;}
  .list-photo-article .photo-column { width: 110px; margin-right: 5px; display: inline-block;}
  .list-photo-article .photo-column:last-child { margin-right: 0;}
  .list-data { margin-bottom: 40px;}
  .list-data .data-head { padding: 1px 15px; text-align: center;}
  .list-data .data-content { padding: 7px 12px;}
  .list-tags-common { margin: 2px 0;}
  .list-tags-common .tag-column { margin: 5px 5px 5px 0;}
  .tag-text { padding: 0 5px;}
  .is-android .tag-text { padding-bottom: 1px;}
  .list-buttons { margin: 0 -10px 55px;}
  .list-buttons .button-default { margin: 0 10px; width: 140px;}
  .information-row .information-text { margin-bottom: 2px;}
  .information-title { font-size: 16px;}
  .information-date { margin-bottom: 19px;}
  .information-text { font-size: 14px;}
  .list-company-accordion .check-accordion { padding: 26px 8px 14px;}
  .type-number-custom { line-height: 1.5;}
  .type-number-custom .list-type-bracket { line-height: 1.75;}
  .type-none-small { margin-bottom: 7px;}
  .type-none-small:last-child { margin-bottom: 0;}
}
@media only screen and (max-width: 374px) { 
  .list-buttons .button-default { font-size: 12px; margin: 0 4px 10px; width: 120px; padding-left: 5px; padding-right: 5px;}
  .list-buttons .button-default.is-blank { padding-right: 20px;}
  .list-buttons .button-default.is-blank:before { right: 6px;}
}
@media print, (min-width: 897px) { 
  .company-article { padding-top: 50px;}
  .company-article .generic-text { top: 25px; left: 15px;}
  .generic-text { padding: 2px 7px 1px;}
  .photo-article-wrap { margin: 9px 0 11px 0;}
  .list-photo-article { display: flex; flex-wrap: wrap;}
  .list-photo-article .photo-column { width: 125px; margin: 0 10px 10px 0;}
  .list-data { margin-bottom: 40px;}
  .list-data .data-row { display: flex;}
  .list-data .data-head { width: 165px; padding: 9px 15px 8px;}
  .list-data .data-content { width: calc(100% - 165px); padding: 9px 15px 8px;}
  .list-tags-common { margin: 0 0 -5px -5px;}
  .list-tags-common .tag-column { margin: 0 0 5px 5px;}
  .tag-text { padding: 3px 6px 0;}
  .tag-text.is-size { padding-top: 2px;}
  .is-firefox .tag-text, .is-safari .tag-text { padding-top: 2px;}
  .is-firefox .tag-text.is-size, .is-safari .tag-text.is-size { padding-top: 1px;}
  .is-mac.is-firefox .tag-text { padding-top: 0;}
  .is-mac.is-firefox .tag-text.is-size { padding-top: 0;}
  .is-mac.is-chrome .tag-text { padding-top: 1px;}
  .is-mac.is-chrome .tag-text.is-size { padding-top: 0; padding-bottom: 1px;}
  .list-buttons { margin-bottom: 55px;}
  .list-buttons .button-default { margin: 0 20px; width: 200px;}
  .information-row .information-text { margin-bottom: 2px;}
  .information-title { font-size: 21px;}
  .information-date { margin-bottom: 16px;}
  .information-text { font-size: 16px;}
  .list-company-accordion .check-accordion { padding: 26px 15px 24px;}
  .type-none-small { margin-bottom: 11px;}
  .type-none-small:last-child { margin-bottom: 0;}
  .is-safari .list-type-round .type-round-item:before { padding-top: 1px;}
  .is-mac.is-chrome .generic-text { padding-top: 1px;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .generic-text { padding-top: 3px;}
  .list-buttons .button-default { padding-top: 7px;}
  .list-katakana-custom .katakana-custom-item:before,
  .list-iroha-custom .iroha-custom-item:before,
  .list-type-ideographic .type-ideographic-item:before { width: 15px; height: 5px; display: inline-block; content: '';}
}

/* -----------------------------------------------
07 おくすり薬価・添付文書 お気に入り
----------------------------------------------- */
.widget-favorite { padding-bottom: 5px !important;}
.widget-favorite .pagination { margin: 30px 0 20px;}
.favorite-heading { font-size: 15px; line-height: 1.5;}
.favorite-heading .favorite-count { color: #2d9163; font-size: 20px;}
.favorite-heading .favorite-total,
.favorite-heading .favorite-line { color: #2d9163;}
.favorite-heading .favorite-text { font-size: 12px; padding-right: 12px;}
.favorite-heading .favorite-line { font-size: 18px; padding: 0 5px;}
.favorite-caption { text-align: center;}
.favorite-note { font-size: 12px;}
.favorite-search .image { display: block; width: 100%;}
@media only screen and (max-width: 896px) { 
  .favorite-heading { text-align: center; margin-bottom: 20px;}
  .favorite-caption { margin-bottom: 14px;}
  .favorite-note { letter-spacing: -.025em; margin: 0 -5px;}
  .favorite-search { margin: 34px 0 25px;}
}
@media only screen and (max-width: 374px) { 
  .favorite-caption { font-size: 13px;}
  .favorite-note { font-size: 10px;}
}
@media print, (min-width: 897px) { 
  .favorite-heading { text-align: right; margin: 2px 0 40px;}
  .favorite-caption { margin-bottom: 27px;}
  .favorite-search { margin: 42px 0 20px;}
  .is-mac.is-chrome .list-buttons .button-default { padding-top: 7px;}
}

/* -----------------------------------------------
08 施設基準 一覧
----------------------------------------------- */
.facility-title { font-weight: bold; text-align: center;}
.list-facility-link .facility-link-name { color: #2b4b71;}
@media only screen and (max-width: 896px) { 
  .side-bar-facility { padding-top: 72px !important;}
  .side-bar-facility .medical-text { font-size: 14px;}
  .side-bar-facility .row { margin-bottom: 40px;}
  .side-bar-facility .link-close { margin-top: 60px;}
  .facility-title { font-size: 15px;}
  .list-facility-link { font-size: 12px; line-height: 1.5;}
  .list-facility-link .facility-link-item { border-bottom: 1px solid #dcdcdc;}
  .list-facility-link .facility-link-item:first-child { border-top: 1px solid #dcdcdc;}
  .list-facility-link .facility-link-name { display: block; padding: 14px 10px 13px;}
  .facility-standard-row { margin-bottom: 38px;}
  .facility-standard-row .is-two { margin: 0;}
  .facility-standard-row .is-two .link-base { width: 100%; margin: 0 0 10px;}
  .facility-standard-row .is-full-sm { width: 100%; padding-left: 10px; padding-right: 10px;}
  .facility-standard-row:last-child { margin-bottom: 0;}
  .facility-standard-row .facility-title { margin-bottom: 12px;}
  .facility-widget { padding-bottom: 20px !important;}
}
@media print, (min-width: 897px) { 
  .side-bar-facility .row { margin-bottom: 54px;}
  .side-bar-facility .medical-text { line-height: 1.3;}
  .facility-title { font-size: 18px;}
  .list-facility-link { font-size: 14px; line-height: 1.79;}
  .list-facility-link .facility-link-item { margin-bottom: 5px;}
  .list-facility-link .facility-link-item:last-child { margin-bottom: 0;}
  .list-facility-link .facility-link-name { text-decoration: underline;}
  .list-facility-link .facility-link-name:hover { text-decoration: none;}
  .facility-standard-row { margin-bottom: 38px;}
  .facility-standard-row:last-child { margin-bottom: 0;}
  .facility-standard-row .facility-title { margin-bottom: 12px;}
}

/* -----------------------------------------------
09 施設基準 詳細
----------------------------------------------- */
.facility-article { font-size: 13px; line-height: 1.62;}
.facility-article .article-title { font-size: 14px; line-height: 1.75; letter-spacing: .02em; color: #2b4b71; font-weight: bold; margin-bottom: 20px;}
.facility-article .article-text { font-weight: bold; text-align: center; margin-bottom: 17px;}
.facility-article .article-row-sub { margin-bottom: 10px;}
.list-type-numbers { list-style: none; counter-reset: counter;}
.list-type-numbers .type-numbers-item:before { content: counter(counter); counter-increment: counter; display: inline-block; margin-right: 5px;}
@media only screen and (max-width: 896px) { 
  .facility-article { padding-bottom: 30px !important;}
  .facility-article .article-text { font-size: 16px;}
  .facility-article .is-load-more .load-more-inner { height: 500px;}
  .facility-article-row { margin-bottom: 41px;}
  .facility-article-row:last-child { margin-bottom: 0;}
}
@media print, (min-width: 897px) { 
  .facility-article { padding-bottom: 25px !important;}
  .facility-article .article-text { font-size: 21px;}
  .facility-article .is-load-more .load-more-inner { height: 295px;}
  .facility-article-row { padding-top: 2px; margin-bottom: 37px;}
  .facility-article-row:last-child { margin-bottom: 0;}
}

/* -----------------------------------------------
10 Q&Aコミュニティー 一覧
----------------------------------------------- */
.box-question-checking .question-text { font-weight: bold; text-align: center;}
.box-question-checking .comfortably { font-size: 12px; line-height: 1.792;}
@media only screen and (max-width: 896px) { 
  .box-question-checking { margin-bottom: 45px;}
  .box-question-checking .question-text { font-size: 16px; letter-spacing: .075em; margin-bottom: 23px;}
  .box-question-checking .comfortably { margin-top: 34px;}
  .is-checking-custom { margin-bottom: 58px;}
  .section-medical .widget-qa { margin-bottom: 45px;}
  .widget-qa .search-custom { border-bottom: none; padding-bottom: 0; margin-bottom: 33px;}
  .widget-qa .faq-new-list { margin-bottom: 50px;}
  .side-bar-qa .list-medical-text { padding: 0;}
  .side-bar-qa .list-medical-text .text { padding-left: 0;}
  .side-bar-qa .medical-text-row { margin: 0 0 45px;}
  .side-bar-qa .medical-text-row:last-child { margin-bottom: 0;}
  .side-bar-qa .list-medical-text .medical-text-row:last-child { border-bottom: none;}
}
@media print, (min-width: 897px) { 
  .box-question-checking { margin-bottom: 45px;}
  .box-question-checking .question-text { font-size: 16px; padding-top: 4px; margin-bottom: 23px;}
  .box-question-checking .comfortably { margin-top: 36px;}
  .is-checking-custom { margin-bottom: 60px;}
  .box-widget .widget-head-custom { padding-bottom: 5px;}
  .box-widget .widget-head-custom .date { padding-top: 12px;}
  .widget-qa .faq-new-list { margin-bottom: 58px;}
  .side-bar-qa .text { font-size: 16px; line-height: 1.563; margin-bottom: 10px;}
  .side-bar-qa .medical-text-row { margin: 0 0 40px;}
  .side-bar-qa .medical-text-row:last-child { margin-bottom: 0;}
  .side-bar-qa .list-medical-text { padding: 0;}
  .side-bar-qa .link-text-menu { line-height: 1.785;}
  .side-bar-qa .button-favorite { margin-bottom: 24px;}
}

/* -----------------------------------------------
11 Q&Aコミュニティー 詳細
----------------------------------------------- */
.faq-question-title { font-weight: bold; margin-bottom: 3px;}
.faq-question-group { display: flex; flex-wrap: wrap; justify-content: flex-end; margin-bottom: 9px;}
.faq-question-group .list-faq-block { padding-top: 4px;}
.faq-question-group .faq-total-block { margin-left: 10px;}
.list-faq-block { display: flex; flex-wrap: wrap;}
.list-faq-block .item { margin-left: 5px; margin-bottom: 5px;}
.list-faq-block .tag-common { padding: 4px 10px 3px; letter-spacing: .025em;}
.list-faq-block .is-width-first { width: 100px; padding-left: 5px; padding-right: 5px;}
.list-faq-block .is-width-second { width: 190px; padding-left: 5px; padding-right: 5px;}
.list-faq-block .is-width-third { width: 60px; padding-left: 5px; padding-right: 5px;}
.faq-block-solved .item { margin: 0 5px 10px 0;}
.faq-total-block { font-size: 11px; line-height: 1;}
.faq-total-block .answers-number { font-size: 25px; margin-left: 5px; font-weight: bold;}
.faq-total-block .text { position: relative; top: -1px;}
.nick-name-group { border-bottom: 1px solid #dcdcdc;}
.nick-name-group .date { font-size: 13px;}
.nick-name-block { font-size: 13px; display: flex; flex-wrap: wrap; align-items: center; white-space: nowrap;}
.nick-name-block .photo { width: 20px; height: 20px; border-radius: 100%; overflow: hidden; margin-right: 10px; position: relative;}
.nick-name-block .photo .image-avatar { position: absolute; left: 50%; top: 0; height: 100%; width: auto; max-width: none; transform: translateX(-50%);}
.nick-name-block .name { margin-right: 12px;}
.nick-name-block .staff { font-weight: bold;}
.faq-tags-row { display: flex; justify-content: flex-end;}
.round-custom-number .type-round-item { margin-bottom: 0;}
.round-custom-number .type-round-item:before { font-size: .7em; width: 1.3em; height: 1.3em; line-height: calc(1.3em - 2px);}
.related-faq-widget .box-widget { border-radius: 6px;}
.faq-question-message,
.faq-answer-comment { line-height: 1.79;}
.faq-answer-comment .quote-text-row { margin-bottom: 25px;}
.faq-answer-comment .quote-text-row:last-child { margin-bottom: 0;}
.answer-widget-block { background: #fff; border-radius: 6px; margin-bottom: 30px;}
.answer-widget-block:last-child { margin-bottom: 0;}
.quote-block { background: #e0eaed; border-radius: 6px;}
.quote-block .quote-text { margin-bottom: 5px;}
.quote-block .quote-text:last-child { margin-bottom: 0;}
.faq-answer-row { margin-bottom: 50px;}
.faq-answer-row .title-basic { line-height: 1;}
.faq-comment-row .title-basic { line-height: 1;}
.box-widget-radius { border-radius: 6px;}
.faq-answer-message .title-basic { line-height: 1;}
.faq-answer-message .form-head { padding-top: 2px;}
.faq-answer-message .button-submit { margin-top: 50px;}
.textarea-message { border: 1px solid #dcdcdc; padding: 23px 15px; font-size: 14px; line-height: 1.79;}
.faq-confirm .faq-confirm-buttons { margin-top: 50px;}
.faq-confirm-comment { border-radius: 6px;}
.faq-confirm-comment .faq-comment-buttons { margin-top: 50px;}
.faq-comment-buttons { display: flex; align-items: center;}
.textarea-message .text { margin-bottom: 5px;}
.comment-respondent { margin-top: 40px;}
.comment-respondent .respondent-title { font-size: 14px; line-height: 1.5; letter-spacing: .025em; margin-bottom: 12px;}
@media only screen and (max-width: 896px) { 
  .section-main-common.section-medical .widget-faq-question { padding-bottom: 15px;}
  .section-medical .widget-faq-question { margin-bottom: 50px;}
  .faq-question-title { font-size: 15px; text-align: center; margin-bottom: 8px;}
  .nick-name-group { padding-bottom: 15px; margin-bottom: 22px;}
  .nick-name-group .date { padding-left: 30px; margin-top: 5px;}
  .faq-question-message { margin-bottom: 24px;}
  .faq-question-message .text-row { margin-bottom: 26px;}
  .faq-question-message .text-row:last-child { margin-bottom: 0;}
  .list-faq-block .tag-common { padding-top: 4px; padding-bottom: 3px;}
  .answer-widget-block { padding: 28px 15px 25px;}
  .quote-block { padding: 20px 15px 25px; margin-bottom: 42px;}
  .quote-block:last-child { margin-bottom: 5px;}
  .quote-block .nick-name-block { margin-bottom: 12px;}
  .quote-block .nick-name-block .name { padding-top: 2px;}
  .faq-answer-row.is-faq-answer-row { margin-bottom: 60px;}
  .faq-answer-message .title-basic { margin-bottom: 14px;}
  .faq-answer-message .form-head { margin-bottom: 8px;}
  .faq-confirm-buttons { display: flex; align-items: center; justify-content: space-between;}
  .faq-confirm-buttons .button-submit { margin: 0;}
  .faq-confirm .textarea-message { margin-top: 7px;}
  .faq-confirm .faq-confirm-buttons { margin-bottom: 5px;}
  .faq-confirm-comment { padding-top: 30px;}
  .faq-confirm-comment .faq-comment-buttons { margin-bottom: 5px;}
  .faq-confirm-comment .list-faq-block { margin-bottom: 15px;}
  .faq-comment-buttons { justify-content: space-between;}
  .faq-comment-buttons .button-submit { margin: 0;}
  .section-comment-faq .center-common { margin-bottom: 48px;}
  .section-comment-faq .medical-delineation { display: none;}
  .faq-answer-row .title-basic { margin-bottom: 15px;}
  .faq-comment-row .title-basic { margin-bottom: 14px;}
  .round-custom-number .type-round-item:before { padding-top: 1px;}
  .faq-answer-comment .is-space { letter-spacing: -.05em;}
}
@media only screen and (max-width: 374px) { 
  .faq-confirm-buttons .button-submit,
  .faq-comment-buttons .button-submit { width: 150px;}
  .faq-confirm-buttons .button-submit.is-back,
  .faq-comment-buttons .button-submit.is-back { width: 90px;}
}
@media print, (min-width: 897px) { 
  .section-main-common.section-medical .widget-faq-question { padding-bottom: 15px;}
  .faq-question-title { font-size: 18px; margin-bottom: 3px;}
  .nick-name-group { display: flex; justify-content: space-between; padding-bottom: 18px; margin-bottom: 22px;}
  .faq-question-message { margin-bottom: 80px;}
  .faq-question-message .text-row { margin-bottom: 25px;}
  .faq-question-message .text-row:last-child { margin-bottom: 0;}
  .answer-widget-block { padding: 25px 15px 20px;}
  .quote-block { padding: 25px 15px 20px; margin-bottom: 32px;}
  .quote-block:last-child { margin-bottom: 5px;}
  .quote-block .nick-name-block { margin-bottom: 10px;}
  .quote-block .quote-content { padding-left: 6px;}
  .is-mac .list-faq-block .tag-common { padding-top: 3px;}
  .faq-answer-message .title-basic { margin-bottom: 23px;}
  .faq-answer-message .form-head { margin-bottom: 10px;}
  .faq-answer-message .button-submit { margin-top: 50px;}
  .faq-confirm-buttons { position: relative;}
  .faq-confirm-buttons .is-back { position: absolute; left: 0; top: 50%; margin-top: -20px;}
  .faq-confirm { border-radius: 6px;}
  .faq-confirm .textarea-message { margin-top: 7px;}
  .faq-confirm .faq-confirm-buttons { margin-bottom: 5px;}
  .faq-confirm-comment { padding-top: 25px;}
  .faq-confirm-comment .faq-comment-buttons { margin-bottom: 5px;}
  .faq-confirm-comment .list-faq-block { margin-bottom: 10px;}
  .faq-comment-buttons { justify-content: flex-end;}
  .faq-comment-buttons .button-submit { padding: 11px 10px 10px; font-size: 13px; margin: 0; width: 165px;}
  .faq-comment-buttons .button-submit.is-back { margin-right: 25px; padding: 8px 8px 7px; width: 75px;}
  .is-mac .faq-comment-buttons .button-submit { padding-top: 10px;}
  .is-mac .faq-comment-buttons .button-submit.is-back { padding-top: 8px;}
  .faq-answer-row .title-basic { margin-bottom: 22px;}
  .faq-comment-row .title-basic { font-size: 21px; margin-bottom: 22px;}
  .faq-comment-row .faq-answer-comment .quote-text-row { margin-bottom: 33px;}
}
@media print, (max-width: 1024px) and (min-width: 897px) { 
  .container-liquid .nick-name-group { display: block;}
  .container-liquid .nick-name-group .date { margin: 5px 0 0 30px;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .list-faq-block .tag-common { padding-bottom: 3px;}
  .round-custom-number .type-round-item:before { font-size: 1em;}
}
.list-radio-category { margin: 0 -4px; display: flex; flex-wrap: wrap;}
.list-radio-category .radio-category-item { padding: 0 4px; margin-top: 8px;}
.list-job-type { display: flex; flex-wrap: wrap;}
.widget-common { border-radius: 6px; background: #fff; padding: 20px 15px 25px;}
.question-confirm .nick-name-group { border-bottom: none; margin-bottom: 0;}
.question-confirm .question-confirm-content { border: 1px solid #aaa;}
@media only screen and (max-width: 896px) { 
  .widget-common { padding-top: 25px;}
  .widget-common .form-buttons { padding-bottom: 13px;}
  .section-faq-question .medical-delineation { display: none;}
  .section-faq-question .center-common { margin-bottom: 45px;}
  .list-radio-category { padding-bottom: 6px;}
  .list-radio-category .radio-category-item { width: 50%;}
  .list-job-type { margin: 0 -4px 20px;}
  .list-job-type .job-type-item { width: 50%; padding: 0 4px; margin-top: 8px;}
  .question-category-row { padding-bottom: 6px;}
  .form-buttons { margin-top: 50px;}
  .question-confirm .nick-name-group { padding-bottom: 25px;}
  .question-confirm .question-confirm-content { padding: 22px 13px 14px;}
  .question-confirm .question-confirm-content .is-space { letter-spacing: -.025em;}
  .question-confirm .faq-question-message { margin-bottom: 10px;}
  .question-confirm .faq-tags-row { margin-top: 23px;}
  .question-confirm .faq-confirm-buttons { margin: 50px 0 15px;}
}
@media print, (min-width: 897px) { 
  .list-radio-category .radio-category-item { width: 20%;}
  .list-job-type { margin: 0 -7px 6px; padding-top: 5px;}
  .list-job-type .job-type-item { width: 33.33333%; padding: 0 7px; margin-bottom: 14px;}
  .form-buttons { margin-top: 50px;}
  .question-confirm .faq-question-group { margin-bottom: 6px;}
  .question-confirm .nick-name-group { padding-bottom: 12px;}
  .question-confirm .question-confirm-content { padding: 22px 14px 15px;}
  .question-confirm .faq-question-message { margin-bottom: 10px;}
  .question-confirm .faq-tags-row { margin-top: 25px;}
  .question-confirm .faq-confirm-buttons { margin: 50px 0 10px;}
}

/* -----------------------------------------------
12 お知らせ一覧
----------------------------------------------- */
.widget-block { background: #fff; padding: 25px 15px;}
.list-news .news-row { border-bottom: 1px solid #dcdcdc;}
.news-item { font-size: 14px;}
.news-item .is-new:after { content: 'NEW'; background: #549778; color: #fff; font-size: 10px; line-height: 1.2; display: inline-block; margin-left: 8px; position: relative; top: -1px;}
.section-news .pagination-common { margin-top: 50px;}
.news-post-article .date { text-align: right; display: block; margin-bottom: 5px;}
.news-post-article .post-title { font-weight: bold; margin-bottom: 21px;}
.news-post-article .is-new:before { content: 'NEW'; background: #549778; color: #fff; font-size: 10px; line-height: 1.2; display: inline-block; position: relative; font-weight: normal;}
.news-post-article .post-content { line-height: 1.79; font-size: 14px;}
.news-post-article .post-content a { color: #076e9a; text-decoration: underline; -webkit-text-underline-position: under; -ms-text-underline-position: below; text-underline-position: under;}
.news-post-article .post-content a:hover { text-decoration: none;}
.news-post-article .button-default { margin-top: 33px;}
@media only screen and (max-width: 896px) { 
  .side-bar-mobile .side-bar-news { padding-top: 70px;}
  .side-bar-news .list-medical-text { padding: 0;}
  .side-bar-news .list-medical-text .medical-text-row { margin-top: 46px;}
  .side-bar-news .list-medical-text .medical-text-row:first-child { margin-top: 0;}
  .side-bar-news .list-medical-text .text { padding-left: 0; padding-right: 0;}
  .news-item { line-height: 1.79; padding: 13px 0; display: block;}
  .news-item .news-date { font-weight: 500;}
  .news-item .is-new:after { padding: 2px 5px 1px;}
  .is-android .news-item .is-new:after { padding-bottom: 2px;}
  .section-news .widget-block { padding-top: 27px; padding-bottom: 30px;}
  .section-news-post .center-common { margin-bottom: 50px;}
  .news-post-article { padding-bottom: 30px;}
  .news-post-article .post-title { text-align: center; font-size: 15px;}
  .news-post-article .is-new:before { padding: 2px 5px 1px; margin-right: 4px; top: -2px;}
  .is-android .news-post-article .is-new:before { padding-bottom: 2px;}
  .news-post-article .button-default { margin-top: 34px;}
}
@media print, (min-width: 897px) { 
  .side-bar-news .list-medical-text { padding: 0;}
  .side-bar-news .list-medical-text .medical-text-row { margin-top: 50px;}
  .side-bar-news .list-medical-text .medical-text-row:first-child { margin-top: 0;}
  .side-bar-news .list-medical-text .text { font-size: 16px; line-height: 1; margin-bottom: 13px;}
  .section-news .widget-block { margin-bottom: 70px;}
  .news-item { display: flex; width: 100%; padding: 18px 0;}
  .news-item .news-date { width: 110px;}
  .news-item .news-title { width: calc(100% - 110px);}
  .news-item .is-new:after { padding: 2px 5px 1px;}
  .is-mac.is-chrome .news-item .is-new:after { padding-top: 1px;}
  .section-news-post .widget-block { padding-top: 17px; margin-bottom: 100px;}
  .news-post-article .post-title { font-size: 18px;}
  .news-post-article .is-new:before { padding: 4px 5px 3px; margin-right: 8px; top: -3px;}
  .is-mac.is-chrome .news-post-article .is-new:before { padding-top: 3px;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .news-post-article .is-new:before { padding: 3px 5px 2px;}
}
@media print, (max-width: 960px) and (min-width: 897px) { 
  .container-liquid .news-post-article .button-default { width: 260px;}
}

/* -----------------------------------------------
13 会員登録フォーム・ポイント制度について
----------------------------------------------- */
.section-form-block { font-size: 14px; line-height: 1.79; padding: 34px 0 80px;}
.section-form-block .is-space-letter { letter-spacing: 0;}
.section-form-block .summary { margin-bottom: 50px;}
.section-form-block .summary strong { color: #ec606f; font-weight: bold; text-align: center;}
.shiropo-member .form-title,
.section-form-block .form-title { color: #2b4b71; font-weight: bold;}
.section-form-block .text-row { margin-bottom: 15px;}
.section-form-block .text-row:last-child { margin-bottom: 0;}
.section-form-block .text { font-weight: bold; display: block;}
.section-form-block .box-text { background: #e0eaed; border-radius: 6px; margin-bottom: 34px;}
.section-form-block .box-text:last-child { margin-bottom: 8px;}
/* ↓↓↓2021.02.10追加↓↓↓ */
.shiropo-member .dl-design-form dt,
.section-form-block .dl-design-form dt {position: relative; display: inline-block; font-size: 15px; font-weight: bold;}
.shiropo-member .dl-design-form dt span:before,
.section-form-block .dl-design-form dt span:before { content: ' '; position: absolute;}
.shiropo-member .dl-design-form dt .qa,
.section-form-block .dl-design-form dt .qa { background: url(/img/common/icon_message_02.png) no-repeat left center/25px auto;}
.shiropo-member .dl-design-form dt .medicine,
.section-form-block .dl-design-form dt .medicine { background: url(/img/common/icon_documents.png) no-repeat left center/22px auto;}
.shiropo-member .dl-design-form dt .remuneration,
.section-form-block .dl-design-form dt .remuneration { background: url(/img/common/icon_book.png) no-repeat left center/auto 22px;}
.section-form-block .dl-design-form dd { font-size: 15px; border-bottom: 1px dotted #2b4b71;}
.section-form-block .section-form-step { margin-bottom: 30px;}
.section-form-block .section-form-step li { position: relative; box-sizing: border-box; display: inline-block; font-size: 3vw; } 
.section-form-block .section-form-step li p { width: 90%; line-height: 40px; padding: 0 5px; text-align: center; background: #eee;} 
.section-form-block .section-form-step li:nth-child(3),
.section-form-block .section-form-step li:nth-child(4) { margin-top: 10px;}
.section-form-block .section-form-step li:nth-child(3):after,
.section-form-block .section-form-step li:nth-child(2):after,
.section-form-block .section-form-step li:nth-child(1):after { position: absolute; left: 93%; top: 35%; content: ' '; width: 0; height: 0; border-style: solid; border-width: 6.5px 0 6.5px 8px; border-color: transparent transparent transparent #2b4a71;} 
.section-form-block .section-form-step li.current p { color: #fff; background: #2b4b71;}
/* ↑↑↑2021.02.10追加↑↑↑ */
.required-text { color: #076e9a; font-size: 12px;}
.form-block-common { background: #eee; font-size: 14px; line-height: 1.79; border-radius: 6px;}
.form-block-common .form-block-row { margin-bottom: 15px;}
.form-block-common .form-block-head { margin-bottom: 4px; font-weight: bold;}
.form-block-common .required-text { display: inline-block; margin-left: 16px;}
.form-block-common .button-submit { font-size: 14px; height: 50px; display: flex; justify-content: center; align-items: center; margin: 50px auto 25px; padding: 0 10px;}
.form-block-common .link-common { color: #2b4b71;}
.form-block-common .input-common { padding-left: 13px;}
.input-password-block { position: relative;}
.input-password-block .input-common { padding-right: 30px;}
.input-password-block .button-eye { position: absolute; width: 22px; height: 14px; background: url(/img/common/icon_eye.png) no-repeat 0 bottom/100% auto; right: 8px; top: 50%; margin-top: -7px; cursor: pointer;}
.input-password-block .button-eye.is-active { background-position: 0 0;}
.block-confirm .block-confirm-head { font-weight: bold;}
.block-confirm .block-confirm-content { background: #eee;}
.block-confirm .block-confirm-button { display: flex; align-items: center; justify-content: space-between;}
.block-confirm .button-submit { margin: 0;}
.section-form-confirm .text { margin-bottom: 34px; letter-spacing: .05em;}

@media only screen and (max-width: 896px) { 
  .section-form-block .column-left { margin-bottom: 48px; word-break: break-word;}
  .section-form-block .column-left .photo { width: 100%;}
  .section-form-block .title-primary { margin-bottom: 34px;}
  .section-form-block .form-title { font-size: 15px; margin-bottom: 15px;}
  .section-form-block .row { margin-bottom: 40px;}
  .section-form-block .row:last-child { margin-bottom: 0;}
  .section-form-block .row.is-row { margin-bottom: 50px;}
  .section-form-block .list-text { margin: 27px 0 36px;}
  .section-form-block .box-text { padding: 21px 15px 22px;}
/* ↓↓↓2021.02.10追加↓↓↓ */
  .section-form-block .btn-out { width: calc(80% - 30px) ; margin: 20px auto 0;}
  .section-form-block .btn-registration { display: block; line-height: 60px; color: #fff; background: #076e9a; border-radius: 6px;}
  .section-form-block .row.attention { margin-top: -20px; padding: 15px; border: 5px solid #eee;}
  .section-form-block .row.shiropo { padding: 15px; border: 5px solid #eee;}
  .shiropo-member .dl-design-form dt,
  .section-form-block .dl-design-form dt { padding-top: 10px; }
  .shiropo-member .dl-design-form dt span,
  .section-form-block .dl-design-form dt span { padding: 10px 0 10px 30px;}
  shiropo-member .dl-design-form dd,
  .section-form-block .dl-design-form dd { padding: 0 0 10px; } 
  .shiropo-member .dl-design-form dd:last-child,
  .section-form-block .dl-design-form dd:last-child { border: none!important;}
  .section-form-block .section-form-step li { min-width: 49%; font-size: max(16px); font-size: min(12px);} 
/* ↑↑↑2021.02.10追加↑↑↑ */
  .form-block-common { padding: 25px 15px 22px;}
  .form-block-common .button-submit { width: 250px; padding-bottom: 1px;}
  .form-block-common .textarea { padding: 10px 13px;}
  .block-confirm .block-confirm-row { margin-bottom: 14px;}
  .block-confirm .block-confirm-head { padding: 0 15px; margin-bottom: 5px;}
  .block-confirm .block-confirm-content { padding: 10px 15px 11px;}
  .block-confirm .is-confirm-message { padding-top: 24px; padding-bottom: 25px;}
  .block-confirm .block-confirm-button { margin: 50px auto 0; width: 91.3%;}
  .section-form-confirm { padding-bottom: 72px;}
  .section-form-confirm .column-left { margin-bottom: 0;}
  .shiropo-member .form-title,
  .section-form-confirm .form-title { font-size: 16px; letter-spacing: .05em; margin-bottom: 26px;}
  .section-form-confirm .row-confirm { margin-bottom: 20px;}
  .section-contact .contact-row { margin-bottom: 48px;}
  .section-contact .contact-row:last-child { margin-bottom: 0;}
  .section-contact .is-space { letter-spacing: -.025em;}
  .section-contact .form-title { margin-bottom: 10px; text-align: center;}
  .section-contact .contact-text { margin-bottom: 25px;}
  .section-contact .form-block-common .button-submit { font-size: 13px; line-height: 1.38;}
}
@media only screen and (max-width: 374px) { 
  .section-form-block .section-form-step li { min-width: 49%;}
  .section-form-block .section-form-step li:last-child { min-width: 49%;}
/* ↑↑↑2021.02.10追加↑↑↑ */
  .form-block-common .button-submit { width: 235px;}
  .block-confirm .button-submit { width: 150px;}
  .block-confirm .button-submit.is-back { width: 90px;}
}
@media print, (min-width: 897px) { 
  .section-form-block { min-height: calc(100vh - 225px);}
  .section-form-block .title-primary { margin-bottom: 32px;}
  .section-form-block .content-inner { display: flex;}
  .section-form-block .column-left { padding-right: 46px; width: calc(100% - 430px);}
  .section-form-block .column-right { width: 430px;}
  .section-form-block .row { margin-bottom: 48px;}
  .section-form-block .row:last-child { margin-bottom: 0;}
  .shiropo-member .form-title,
  .section-form-block .form-title { font-size: 18px; margin-bottom: 15px;}
  .section-form-block .form-block-common { margin-top: 5px;}
  .section-form-block .list-text { margin: 24px 0 33px;}
  .section-form-block .image { width: 205px; margin: 0 auto; display: block;}
  .section-form-block .box-text { padding: 18px 15px;}
/* ↓↓↓2021.02.10追加↓↓↓ */
  .shiropo-member .dl-design-form dt,
  .section-form-block .dl-design-form dt { float: left; min-width: 35%; line-height: 50px; font-size: 15px; font-weight: bold;}
  .shiropo-member .dl-design-form dd,
  .section-form-block .dl-design-form dd { line-height: 50px;}
  .shiropo-member .dl-design-form dt span,
  .section-form-block .dl-design-form dt span { padding: 10px 0 10px 30px;}
  .section-form-block .section-form-step li { min-width: 49%;  font-size: max(14px); font-size: min(12px);}
/* ↑↑↑2021.02.10追加↑↑↑ */
  .form-block-common { padding: 20px 15px;}
  .form-block-common .button-submit { width: 300px;}
  .form-block-common .textarea { padding: 6px 13px;}
  .block-confirm { width: 565px; margin: 50px auto 0;}
  .block-confirm .block-confirm-row { margin-bottom: 10px; display: flex; align-items: flex-start; width: 100%;}
  .block-confirm .block-confirm-head { width: 165px; text-align: right; padding: 8px 28px 8px 0;}
  .block-confirm .block-confirm-content { width: calc(100% - 165px); padding: 8px 14px;}
  .block-confirm .block-confirm-button { width: 458px; margin: 50px auto 0;}
  .section-form-confirm { padding-top: 32px;}
  .section-form-confirm .form-title { margin-bottom: 20px;}
  .section-form-confirm .title-primary { margin-bottom: 30px;}
  .section-form-confirm .row-confirm { margin-bottom: 20px;}
  .section-form-confirm .column-right { padding: 8px 0 0 5px;}
  .section-contact .contact-row { margin-bottom: 45px;}
  .section-contact .form-title { margin-bottom: 7px;}
  .section-contact .contact-text { margin-bottom: 25px;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .block-confirm .block-confirm-head,
  .block-confirm .block-confirm-content { padding-top: 9px;}
}

/* -----------------------------------------------
13.5 Nof Found・ポイント制度について
----------------------------------------------- */
.icon-new:before { display: inline-block; content:' NEW'; margin-right: 5px; padding: 1px 5px 0; color: #fff; font-size: 10px; background: #549778;}
.icon-new02:before { display: inline-block; content:' NEW';  margin-right: 2px; color: #549778; font-size: 8px; font-weight: bold;}

.section-not-found .text { margin-bottom: 34px; letter-spacing: .05em; text-align: center;}
.section-not-found .box a { display: block; line-height: 50px; margin-bottom: 15px; font-size: 14px; border: 1px solid #333;}
.section-not-found .box p { line-height: 1.5em; font-size: 12px!important; text-align: left;}
.section-not-found .box strong { font-weight: bold;}
.shiropo-member,
.row-not-found.shiropo { padding: 15px; border: 5px solid #eee;}
.shiropo-member .btn-out,
.row-not-found.shiropo .btn-out { width: 80%; margin: 0 auto;}
.shiropo-member .btn-registration,
.row-not-found.shiropo .btn-registration { display: block; margin-top: 30px; line-height: 60px; color: #fff; font-size: 16px; background: #076e9a; border-radius: 6px;}

@media only screen and (max-width: 896px) { 
  .section-not-found .text { font-size: 16px; text-align: center;}
  .section-not-found .box-out-out { overflow: hidden;}
  .section-not-found .box { float: left; width: 46%; margin: 0 2%; min-height: 130px;}
  .section-not-found .box a { font-size: 12px;}
  .section-not-found .row-not-found.shiropo { clear: both; margin-top: 30px;}
}
@media print, (min-width: 897px) { 
  .section-not-found .row-not-found { margin-bottom: 50px; }
  .section-not-found .text { margin-bottom: 10px; font-size: 18px;}
  .section-not-found .box-out { display:flex; margin-bottom: 20px;}
  .section-not-found .box-out:last-of-type { margin-bottom: 0;}
  .section-not-found .box { width: 32%; margin-left: 3%;}
  .section-not-found .box:nth-child(1) { margin-left: 0;}
}

/* -----------------------------------------------
14 ログイン・パスワードを忘れた方へ
----------------------------------------------- */
.caption-common { line-height: 1.79; font-size: 14px;}
.caption-common .text-row { margin-bottom: 15px;}
.caption-common .text-row:last-child { margin-bottom: 0;}
.form-login .form-login-head { font-weight: bold;}
.form-login .button-submit { margin-top: 50px;}
.form-password .form-password-bottom,
.form-login .form-login-bottom { margin-top: 25px;}
.form-password .form-password-bottom a { color: #076e9a; text-decoration: underline;}
.form-password-bottom .form-title { margin-bottom: 10px; font-weight: bold; text-align: center;}
.form-password-bottom .text-row:last-of-type { margin-top: 30px; font-size: 12px;}
@media only screen and (max-width: 896px) { 
  .section-login .medical-delineation { display: none;}
  .section-login .center-common { margin-bottom: 45px;}
  .widget-login .caption-common { margin-bottom: 48px;}
  .form-password .form-password-row,
  .form-login .form-login-row { margin-bottom: 16px;}
  .form-password .form-password-ro:wlast-child,
  .form-login .form-login-row:last-child { margin-bottom: 0;}
  .form-password .form-password-head,
  .form-login .form-login-head { padding-left: 15px; margin-bottom: 4px;}
  .form-password .button-submit,
  .form-login .button-submit { width: 250px; font-size: 14px;}
  .form-password-bottom .form-title { font-size: 15px;}
}
@media only screen and (max-width: 374px) { 
  .form-password .button-submit,
  .form-login .button-submit { width: 200px;}
}
@media print, (min-width: 897px) { 
  .widget-login { padding-top: 18px; padding-bottom: 18px;}
  .widget-login .caption-common { margin-bottom: 54px;}
  .form-password .form-password-row,
  .form-login .form-login-row { margin-bottom: 20px; display: flex;}
  .form-password .form-password-row:last-child,
  .form-login .form-login-row:last-child { margin-bottom: 0;}
  .form-password .form-password-head,
  .form-login .form-login-head { width: 165px; padding-top: 10px;}
  .form-password .form-password-content,
  .form-login .form-login-content { width: calc(100% - 165px);}
  .form-password-bottom .form-title { font-size: 16px;}
}

/* -----------------------------------------------
15 質問履歴（/member/）
----------------------------------------------- */
.side-bar-member .list-medical-text { padding: 0;}
.side-bar-member .member-row { margin-bottom: 66px;}
.side-bar-member .member-row:last-child { margin-bottom: 0;}
.side-bar-member .member-title { font-size: 16px; line-height: 1.2; font-weight: bold; color: #2b4b71; padding-left: 26px; position: relative; margin-bottom: 15px;}
.side-bar-member .member-title:before { content: ''; background: no-repeat center center/100% auto; position: absolute; left: 0;}
.side-bar-member .icon-account:before { background-image: url(/img/common/icon_account.png); width: 15px; height: 16px; top: 1px;}
.side-bar-member .icon-message:before { background-image: url(/img/common/icon_message_02.png); width: 18px; height: 16px; top: 2px;}
.widget-member { padding-top: 5px;}
.point-common { font-size: 14px;}
.point-common .point-box { background: #d5e9e0; display: flex; align-items: center; border-radius: 4px; padding: 11px 15px; margin-bottom: 10px;}
.point-common .point-number { font-weight: bold;}
.point-common .point-number .number { font-size: 22px; color: #2d9163;}
.point-common .point-time { text-align: center; letter-spacing: .025em;}
.point-common .point-experience { max-width: 300px; margin: 0 auto 19px;}
.point-common .is-standard .text-number { color: #7dc7b1;}
.point-common .is-bronze .text-number { color: #c7b37d;}
.point-common .is-silver .text-number { color: #7db5c7;}
.point-common .is-gold .text-number { color: #e9cc39;}
.point-common .is-diamond .text-number { color: #97a09f;}
.point-common .text-number { font-size: 22px; font-weight: bold;}
.point-common .point-progress { background: #eee; display: block;}
.point-common .point-chart { width: 300px; padding: 0; margin: 0; height: 26px !important; background: #eee; overflow: hidden;}
.point-common .specifications { overflow: hidden; font-size: 12px;}
.point-common .text-min { float: left;}
.point-common .text-max { float: right;}
.point-common .button-default { display: none;}

.point-common .status-icon { display: inline-block; line-height: 30px;  margin: 20px	 auto 0; padding: 0 20px; color: #fff;  border-radius: 35px;}
.point-common .is-standard .status-icon { background: #7dc7b1;}
.point-common .is-bronze .status-icon { background: #c7b37d;}
.point-common .is-silver .status-icon { background: #7db5c7;}
.point-common .is-gold .status-icon { background: #e9cc39;}
.point-common .is-diamond .status-icon { background: #97a09f;}

.withdrawal-point .point-time { display: none;}
.withdrawal-point .button-default { display: block; width: 150px;}
.widget-history .button-submit { margin-bottom: 5px;}
.history-heading .history-text { font-weight: bold;}
.history-heading .history-time { font-size: 13px;}
.history-caption { font-size: 13px; line-height: 1.77; margin-bottom: 38px;}
.history-certificate .certificate-title { font-weight: bold; color: #2d9163; text-align: center;}
.history-certificate .certificate-box { background: #eee; font-weight: bold;}
.history-certificate .certificate-box .text { color: #2d9163;}
.history-certificate .example { font-size: 13px;}
.history-certificate .strong { font-weight: bold;}
.history-company { display: flex; align-items: flex-start; flex-wrap: wrap; justify-content: space-between;}
.history-company .logo { display: flex; justify-content: center; align-items: center; border: 1px solid #eee;}
.history-company .image { margin: 0 auto;}
.history-company .text { font-size: 14px; text-align: right; color: #e9606d; font-weight: bold;}
.history-company .point-input { display: flex; justify-content: space-between; align-items: flex-end; font-size: 15px;}
.history-company .input-common { text-align: right; font-size: 18px; width: 100px; padding-left: 10px; padding-right: 10px;}
.history-company .text-quantity { padding-right: 10px;}
.history-note { font-size: 12px; line-height: 1.792;}
.list-point { border: 1px solid #dcdcdc;}
.point-item { border-bottom: 1px solid #dcdcdc; font-size: 13px; line-height: 1.5;}
.point-item:last-child { border-bottom: none;}
.point-item .point-date { background: #e0eaed;}
.point-item .point-plus { font-size: 16px; font-weight: bold;}
.point-item .point-plus .plus { font-weight: normal;}
.point-item .point-plus.is-text-green { color: #2d9163;}
.point-item .point-plus.is-text-blue { color: #076e9a;}
.point-item .point-plus.is-text-standard { color: #7dc7b1;}
.point-item .point-plus.is-text-sapphire { color: #7db5c7;}
.point-item .point-plus.is-text-gold { color: #e9cc39;}
.point-item .point-plus.is-text-diamond { color: #97a09f;}
.widget-withdrawal .caption-common { margin-bottom: 38px;}
@media only screen and (max-width: 896px) { 
  .side-bar-member .list-medical-text .text { padding-left: 0;}
  .side-bar-member .member-row { margin-bottom: 58px;}
  .side-bar-member .member-row:last-child { margin-bottom: 0;}
  .side-bar-member .icon-message { margin-bottom: 23px;}
  .widget-member .faq-new-list { margin-bottom: 50px;}
  .faq-new-item .text-point-common { margin-top: 15px;}
  .point-common .point-box { padding: 11px 15px; margin-bottom: 10px; justify-content: space-between;}
  .point-common .point-time { margin-bottom: 14px;}
  .history-heading { text-align: center; margin-bottom: 15px;}
  .history-heading .history-text { font-size: 15px; margin-bottom: 2px;}
  .history-certificate .certificate-title { font-size: 16px; margin-bottom: 12px;}
  .history-certificate .certificate-box { font-size: 14px; line-height: 1.79; padding: 7px 15px 8px; margin-bottom: 26px;}
  .history-certificate .certificate-box .column-right { text-align: center;}
  .history-certificate .example { line-height: 1.923; margin: 0 -10px 34px 0;}
  .history-company { margin-bottom: 45px;}
  .history-company .logo { width: 150px; height: 90px; padding: 0 10px;}
  .history-company .column-right { padding-top: 10px;}
  .history-company .text { margin-bottom: 13px;}
  .history-company .input-common { height: 44px; padding-bottom: 1px;}
  .history-note { margin-bottom: 46px; line-height: 1.792;}
  .list-point { margin: 43px 0 50px;}
  .point-item .point-date,
  .point-item .point-information { padding: 10px 5px 10px 12px;}
  .point-item .point-date { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #dcdcdc; padding: 6px 12px;}
  .point-item .point-information { padding: 9px 18px 9px 12px;}
  .withdrawal-point .button-default { margin-top: 53px; margin-bottom: 5px;}
  .withdrawal-point .point-box { margin-bottom: 21px;}
  .section-withdrawal .center-common { margin-bottom: 45px;}
  .section-withdrawal .widget-withdrawal { margin-bottom: 0;}
  .section-withdrawal .medical-delineation { display: none;}
}
@media only screen and (max-width: 374px) { 
  .point-common .point-box { padding-left: 10px; padding-right: 10px; font-size: 13px;}
  .point-common .point-number .number,
  .point-common .text-number { font-size: 18px;}
  .history-certificate .certificate-box { font-size: 13px; padding-left: 10px; padding-right: 10px;}
  .history-company .text { font-size: 11px;}
  .history-company .point-input { font-size: 11px;}
  .history-company .logo { width: 130px;}
  .history-company .input-common { width: 70px;}
}
@media print, (min-width: 897px) { 
  .side-bar-member .member-row { margin-bottom: 66px;}
  .side-bar-member .member-row:last-child { margin-bottom: 0;}
  .widget-member .faq-new-list { margin-bottom: 60px;}
  .point-common .point-box { padding: 11px 15px; margin-bottom: 10px;}
  .point-common .point-left { width: 50%; text-align: right;}
  .point-common .point-number { width: 50%; padding-left: 70px;}
  .point-common .point-time { margin-bottom: 17px;}
  .history-heading { display: flex; justify-content: space-between; align-items: center; padding: 0 15px; margin-bottom: 13px;}
  .history-heading .history-text { font-size: 16px;}
  .history-certificate .certificate-title { font-size: 18px; margin-bottom: 12px;}
  .history-certificate .certificate-inner { padding: 0 15px;}
  .history-certificate .certificate-box { display: flex; justify-content: space-between; flex-wrap: wrap; font-size: 15px; padding: 8px 15px 7px; margin-bottom: 26px;}
  .history-certificate .example { margin-bottom: 15px;}
  .history-company { margin-bottom: 25px;}
  .history-company .logo { width: 200px; height: 120px;}
  .history-company .image { width: 86px;}
  .history-company .column-right { padding-top: 42px;}
  .history-company .text { margin-bottom: 13px;}
  .history-company .input-common { padding-top: 2px;}
  .is-mac .history-company .input-common { padding-top: 1px;}
  .history-note { margin-bottom: 46px;}
  .list-point { margin: 45px 0 50px;}
  .point-item { display: flex; position: relative;}
  .point-item .point-date,
  .point-item .point-information { padding: 10px 5px 10px 12px;}
  .is-mac.is-safari .point-item .point-date, .is-mac.is-safari
  .point-item .point-information { padding-top: 11px;}
  .point-item .point-date { width: 140px; display: flex; align-items: center;}
  .point-item .point-information { width: calc(100% - 140px); padding-right: 132px;}
  .point-item .point-plus { position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
  .withdrawal-point .button-default { margin-top: 53px; margin-bottom: 5px;}
  .withdrawal-point .point-box { margin-bottom: 21px;}
}
@media print, (max-width: 1100px) and (min-width: 897px) { 
  .container-liquid .point-item { font-size: 12px;}
  .container-liquid .point-item .point-plus { font-size: 13px;}
  .container-liquid .point-item .point-date { width: 130px;}
  .container-liquid .point-item .point-information { padding-right: 110px; width: calc(100% - 130px);}
}
@media print, (max-width: 1000px) and (min-width: 897px) { 
  .container-liquid .point-common .point-box { justify-content: space-between;}
  .container-liquid .point-common .point-left { width: auto;}
  .container-liquid .point-common .point-number { width: auto; padding-left: 10px; text-align: right;}
  .container-liquid .history-certificate .certificate-inner { padding: 0 10px;}
  .container-liquid .history-certificate .certificate-box { font-size: 12px;}
  .container-liquid .history-company .logo { width: 150px; height: 100px;}
  .container-liquid .history-company .text { font-size: 12px;}
  .container-liquid .history-company .point-input { font-size: 12px;}
  .container-liquid .history-company .input-common { width: 80px;}
  .container-liquid .history-company .column-right { padding-top: 22px;}
  .container-liquid .point-item { font-size: 10px;}
  .container-liquid .point-item .point-plus { font-size: 11px;}
  .container-liquid .point-item .point-date { width: 100px; padding-left: 5px; white-space: nowrap;}
  .container-liquid .point-item .point-information { padding-right: 80px; padding-left: 5px; width: calc(100% - 100px);}
  .container-liquid .point-item .point-plus { right: 5px;}
}

/* -----------------------------------------------
16 登録情報の追加・変更（/member/）
----------------------------------------------- */
.form-user .form-left { font-weight: bold; font-size: 14px; line-height: 1.29;}
.form-user .small { font-size: 12px; line-height: 1.5;}
.form-user .note { font-size: 12px; color: #076e9a;}
.form-user .text-confirm { background: #eee;}
.form-user .image-profile { width: 100%; border-radius: 100%; display: block;}
.form-user .button-submit { margin-top: 40px;}
.form-user .is-location { width: 150px;}
.form-user .is-width-select { width: 200px;}
.form-avatar { position: relative; border-radius: 100%; overflow: hidden;}
.form-avatar .image { display: block; height: 100%; width: auto; max-width: none; position: absolute; left: 50%; transform: translateX(-50%); top: 0;}
.input-file-wrap .input-file { display: none;}
.input-file-wrap .input-file-text { cursor: pointer; border-radius: 3px; background: #076e9a; color: #fff; font-size: 14px; line-height: 1.5; display: inline-block;}
.list-radio-profile { display: flex; flex-wrap: wrap;}
.list-radio-profile .checkbox-text { width: 72px; display: block; padding-left: 22px;}
.list-radio-profile .checkbox-text:before { top: 50%; margin-top: -8px;}
.list-radio-gender { display: flex; flex-wrap: wrap;}
.list-radio-gender .radio-gender-item { margin-right: 10px;}
.list-column-date { display: flex; flex-wrap: wrap;}
.list-column-date .column-date { display: flex; align-items: center;}
.list-column-date .text { margin-left: 8px;}
.list-column-date .select-common { padding-left: 12px; padding-right: 20px;}
.list-check-subjects { display: flex; flex-wrap: wrap; margin-right: -10px;}
.check-subjects-item { margin: 0 10px 10px 0;}
.form-state .state-column { margin-bottom: 10px;}
.form-state .state-column:nth-child(1) { width: 150px;}
.form-state .state-column:nth-child(2) { width: 240px;}
@media only screen and (max-width: 896px) { 
  .form-user .form-row { margin-bottom: 20px;}
  .form-user .form-row-date { margin-bottom: 10px;}
  .form-user .form-profile { margin-bottom: 28px;}
  .form-user .form-left { margin-bottom: 8px;}
  .form-user .note { margin-left: 10px;}
  .form-user .note,
  .form-user .small { display: inline;}
  .form-user .button-submit { margin-top: 40px; padding: 14px 10px 15px; width: 250px;}
  .form-user .required-text { margin-left: 10px;}
  .form-user .radio-common .radio-text { font-size: 14px; height: 47px;}
  .form-user .button-default { margin-top: 40px;}
  .form-user .is-color { color: #033333;}
  .form-user .text-confirm { padding: 11px 15px;}
  .form-profile-thanks .form-avatar { margin: 0 auto 28px;}
  .form-profile { position: relative;}
  .form-profile .input-file-wrap { position: absolute; left: 120px; top: 30px;}
  .form-avatar { width: 100px; height: 100px;}
  .input-file-wrap .input-file-text { padding: 12px 15px 13px;}
  .list-radio-profile { margin: 20px 0 0 -10px;}
  .list-radio-profile .radio-profile-item { margin: 0 0 10px 10px;}
  .list-radio-gender .radio-gender-item { width: 100px;}
  .list-column-date .column-date { margin: 10px 18px 0 0;}
  .list-column-date .column-date:first-child { width: 100%; margin-right: 0; margin-top: 0;}
  .list-column-date .select-common { width: 100px;}
  .list-column-date .select-common.is-year { width: 130px;}
  .check-subjects-item { min-width: 90px;}
  .check-subjects-item.is-subjects-first { width: 115px;}
  .check-subjects-item.is-subjects-second { width: 140px;}
  .form-state .state-column:last-child { margin-bottom: 0;}
  .section-form-user .link-medical { margin-bottom: 12px;}
  .section-form-user .caption-common { margin: 0 -5px 25px 0; letter-spacing: .025em;}
  .section-form-user .caption-common .is-space { letter-spacing: -.025em;}
  .section-form-user .caption-row { margin-bottom: 25px;}
  .section-form-user .caption-row:last-child { margin-bottom: 0;}
  .widget-user { padding-top: 30px;}
}
@media only screen and (max-width: 374px) { 
  .form-avatar { width: 80px; height: 80px;}
  .form-profile .input-file-wrap { left: 90px; top: 18px;}
  .list-column-date .select-common { width: 86px;}
  .form-user .form-left { font-size: 13px;}
  .form-user .small { font-size: 11px;}
}
@media print, (min-width: 897px) { 
  .form-user .form-row { margin-bottom: 20px; display: flex; align-items: flex-start; width: 100%;}
  .form-user .form-row-state { margin-bottom: 10px;}
  .form-user .form-profile { margin-bottom: 30px;}
  .form-user .form-profile .form-left { padding-top: 0;}
  .form-user .form-left { width: 165px; padding-top: 12px;}
  .form-user .form-left.is-padding { padding-top: 4px;}
  .form-user .form-right { width: calc(100% - 165px);}
  .form-user .text-confirm { padding: 9px 15px;}
  .is-mac.is-safari .form-user .text-confirm { padding-bottom: 8px;}
  .form-user .note { margin-top: 5px;}
  .form-user .button-submit { margin-top: 40px;}
  .form-user .button-default { width: 300px; margin: 40px auto 20px;}
  .form-profile-thanks .form-avatar { margin: 0 auto 40px;}
  .form-profile .form-right { padding-top: 14px;}
  .form-avatar { width: 125px; height: 125px;}
  .input-file-wrap .input-file-text { padding: 10px 15px;}
  .is-mac.is-safari .input-file-wrap .input-file-text, .is-mac.is-chrome .input-file-wrap .input-file-text { padding-bottom: 9px;}
  .is-mac .list-radio-profile .checkbox-text:before { top: 50%;}
  .list-radio-profile { margin: 20px 0 0 -10px;}
  .list-radio-profile .radio-profile-item { margin: 0 0 10px 10px;}
  .list-radio-gender .radio-gender-item { width: 75px;}
  .list-column-date .column-date { margin: 0 18px 10px 0;}
  .list-column-date .select-common { width: 74px;}
  .list-column-date .is-year { width: 130px;}
  .check-subjects-item { min-width: 75px;}
  .check-subjects-item.is-subjects-first { width: 100px;}
  .check-subjects-item.is-subjects-second { width: 125px;}
  .form-state { display: flex; flex-wrap: wrap;}
  .form-state .state-column:last-child { margin-bottom: 0;}
  .form-state .state-column:nth-child(1) { margin-right: 10px;}
  .section-form-user .title-primary { margin-bottom: 8px;}
  .section-form-user .side-bar-common,
  .section-form-user .side-bar-common { padding-top: 7px;}
  .section-form-user .caption-common { margin-bottom: 24px;}
  .section-form-user .caption-row { margin-bottom: 26px;}
  .section-form-user .caption-row:last-child { margin-bottom: 0;}
  .widget-user { padding-top: 26px;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .form-user .radio-common .radio-text { padding-bottom: 5px;}
  .input-file-wrap .input-file-text { padding-bottom: 9px;}
}

/* -----------------------------------------------
17 サイトマップ
----------------------------------------------- */
.sitemap-title { font-weight: bold;}
.sitemap-row .link-name { font-size: 14px;}
.sitemap-row .name-item:after { height: auto; top: 5px; bottom: 5px;}
.sitemap-row .name-item:last-child:after { display: none;}
@media only screen and (max-width: 896px) { 
  .sitemap-title { margin-bottom: 10px; letter-spacing: .075em; text-align: center;}
  .sitemap-row { margin-bottom: 24px;}
  .sitemap-row:last-child { margin-bottom: 0;}
  .sitemap-row .list-name { padding: 0; justify-content: flex-start; margin-right: -16px;}
  .sitemap-row .name-item { padding: 0 15px 0 0; margin: 0 15px 5px 0;}
  .section-medical .widget-sitemap:first-child { padding-bottom: 20px;}
}
@media only screen and (max-width: 374px) { 
  .sitemap-row .link-name { font-size: 13px;}
  .sitemap-row .name-item { padding: 0 8px 0 0; margin: 0 8px 5px 0;}
}
@media print, (min-width: 897px) { 
  .sitemap-title { margin-bottom: 5px;}
  .sitemap-row { margin-bottom: 33px;}
  .sitemap-row:last-child { margin-bottom: 5px;}
  .sitemap-row .list-name { padding: 10px 1px 6px 15px;}
  .is-mac.is-safari .sitemap-row .list-name { padding-top: 11px;}
  .sitemap-row .name-item { padding: 0 16px 0 0; margin: 0 16px 4px 0;}
}

/* -----------------------------------------------
18 しろぼんねっととは・運営会社・リンクについて・ポイント制度について・ポイントを貯める
----------------------------------------------- */
.widget-service  a.link-form { color: #076e9a; text-decoration: underline!important;}
.links-title,
.service-title { color: #2b4b71; text-align: center;}
.service-title { margin-bottom: 20px;}
.service-text { line-height: 1.79;}
.text-title-block { font-weight: bold; color: #2b4b71; padding-left: 30px; position: relative;}
.text-title-block:before { content: ''; width: 20px; height: 20px; border-radius: 3px; background: #2b4b71; position: absolute; left: 0;}
.link-row-block { text-align: right;}
.service-item .image { display: block; width: 100%;}
.service-item .service-information { font-size: 12px; line-height: 1.792;}
.service-item .service-information.point { font-size: 14px;}
.list-service-link { display: flex; flex-wrap: wrap;}
.list-service-link .button-default { font-size: 12px; transition: .26s ease;}
.list-service-link .button-default:hover { background: #333; color: #fff;}
.link-arrow { display: inline-block; padding-right: 15px; text-decoration: underline; position: relative;}
.link-arrow:hover { text-decoration: none;}
.link-arrow:before { content: ''; width: 7px; height: 10px; background: url(/img/common/icon_arrow_01.png) no-repeat center center/100% auto; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.widget-company { line-height: 1.79;}
.company-logo { display: block; margin: 0 auto 35px;}
.company-title { font-weight: bold; color: #2b4b71;}
.company-data { font-size: 14px; line-height: 1.79; margin-top: 14px;}
.company-data .data-row { border-top: 1px solid #dcdcdc;}
.company-data .data-head { font-weight: bold; color: #2b4b71;}
.company-data .tel-text { margin-left: -.5em;}
.section-point .history-note { margin-bottom: 0;}
/* dl-design-form 13 会員登録フォームと共有・上書き ↓	*/
.section-point .dl-design-form { margin-top: -20px;}
.section-point .dl-design-form dd { font-size: 15px;}
/* ↑ dl-design-form 13 会員登録フォーム共有・上書き */
.section-point .history-note { margin-bottom: 0;}

.section-point .table-design01 { width: 100%; margin: 0 0 10px; border: 1px solid #333!important;}
.section-point .table-design01 th { padding: 10px; text-align: center; background: #dcdcdc; border: 1px solid #333!important;}
.section-point .table-design01 td { padding: 10px; border: 1px solid #333!important;}
.section-point .table-design01 span:before { content: '■ ';}
.section-point .table-design01 span.standard { color: #7ec7b3;}
.section-point .table-design01 span.bronze { color: #c8b37e;}
.section-point .table-design01 span.silver { color: #7eb5c9;}
.section-point .table-design01 span.gold { color: #eacc3a;}
.section-point .table-design01 span.diamond { color: #97a09f;}
.section-point .table-design01.pattern01 td { text-align: center;}
.section-point .x-scroll { overflow-x: auto; white-space: nowrap; overflow-scrolling: touch; -webkit-overflow-scrolling: touch;}

.service-item .point-image { width: 355px; border: 1px solid #eee; margin-top: 5px;}

@media only screen and (max-width: 896px) { 
  .section-service .box-widget { padding-bottom: 12px;}
  .section-howto .caption-common,
  .section-service .caption-common { margin-bottom: 24px;}
  .links-row .links-title,
  .section-service .service-title { margin-bottom: 21px;}
  .section-service .link-medical { margin-bottom: 14px;}
  .links-title,
  .service-title { font-size: 18px;}
  .text-title-block { font-size: 14px; margin-bottom: 10px;}
  .text-title-block.is-size { font-size: 15px;}
  .text-title-block.is-size:before { top: 3px;}
  .text-title-block:before { top: 2px;}
  .service-row-sub { margin-bottom: 38px;}
  .service-row-sub:last-child { margin-bottom: 4px;}
  .service-item { margin: 24px 0;}
  .service-item .service-information { margin-right: -5px;}
  .service-item .service-photo { width: 130px; border-radius: 100%; overflow: hidden; margin: 0 auto 15px;}
  .service-item .point-image { width: 70%; overflow: hidden; margin: 0 auto 15px;}
  .service-item .image { border-radius: 100%;}
  .service-item .is-yellow { background: #fde67c;}
  .service-item .is-blue { background: #076e9a;}
  .service-item .text-row { margin-bottom: 17px;}
  .service-item .text-row:last-child { margin-bottom: 0;}
  .list-service-link { margin: 0 -3px;}
  .list-service-link .service-link-item { padding: 0 3px; margin-bottom: 10px; width: 33.3333%;}
  .list-service-link .service-link-item:nth-child(4), .list-service-link .service-link-item:nth-child(5) { width: 50%;}
  .list-service-link .service-link-item:nth-child(4) .button-default, .list-service-link .service-link-item:nth-child(5) .button-default { height: 45px;}
  .list-service-link .button-default { padding: 3px 10px 4px; display: flex; justify-content: center; align-items: center; width: 100%; height: 50px;}
  .service-row { margin-bottom: 65px;}
  .service-row:last-child { margin-bottom: 0;}
  .links-row .link-row-block,
  .service-row .link-row-block { margin-top: 20px; padding-bottom: 6px;}
  .section-service .widget-company { padding-top: 30px; padding-bottom: 30px;}
  .company-row { margin-bottom: 37px;}
  .company-row:last-child { margin-bottom: 0;}
  .company-row .text-row { margin-bottom: 10px;}
  .company-logo { width: 130px;}
  .company-title { font-size: 15px; text-align: center; margin-bottom: 6px;}
  .company-data .data-head { border-bottom: 1px solid #dcdcdc; padding: 2px 15px; text-align: center;}
  .company-data .data-information { padding: 12px 6px 12px 15px;}
  .company-data .is-fax { display: block;}
  .company-data .fax-text { margin-left: -.5em;}
}
@media only screen and (max-width: 374px) { 
  .company-data { font-size: 13px;}
}
@media print, (min-width: 897px) { 
  .section-service .box-widget { padding-bottom: 12px;}
  .section-service .widget-company { padding-bottom: 30px;}
  .section-howto .caption-common,
  .section-service .caption-common { margin-bottom: 24px;}
  .section-service .title-primary { margin-bottom: 8px;}
  .section-service .side-bar-common { padding-top: 7px;}
  .links-row .links-title,
  .section-service .service-title { margin-bottom: 18px;}
  .links-title,
  .service-title { font-size: 22px;}
  .text-title-block { font-size: 16px; margin-bottom: 5px;}
  .text-title-block:before { top: 3px;}
  .is-mac.is-chrome .text-title-block:before, .is-mac.is-firefox .text-title-block:before { top: 4px;}
  .service-row-sub { margin-bottom: 40px;}
  .service-row-sub:last-child { margin-bottom: 0;}
  .service-item { margin: 15px 0 21px; display: flex; align-items: flex-start;}
  .service-item .service-photo { width: 200px; border: 1px solid #eee; margin-top: 5px;}
  .service-item .service-information { padding-left: 20px; width: calc(100% - 200px);}
  .service-item .text-row { margin-bottom: 15px;}
  .service-item .text-row:last-child { margin-bottom: 0;}
  .list-service-link { margin: 0 -5px 0 -5px; padding-bottom: 12px;}
  .list-service-link .service-link-item { padding: 0 4px 0 5px; margin-top: 9px;}
  .list-service-link .button-default { min-width: 125px; padding: 9px 10px 8px;}
  .is-mac.is-chrome .list-service-link .button-default { padding-top: 8px;}
  .service-row { margin-bottom: 65px;}
  .service-row:last-child { margin-bottom: 0;}
  .links-row .link-row-block
  .service-row .link-row-block { margin-top: 18px;}
  .widget-company { padding-top: 25px;}
  .company-row { margin-bottom: 48px;}
  .company-row:last-child { margin-bottom: 0;}
  .company-row .text-row { margin-bottom: 10px;}
  .company-logo { width: 150px;}
  .company-title { font-size: 16px; margin-bottom: 6px;}
  .company-data .data-row { display: flex; align-items: center; padding: 12px 0;}
  .company-data .data-head { width: 142px;}
  .company-data .data-information { width: calc(100% - 142px);}
}
@media print, (max-width: 1024px) and (min-width: 897px) { 
  .container-liquid .service-item .service-photo { width: 99px;}
  .container-liquid .service-item .service-information { width: calc(100% - 99px);}
}

/* -----------------------------------------------
19 広告掲載について・データ提供について・リンクについて（別途21）プライバシーポリシー
----------------------------------------------- */
.widget-commercial { line-height: 1.79;}
.widget-commercial  a.link-form { color: #076e9a; text-decoration: underline!important;}
.widget-commercial strong { color: #076e9a; font-weight: bold;}
.commercial-title { font-weight: bold; color: #2b4b71;}
.commercial-caption { margin-bottom: 31px;}
.commercial-image { display: block;}
.commercial-text { margin-bottom: 10px;}
.list-dots .dots-item { position: relative;}
.list-dots .dots-item:before { content: '・';}
.list-dots.is-dots .dots-item { padding-left: 1em;}
.list-dots.is-dots .dots-item:before { position: absolute; left: 0; top: 0;}
.box-commercial { background: #eee; border-radius: 6px; font-size: 14px; line-height: 1.79; margin-top: 14px;}
.box-commercial .text { font-weight: bold; margin: 0 0 10px 10px;}
.policy-text { margin-bottom: 10px;}
.policy-text-top { margin-top: 10px;}
.widget-policy { line-height: 1.79;}
.policy-row { margin-bottom: 39px;}
.policy-row:last-child { margin-bottom: 0;}
.policy-date { text-align: right;}
@media only screen and (max-width: 896px) { 
  .widget-commercial .button-default { margin: 36px auto 5px;}
  .widget-commercial .text-title-block { margin-bottom: 10px;}
  .widget-commercial .commercial-title { margin-bottom: 2px;}
  .commercial-title { font-size: 15px;}
  .commercial-item { margin-top: 13px;}
  .commercial-image { width: 100%; margin: 23px auto 22px;}
  .commercial-row-sub { margin-bottom: 28px;}
  .commercial-row-sub:last-child { margin-bottom: 0;}
  .commercial-row { margin-bottom: 42px;}
  .commercial-row:last-child { margin-bottom: 0;}
  .box-commercial { padding: 26px 5px;}
  .box-commercial .text-size { font-size: 13px; line-height: 1.9;}
  .box-commercial .text-space { display: inline-block;}
  .box-commercial .phone-common { color: #076e9a; text-decoration: underline;}
  .box-commercial .phone-common:hover { text-decoration: none;}
  .widget-policy { padding-top: 26px;}
  .widget-policy .text-title-block { letter-spacing: .025em; margin-bottom: 5px;}
}
@media print, (min-width: 897px) { 
  .phone-common { pointer-events: none;}
  .section-commercial .box-widget:first-child { padding-bottom: 57px;}
  .widget-commercial .text-title-block { margin-bottom: 10px;}
  .widget-commercial .text-title-block.is-margin-bottom { margin-bottom: 5px;}
  .widget-commercial .button-default { width: 300px; margin-top: 38px; margin-bottom: 5px;}
  .is-mac.is-safari .widget-commercial .button-default { padding-top: 8px;}
  .widget-commercial .is-space { letter-spacing: -.015em;}
  .commercial-title { font-size: 16px;}
  .commercial-image { width: 372px; margin: 25px auto 37px;}
  .commercial-row-sub { margin-bottom: 30px;}
  .commercial-row-sub:last-child { margin-bottom: 0;}
  .commercial-row { margin-bottom: 30px;}
  .commercial-row:last-child { margin-bottom: 0;}
  .commercial-item { display: flex; padding-bottom: 6px;}
  .commercial-item .commercial-photo { width: 300px; padding-top: 5px;}
  .commercial-item .commercial-information { width: calc(100% - 300px); padding-left: 20px;}

  .container-liquid .commercial-item .imgR,
  .container-liquid .commercial-item .imgL { width: 49%;}
  .container-liquid .commercial-item .imgR { margin-left: 2%;}
  .box-commercial { padding: 20px 15px 20px 5px;}
  .box-commercial .text-space { padding: 0 8px;}
  .widget-policy { padding-top: 21px;}
  .policy-date { padding-top: 4px;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 
  .phone-common { display: inline-block;}
}
@media print, (max-width: 1400px) and (min-width: 897px) { 
  .container-liquid .commercial-item .commercial-photo { width: 45.5%;}
  .container-liquid .commercial-item .commercial-information { width: 54.5%;}
}
@media print, (max-width: 1250px) and (min-width: 897px) { 
  .container-liquid .box-commercial .is-inline-block { display: inline-block;}
}
@media print, (max-width: 1070px) and (min-width: 897px) { 
  .container-liquid .company-data .is-fax { display: block; margin-left: -.5em;}
  .container-liquid .commercial-item .commercial-information { width: calc(100% - 100px);}
}
@media print, (max-width: 1024px) and (min-width: 897px) { 
  .container-liquid .commercial-item .commercial-photo { width: 100px;}
  .container-liquid .commercial-item .commercial-information { width: calc(100% - 100px);}
  .container-liquid .company-data .data-head { width: 110px;}
  .container-liquid .company-data .data-information { width: calc(100% - 110px);}
}
@media print, (max-width: 945px) and (min-width: 897px) { 
  .container-liquid .box-commercial .text-space { display: inline-block; padding: 0;}
}

/* -----------------------------------------------
20 会員規約
----------------------------------------------- */
.widget-terms { line-height: 1.79;}
.widget-terms .bracket-item,
.widget-terms .katakana-custom-item { margin-bottom: 0;}
.widget-terms .is-margin-first { margin-top: 10px; margin-bottom: 10px;}
.list-terms { counter-reset: counter;}
.list-terms .terms-item-row { position: relative;}
.list-terms .text-title-block:before { font-size: 12px; color: #fff; font-weight: normal; text-align: center; content: counter(counter); counter-increment: counter;}
.list-terms-text { margin-top: 4px;}
.list-terms-text .item-text-row { margin-bottom: 20px;}
.list-terms-text .item-text-row:last-child { margin-bottom: 0;}
.terms-text { font-weight: bold; color: #2b4b71;}
.terms-strong { font-weight: bold;}
.terms-row-sub,
.terms-row { margin-bottom: 15px;}
.terms-row-sub:last-child,
.terms-row:last-child { margin-bottom: 0;}
@media only screen and (max-width: 896px) { 
  .widget-terms .text-title-block { margin-bottom: 5px;}
  .widget-terms .is-load-more .load-more-inner { height: 290px;}
  .widget-terms .is-load-more .load-more-inner.is-load-other { height: 296px;}
  .widget-terms .button-load-more { bottom: 6px;}
  .widget-terms .is-load-more { padding-bottom: 67px;}
  .widget-terms .list-terms { margin-bottom: 37px;}
  .widget-terms .is-margin-second { margin-top: 10px; margin-bottom: 10px;}
  .list-terms { padding-top: 5px;}
  .list-terms .terms-item-row { margin-bottom: 41px;}
  .list-terms .terms-item-row:last-child { margin-bottom: 0;}
  .list-terms .is-indent-absolute .item-absolute { padding-left: 32px;}
  .list-terms .list-type-bracket .list-katakana-custom { margin-left: -30px;}
  .is-android .list-terms .text-title-block:before { line-height: 1.667; padding-bottom: 1px;}
  .terms-text-row { margin-bottom: 21px;}
}
@media print, (min-width: 897px) { 
  .widget-terms .is-load-more .load-more-inner { height: 290px;}
  .widget-terms .is-load-more .load-more-inner.is-custom-load { height: 310px;}
  .widget-terms .is-load-more .load-more-inner.is-load-other { height: 296px;}
  .widget-terms .button-load-more { bottom: 7px;}
  .widget-terms .is-load-more { padding-bottom: 60px;}
  .widget-terms .list-terms { margin-bottom: 34px;}
  .widget-terms .is-margin-second { margin-top: 20px; margin-bottom: 20px;}
  .list-terms { padding-top: 5px;}
  .list-terms .terms-item-row { margin-bottom: 39px;}
  .list-terms .terms-item-row:last-child { margin-bottom: 0;}
  .list-terms .is-indent-absolute .item-absolute { padding-left: 32px;}
  .list-terms .list-type-bracket .list-katakana-custom { margin-left: -30px;}
  .is-mac.is-safari .list-terms .text-title-block:before { height: 19px;}
  .terms-text-row { margin-bottom: 18px;}
}

/* -----------------------------------------------
21 リンクについて
----------------------------------------------- */
.commercial-row .bnr { margin: 20px auto 0; text-align:center;}
.commercial-row .text { margin-top: 10px;}
.commercial-row code { word-break: break-all;}
.links-row { margin-top: 65px;}
.links-row li { display: inline-block; vertical-align: top; margin-bottom: 15px;}
.links-row li img { border: 1px solid #eee;}
.links-row li figcaption { margin-top: 10px; font-size: 1.2rem; text-align: center; line-height: 1.5em;}
@media only screen and (max-width: 896px) { 
  .links-row li { width: 47%; margin-left: 2%;}
  .links-row li:nth-child(4),
  .links-row li:nth-child(3) { margin-bottom: 0;}
}
@media print, (min-width: 897px) { 
  .links-row li { width: 31%; max-width: 211px; margin-left: 2%;}
  .links-row li:nth-child(7),
  .links-row li:nth-child(4),
  .links-row li:nth-child(1)  { margin-left: 0;}
  .links-row li:nth-child(7) { margin-bottom: 0;}
}

/* -----------------------------------------------
22 広告枠
----------------------------------------------- */
.list-ad-area li { margin-bottom: 15px;}

/* -----------------------------------------------
24 フォームcommon
----------------------------------------------- */
.error_txt { margin-top: 5px; color: #e9606d; font-size: 12px;}
.certificate-inner .error_txt { margin-bottom: 5px; text-align: right;}

/* -----------------------------------------------
25 common style
----------------------------------------------- */
.fsize10 { font-size: 10px;}
.fsize11 { font-size: 11px;}
.fsize12 { font-size: 12px;}
.fsize14 { font-size: 14px;}
.fsize16 { font-size: 16px;}
.fsize18 { font-size: 18px;}
.fsize20 { font-size: 20px;}
.fsize22 { font-size: 22px;}

.fcolor01 { color: #ec606f;} 
.w15p { width: 15%!important;}
.w20p { width: 20%!important;}
.w50p { width: 50%!important;}
.w100p { width: 100%!important;}

.mb15 { margin-bottom: 15px;}
.mb1em { margin-bottom: 1em;}
.mb2em { margin-bottom: 2em;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb-40 { margin-bottom: -40px!important;}
.mt1em { margin-top: 1em;}