@charset "UTF-8";
/* スマホ_共通css */
/* ============================================================ */
/* scss変数定義 */
/* =============================================================================== */
/* 共通カラー */
/* =============================================================================== */
/* グラデ背景用の、テーマカラーと少し違う色味 */
/* scss変数定義 */
/* 文字サイズ設定・初期化およびbody基本設定
※このスタイルシートは基本的に変更しない */
/* =============================================================================== */
html {
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
  height: 100%;
  min-height: 100%;
  width: 100%;
}

body {
  height: 100%;
  margin: 0;
}

* {
  -webkit-overflow-scrolling: touch;
}

/* フォント */
/* ============================================================ */
html {
  color: #2c353e;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

@font-face {
  font-family: "inter";
  src: url("/asset/fonts/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "noto_sans_jp";
  src: url("/asset/fonts/NotoSansJP-Regular.otf") format("truetype");
}
body, pre {
  /* font-family: "Hiragino Kaku Gothic ProN",ヒラギノ角ゴシック ProN ,noto sans CJK JP,ヒラギノ角ゴシック, Meiryo, MS Pゴシック, sans-serif; */
  font-family: "inter", "Noto Sans JP", "noto_sans_jp", sans-serif;
}

table {
  font-size: 1rem;
}

/* HTML5 display definitions */
/* ============================================================ */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* The root element */
/* ============================================================ */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
}

/* Sections */
/* ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  font-weight: normal;
}

/* Grouping content */
/* ============================================================ */
p, blockquote, dl, dd, figure {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* Text-level semantics */
/* ============================================================ */
a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

a:hover {
  cursor: pointer;
}

label:hover {
  cursor: pointer;
}

b {
  font-weight: bold;
}

small {
  font-size: 85%;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  font-size: 85%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  letter-spacing: 0;
}

strong {
  font-weight: normal;
}

/* Embedded content
--------------------------- */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

/*  Tabular data
============================================================ */
table {
  /* border-collapse: collapse; */
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: top;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

th {
  font-weight: normal;
}

/* Forms */
/* ============================================================ */
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  margin: 0;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  background-color: inherit;
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

/* リセット */
/********************************************************
CSS information
style info :  全端末共通スタイルの設定 */
/* =============================================================================== */
/* 端末によって表示分け（共通） */
/* ============================================================ */
/* PCだけ表示
----------------------------*/
.display_pc {
  display: none !important;
}

/* 端末ごとに表示非表示を変える汎用スタイル */
/* 基本のスタイル */
/* =============================================================================== */
html {
  background: #fff;
}

body {
  margin: 0;
  background: #fff;
}

main {
  overflow: hidden;
}

/* ダークモード不可
--------------------------- */
@media (prefers-color-scheme: dark) {
  body {
    background: #fff;
    color: #222222;
  }
}
/* リンク */
/* ============================================================ */
a {
  color: rgb(236, 108, 25);
  text-decoration: underline;
}

a:active, a:focus {
  outline: 0;
}

/* コンテンツエリア全体 */
/* ============================================================ */
/* ヘッダーとグローバルナビ以外を囲む
----------------------------*/
.contents {
  clear: both;
  position: relative;
}

.contents_maxwidth {
  margin: auto;
  width: 90%;
  /* 各所共通 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.contents .contents_maxwidth {
  padding: 32px 0 32px 0;
}

/* 背景色指定
----------------------------*/
.contents_bg1 {
  background: #f08c00;
}

.contents_bg2 {
  background: rgba(236, 108, 25, 0.05);
}

.contents_bg3 {
  background-color: #fff;
  background-size: 50px 50px;
  background-image: radial-gradient(rgba(236, 108, 25, 0.4) 3%, transparent 3%);
  /* background-attachment: fixed; */
}

.contents_bg4 {
  background: -webkit-gradient(linear, right top, left top, from(#84cbc9), to(rgb(236, 108, 25)));
  background: linear-gradient(to left, #84cbc9 0%, rgb(236, 108, 25) 100%);
}

/* コンテンツエリア　右エリア・左エリア */
/* ============================================================ */
/* スマホ・PADではサイドバーは下に表示
----------------------------*/
.contents .main,
.contents .main_r,
.contents .main_l {
  width: 100%;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents .aside {
  clear: both;
  padding: 20px 0 0 0;
  border-top: 1px solid #ddd;
}

/* デフォルト */
/* 入力フォーム系 */
/* =============================================================================== */
/* 入力部分共通
--------------------------- */
input[type=password],
input[type=number],
input[type=tel],
input[type=email],
input[type=text],
input[type=date],
select,
textarea {
  padding: 0 10px 0 10px;
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  height: 38px;
  max-width: 100%;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  height: 6em;
  resize: none;
  width: 100%;
  padding: 10px;
}

textarea.resiz_both {
  resize: both;
}

textarea.resize_w {
  resize: horizontal;
}

textarea.resize_h {
  resize: vertical;
}

input[type=radio] {
  vertical-align: middle;
  margin: 0 2px 0 0;
}

input[type=checkbox] {
  vertical-align: middle;
  margin: 0 2px 0 0;
}

select {
  padding: 0 0 0 10px;
}

label {
  overflow: visible;
}

/* input系　大きいサイズ */
/* ============================================================ */
input[type=password].form_l,
input[type=number].form_l,
input[type=tel].form_l,
input[type=email].form_l,
input[type=text].form_l,
input[type=date].form_l,
select.form_l,
textarea.form_l {
  padding: 12px 17px 9px 17px;
  height: 48px;
}

/* フォーカス時 */
/* ============================================================ */
/* disabled 押せないもの */
/* ============================================================ */
textarea:disabled,
input:disabled,
select:disabled,
button:disabled {
  background: #f8f8f8 !important;
  color: #999 !important;
}

/* 入力画面の合間合間に入るテキスト
-============================================================ */
.formtext {
  line-height: 50px;
  margin: 5px 2px 0 2px;
  float: left;
}

:-moz-placeholder-shown {
  color: red;
}

:-ms-input-placeholder {
  color: red;
}

:placeholder-shown {
  color: red;
}

/* 入力前に例として表示してある文字色
-============================================================ */
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #ccc;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #ccc;
}

/* 必須アイコン 米印
====================================================================================== */
.icon_required:before {
  display: inline-block;
  color: #ff5500;
  margin-left: 4px;
  content: "*";
}

/* 必須アイコン ラベル
====================================================================================== */
.icon_required2:before {
  display: inline-block;
  color: #fff;
  margin-left: 4px;
  font-size: 10px;
  content: "必須";
  background: #ff5500;
  line-height: 16px;
  padding: 0 3px;
  margin-top: 1px;
  vertical-align: text-top;
}

/* 入力ルール・補足 */
/* ============================================================ */
.form_info {
  padding-top: 4px;
  color: #bbb;
  font-size: 90%;
  clear: both;
}

/* お問い合わせフォーム　細かいスタイル */
/* ============================================================ */
/* PCでのみ横幅を最大 */
.form_w100_sp {
  width: 100%;
}

/* PCでのみ下に隙間 */
.form_b_3px_sp {
  margin-bottom: 3px;
}

/* お知らせメッセージ　全ページ共通 */
/* ============================================================ */
.messagebox {
  clear: both;
  padding: 10px 15px 10px 55px;
  background: rgba(236, 108, 25, 0.1) url(../images/default/form/icon_messagebox.svg) no-repeat;
  background-size: 24px;
  background-position: 15px;
  color: #38a9da;
  margin-bottom: 15px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* エラーボックス */
/* ============================================================ */
.errorbox {
  clear: both;
  padding: 10px 15px 10px 55px;
  color: rgb(255, 77, 77);
  background: rgba(255, 77, 77, 0.12) url(../images/default/form/icon_errorbox.svg) no-repeat;
  background-size: 24px;
  background-position: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* エラー文
--------------------------- */
.errortext {
  color: #ff7373;
  clear: both;
  padding: 4px 0 0 0;
}

/* フォーム */
/* スマホ_大枠レイアウトcss */
/* ============================================================ */
/* ヘッダーのスタイル */
/* =============================================================================== */
/* ヘッダー全体 */
/* ============================================================ */
.header_sp {
  height: 60px;
  color: #292b31;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.header_sp_in {
  height: 100%;
  text-align: center;
  padding: 17px 5%;
}

/* ヘッダー内パーツ */
/* ============================================================ */
/* ロゴ
----------------------------*/
.header_sp .header_logo1 {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 60%;
}

.header_sp .header_logo2 {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 40%;
  padding-right: 16px;
}

.header_sp .header_logo1 img,
.header_sp .header_logo2 img {
  height: 26px;
}

/* ヘッダー */
/* スライド表示のグローバルメニュー */
/* =============================================================================== */
/* メニュー全体 */
/* ============================================================ */
/* メニュー全体
----------------------------*/
.nav_sp {
  display: none;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 40;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav_sp .nav_sp_in {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ナビーに設置してるハンバーガーアイコンは固定表示
----------------------------*/
.nav_sp .i_nav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 11;
}

/*  メニューリスト　ロゴ */
/* ============================================================ */
.nav_sp .nev_logo {
  text-align: center;
  padding: 40px 20px 20px 20px;
}

.nav_sp .nev_logo img {
  height: 20px;
}

/*  リスト部分 */
/* ============================================================ */
.nav_sp ul.nav_sp_menu1 {
  background: #fff;
  padding: 0 20px 20px 20px;
}

.nav_sp .nav_sp_menu1 li {
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav_sp .nav_sp_menu1 li a {
  text-decoration: none;
  color: #313646;
  display: block;
  font-size: 15px;
  padding: 15px 0 15px 30px;
}

.nav_sp .nav_sp_menu1 li a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  float: left;
  margin: 8px 0 0 -26px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  ms-transform: rotate(45deg);
}

/* 電話番号・お問い合わせボタン
======================================= */
.nav_sp .w_nav_cvbox {
  padding: 10px 20px;
}

/* 電話番号ボタン
======================================= */
.w_nav_cvbox .cvbox_tel {
  text-align: center;
  text-decoration: none;
  display: block;
  overflow: hidden;
  line-height: 1;
  color: rgb(236, 108, 25);
  border: 1px solid rgb(236, 108, 25);
  padding: 8px 0 15px 0;
  margin-bottom: 10px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 電話番号 パーツ
----------------------------*/
.w_nav_cvbox .cvbox_tel {
  color: #313646;
}

.w_nav_cvbox .cvbox_tel .tel_number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  background-size: auto 18px;
  display: inline-block;
}

.w_nav_cvbox .cvbox_tel .tel_info {
  font-size: 12px;
  margin-top: -2px;
}

/* お問い合わせボタン */
/* ============================================================ */
.w_nav_cvbox .cvbox_contact {
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  display: block;
  border: none;
  /* input,buttonの枠消し */
  overflow: hidden;
  padding: 16px 16px;
  background: rgb(236, 108, 25);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.w_nav_cvbox .cvbox_contact {
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.w_nav_cvbox .cvbox_contact:hover {
  opacity: 0.9;
}

/* お問い合わせ パーツ
----------------------------*/
.w_nav_cvbox .cvbox_contact .text1 {
  font-size: 18px;
  line-height: 1.3;
}

.w_nav_cvbox .cvbox_contact .text2 {
  font-size: 11px;
  margin-top: 4px;
  letter-spacing: -0.05em;
  line-height: 1.3;
}

/* スマホ用　スライドメニュー */
/* フッターのスタイル */
/* =============================================================================== */
/* フッター1全体 */
/* ============================================================ */
.footer {
  clear: both;
  background: #f7f7f9;
}

.footer .contents_maxwidth {
  padding: 20px 0 20px 0;
}

.footer,
.footer a {
  color: #222;
  text-decoration: none;
}

/* フッター内のリスト */
/* ============================================================ */
/* フッター 仕切り
----------------------------*/
.footer .w_footer_flex {
  line-height: 1.3;
}

.footer .footer_flex.flexitem1 {
  border-bottom: 0px !important;
}

.footer .footer_flex ul.footerlink {
  margin: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .footer_flex ul.footerlink li {
  font-size: 13px;
  margin-bottom: 12px;
  width: 48%;
}

/* フッターのリストタイトル大文字
----------------------------*/
.footer .footer_link_title {
  font-size: 16px;
  margin-bottom: 16px;
  display: block;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* フッターソーシャルボタンリンク
----------------------------*/
.footer .footer_sns {
  overflow: hidden;
  padding: 0 0 25px 0;
}

.footer .footer_sns .footer_sns_link {
  width: 240px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  border-radius: 999px;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.footer .footer_sns .footer_sns_link:hover {
  text-decoration: underline;
}

.footer .footer_sns .footer_sns_icon {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 12px;
}

.footer .footer_sns .footer_sns_icon.instagram {
  background: url(../images/default/footer/sns_instagram.png) no-repeat center;
  background-size: 100%;
}

.footer .footer_sns .footer_sns_icon.facebook {
  background: url(../images/default/footer/sns_facebook.png) no-repeat center;
  background-size: 100%;
}

.footer .footer_sns .footer_sns_icon.twitter {
  background: url(../images/default/footer/sns_twitter.png) no-repeat center;
  background-size: 100%;
}

/* ロゴ
----------------------------*/
.footer .logo {
  vertical-align: top;
  padding: 12px 0 12px 0;
  display: block;
}

.footer .logo:last-child {
  margin-bottom: 24px;
}

.footer .logo img {
  max-width: 90%;
  max-height: 22px;
}

.footer .logo.logo3 img {
  max-height: 21px;
}

/* ロゴ下コピーライト
----------------------------*/
.footer .copy {
  font-size: 10px;
  padding: 10px 0 0px 0;
  text-align: center;
}

/* コピー・プライバシーマーク
----------------------------*/
.footer .footer_bottombox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
}

.footer .footer_bottombox .copy2 {
  font-size: 12px;
  padding: 10px 0 0px 0;
  margin-right: auto;
}

/* パンくず */
/* ============================================================ */
.pankuzu {
  clear: both;
  color: rgba(0, 0, 0, 0.5);
}

.pankuzu .contents_maxwidth {
  padding: 15px 0 15px 0;
}

.pankuzu ul {
  font-size: 85%;
  line-height: 1;
  overflow: hidden;
}

.pankuzu li {
  float: left;
  padding: 0 7px 0 0;
}

.pankuzu li a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.pankuzu li a:hover {
  text-decoration: underline;
}

.pankuzu li:after {
  content: " /";
  opacity: 0.5;
  font-size: 12px;
}

.pankuzu li:last-child:after {
  content: "";
}

/* ページ上部にパンくずがある場合
----------------------------*/
.catch1 .pankuzu,
.catch2 .pankuzu {
  color: rgba(255, 255, 255, 0.5);
}

.catch1 .pankuzu a,
.catch2 .pankuzu a {
  color: #fff;
}

.catch1 .pankuzu .contents_maxwidth,
.catch2 .pankuzu .contents_maxwidth {
  padding: 0 0 26px 0;
}

/* ページTOPへのリンク帯 */
/* ============================================================ */
.footer_getop_link {
  display: block;
  height: 60px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.footer_getop_link:before {
  content: "";
  clear: both;
  display: inline-block;
  margin: 26px 0 0 -7px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #bbb;
  border-right: 2px solid #bbb;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  ms-transform: rotate(-45deg);
}

/* フッター */
/*************************************************************
CSS information
style info :  ポップアップのスタイル
**************************************************************/
/* 周りの背景
====================================================================================== */
.popup_bg {
  width: 100%;
  height: 100%;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

/* ポップアップ全体
====================================================================================== */
.w_popup {
  z-index: 100;
  display: none;
  position: fixed;
}

.w_popup_in {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup {
  z-index: 111;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(16, 16, 25, 0.05), 0px 2px 16px 0px rgba(16, 16, 25, 0.25);
  box-shadow: 0px 0px 0px 1px rgba(16, 16, 25, 0.05), 0px 2px 16px 0px rgba(16, 16, 25, 0.25);
}

/* サイズ　(デフォルト)
----------------------------*/
.popup {
  max-height: calc(100% - 40px);
  max-width: calc(100% - 40px);
  min-width: 70%;
}

/* 幅違い
----------------------------*/
.popup.size_small_sp {
  width: 70%;
}

.popup.size_middle_sp {
  width: calc(100% - 40px);
}

.popup.size_large_sp {
  width: calc(100% - 40px);
}

.popup.size_large2_sp {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

/* ポップアップタイトル
====================================================================================== */
div.popup_title {
  text-align: center;
  clear: both;
  overflow: hidden;
  padding: 0 12px 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 40px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.popup_title p {
  font-size: 17px;
  line-height: 40px;
  float: left;
}

/* 縦幅[可変]のポップアップ内 スクロールエリア
====================================================================================== */
.popup_scroll {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-box-flex: 100;
  -ms-flex: 100 100 1%;
  flex: 100 100 1%;
  padding: 12px 12px 0 12px;
}

.popup_scroll.popup_scroll_padding_all {
  padding: 12px;
}

/* 閉じるボタン
====================================================================================== */
.popup_close {
  z-index: 12;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background-size: auto 100%;
  font-family: serif;
  text-align: center;
  color: #bbb;
  font-size: 30px;
  line-height: 39px;
}

.popup_close:hover {
  cursor: pointer;
}

.popup_close:before {
  content: "×";
}

/* 縦幅[固定]のポップアップ内 スクロールエリア
====================================================================================== */
/* タイトルバーがある場合 */
.popup_scroll-titlebar {
  height: calc(100% - 40px);
  overflow: auto;
}

.popup_scroll-titlebar2 {
  height: calc(100% - 52px);
  overflow: auto;
}

/* 下部ボタンがある場合 */
.popup_scroll-btnarea {
  height: calc(100% - 40px);
  overflow: auto;
}

.popup_scroll-btnarea2 {
  height: calc(100% - 52px);
  overflow: auto;
}

/* タイトルバーと下部ボタンがある場合 */
.popup_scroll-titlebar-btnarea {
  height: calc(100% - 100px);
  overflow: auto;
}

.popup_scroll-titlebar-btnarea2 {
  height: calc(100% - 112px);
  overflow: auto;
}

/* 縦幅[固定]のポップアップ内で要素を分割する場合　上部検索エリア
====================================================================================== */
/* 上部検索エリア
--------------------------- */
.w_formarea {
  min-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 12px 0 12px;
}

/* 縦幅[固定]のスクロールエリア
--------------------------- */
.popup_scrollbox {
  padding: 0px 12px 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.popup_scrollbox_in {
  border: 1px solid #adadad;
  border-radius: 3px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  background-color: #fff;
  position: relative;
}

/* ボタンエリア
====================================================================================== */
.popup .popup_btnarea {
  padding: 13px 12px 0 12px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ポップアップ */
/* スマホ_パーツcss */
/* ============================================================ */
/*   汎用スタイルの設定 */
/* =============================================================================== */
/* 表示を消す（共通） */
/* ============================================================ */
.none {
  display: none;
}

/* 共通右寄せ・左寄せ（共通class） */
/* ============================================================ */
.float_l {
  float: left !important;
}

.float_r {
  float: right !important;
}

/* 寄せ解除（共通class） */
/* ============================================================ */
.clear {
  clear: both;
}

/* 幅 */
/* ============================================================ */
.w100 {
  width: 100%;
}

/* 文字 */
/* ============================================================ */
/* Font color */
.color_red {
  color: #ff5858;
}

.color_blue {
  color: #3576ee;
}

.color_gray {
  color: #999;
}

/* Font Style*/
.bold {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.t_left {
  text-align: left !important;
}

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

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

/* vertical align*/
.va_baseline,
.va_baseline th,
.va_baseline td {
  vertical-align: baseline;
}

.va_top,
.va_top th,
.va_top td {
  vertical-align: top;
}

.va_middle,
.va_middle th,
.va_middle td {
  vertical-align: middle !important;
}

.va_bottom,
.va_bottom th,
.va_bottom td {
  vertical-align: bottom;
}

/* Font size*/
.t_80 {
  font-size: 80%;
}

.t_85 {
  font-size: 85%;
}

.t_90 {
  font-size: 90%;
}

.t_95 {
  font-size: 95%;
}

.t_110 {
  font-size: 110%;
}

.t_115 {
  font-size: 115%;
}

.t_120 {
  font-size: 120%;
}

.t_150 {
  font-size: 150%;
}

.t_11px {
  font-size: 11px;
}

.t_12px {
  font-size: 12px;
}

.t_13px {
  font-size: 13px;
}

.t_14px {
  font-size: 14px;
}

.t_15px {
  font-size: 15px;
}

.t_16px {
  font-size: 16px;
}

.t_17px {
  font-size: 17px;
}

.t_18px {
  font-size: 18px;
}

.t_19px {
  font-size: 19px;
}

.t_20px {
  font-size: 20px;
}

/* 角丸 */
/* ============================================================ */
/* 角丸をなくす
--------------------------- */
.no_radius {
  border-radius: 0px;
}

/* 下部だけ角丸
--------------------------- */
.radius_bottom {
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-radius-topleft: 0px !important;
  -moz-border-radius-topright: 0px !important;
  border-radius: 0px 0px 4px 4px !important;
}

/* 上部だけ角丸
--------------------------- */
.radius_top {
  border-radius: 4px 4px 0px 0px !important;
}

/* 角丸にする */
/* ============================================================ */
.radius {
  border-radius: 4px !important;
}

/* リスト
--------------------------- */
ul.disc, ul.decimal, ul.kome {
  margin: 5px 10px 10px 0px;
  line-height: 1.5;
}

ul.disc li, ul.decimal li, ul.kome li {
  margin-left: 25px;
  margin-bottom: 6px;
}

/* 点 */
ul.disc li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(236, 108, 25);
  display: block;
  margin-left: -18px;
  margin-top: 8px;
  float: left;
}

/* 丸数字 */
.decimal {
  counter-reset: my-counter;
}

.decimal li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: rgb(236, 108, 25);
  display: inline-block;
  float: left;
  color: #fff;
  margin-top: 2px;
  margin-left: -25px;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  height: 17px;
  width: 17px;
  border-radius: 50%;
}

/* ※ */
.kome li:before {
  content: "※";
  position: absolute;
  margin-left: -25px;
}

/* Clearfix　要素の末尾でfloatを解除する
--------------------------- */
.clearfix {
  zoom: 1;
}

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

/* スクロール
--------------------------- */
.scroll_y {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

.scroll_x {
  overflow-y: hidden !important;
  overflow-x: scroll !important;
}

.scroll_y_auto {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.scroll_x_auto {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.scroll {
  overflow: scroll !important;
}

/* 改行防止
--------------------------- */
.nowrap {
  white-space: nowrap;
}

/* 隙間
--------------------------- */
.space_1 {
  height: 1px;
  clear: both;
}

.space_5 {
  height: 5px;
  clear: both;
}

.space_10 {
  height: 10px;
  clear: both;
}

.space_15 {
  height: 15px;
  clear: both;
}

.space_20 {
  height: 20px;
  clear: both;
}

.space_25 {
  height: 25px;
  clear: both;
}

.space_30 {
  height: 30px;
  clear: both;
}

.space_35 {
  height: 35px;
  clear: both;
}

.space_40 {
  height: 40px;
  clear: both;
}

.space_45 {
  height: 45px;
  clear: both;
}

.space_50 {
  height: 50px;
  clear: both;
}

.space_60 {
  height: 60px;
  clear: both;
}

.space_70 {
  height: 70px;
  clear: both;
}

.space_80 {
  height: 80px;
  clear: both;
}

.space_90 {
  height: 90px;
  clear: both;
}

.space_100 {
  height: 100px;
  clear: both;
}

/* 隙間
--------------------------- */
.padding_2 {
  padding: 2px;
  overflow: hidden;
}

.padding_5 {
  padding: 5px;
  overflow: hidden;
}

.padding_10_20 {
  padding: 10px 20px;
  overflow: hidden;
}

.padding_10_15 {
  padding: 10px 15px;
  overflow: hidden;
}

.padding_10 {
  padding: 10px;
  overflow: hidden;
}

.padding_15 {
  padding: 15px;
  overflow: hidden;
}

.margin_2 {
  margin: 2px;
  overflow: hidden;
}

.margin_5 {
  margin: 5px;
  overflow: hidden;
}

.margin_10 {
  margin: 10px;
  overflow: hidden;
}

/* インデント
--------------------------- */
.indent_1rem {
  margin-left: 1rem;
  overflow: hidden;
}

.indent_2rem {
  margin-left: 2rem;
  overflow: hidden;
}

.indent_3rem {
  margin-left: 3rem;
  overflow: hidden;
}

/* 段落 */
/* ============================================================ */
/* 段落隙間
--------------------------- */
.bottom_1em {
  margin-bottom: 1em;
}

.bottom_1-5em {
  margin-bottom: 1.5em;
}

.bottom_2em {
  margin-bottom: 2em;
}

.bottom_2-5em {
  margin-bottom: 2.5em;
}

.bottom_3em {
  margin-bottom: 3em;
}

.bottom_4em {
  margin-bottom: 3em;
}

.bottom_10px {
  margin-bottom: 10px;
}

.bottom_20px {
  margin-bottom: 20px;
}

.bottom_30px {
  margin-bottom: 30px;
}

.bottom_40px {
  margin-bottom: 40px;
}

/* hrタグ */
/* ============================================================ */
hr {
  margin: 0;
  width: 100%;
  height: 0px;
  /* <hr />の実線を消す */
  border: 0px;
  /* borderを一旦リセットする（基本設定でしていれば不要）*/
  border-top: 1px solid #c2c2c2;
  clear: both;
}

hr.dotted {
  margin: 0;
  width: 100%;
  height: 0px;
  /* <hr />の実線を消す */
  border: 0px;
  /* borderを一旦リセットする（基本設定でしていれば不要）*/
  border-top: 1px dotted #c2c2c2;
  clear: both;
}

/* 背景色つきテキスト（服薬指導用） */
/* ============================================================ */
.t_bgcolor {
  text-align: center;
  padding: 5px 5px 4px 5px;
  color: #fff;
  line-height: 21px;
  height: 20px;
  font-size: 11px;
  background: #ff5858;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 背景色つきspan カラバリ--------- */
.t_bgcolor.gray {
  background: gray;
}

.t_bgcolor.red {
  background: #ff5858;
}

.t_bgcolor.blue {
  background: #3576ee;
}

/* 背景色 */
/* ============================================================ */
.bg_gray {
  background: gray;
}

.bg_red {
  background: #ff5858;
}

.bg_blue {
  background: #3576ee;
}

.bg_cream {
  background: #fcfade;
}

/* 挿絵 */
/* ============================================================ */
img.img_100 {
  padding: 0 0 1.5em 0;
  width: 100%;
}

img.img_left {
  padding: 0em 1.5em 1.5em 0;
  width: 32%;
  float: left;
}

img.img_right {
  padding: 0em 0 1.5em 1.5em;
  width: 32%;
  float: right;
}

img.img_center {
  margin: 0 auto 1.5em auto;
  width: auto;
  display: block;
  clear: both;
}

/* マーカー */
/* ============================================================ */
.marker {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.marker:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.7em;
  background-color: rgba(236, 108, 25, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  padding: 0 3px;
  -webkit-transform: translate(-3px, 0);
  transform: translate(-3px, 0);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* box
--------------------------- */
.box1 {
  border: 1px solid #ddd;
  display: block;
}

/* 点滅
============================================================ */
.blink {
  -webkit-animation: blink 0.5s infinite alternate;
  animation: blink 0.5s infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/* 汎用パーツ */
/* テーブルのデザインパターン */
/* =============================================================================== */
/* テーブル共通 */
/* ============================================================ */
/* テーブルスtd　交互に色を変える
--------------------------- */
.t_line tr:nth-child(odd) {
  background-color: #f5f5f8;
}

.t_line tr:nth-child(even) {
  background-color: #fff;
}

/* ---------------------------
幅指定用見せないtr
--------------------------- */
table tr.collapse td,
table tr.collapse th {
  border: 0;
  padding: 0;
}

/* テーブルスタイル1 横線のみ隙間大きめ */
/* ============================================================ */
table.table1 {
  width: 100%;
  background: #fff;
}

table.table1 th {
  padding: 10px 0 3px 0;
  text-align: left;
  font-weight: bold;
}

table.table1 td {
  padding: 3px 0 10px 0;
  border-bottom: 1px solid #ddd;
}

/* スマホはテーブルを縦並びにする
--------------------------- */
table.table1 tr {
  display: block;
}

table.table1 tbody th,
table.table1 td {
  display: list-item;
  list-style: none;
  width: 100%;
  clear: both;
  overflow: hidden;
}

/* テーブルスタイル 透明・隙間アリ */
/* ============================================================ */
table.table_transparent {
  width: 100%;
  clear: both;
  border-bottom: 0;
}

table.table_transparent th {
  padding: 10px 0 5px 0;
  text-align: left;
  width: 20%;
  font-weight: bold;
}

table.table_transparent td {
  padding: 0px 0 10px 0;
}

/* テーブル */
/* タイトル帯のスタイル */
/* =============================================================================== */
/* タイトル１ */
/* ============================================================ */
.title1 {
  color: #313646;
  margin-bottom: 20px;
  clear: both;
}

.title1 .subtitle {
  font-size: 13px;
  color: rgb(236, 108, 25);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.title1 .maintitle {
  font-size: 21px;
  line-height: 1.4;
  position: relative;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 白字版
--------------------------- */
.title1.white .maintitle,
.title1.white .subtitle {
  color: #fff;
}

/* 文章 */
/* ============================================================ */
/* タイトル直下の説明テキスト
--------------------------- */
.heading_text {
  margin-bottom: 2.5em;
  font-size: 110%;
}

/* タイトル2 */
/* ============================================================ */
.title2 {
  color: #2c363c;
  margin-bottom: 20px;
  clear: both;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* タイトル3 */
/* ============================================================ */
.title3 {
  color: #2c363c;
  overflow: hidden;
  clear: both;
  border-left: 4px solid rgb(236, 108, 25);
  margin: 25px 0px 15px 0;
  padding-left: 10px;
  font-size: 120%;
  line-height: 1.4;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* タイトル */
/* 汎用ボタンスタイル（a,input,bottonのパターン） */
/* =============================================================================== */
/* a,onput,botton汎用ボタンスタイル（サイズ中） */
/* ============================================================ */
.btn_m {
  height: 38px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  border: none;
  /* input,buttonの枠消し */
  line-height: 38px;
  overflow: hidden;
  padding: 0 4px 0 4px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ボタン内の画像 */
.btn_m img {
  vertical-align: middle;
  height: 20px;
  margin: 0 6px;
  display: inline-block;
}

/* a,onput,botton汎用ボタンスタイル（サイズ大） */
/* ============================================================ */
.btn_l {
  height: 48px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  border: none;
  /* input,buttonの枠消し */
  line-height: 48px;
  overflow: hidden;
  padding: 0 4px 0 4px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ボタン内の画像 */
.btn_l img {
  vertical-align: middle;
  height: 26px;
  margin: 0 6px;
  display: inline-block;
}

/* デフォルト色
============================================================ */
.btn_s,
.btn_m,
.btn_l {
  color: #535761;
  background: #fff;
  border: 1px solid #bbb;
}

.btn_s:hover,
.btn_m:hover,
.btn_l:hover {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* ボタン色違い
============================================================ */
/* カラー1
--------------------------- */
.btn_s.btn_color1,
.btn_m.btn_color1,
.btn_l.btn_color1 {
  color: #fff;
  border: none;
  background: rgb(236, 108, 25);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn_s.btn_color1:hover,
.btn_m.btn_color1:hover,
.btn_l.btn_color1:hover {
  background: #d76614;
}

/* 検索ボタンのカラー
--------------------------- */
.btn_s.btn_search,
.btn_m.btn_search,
.btn_l.btn_search {
  color: #fff;
  border: 1px solid rgb(236, 108, 25);
  background: rgb(236, 108, 25);
  width: 80px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn_s.btn_search:hover,
.btn_m.btn_search:hover,
.btn_l.btn_search:hover {
  opacity: 0.8;
}

/* 検索条件クリアボタンのカラー
--------------------------- */
.btn_s.btn_clear,
.btn_m.btn_clear,
.btn_l.btn_clear {
  color: rgba(0, 0, 0, 0.3);
  background: none;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 70px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn_s.btn_clear:hover,
.btn_m.btn_clear:hover,
.btn_l.btn_clear:hover {
  color: rgba(0, 0, 0, 0.5);
}

/* 検索条件クリアボタンのカラー
--------------------------- */
.btn_s.btn_cancel,
.btn_m.btn_cancel,
.btn_l.btn_cancel {
  color: rgba(0, 0, 0, 0.3);
  background: none;
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn_s.btn_cancel:hover,
.btn_m.btn_cancel:hover,
.btn_l.btn_cancel:hover {
  color: rgba(0, 0, 0, 0.5);
}

/* ボタンを囲んで中央表示 */
/* ============================================================ */
.btn_center {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_center input,
.btn_center a,
.btn_center button {
  margin: 0 5px;
}

/* ボタンを囲んで右寄せ表示 */
/* ============================================================ */
.btn_right {
  float: right;
}

.btn_right input,
.btn_right a,
.btn_right button {
  margin-left: 5px;
  float: left;
  min-width: 60px;
}

/* ボタンを囲んで左寄せ表示 */
/* ============================================================ */
.btn_left {
  float: left;
}

.btn_left input,
.btn_left a,
.btn_left button {
  margin-right: 5px;
  float: left;
  min-width: 60px;
}

/* ボタン */
/********************************************************
   CSS information
   style info :  チェックボックス・ラジオボタンのデザイン
********************************************************/
input.radio_s1[type=radio] + div.radio_s1,
input.checkbox_s1[type=checkbox] + div.checkbox_s1 {
  position: relative;
  display: inline-block;
  line-height: 38px;
  cursor: pointer;
  margin-right: 8px;
}

input.radio_s1[type=radio],
input.checkbox_s1[type=checkbox] {
  display: none;
  margin: 0;
}

input.radio_s1[type=radio] + div.radio_s1,
input.checkbox_s1[type=checkbox] + div.checkbox_s1 {
  padding: 0 0 0 22px;
  /*color: #999;*/
}

input.radio_s1[type=radio] + div.radio_s1.no_text,
input.checkbox_s1[type=checkbox] + div.checkbox_s1.no_text {
  padding: 0 0 0 12px;
}

input.radio_s1[type=radio] + div.radio_s1::before,
input.checkbox_s1[type=checkbox] + div.checkbox_s1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  background: #FFF;
  border-radius: 2px;
  box-sizing: border-box;
}

input.radio_s1[type=radio] + div.radio_s1::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input.checkbox_s1[type=checkbox] + div.checkbox_s1::before {
  border: 2px solid #ccc;
}

/* チェック状態のスタイル
----------------------------*/
input.radio_s1[type=radio]:checked + div.radio_s1,
input.checkbox_s1[type=checkbox]:checked + div.checkbox_s1 {
  /*color: #313646;*/
}

input.radio_s1[type=radio]:checked + div.radio_s1::after,
input.checkbox_s1[type=checkbox]:checked + div.checkbox_s1::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

input.radio_s1[type=radio]:checked + div.radio_s1::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: rgb(236, 108, 25);
  border-radius: 8px;
}

input.checkbox_s1[type=checkbox]:checked + div.checkbox_s1::before {
  border: 2px solid rgb(236, 108, 25);
  background: rgb(236, 108, 25);
}

input.checkbox_s1[type=checkbox]:checked + div.checkbox_s1::after {
  left: 4px;
  width: 10px;
  height: 6px;
  margin-top: -5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* チェックボックス・ラジオボタン */
/*************************************************************
CSS information
style info :  ページング
**************************************************************/
/* 検索結果タイトル
------------------------------------------------------------ */
.search_results {
  clear: both;
  overflow: hidden;
  line-height: 32px;
  margin-bottom: 12px;
  margin-top: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p.s_r_title {
  font-size: 13.5px;
  float: left;
  margin-right: 12px;
}

.s_r_title_hit {
  font-size: 15px;
  float: left;
  margin-right: 12px;
}

.s_r_title_hit .hit {
  font-size: 22px;
  margin-right: 2px;
  display: inline-block;
  color: red;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ページング全体
--------------------------- */
.paging {
  overflow: hidden;
  line-height: 32px;
}

/* 検索ヒット数
--------------------------- */
.paging .hits {
  float: left;
  margin-right: 14px;
}

/* ページング番号
--------------------------- */
.paging ul.pagination {
  float: right;
}

.paging .pagination li {
  display: none;
}

.paging .pagination li {
  float: left;
}

.paging .pagination li span,
.paging .pagination li a {
  display: block;
  height: 32px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-decoration: none;
  padding: 0 10px 0 10px;
  border: none;
  /* input,buttonの枠消し */
  overflow: hidden;
  margin-left: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.paging .pagination li span {
  border: 1px solid #ddd;
  color: #999;
  background: #f1f1f1;
}

.paging .pagination li a {
  background: rgb(236, 108, 25);
  color: #fff;
  border: 1px solid rgb(236, 108, 25);
}

/* ページング　矢印
--------------------------- */
.paging .pagination li.before,
.paging .pagination li.next {
  display: block;
  width: 48px;
}

.paging .pagination .before span:before,
.paging .pagination .before a:before,
.paging .pagination .next span:before,
.paging .pagination .next a:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

.paging .pagination .before a:before,
.paging .pagination .next a:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.paging .pagination .before span:before,
.paging .pagination .next span:before {
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

.paging .pagination .before span:before,
.paging .pagination .before a:before {
  margin: 9px 10px 0 -4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  ms-transform: rotate(-135deg);
}

.paging .pagination .next span:before,
.paging .pagination .next a:before {
  margin: 9px 10px 0 -7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  ms-transform: rotate(45deg);
}

/* ページング */
/* スマホ_ページ個別専用css */
/* ============================================================ */
/********************************************************
   CSS information
   style info :  地域から検索
********************************************************/
/* ----------------------------------------------------------------------
　タイトル部分
------------------------------------------------------------------------ */
.title_toppage {
  text-align: center;
  padding: 40px 5% 24px 5%;
}

/* -------タイトル画像-------- */
.toppage_title_image1 {
  margin: 0 auto 10px auto;
  text-align: center;
}

.toppage_title_image1 img {
  height: 55px;
}

/* ----------------------------------------------------------------------
contents_toppage1
------------------------------------------------------------------------ */
.contents.contents_toppage1.display_sp .contents_maxwidth {
  padding: 0;
  margin: 0px auto 60px auto;
}

/* ----------------------------------------------------------------------
検索タイトル
------------------------------------------------------------------------ */
.top_sp_title1 {
  padding: 12px 12px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
}

.top_sp_title1_in {
  padding: 0 0 0 28px;
  font-size: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/top_dvancedsearchbox_icon1.svg) no-repeat left;
  background-size: 24px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*---------------------------------------------------------------------------
　詳細検索ボックス
---------------------------------------------------------------------------*/
.top_dvancedsearchbox_sp {
  background: #f7f7f7;
  padding: 12px 16px 12px 16px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.top_dvancedsearchbox_sp .top_dvs_in1 {
  width: 112px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.top_dvancedsearchbox_sp .top_dvs_in_l.last {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_dvancedsearchbox_sp .top_dvs_in_l {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 6px 0;
  overflow: hidden;
}

.top_dvancedsearchbox_sp .top_dvs_in_l_top {
  float: left;
  font-size: 14px;
  color: #777;
  height: 23px;
  overflow: hidden;
}

.top_dvancedsearchbox_sp .top_dvs_in_l_top {
  float: left;
  font-size: 14px;
  color: #777;
  height: 23px;
  overflow: hidden;
}

.top_dvancedsearchbox_sp .btn_m {
  width: 100%;
  margin-top: 4px;
}

/* TOP */
/********************************************************
   CSS information
   style info :  地域から検索
********************************************************/
/* ----------------------------------------------------------------------
li
------------------------------------------------------------------------ */
/* -------タイトル-------- */
.w_search_li_sp .major {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  padding: 0px 24px 0px 16px;
  margin: 0;
  line-height: 48px;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #dadadc;
  background: #fff;
  position: relative;
  font-size: 110%;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w_search_li_sp .major:first-child {
  border-top: 1px solid #dadadc;
}

/* -------タイトル オープン状態-------- */
.w_search_li_sp .major.open {
  background: rgba(236, 108, 25, 0.05);
}

.w_search_li_sp .js_side_menulist_slide_area {
  border-bottom: 1px solid #dadadc;
}

/* -------県-------- */
.w_search_li_sp a,
.w_search_li_sp button {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  padding: 0px 24px 0px 8px;
  border: none;
  /* input,buttonの枠消し */
  line-height: 48px;
  overflow: hidden;
  width: calc(100% - 32px);
  margin-left: 32px;
  border-bottom: 1px solid #dedede;
  background: #fff;
  position: relative;
  color: #222;
}

.w_search_li_sp a:last-child,
.w_search_li_sp button:last-child {
  border-bottom: 0;
}

/* -------押せない状態-------- */
.w_search_li_sp a:disabled,
.w_search_li_sp button:disabled {
  color: #ccc !important;
  background: #fff !important;
}

/* --------------------------------------------------------------
 基本背景＞マーク
-------------------------------------------------------------- */
.w_search_li_sp a::after .w_search_li_sp button::after {
  content: "";
  display: block;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgb(236, 108, 25);
  border-bottom: 2px solid rgb(236, 108, 25);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* --------------------------------------------------------------
 基本背景Vマーク
-------------------------------------------------------------- */
.w_search_li_sp .major::after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -5px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.w_search_li_sp .major.open::after {
  margin-top: -2px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.w_search_li_sp .major::before {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  margin-top: -10px;
  background: rgb(236, 108, 25);
}

/* -------押せない状態-------- */
.w_search_li_sp .major:disabled,
.w_search_li_sp .major.disabled {
  color: #bbb !important;
}

.w_search_li_sp .major:disabled::before,
.w_search_li_sp .major.disabled::before {
  background: #eee;
}

/* 地図検索 */
/********************************************************
   CSS information
   style info :  検索結果
********************************************************/
.contents_searchmap_list .contents_maxwidth {
  padding: 0;
}

/* メインエリア
====================================================================================== */
.w_searchbox_sp {
  background: #f1f1f3;
  margin: 0 -5vw 12px -5vw;
  padding: 16px 0;
}

.searchbox_sp {
  background: #fff;
  border-radius: 4px;
  padding: 2px 16px 0px 16px;
  width: 90%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* メインエリア＿現在選んでいる条件
====================================================================================== */
.searchbox_table_sp1 {
  width: 100%;
}

.searchbox_table_sp1 th,
.searchbox_table_sp1 td {
  color: #666666;
  vertical-align: middle;
  padding: 5px 0;
  border-bottom: 1px solid #dedede;
}

.searchbox_table_sp1 th {
  background: rgba(0, 0, 0, 0.05);
}

.searchbox_table_sp1 tr:last-child th,
.searchbox_table_sp1 tr:last-child td {
  border: 0;
}

/* 検索フォーム
---------------------------
.searchmaplist_form1 input{
    width: calc(100% - 60px);
    border-radius: 3px 0 0 3px;
}
.searchmaplist_form1 input + button{
    width: 60px;
    border-radius: 0 3px 3px 0;
}
 */
/* 絞り込み検索
====================================================================================== */
.sl_sb_title1 {
  font-size: 15px;
  line-height: 1.3;
  margin: 0 0 3px 0;
  color: #888;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sl_sb_box {
  margin: 0 0 14px 0;
  overflow: hidden;
}

/* 検索結果 */
/* ============================================================ */
.searchmaplist_box {
  display: block;
  padding: 4px 14px 10px 14px;
  margin-bottom: 16px;
  color: #222;
  text-decoration: none;
  background: #fff;
  line-height: 1.35;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 2px 7px 16px 0 rgba(220, 234, 247, 0.8), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 7px 16px 0 rgba(220, 234, 247, 0.8), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
}

/* テーブルスタイル1 横線のみ隙間大きめ */
/* ============================================================ */
table.table_searchmaplist {
  width: 100%;
  background: #fff;
  font-size: 14px;
}

table.table_searchmaplist td {
  padding: 7px 0 7px 0;
}

table.table_searchmaplist tr:last-child th,
table.table_searchmaplist tr:last-child td {
  border-bottom: none;
}

table.table_searchmaplist th {
  display: none;
}

/* リスト内パーツ
--------------------------- */
/* 名前
--------------------------- */
.searchmap_list_text1 {
  clear: both;
  margin-bottom: 2px;
  overflow: hidden;
}

.searchmap_list_text1:last-child {
  margin-bottom: 0px;
}

.searchmap_list_text1_2 {
  max-width: calc(100% - 130px);
  float: left;
  font-size: 14px;
  line-height: 19px;
  margin-right: 2px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.searchmap_list_text1_2_2 {
  overflow: hidden;
}

/* 
.searchmap_list_text1_1 {
    font-size: 13px;
    line-height: 14px;
    margin-top: 3px;
    display: inline-block;
    margin-right: 9px;
    float: left;
}
 */
.searchmap_list_text1_3 {
  font-size: 11px;
  line-height: 13px;
  margin-top: 3px;
  display: inline-block;
  margin-right: 2px;
  float: left;
}

.searchmap_list_text1_4 {
  font-size: 13px;
  line-height: 14px;
  margin-top: 3px;
  display: inline-block;
  margin-right: 2px;
  float: left;
}

/* 施設
--------------------------- */
.searchmap_list_text2_1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
  margin-right: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.searchmap_list_text2_1_2 {
  font-size: 13px;
  margin-bottom: 8px;
  display: inline-block;
}

/* その他の施設情報
--------------------------- */
.searchmap_list_text3_1 {
  clear: both;
  padding-top: 10px;
  font-size: 12px;
  color: #777;
}

/* 地図ボタン
--------------------------- */
.searchmap_list_w_btn {
  float: right;
  margin-top: -4px;
}

.searchmap_list_w_btn button {
  float: left;
}

.searchmap_list_btn1 {
  width: 80px;
  height: 28px;
  line-height: 28px;
}

/* 医師名スライド
====================================================================================== */
.js_doctor_slide,
.js_doctor_slide_close {
  display: none;
}

.btn_doctor_slide_open,
.btn_doctor_slide_close {
  line-height: 32px;
  color: #999;
  text-decoration: underline;
}

/* ボタン_検索結果を地図表示
/* ============================================================ */
.btn_list_mapopen_sp {
  height: 40px;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  border: none;
  /* input,buttonの枠消し */
  line-height: 38px;
  overflow: hidden;
  padding: 0 4px 0 4px;
  border-radius: 999px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgb(236, 108, 25);
  background: #fefcf5;
  border: 1px solid rgba(236, 108, 25, 0.7);
  -webkit-box-shadow: 2px 7px 16px 0 rgba(220, 234, 247, 0.8), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 7px 16px 0 rgba(220, 234, 247, 0.8), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  width: 160px;
  display: block;
  position: fixed;
  bottom: 20px;
  left: calc(50% - 80px);
}

/* 検索結果を地図表示 MAP
/* ============================================================ */
.gmap2 {
  height: 220px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* 地図検索 結果一覧 */
/********************************************************
   CSS information
   style info :  詳細
********************************************************/
/* マップ
/* ============================================================ */
.gmap {
  height: 220px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* マップ上　吹き出し内
/* ============================================================ */
.mapdialog {
  font-size: 12px;
  line-height: 1.4;
}

/* -------施設名-------- */
.mapdialog .mapdialog_text1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mapdialog .mapdialog_text1 img {
  height: 1.5em;
  vertical-align: middle;
  margin-right: 0.5em;
}

/* -------施設情報を囲む-------- */
.mapdialog .mapdialog_text2 {
  margin-bottom: 4px;
}

/* -------医師名を囲む-------- */
.mapdialog .mapdialog_text3_1 {
  font-size: 90%;
  margin-left: 1em;
}

.mapdialog .btn_m {
  width: 70px;
  height: 28px;
  line-height: 28px;
  margin-top: 4px;
  float: left;
}

/* 詳細 */