@charset "utf-8";

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*//*
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
*/
/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

/*----------------------------------------------------
	webフォント読み込み
----------------------------------------------------*/
/* GenEiGothicP-Gothic ゴシック */
/* Android 4.3 までのバージョンにも対応する場合 */
@font-face {
  font-family: "GenEiGothicP-Normal"; /* 任意の名前を設定 */
  font-style: "normal"; /* フォントスタイルの設定 */
  font-weight: 300; /* フォントウェイトの設定 */
  src: url("../fonts/GenEiGothicP-Light/GenEiGothicP-Light.woff") format("woff"),
    url("../fonts/GenEiGothicP-Light/GenEiGothicP-Light.otf") format("opentype"); /* フォントファイルの指定 */
}
@font-face {
  font-family: "GenEiGothicP-Normal"; /* 任意の名前を設定 */
  font-style: "normal"; /* フォントスタイルの設定 */
  font-weight: 400; /* フォントウェイトの設定 */
  src: url("../fonts/GenEiGothicP-Regular/GenEiGothicP-Regular.woff") format("woff"),
    url("../fonts/GenEiGothicP-Regular/GenEiGothicP-Regular.otf") format("opentype"); /* フォントファイルの指定 */
}
@font-face {
  font-family: "GenEiGothicP-Normal"; /* 任意の名前を設定 */
  font-style: "normal"; /* フォントスタイルの設定 */
  font-weight: 500; /* フォントウェイトの設定 */
  src: url("../fonts/GenEiGothicP-SemiBold/GenEiGothicP-SemiBold.woff") format("woff"),
    url("../fonts/GenEiGothicP-SemiBold/GenEiGothicP-SemiBold.otf") format("opentype"); /* フォントファイルの指定 */
}
@font-face {
  font-family: "GenEiGothicP-Normal"; /* 任意の名前を設定 */
  font-style: "normal"; /* フォントスタイルの設定 */
  font-weight: 700; /* フォントウェイトの設定 */
  src: url("../fonts/GenEiGothicP-Bold/GenEiGothicP-Bold.woff") format("woff"),
    url("../fonts/GenEiGothicP-Bold/GenEiGothicP-Bold.otf") format("opentype"); /* フォントファイルの指定 */
}
@font-face {
  font-family: "GenEiGothicP-Normal"; /* 任意の名前を設定 */
  font-style: "normal"; /* フォントスタイルの設定 */
  font-weight: 800; /* フォントウェイトの設定 */
  src: url("../fonts/GenEiGothicP-Heavy/GenEiGothicP-Heavy.woff") format("woff"),
    url("../fonts/GenEiGothicP-Heavy/GenEiGothicP-Heavy.otf") format("opentype"); /* フォントファイルの指定 */
}


/* GenJyuu-p-Gothic ゴシック */
/* Android 4.3 までのバージョンにも対応する場合 */
@font-face {
  font-family: "GenJyuuGothic-p-Normal"; /* 任意の名前を設定 */
  font-style: "normal"; /* フォントスタイルの設定 */
  font-weight: 300; /* フォントウェイトの設定 */
  src: url("../fonts/GenJyuuGothic-P-Light/GenJyuuGothic-P-Light.woff") format("woff"),
    url("../fonts/GenJyuuGothic-P-Light/GenJyuuGothic-P-Light.ttf") format("truetype"); /* フォントファイルの指定 */
}
@font-face {
  font-family: "GenJyuuGothic-p-Normal"; /* 任意の名前を設定 */
  font-style: "normal"; /* フォントスタイルの設定 */
  font-weight: 400; /* フォントウェイトの設定 */
  src: url("../fonts/GenJyuuGothic-P-Regular/GenJyuuGothic-P-Regular.woff") format("woff"),
    url("../fonts/GenJyuuGothic-P-Regular/GenJyuuGothic-P-Regular.ttf") format("truetype"); /* フォントファイルの指定 */
}
@font-face {
  font-family: "GenJyuuGothic-p-Normal"; /* 任意の名前を設定 */
  font-style: "normal"; /* フォントスタイルの設定 */
  font-weight: 500; /* フォントウェイトの設定 */
  src: url("../fonts/GenJyuuGothic-P-Medium/GenJyuuGothic-P-Medium.woff") format("woff"),
    url("../fonts/GenJyuuGothic-P-Medium/GenJyuuGothic-P-Medium.ttf") format("truetype"); /* フォントファイルの指定 */
}
@font-face {
  font-family: "GenJyuuGothic-p-Normal"; /* 任意の名前を設定 */
  font-style: "normal"; /* フォントスタイルの設定 */
  font-weight: 700; /* フォントウェイトの設定 */
  src: url("../fonts/GenJyuuGothic-P-Bold/GenJyuuGothic-P-Bold.woff") format("woff"),
    url("../fonts/GenJyuuGothic-P-Bold/GenJyuuGothic-P-Bold.ttf") format("truetype"); /* フォントファイルの指定 */
}

/* 読み込み　参考 */
/*
.NotoSerifJP {
  font-family: 'Noto Serif Japanese', serif;
}

.NotoSansJP {
	font-family: 'Noto Sans Japanese', sans-serif;
}
*/
/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body {
	font-size: 16px;
  font-size: 1.6rem;
  font-family:"GenEiGothicP-Normal", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 300;
}

input, textarea {
	font-size: 16px;
  font-size: 1.6rem;
  font-family:"GenEiGothicP-Normal", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: 300;
}

/* for IE6 *//*
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
*/


/*
 * Form Reset
 *//*
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*/
/*
 * box-sizing
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* リンク
----------------------------------------------------*/
a {
	/* font-size: 16px;
  font-size: 1.6rem; */
	color: rgba(61,125,204,1);
	text-decoration: none;
	vertical-align: top;
}

a:link { text-decoration: underline; color: rgba(61,125,204,1); }

a:visited { text-decoration: underline; color: rgba(49,64,138,1); }

a:hover { text-decoration: underline; color: rgba(255,165,0,1); }

a:active { text-decoration: underline; color: rgba(131,94,191,1); }

a[href^="tel:"] { cursor: default; }

a.object-link {
  display: block;
  color: rgba(77,77,77,1);
  text-decoration: none;
}

a.object-link:hover {
  filter:alpha(opacity=50);
	-moz-opacity: 0.5;
  opacity: 0.5;
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;
}

/* 汎用
----------------------------------------------------*/
/* Text Align
 * --------------------------------------------- */
.textAlignCenter { text-align: center !important; }
.textAlignLeft { text-align: left !important; }
.textAlignRight { text-align: right; }

/* Float
 * --------------------------------------------- */
/* LEFT */ .floLeft { float:left; }
/* RIGHT */ .floRight { float:right; }
/* CLEAR */ .floClear { clear:both; float: none; }

/* bold */ .fontWeightBold { font-weight: bold}

/* Clearfix
 * --------------------------------------------- */
/* for modern browser */
.clearfix:after { font-size: 0; line-height: 0; height: 0; visibility: hidden; content:"."; display: block; clear: both; }
/* for IE5.5-7 */
.clearfix { zoom: 1; display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix { display: block; }
.clearboth { clear: both; }

/* Global Style
---------------------------------------------------------------- */
.align_right { float: right; }
.align_left { float: left; }

/* clerfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.clerfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

p,
dt,
dd,
li,
input,
textarea {
	font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 220%;
	color: rgba(77,77,77,1);
}

strong {
    font-weight: bold;
}

p.textIndent_1em {
	padding-left: 1em;
	text-indent: -1em;
}

p.textpadding_1em {
	padding-left: 1em;
}

p.textpadding_2em {
	padding-left: 2em;
}

p.caps {
	font-size: 14px;
	font-size:1.4rem;
	line-height: 120%;
}

span.caps {
	font-size: 14px;
	font-size:1.4rem;
	line-height: 120%;
}

img.verticalAlignBottom {
vertical-align: bottom;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.tC,
.btn {
	text-align: center;
}

.tR,
.sign {
	text-align: right;
}

sup {
	font-size: 12px;
	font-size: 1.2rem;
  vertical-align: super;
}

.emp {
	font-weight: bold;
}

.note {
  font-size: 14px;
  font-size: 1.4rem;
}

.note-icon {
  color: rgba(32,174,229,1);
}

#contact .note {
  color: rgba(115,115,115,1);
}


/*
 * Accessibility
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*----------------------------------------------------
画像
----------------------------------------------------*/
/*フルードイメージ*/
img,
iframe,
object {
    max-width: 100%;
    height: auto;
    width /****/:auto;  /*IE8のみ適用*/
    vertical-align: bottom;
}

/* --------------------------------------------------------
 Common Style
-------------------------------------------------------- */

/*	EXAMPLE STYLES */

body {
  /* margin: 16rem 0 5rem; */
  margin: 16rem 0 2rem;
	color: rgba(72,72,72,1);
}
body.home {
  /* margin: 13rem 0 5rem; */
  margin: 13rem 0 2rem;
	color: rgba(72,72,72,1);
}
/*
.wrapper {
	width: 100%;
}
*/
.wideContents{
	margin: 0 auto;
	width: 100%;
}

/*	Mobile STYLES */

.mbimg_off{
	display:block;
}
.mbimg_on{
	display:none;
}

.mbcont_off{
	display:block;
}
.mbcont_on{
	display:none;
}

.mbcont_480_off{
	display:block;
}
.mbcont_480_on{
	display:none;
}

/*	Back to top */

#pageTop {
  position: fixed;
  bottom: 70px;
  right: 5px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 11px 0 0 0;
  width: 43px;
  height: 85px;
	opacity: 0.8;
}

#pageTop a img {
	width: 43px;
  height: 85px;
}

#pageTop a:hover {
  filter:alpha(opacity=50);
	-moz-opacity: 0.5;
  opacity: 0.5;
  transition: 0.5s;
}


/*--------------------------------------------------------------
# template original css
--------------------------------------------------------------*/

abbr,
acronym {
	border-bottom: 1px dashed #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	background: #f4f4f4;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
	overflow: hidden;
}

blockquote.alignleft,
blockquote.alignright {
	font-size: 14px;
	font-size: 0.875rem;
	width: 34%;
}

address {
	margin: 0 0 1.5em;
}

hr.wp-block-separator {
	background-color: #bbb;
	border: 0;
  border-bottom: none;
	height: 1px;
	margin-bottom: 1.5em;
}

.line-solid {
  margin: 3rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.8);
}

.line-dashed {
  margin: 3rem 0;
  border-bottom: 2px dashed rgba(0,0,0,0.8);
}

#online #online_medical_care span.line-dashed {
  display: block;
  margin: 1.5rem 0;
  border-bottom: 1px dashed rgba(0,160,233,1);
}

.line-solid.margine-short,
.line-dashed.margine-short {
  margin: 1.5rem 0;
}

/*--------------------------------------------------------------
# page.site
--------------------------------------------------------------*/
#page.site {
  position: relative;
}

/*--------------------------------------------------------------
# site content
--------------------------------------------------------------*/
.site-content {
}

/*--------------------------------------------------------------
# content area
--------------------------------------------------------------*/
.content-area {
}

.sticky {
  background: #f4f4f4;
  border: 1px solid #eee;
  padding: 15px;
}

.hentry {
}

/* タイトル表示 */

.hentry .entry-title {
  margin-bottom: 5.5rem;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.6;
  font-weight: 600;
}


.hentry .entry-meta {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.hentry .entry-meta .date,
.hentry .entry-meta .category,
.hentry .entry-meta .category-links,
.hentry .entry-meta .tag-links,
.hentry .entry-meta .author {
  margin-right: 10px;
}

.hentry .entry-thumbnail {
  margin-bottom: 10px;
}

.hentry .entry-excerpt {
  font-size: 16px;
  line-height: 1.5;
}

.hentry .read-more {
  display: inline-block;
  margin-left: 1em;
  font-size: 14px;
}

.hentry .entry-content h1,
.hentry .entry-content h2,
.hentry .entry-content h3,
.hentry .entry-content h4,
.hentry .entry-content h5,
.hentry .entry-content h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
}

.hentry .entry-content h1 {
  font-size: 28px;
  font-size: 2.8rem;
}

.hentry .entry-content h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

.hentry .entry-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

.hentry .entry-content h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

.hentry .entry-content h5 {
  font-size: 14px;
  font-size: 1.4rem;
}

.hentry .entry-content h6 {
  font-size: 12px;
  font-size: 1.2rem;
}

.hentry .entry-content p {
  font-size: 16px;
  line-height: 180%;
  /* line-height: 1.7; */
  margin-bottom: 2em;
}

.hentry .entry-content blockquote {
  background: #f4f4f4;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.hentry .entry-content blockquote p {
  font-size: 14px;
  font-style: italic;
}

.hentry .entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.hentry .entry-content table {
  margin-bottom: 2em;
}

.hentry .entry-content table thead {
  background: #f4f4f4;
}

.hentry .entry-content table thead tr th {
  padding: 1rem;
}

.hentry .entry-content table tbody tr th {
  padding: 1rem;
}

.hentry .entry-content table tbody tr td {
  padding: 1rem;
}

.hentry .entry-content dl {
  margin-bottom: 2em;
}

.hentry .entry-content dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

.hentry .entry-content dl dd {
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1.2;
}

.hentry .entry-content ul {
  /* list-style: disc;
  padding-left: 30px; */
}

.hentry .entry-content ul li {
  /* line-height: 1.3; */
  line-height: 180%;
}

.hentry .entry-content ul li ul {
  /* margin-bottom: 10px; */
}

.hentry .entry-content ol {
  list-style: decimal;
  padding-left: 30px;
}

.hentry .entry-content ol li {
  /* line-height: 1.3; */
  line-height: 180%;
}

.hentry .entry-content ol li ol {
  /* margin-bottom: 10px; */
}

.hentry .entry-content pre {
  background: #f4f4f4;
  font-family: "Courier 10 Pitch", Courier, monospace;
  padding: 10px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
  overflow: auto;
}

.hentry .entry-content div {
  /* max-width: 1080px; */
  max-width: 1280px;
}

.hentry .entry-content img {
  /* max-width: 1080px; */
  max-width: 1280px;
}

.hentry .entry-content .alignleft {
  float: left;
  margin-right: 10px;
}

.hentry .entry-content .alignright {
  float: right;
  margin-left: 10px;
}

.hentry .entry-content .aligncenter {
  margin: 0 auto;
}

.hentry .entry-content .wp-caption-text {
  font-size: 12px;
}

@media (max-width: 768px) {
  .hentry .entry-content img,
  .hentry .entry-content div {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# posts navigation & post navigation
--------------------------------------------------------------*/
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 50%;
}

.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: inline-block;
  padding: 15px;
  background: #f4f4f4;
}

.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
}

/*--------------------------------------------------------------
# sidebar
--------------------------------------------------------------*/
.sidebar {
}

.widget {
  margin: 0 0 2em;
}

.widget-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: .8em;
}

.widget ul {
  font-size: 14px;
}

.widget ul li {
  line-height: 2;
}

.widget ul li ul {
  padding-left: 1em;
  margin-bottom: .5em;
}

.widget select {
  width: 100%;
  border: 1px solid #eee;
  background: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}

/* カレンダーウィジェット */
.widget_calendar table {
  width: 100%;
}

.widget_calendar table caption {
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  background: #f4f4f4;
}

.widget_calendar table thead tr th {
  padding: 10px;
}

.widget_calendar table thead tr th[title="土曜日"], .widget_calendar table thead tr th[title="saturday"] {
  color: #53b6f3;
}

.widget_calendar table thead tr th[title="日曜日"], .widget_calendar table thead tr th[title="sunday"] {
  color: #f94c86;
}

.widget_calendar table tbody tr td {
  padding: 10px;
  text-align: center;
}

.widget_calendar table tfoot #prev a,
.widget_calendar table tfoot #next a {
  display: inline-block;
  background: #f4f4f4;
  padding: 10px;
  color: #333333;
}

.widget_calendar table tfoot #next {
  text-align: right;
}

/* 最近のコメントウィジェット */
.widget_recent_comments ul li {
  font-size: 12px;
}

.widget_recent_comments ul li a {
  /* font-size: 14px; */
}

/* RSSウィジェット */
.widget_rss ul li {
  margin-bottom: .5em;
}

.widget_rss ul li .rss-date {
  font-size: 12px;
}

.widget_rss ul li .rssSummary {
  font-size: 12px;
  line-height: 1.2;
}

.widget_rss ul li cite {
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
}

/* 検索ウィジェット */
.widget_search .search-field {
  width: 80%;
  border: 1px solid #eee;
  background: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
}

.widget_search .search-submit {
  background: #eee;
  width: 18%;
  height: 40px;
  border-radius: 5px;
}

/* テキストウィジェット */
.widget_text h1,
.widget_text h2,
.widget_text h3,
.widget_text h4,
.widget_text h5,
.widget_text h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
}

.widget_text h1 {
  font-size: 28px;
  font-size: 2.8rem;
}

.widget_text h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

.widget_text h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

.widget_text h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

.widget_text h5 {
  font-size: 14px;
  font-size: 1.4rem;
}

.widget_text h6 {
  font-size: 12px;
  font-size: 1.2rem;
}

.widget_text p {
  font-size: 16px;
  line-height: 180%;
  /* line-height: 1.7; */
  margin-bottom: 2em;
}

.widget_text blockquote {
  background: #f4f4f4;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.widget_text blockquote p {
  font-size: 14px;
  font-style: italic;
}

.widget_text blockquote p:last-child {
  margin-bottom: 0;
}

.widget_text table {
  margin-bottom: 2em;
}

.widget_text table thead {
  background: #f4f4f4;
}

.widget_text table thead tr th {
  padding: 1rem;
}

.widget_text table tbody tr th {
  padding: 1rem;
}

.widget_text table tbody tr td {
  padding: 1rem;
}

.widget_text dl {
  margin-bottom: 2em;
}

.widget_text dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

.widget_text dl dd {
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1.2;
}

.widget_text ul {
  list-style: disc;
  padding-left: 30px;
}

.widget_text ul li {
  /* line-height: 1.3; */
  line-height: 180%;
}

.widget_text ul li ul {
  /* margin-bottom: 10px; */
}

.widget_text ol {
  list-style: decimal;
  padding-left: 30px;
}

.widget_text ol li {
  /* line-height: 1.3; */
  line-height: 180%;
}

.widget_text ol li ol {
  /* margin-bottom: 10px; */
}

.widget_text pre {
  background: #f4f4f4;
  font-family: "Courier 10 Pitch", Courier, monospace;
  padding: 10px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
  overflow: auto;
}

.widget_text div {
  max-width: 1080px;
}

.widget_text img {
  max-width: 1080px;
}

.widget_text .alignleft {
  float: left;
  margin-right: 10px;
}

.widget_text .alignright {
  float: right;
  margin-left: 10px;
}

.widget_text .aligncenter {
  margin: 0 auto;
}

.widget_text .wp-caption-text {
  font-size: 12px;
}

@media (max-width: 768px) {
  .widget_text img,
  .widget_text div {
    max-width: 100%;
  }
}

.widget_text img {
  max-width: 100%;
}

/* タグウィジェット */
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 3px 5px;
  background: #f4f4f4;
  color: #333333;
  text-decoration: none;
  /* font-size: 12px !important; */
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# site footer
--------------------------------------------------------------*/
.site-footer__inner {
}

.site-footer .copyright {
}

.site-footer .copyright p {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 100%;
}

.site-footer .copyright p a {
}

/*--------------------------------------------------------------
# page header
--------------------------------------------------------------*/
.page-header {
  /* border: 1px solid #eee;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center; */
}

.page-title {
  font-size: 26px;
  line-height: 1;
}

.archive-description {
  padding-top: 15px;
  font-size: 14px;
  font-style: italic;
  color: #737373;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 h1,
.error-404 h2,
.error-404 h3,
.error-404 h4,
.error-404 h5,
.error-404 h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
}

.error-404 h1 {
  font-size: 28px;
  font-size: 2.8rem;
}

.error-404 h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

.error-404 h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

.error-404 h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

.error-404 h5 {
  font-size: 14px;
  font-size: 1.4rem;
}

.error-404 h6 {
  font-size: 12px;
  font-size: 1.2rem;
}

.error-404 p {
  font-size: 16px;
  line-height: 180%;
  /* line-height: 1.7; */
  margin-bottom: 2em;
}

.error-404 blockquote {
  background: #f4f4f4;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.error-404 blockquote p {
  font-size: 14px;
  font-style: italic;
}

.error-404 blockquote p:last-child {
  margin-bottom: 0;
}

.error-404 table {
  margin-bottom: 2em;
}

.error-404 table thead {
  background: #f4f4f4;
}

.error-404 table thead tr th {
  padding: 1rem;
}

.error-404 table tbody tr th {
  padding: 1rem;
}

.error-404 table tbody tr td {
  padding: 1rem;
}

.error-404 dl {
  margin-bottom: 2em;
}

.error-404 dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

.error-404 dl dd {
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1.2;
}

.error-404 ul {
  list-style: disc;
  padding-left: 30px;
}

.error-404 ul li {
  /* line-height: 1.3; */
  line-height: 180%;
}

.error-404 ul li ul {
  /* margin-bottom: 10px; */
}

.error-404 ol {
  list-style: decimal;
  padding-left: 30px;
}

.error-404 ol li {
  /* line-height: 1.3; */
  line-height: 180%;
}

.error-404 ol li ol {
  /* margin-bottom: 10px; */
}

.error-404 pre {
  background: #f4f4f4;
  font-family: "Courier 10 Pitch", Courier, monospace;
  padding: 10px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
  overflow: auto;
}

.error-404 div {
  max-width: 1080px;
}

.error-404 img {
  max-width: 1080px;
}

.error-404 .alignleft {
  float: left;
  margin-right: 10px;
}

.error-404 .alignright {
  float: right;
  margin-left: 10px;
}

.error-404 .aligncenter {
  margin: 0 auto;
}

.error-404 .wp-caption-text {
  font-size: 12px;
}

@media (max-width: 768px) {
  .error-404 img,
  .error-404 div {
    max-width: 100%;
  }
}

.error-404 .search-form {
  text-align: center;
}

.error-404 .search-form .search-field {
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  padding: 15px;
  font-size: 16px;
  width: 60%;
}

.error-404 .search-form .search-submit {
  background: #eee;
  height: 54px;
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
}

.error-404 ul li {
  font-size: 14px;
  margin-bottom: .5em;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-title {
  text-align: center;
  padding: 30px;
  font-size: 26px;
  color: #555;
  border: 1px solid #eee;
  margin-bottom: 1em;
}

.comment.parent .children {
  padding-left: 1em;
}

.comment-meta .vcard {
  margin-bottom: .5em;
}

.comment-meta .vcard .fn {
  font-size: 16px;
}

.comment-metadata {
  font-size: 12px;
  margin-bottom: 1em;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
}

.comment-content h1 {
  font-size: 28px;
  font-size: 2.8rem;
}

.comment-content h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

.comment-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

.comment-content h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

.comment-content h5 {
  font-size: 14px;
  font-size: 1.4rem;
}

.comment-content h6 {
  font-size: 12px;
  font-size: 1.2rem;
}

.comment-content p {
  font-size: 16px;
  line-height: 180%;
  /* line-height: 1.7; */
  margin-bottom: 2em;
}

.comment-content blockquote {
  background: #f4f4f4;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.comment-content blockquote p {
  font-size: 14px;
  font-style: italic;
}

.comment-content blockquote p:last-child {
  margin-bottom: 0;
}

.comment-content table {
  margin-bottom: 2em;
}

.comment-content table thead {
  background: #f4f4f4;
}

.comment-content table thead tr th {
  padding: 1rem;
}

.comment-content table tbody tr th {
  padding: 1rem;
}

.comment-content table tbody tr td {
  padding: 1rem;
}

.comment-content dl {
  margin-bottom: 2em;
}

.comment-content dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

.comment-content dl dd {
  padding-left: 1em;
  margin-bottom: 1em;
  line-height: 1.2;
}

.comment-content ul {
  list-style: disc;
  padding-left: 30px;
}

.comment-content ul li {
  /* line-height: 1.3; */
  line-height: 180%;
}

.comment-content ul li ul {
  /* margin-bottom: 10px; */
}

.comment-content ol {
  list-style: decimal;
  padding-left: 30px;
}

.comment-content ol li {
  /* line-height: 1.3; */
  line-height: 180%;
}

.comment-content ol li ol {
  /* margin-bottom: 10px; */
}

.comment-content pre {
  background: #f4f4f4;
  font-family: "Courier 10 Pitch", Courier, monospace;
  padding: 10px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
  overflow: auto;
}

.comment-content div {
  max-width: 1080px;
}

.comment-content img {
  max-width: 1080px;
}

.comment-content .alignleft {
  float: left;
  margin-right: 10px;
}

.comment-content .alignright {
  float: right;
  margin-left: 10px;
}

.comment-content .aligncenter {
  margin: 0 auto;
}

.comment-content .wp-caption-text {
  font-size: 12px;
}

@media (max-width: 768px) {
  .comment-content img,
  .comment-content div {
    max-width: 100%;
  }
}

.no-comments {
  margin: 2em -0px;
  text-align: center;
  background: #f4f4f4;
  padding: 30px;
  border: 1px solid #eee;
}

.comment-form-comment textarea {
  width: 100% !important;
}


/*--------------------------------------------------------------
# ブロックエディタへの対応修正
--------------------------------------------------------------*/

.entry-content .wp-block-gallery ul.blocks-gallery-grid,
.entry-content ul.wp-block-gallery  {
  padding-left: 0;
}

.entry-content .wp-block-gallery ol.blocks-gallery-grid,
.entry-content ol.wp-block-gallery {
  padding-left: 0;
}

.wp-block-pullquote:before {
  content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


.hentry .entry-content .wp-block-button a.wp-block-button__link {
	/* font-size: 16px;
  font-size: 1.6rem; */
	color: rgba(255,255,255,1);
	text-decoration: none;
	vertical-align: top;
}

.hentry .entry-content .wp-block-button a.wp-block-button__link:link { text-decoration: none; none; color: rgba(255,255,255,1); }

.hentry .entry-content .wp-block-button a.wp-block-button__link:visited { text-decoration: none; none; color: rgba(255,255,255,1); }

.hentry .entry-content .wp-block-button a.wp-block-button__link:hover { text-decoration: none; color: rgba(255,255,255,1); }

.hentry .entry-content .wp-block-button a.wp-block-button__link:active { text-decoration: none; none; color: rgba(255,255,255,1); }

.hentry .entry-content .wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.hentry .entry-content .wp-block-cover.has-background-dim,
.hentry .entry-content .wp-block-image img {
  margin-bottom: 2rem;
}

/* font */

.hentry .entry-content .has-small-font-size {
  font-size: 13px;
  font-size: 1.3rem;
 }

.hentry .entry-content .has-regular-font-size,
.hentry .entry-content .has-normal-font-size {
  font-size: 16px;
  font-size: 1.6rem;
 }

.hentry .entry-content .has-medium-font-size {
  font-size: 20px;
  font-size: 2rem;
 }

.hentry .entry-content .has-large-font-size {
  font-size: 36px;
  font-size: 3.6rem;
 }

.hentry .entry-content .has-larger-font-size,
.hentry .entry-content .has-huge-font-size {
  font-size: 42px;
  font-size: 4.2rem;
 }

.hentry .entry-content .has-text-align-center {
  text-align: center; }

.hentry .entry-content .has-text-align-left {
  /*rtl:ignore*/
  text-align: left; }

.hentry .entry-content .has-text-align-right {
  /*rtl:ignore*/
  text-align: right; }


  /* Safari 9用 css hack */

  @supports (overflow:-webkit-marquee) and (justify-content:inherit) {
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item,
    .blocks-gallery-grid .blocks-gallery-image,
    .blocks-gallery-grid .blocks-gallery-item {
      margin: 0 16px 16px 0;
      display: flex;
      flex-grow: 1;
      flex-direction: row;
      justify-content: center;
      position: relative; }
    }


/* --------------------------------------------------------
    original wordpress css
-------------------------------------------------------- */

.hentry .entry-content img,
.hentry .entry-content iframe,
.hentry .entry-content object {
    max-width: 100%;
    height: auto;
    width /****/:auto;  /*IE8のみ適用*/
    vertical-align: bottom;
}

  hr.wp-block-separator {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
  }


/* --------------------------------------------------------
 wideImage
-------------------------------------------------------- */

#header.wideImage {
  height: auto;
	margin: 0 auto 0;
  background-color: rgba(255,255,255,1);
	background-position: center center;
	background-repeat: no-repeat;
  background-size: cover;
  position: fixed;            /* ヘッダーの固定 */
  top: 0px;                   /* 位置(上0px) */
  left: 0px;                  /* 位置(右0px) */
  z-index: 10;
}

#localHeader.wideImage {/*
  height: auto;
	margin: 0 auto 0;
  background-color: rgba(25,25,25,1);
	background-position: center center;
	background-repeat: no-repeat;
  background-size: cover; */
}

#oline-reservation.wideImage {
  height: auto;
	margin: 0 auto 0;
  background-color: rgba(0,160,233,0.2);
	background-position: center center;
	background-repeat: no-repeat;
  background-size: cover;
}

#footerNav.wideImage {/*
  height: auto;
	margin: 0 auto 0;
  background-color: rgba(25,25,25,1);
	background-position: center center;
	background-repeat: no-repeat;
  background-size: cover; */
  position: fixed;            /* ヘッダーの固定 */
  bottom: 0px;                   /* 位置(上0px) */
  left: 0px;                  /* 位置(右0px) */
  z-index: 9;
}

#footer.wideImage {
  height: auto;
	margin: 0 auto 0;
  background-position: center center;
	background-repeat: no-repeat;
  background-size: cover;
}


/* --------------------------------------------------------
 header
-------------------------------------------------------- */

#header header {
}

#header header div#hGroup {
  padding: 2rem 4rem;
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 4rem; */
}

#header header div#h_logo {
  margin: 0 auto;
	/* width: 33%; */
  width: 300px;
}

#header header h1 {
}


/*	Primary Navigation */

#header header div#pNav ul {
	width: auto;
	margin: auto;
}

#header header div#pNav ul li {
	display: inline-block;
	margin-left: 20px;
	height: auto;
}

#header header div#pNav ul li:first-child {
	margin-left: 0;
}

#header header div#pNav ul li a {
	display: block;
	height: auto;
}

#header header div#pNav ul li a:hover {
  filter:alpha(opacity=50);
	-moz-opacity: 0.5;
  opacity: 0.5;
}

#header header div#pNav ul li a img {
}


/*	Navi */

div#navi {
  margin: 0 0 0 auto;
}

nav#site-navigation {
}

nav#site-navigation div.menu-global-container.gnavi {
}

nav#site-navigation div.menu-global-container.gnavi ul {
}

nav#site-navigation div.menu-global-container.gnavi ul li {
	display: inline-block;
	padding: 0;
	width: auto;
}

nav#site-navigation div.menu-global-container.gnavi ul li a {
	display: block;
	padding: 0 0.5rem;
	width: 100%;
	color: rgba(72,72,72,1);
	font-size: 14.5px;
	font-size: 1.45rem;
	text-align: center;
	text-decoration: none;
}

nav#site-navigation div.menu-global-container.gnavi ul li a:hover {
	color: rgba(229,229,229,1);
	/* filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5; */
  transition: 0.5s;
}

nav#site-navigation div.menu-global-container.gnavi ul li span.open {
	display: block;
	padding: 0;
	width: 100%;
	color: rgba(72,72,72,1);
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	text-decoration: none;
}

/* パンくずリスト */

.breadcrumb {
  margin: 1rem 0;
  padding-left:0;
}

.breadcrumb li {
  display:inline-block;/*横に並ぶように*/
  list-style: none;
  font-family: "GenJyuuGothic-p-Normal";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;/*太字*/
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 5px;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: gray;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;/*太字*/
}
/*
.breadcrumb li:first-child a:before {
  *//*家アイコン*//*
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
  color: #2e7fea;
}
*/
.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li span {
  text-decoration: underline;
}

/* --------------------------------------------------------
 Contents Style
-------------------------------------------------------- */

article {
}

aside {
}
/*
.main {
	padding-top: 6rem;
}
*/

.main header {
	margin-bottom: 8rem;
}

.contents {
	width: 95%;
	margin: 0 auto 0;
}


/*	Local header */

div#footerNav {
	position: relative;
}

div#footerNav div.bxslider img {
	vertical-align: bottom;
}


/*	Local Navi */

div#footerNav div#lNav {
	width: 100%;
	background-color: rgba(255,255,255,1);
}

div#footerNav div#lNav ul {
	margin: 0 auto;
	text-align: center;
}

div#footerNav div#lNav ul li {
	display: inline-block;
	margin-bottom: 0;
	width: 33.3%;
}

div#footerNav div#lNav ul li:first-child {
}

div#footerNav div#lNav ul li a {
	display: block;
  padding: 1rem 0;
	text-align: center;
	color: rgba(255,255,255,1);
  background-color: rgba(192,192,192,1);
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
}

div#footerNav div#lNav ul li:nth-of-type(1) a {
  background-color: rgba(0,78,162,1);
}

div#footerNav div#lNav ul li:nth-of-type(2) a {
  background-color: rgba(0,177,173,1);
}

div#footerNav div#lNav ul li a:hover {
	/* color: rgba(72,72,72,1); */
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  transition: 0.5s;
}


/*JSを使いfixedクラスが付与された際の設定*/
div#footerNav.fixed{
	position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  left:0;/*位置指定*/
}


/*	header */

h2 {
}

#newsRelease h2 {
  margin-bottom: 0.5rem;
  font-size: 18px;
	font-size: 1.8rem;
  font-weight: 400;
  line-height: 180%;
  color: rgba(0,78,162,1);
  text-align: left;
  letter-spacing: 0.05em
}

.block h2 {
  font-family: "GenJyuuGothic-p-Normal";
  font-size: 28px;
	font-size: 2.8rem;
  font-weight: 600;
  line-height: 180%;
  text-align: center;
  position: relative;
  z-index: -1;
  display: inline-block;
  margin: 0 auto;
  padding: 1rem 2rem 0;
  min-width: 260px;
  max-height: 53px;
  color: rgba(115,115,115,1);
  /* background-color: rgba(223,242,252,1); */
  background-color: rgba(255,255,255,1);
  -webkit-border-top-left-radius: 1rem;
	-moz-border-radius-topleft: 1rem;
	border-top-left-radius: 1rem;
  -webkit-border-top-right-radius: 1rem;
	-moz-border-radius-topright: 1rem;
	border-top-right-radius: 1rem;
  -webkit-box-shadow: 5px 2px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 2px 10px rgba(0,0,0,0.2);
	box-shadow: 5px 2px 10px rgba(0,0,0,0.2);
}

.block h2 span.subheader {
  display: inline;
}

.block h2.over-header-h2 {
  display: none;
  margin: 0 auto;
  padding: 0;
  min-width: auto;
  max-height: 53px;
  line-height: 100%;
  color: rgba(115,115,115,1);
  /* background-color: rgba(223,242,252,1); */
  background-color: rgba(255,255,255,1);
  -webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

.block h2 span.sub {
  font-size: 0.7em;
  font-weight: 500;
}

h3 {
}

.block h3 {
  margin-bottom: 2rem;
  font-family: "GenJyuuGothic-p-Normal";
  font-size: 22px;
	font-size: 2.2rem;
  font-weight: 500;
  line-height: 180%;
  color: rgba(1,74,148,1);
  text-align: left;
  letter-spacing: 0.05em
}

#feature.block h3 {
  font-size: 28px;
	font-size: 2.8rem;
  line-height: 120%;
  letter-spacing: 0.25em;
  color: rgba(0,160,233,1);
  text-align: center;
}
/*
#online.block h3 {
  padding: 0.75rem;
  font-size: 20px;
	font-size: 2rem;
  line-height: 120%;
  color: rgba(255,255,255,1);
  background-color: rgba(0,78,162,1);
  -webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
}
*/
.block h3 span {
  color: rgba(77,77,77,1);
  text-align: center;
}

.block h3 span.sub {
  font-size: 16px;
	font-size: 1.6rem;
  letter-spacing: 0;
}

#fatigue_check #check_list.block .fatigue_check_form h3 {
  margin: 0 auto 2rem;
  width: 517px;
  height: auto;
}

#content.block h3 {
  margin-bottom: 3rem;
  padding-bottom: 0.25rem;
  text-align: center;
}

#content.block #content-list-01 h3 {
  color: rgba(123,115,115,1);
  border-bottom: 1px solid rgba(123,115,115,1);
  text-align: center;
}

#content.block #content-list-02 h3 {
  color: rgba(0,160,233,1);
  border-bottom: 1px solid rgba(0,160,233,1);
  text-align: center;
}

#home #online.block h3,
#check_list_result.block h3 {
  color: rgba(115,115,115,1);
  border-bottom: 2px solid rgba(115,115,115,1);
  font-family:"GenEiGothicP-Normal";
  text-align: center;
}
/*
#online #online_medical_care.block h3 {
  color: rgba(1,74,148,1);
  border-bottom: none;
  text-align: left;
}
*/
#online #online_medical_care.block div.blank {
  padding-top: 5rem;
}

#faq #faq-list.block h3 {
  margin-bottom: 0;
  padding: 1.5rem;
  font-size: 20px;
	font-size: 2rem;
  font-weight: 400;
  line-height: 180%;
  color: rgba(255,255,255,1);
  background-color: rgba(1,74,148,1);
  text-align: center;
  border: 1px solid rgba(115,115,115,1);
}

#medical_subjects .block h3 {
  margin-bottom: 3rem;
  font-family: "GenJyuuGothic-p-Normal";
  font-size: 24px;
	font-size: 2.4rem;
  font-weight: 600;
  line-height: 160%;
  color: rgba(115,115,115,1);
  text-align: center;
}

#medical_subjects .block h3 img {
  margin-bottom: 0.8rem;
  width: 52px;
}

#medical_subjects .block h3 span {
  display: block;
  font-size: 18px;
	font-size: 1.8rem;
  color: rgba(0,160,233,1);
  text-align: center;
}

#online #online_medical_care.block h3 {
  padding: 0.5rem;
  color: rgba(48,48,48,1);
  text-align: center;
  background-color: rgba(0,0,0,0.1)
}

#news .block #detail h3,
#news .block #left h3 {
  padding-left: 2rem;
  border-left: 5px solid rgba(0,160,233,1);
  color: rgba(77,77,77,1);
}

#news .block #detail h3 span,
#news .block #left h3 span {
  color: rgba(0,160,233,1);
  font-size: 18px;
	font-size: 1.8rem;
  text-align: left;
}



h4 {
}

.block h4 {
  margin-bottom: 2rem;
  font-size: 20px;
	font-size: 2rem;
  font-weight: 500;
  line-height: 180%;
  color: rgba(115,115,115,1);
  text-align: center;
  border-bottom: 2px solid rgba(115,115,115,1);
}

#flow .block h4 {
  margin-bottom: 2rem;
  padding: 0.5rem;
  font-family: "GenJyuuGothic-p-Normal";
  font-size: 24px;
	font-size: 2.4rem;
  font-weight: 500;
  line-height: 180%;
  color: rgba(48,48,48,1);
  text-align: center;
  border-bottom: none;
  background-color: rgba(235,235,235,1);
}

#medical_subjects #free_medical_care.block h4 {
  font-family: "GenJyuuGothic-p-Normal";
  border-top: 1px dashed rgba(115,115,115,1);
  border-bottom: 1px dashed rgba(115,115,115,1);
}

#medical_subjects #insurance_medical_treatment.block h4 {
  font-family: "GenJyuuGothic-p-Normal";
  color: rgba(1,74,148,1);
  text-align: left;
  border-bottom: 1px solid rgba(1,74,148,1);
}

#medical_subjects .block .accordionArea h4 {
  margin-bottom: 0;
  padding: 1.5rem;
  color: rgba(255,255,255,1);
  background-color: rgba(1,74,148,1);
  border: 1px solid rgba(115,115,115,1);
  border-top: 1px solid rgba(115,115,115,1);
  border-bottom: 2px solid rgba(115,115,115,1);
  border-left: 1px solid rgba(115,115,115,1);
  border-right: 1px solid rgba(115,115,115,1);
}

#medical_subjects #free_medical_care.block .accordionArea h4 {
  border-top: 1px solid rgba(115,115,115,1);
  border-bottom: 2px solid rgba(115,115,115,1);
}

#medical_subjects #insurance_medical_treatment.block .reference h4 {
  font-size: 18px;
	font-size: 1.8rem;
  color: rgba(48,48,48,1);
  text-align: center;
  border-bottom: none;
}

#medical_subjects .block #accordionArea-subject-04.accordionArea h4 {
  margin-bottom: 2rem;
  padding: 0;
  font-size: 18px;
	font-size: 1.8rem;
  font-weight: 400;
  line-height: 180%;
  color: rgba(48,48,48,1);
  border-top: none;
  border-bottom: 2px solid rgba(115,115,115,1) !important;
  border-left: none;
  border-right: none;
  background: none;
}

#online #online_medical_care.block #menu h4 {
  margin-bottom: 0;
  padding: 1.5rem;
  font-size: 20px;
	font-size: 2rem;
  font-weight: 400;
  line-height: 180%;
  color: rgba(255,255,255,1);
  background-color: rgba(1,74,148,1);
  text-align: center;
  border: 1px solid rgba(115,115,115,1);
}

#online #online_medical_care.block #oline-reservation h4 {
  margin-bottom: 3rem;
  padding: 0.5rem 0;
  font-size: 22.5px;
	font-size: 2.25rem;
  font-weight: 400;
  line-height: 180%;
  /* color: rgba(255,255,255,1); */
  color: rgba(1,74,148,1);
  /* background-color: rgba(1,74,148,1); */
  text-align: center;
  /* border: 1px solid rgba(115,115,115,1); */
  border-top: 2px dotted rgba(48,48,48,1);
  border-bottom: 2px dotted rgba(48,48,48,1);
}

#news .block #right h4 {
  margin-bottom: 1rem;
  padding: 1.5rem 2rem;
  color: rgba(255,255,255,1);
  text-align: left;
  background-color: rgba(0,160,233,1);
  border: none;
}

.block h5 {
  margin-bottom: 1.5rem;
  font-size: 18px;
	font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  color: rgba(0,160,233,1);
  text-align: left;
}

#flow .block h5 {
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 180%;
  color: rgba(48,48,48,1);
  text-align: center;
  border-bottom: 2px solid rgba(115,115,115,1);
}

#medical_subjects #free_medical_care.block h5 {
  font-family: "GenJyuuGothic-p-Normal";
  color: rgba(1,74,148,1);
  border-bottom: 1px solid rgba(1,74,148,1);
}

#medical_subjects #insurance_medical_treatment.block h5 {
  color: rgba(48,48,48,1);
  text-align: center;
  border-bottom: 1px solid rgba(48,48,48,1);
}

#medical_subjects .block .accordionArea h5 {
  margin-bottom: 2rem;
  padding: 0.25rem 2rem;
  font-size: 18px;
	font-size: 1.8rem;
  font-weight: 400;
  line-height: 180%;
  color: rgba(1,74,148,1);
  border-bottom: none;
  background-color: rgba(0,160,233,0.2);
  -webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
}

#medical_subjects .block #accordionArea-subject-04.accordionArea h5 {
  margin-bottom: 2rem;
  padding: 0;
  font-size: 18px;
	font-size: 1.8rem;
  font-weight: 400;
  line-height: 180%;
  color: rgba(48,48,48,1);
  border-bottom: 2px solid rgba(115,115,115,1) !important;
  background: none;
  -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#medical_subjects .block .accordionArea h5 span {
  font-size: 16px;
	font-size: 1.6rem;
}

#medical_subjects #free_medical_care.block .accordionArea h5 {
  border-bottom: none;
}

#medical_subjects #insurance_medical_treatment.block .accordionArea h5 {
  border-bottom: none;
}

#medical_subjects .block #accordionArea-subject-03.accordionArea h5 {
  padding: 0.25rem 0.5rem;
}

#medical_subjects .block #accordionArea-subject-03.accordionArea h5 span {
  margin-right: 0.5rem;
  padding: 0.25rem 1rem;
  font-weight: 500;
  color: rgba(255,255,255,1);
  background-color: rgba(0,160,233,1);
  -webkit-border-radius: 1.6rem;
	-moz-border-radius: 1.6rem;
	border-radius: 1.6rem;
}

#online #online_medical_care.block .contents-inner .flow h5 {
  margin-bottom: 2rem;
  padding: 0.25rem 1.25rem;
  font-family: "GenJyuuGothic-p-Normal";
  font-size: 21px;
	font-size: 2.1rem;
  font-weight: 500;
  line-height: 180%;
  color: rgba(48,48,48,1);
  text-align: left;
  border-bottom: none;
  background-color: rgba(255,255,255,1);
}

#online #online_medical_care.block #menu h5 {
  font-weight: 600;
  color: rgba(1,74,148,1);
}

#online #online_medical_care.block #menu dl.accordion dd.not-padding h5 {
  margin-bottom: 0rem;
  padding: 2rem;
  font-weight: 600;
  color: rgba(1,74,148,1);
  background-color: rgba(0,160,233,0.2);
}


 .block h6 {
   font-size: 16px;
   font-size: 1.6rem;
   font-weight: 500;
   line-height: 180%;
 }

#flow .block #flow_chart-01 h6,
#online #online_medical_care.block .contents-inner .flow h6 {
  margin-bottom: 1rem;
  font-size: 18px;
	font-size: 1.8rem;
  font-weight: 600;
  line-height: 180%;
  color: rgba(0,160,233,1);
  text-align: left;
  border-bottom: 1px dashed rgba(0,160,233,1);
}

#online #online_medical_care.block .contents-inner .flow h6 {
  color: rgba(48,48,48,1);
}

#flow .block #flow_chart-02 h6 {
  margin-bottom: 2rem;
  padding: 0.25rem 1.25rem;
  font-family: "GenJyuuGothic-p-Normal";
  font-size: 21px;
	font-size: 2.1rem;
  font-weight: 500;
  line-height: 180%;
  color: rgba(48,48,48,1);
  text-align: left;
  border-bottom: none;
  background-color: rgba(235,235,235,1);
}

#medical_subjects .block h6 {
  color: rgba(0,160,233,1);
}

#medical_subjects .block .accordionArea h6 {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  font-weight: 500;
  color: rgba(0,160,233,1);
}

#online #online_medical_care.block #menu h6 {
  color: rgba(1,74,148,1);
}

/* home
----------------------------------------------------*/

#home .page-header div#identity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  padding: 0;
}

#home .page-header div#identity div.inner {
  width: 100%;
  height: auto;
	margin: 0 auto 0;
  background-color: rgba(32,174,229,1);
  background-position: center 20%;
	background-repeat: no-repeat;
  background-size: cover;/*
  -webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
	border-radius: 3rem; */
}

#home .page-header div#identity div.inner {
  background-image: url('../images/home/identity_image.jpg');
	background-image:-webkit-image-set(url("../images/home/identity_image.jpg") 1x,url("../images/@2x/home/identity_image.jpg") 2x);
}

#home .page-header div#identity div.inner h1,
#home .page-header div#identity div.inner p {
  text-align: center;
  color: rgba(255,255,255,1);
}

#home .page-header div#identity div.inner h1,
#home .page-header div#identity div.inner h1 img {
  margin: 0 auto;
  width: 150px;
}

#home .page-header div#identity div.inner h1 {
  margin: 3rem auto 6rem;
}

#home .page-header div#identity div.inner p.heading {
  margin-bottom: 6rem;
  font-size: 28px;
	font-size: 2.8rem;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

#home .page-header div#identity div.inner p.read {
  margin: 0 auto 3rem;
  width: 85%;
  font-size: 18px;
	font-size: 1.8rem;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
}

#home .page-header div#identity div.inner div.attention {
  padding: 1rem;
  text-align: center;
  background-color: rgba(0,78,162,1);
  /* -webkit-border-bottom-left-radius: 3rem;
	-moz-border-radius-bottomleft: 3rem;
	border-bottom-left-radius: 3rem;
  -webkit-border-bottom-right-radius: 3rem;
	-moz-border-radius-bottomright: 3rem;
	border-bottom-right-radius: 3rem; */
}

#home .page-header div#identity div.inner div.attention p {
  font-family: "GenJyuuGothic-p-Normal";
  font-size: 18px;
	font-size: 1.8rem;
  font-weight: 400;
}

#banner a.banner-inquiry {
  display: inline-block;
  margin-bottom: 3rem;
  padding: 2rem;
  border: 1px solid rgba(116,116,116,1);
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  color: rgba(116,116,116,1);
  text-decoration: none;
  background-image: url('../svg/common/banner_arrow.svg');
  background-position: 95% 85%;
	background-repeat: no-repeat;
  background-size: 32px auto;
}

#banner a.banner-inquiry:hover {
  background-color: rgba(116,116,116,1);
  color: rgba(255,255,255,1);
  background-image: url('../svg/common/banner_arrow_hover.svg');
}

/*	newsRelease */

#newsRelease {
}

.newsRelease {
}

#newsRelease .contents dl:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#newsRelease .contents #newsRelease-cont {
	margin: 0 auto 5rem;
  width: 80%;
}

#newsRelease .contents dl {
  margin: 0 auto 5rem;
}

#newsRelease .contents dl dt {
float:left;
width:15rem;
padding-left: 2rem;
padding-top:1rem;
padding-bottom:1rem;
padding-right:0;
line-height: 160%;
font-weight: 500;
}

#newsRelease .contents dl dd {
padding-left:15rem;
border-bottom:1px solid rgba(204,204,204,1);
padding-top:1rem;
padding-bottom:1rem;
line-height: 160%;
}

#newsRelease .contents dl {
  padding-top: 1rem;
  border-top:1px solid rgba(204,204,204,1);
}

#newsRelease .contents dl dt,
#newsRelease .contents dl dd {
  line-height: 160%;
}

/* --- 角丸の一覧へのリンクボタン --- */
div.btm_newsRelease {
	margin-bottom: 5rem;
  text-align: center;
}
/*
div.btm_newsRelease a {
	display: inline-block;
	margin: 0 auto;
	padding: 1rem 10rem;
  font-size: 18px;
	font-size: 1.8rem;
  line-height: 160%;
  font-weight: 500;
	text-align: center;
	background-color: rgba(0,78,162,1);
	color: rgba(255,255,255,1);
	text-decoration: none;
  transition: 0.5s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

div.btm_newsRelease a {
  margin: 0 auto 3rem;
  display: block;
  padding: 1.5rem 1rem;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  background-color: rgba(0,160,233,1);
  /* -webkit-border-radius: 2.5rem;
	-moz-border-radius: 2.5rem;
	border-radius: 2.5rem; */
  text-decoration: none;
  /* -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  transition: 0.5s; */
  background-image: url('../svg/common/button_arrow.svg');
  background-position: right 10px top 80%;
	background-repeat: no-repeat;
  background-size: 32px auto;
}


div.btm_newsRelease a:hover {
  filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  /* color: rgba(255,255,255,1);
  background-color: rgba(3,110,184,1); */
  transition: 0.5s;
  }


#news .block #right ul#new,
#news .block #right ul#monthly {
  margin-bottom: 3rem;
}

#news .block #right ul#new li a,
#news .block #right ul#monthly li a {
  display: block;
  padding: 1.25rem 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%;
  color: rgba(48,48,48,1);
  text-decoration: none;
  border-bottom: 1px solid rgba(205,205,205,1);
  position: relative;
}

#news .block #right ul#new li a span {
  color: rgba(0,160,233,1);
}
/*
#news .block #right ul#monthly li a::before {
  margin-right: 0.5rem;
  display: block;
  content: "▶︎";
  width: 1em;
  height: 1em;
  color: rgba(0,160,233,1);
  position: absolute;
  left: 0;
  top: 0;
}
*/
#news .block #right ul#new li a:hover,
#news .block #right ul#monthly li a:hover {
  filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  transition: 0.5s;
}

#news .block #pagenation{ overflow:hidden; }
#news .block #pagenation li#prev, #pagenation li#next{ width:65px; height:30px; display:block; float:left; font-size:0; line-height:0; }
#news .block #pagenation li#pageNo{ width:492px; float:left; }
#news .block #pagenation li#pageNo ul{ margin:0 0 0 5px; text-align:center; overflow:hidden; }
#news .block #pagenation li#pageNo ul li{ display:inline; }
#news .block #pagenation li#pageNo ul li a{ background:#F9F9F9; display:inline-block; width:30px; height:30px; margin:0 0 5px 0; padding:6px 0 0 0; border:1px solid #DDD; font-size:12px; color:#333; line-height:150%; }
#news .block #pagenation li#pageNo ul li a:hover{ border:1px solid #2DA8FC; color:#2DA8FC; }
#news .block #pagenation li#pageNo ul li a.on{ background:#2DA8FC; border:1px solid #2DA8FC; color:#FFF; }



  /*	block */

.block {
  margin-bottom: 6rem;
}

#medical_subjects .block {
  margin-bottom: 0;
}

.block .contents-inner {
  padding: 5rem 3rem;
  /* background-color: rgba(223,242,252,1); */
  background-color: rgba(255,255,255,1);
  position: relative;
  z-index: 0;
}
/*
#content.block .contents-inner {
  background: none;
}
*//*
#online.block .contents-inner, */
#online #online_medical_care.block .contents-inner {
  padding: 5rem 3rem;
}

#online .block #oline-reservation.wideImage .contents-inner {
  background: none;
}

.block .contents-inner p {
  margin-bottom: 2rem;
}

.block .contents-inner p.line-height-short {
  margin-bottom: 0;
}

.block .contents-inner p.read {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 200%;
  font-weight: 500;
}

.block .contents-inner p.read span {

}

#medical_subjects .block .contents-inner p.read {
  color: rgba(1,74,148,1);
}

#medical_subjects .block .contents-inner p.read span {
  color: rgba(77,77,77,1);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}

#medical_subjects .block .contents-inner #fatigue_sleep_outpatient p.middle-header {
  text-align: center;
}

#medical_subjects .block .contents-inner #fatigue_sleep_outpatient p.middle-header span {
  font-weight: 400;
  color: rgba(1,74,148,1);
}

.block .contents-inner p.read.emp {
  font-weight: 500;
  color: rgba(0,160,233,1);
}

.block .box-header {
  text-align: center;
}

.block .container {
  position: relative;
}

.block .inner-shadow {
  position: absolute;
  top: 53px;
  left: 0;
  width: 97.5%;
  height: 20px;
  background-color: rgba(255,255,255,1);
  -webkit-box-shadow: 1px -0.5px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px -0.5px 2px rgba(0,0,0,0.1);
	box-shadow: 1px -0.5px 2px rgba(0,0,0,0.1);
  z-index: -2;
}

.block .block-image {
  margin: 0 auto 0;
}

.block .block-image.margin_bottom {
  margin-bottom: 3rem;
}

.block .block-image,
.block .block-image img {
  margin-bottom: 2rem;
  width: 100%;
  -webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
}

.block .block-image.line {
  border: 1px solid rgba(0,0,0,0.2);
}

.block a.button {
  margin: 0 auto 3rem;
  display: block;
  padding: 1.5rem 1rem;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: rgba(255,255,255,1);
  text-align: center;
  background-color: rgba(0,160,233,1);
  /* -webkit-border-radius: 2.5rem;
	-moz-border-radius: 2.5rem;
	border-radius: 2.5rem; */
  text-decoration: none;
  /* -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  transition: 0.5s; */
  background-image: url('../svg/common/button_arrow.svg');
  background-position: right 10px top 80%;
	background-repeat: no-repeat;
  background-size: 32px auto;
}

.block .contents-inner ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 200%;
}

#flow.block a.button {
  width: 100%;
}

.block a.button:hover {
  /* color: rgba(0,160,233,1);
  background-color: rgba(255,255,255,1); */
  filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  transition: 0.5s;
}

#content.block .content-list a {
  display: block;
  margin-bottom: 3rem;
  padding: 3rem 0;
  text-align: center;
  background-color: rgba(223,242,252,1);
  text-decoration: none;
  -webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
  transition: 0.5s;
}

#content.block #content-list-01 .content-list a {
  background-color: rgba(229,226,218,1);
}

#content.block .content-list a:hover {
  filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  transition: 0.5s;
}

#content.block .content-list a img {
  margin-bottom: 0.5rem;
  width: 50%;
}

#content.block .content-list a p {
  text-align: center;
}
/*
#online.block .contents-inner p.online-subheader  {
  margin-bottom: 3rem;
  padding: 0.75rem;
  font-size: 14px;
	font-size: 1.4rem;
  font-weight: 400;
  color: rgba(255,255,255,1);
  text-align: center;
  letter-spacing: 0.25em;
  background-color: rgba(0,78,162,1);
}
*/
#online.block .contents-inner p.clinics-logo,
#online #online_medical_care.block .contents-inner p.clinics-logo {
  margin: 0 auto 3.5rem;
  /* padding-top: 4rem; */
  text-align: center;
  background: none;
  width: 200px;
}

#online #online_medical_care.block .contents-inner p.clinics-logo {
  margin: 0 auto 0.5rem;
}

#online.block .contents dl.commentList dt span,
#online.block .contents dl.commentList dd span,
#online #online_medical_care.block .contents dl.commentList dt span,
#online #online_medical_care.block .contents dl.commentList dd span {
  color: rgba(0,78,162,1);
}

#online.block .contents dl.commentList-middle dt,
#online #online_medical_care.block .contents dl.commentList-middle dt {
  color: rgba(0,78,162,1);
}

#online.block .contents dl.commentList-middle dd,
#online #online_medical_care.block .contents dl.commentList-middle dd {
  font-weight: 400;
}

#online.block .contents dl.commentList-middle dd span,
#online #online_medical_care.block .contents dl.commentList-middle dd span {
  color: rgba(0,160,233,1);
}

#flow.block #feature-text p span.point {
  color: rgba(0,160,233,1);
}

#flow_chart.block .contents p.tell {
  margin-bottom: 1rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}

#flow_chart.block .contents p.tell span {
  font-size: 0.75em;
}

/* arrow */

.arrow-down {
  margin: 0 auto 3rem;
  width: 50px;
}

/* accordion */

.accordionArea dl.accordion {
  margin-bottom: 0;
  /* background-color: rgba(94,183,232,1); */
  border: 1px solid rgba(115,115,115,1);
  border-top: none;
}

.accordionArea dl.accordion:nth-of-type(1) {
  border-top: 1px solid rgba(115,115,115,1);
}

#faq #faq-list .accordionArea dl.accordion:nth-of-type(1),
#medical_subjects .accordionArea dl.accordion:nth-of-type(1) {
  border-top: none;
}

.accordionArea dl.accordion dt {
  padding: 1.5rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  color: rgba(115,115,115,1);
  background-color: rgba(255,255,255,1);
  position: relative;
  cursor: pointer;
  text-align: center;
  background:url(../svg/common/swich_down.svg) 97% 50% no-repeat;
  background-size: 30px;
}

#faq #faq-list .accordionArea dl.accordion dt {
  padding-left: 1rem;
  text-align: left;
}

#online #online_medical_care .accordionArea dl.accordion dt,
#medical_subjects .accordionArea dl.accordion dt {
  padding-left: 1.5rem;
  text-align: left;
}

#online #online_medical_care .accordionArea dl.accordion dt {
  padding-right: 5rem;
}


#medical_subjects #accordionArea-subject-03.accordionArea dl.accordion dt {
  padding-right: 0.2rem;
}

#medical_subjects #accordionArea-subject-03.accordionArea dl#accordion-subject-03-02.accordion dt span {
  transform: scale(0.7, 1);
}

#medical_subjects #accordionArea-subject-04.accordionArea dl.accordion:nth-of-type(1) {
  border-top: 1px solid rgba(115,115,115,1);
}

#medical_subjects #accordionArea-subject-04.accordionArea dl.accordion dt {
  padding-right: 4rem;
}

.accordionArea dl.accordion dt.active {
	background:url(../svg/common/swich_up.svg) 97% 50% no-repeat;
  background-size: 30px;
}

#faq #faq-list .accordionArea dl.accordion dt span {
  display: inline-block;
  padding-left: 4rem;
  padding-right: 2rem;
}

#faq #faq-list .accordionArea dl.accordion dt span:before {
  content: url(../svg/common/q_icon.svg);
  margin-right: 0;
  width: 35px;
  border-top: none;
  font-size: 3.8rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  left: 1rem;
}

.accordionArea dl.accordion dd {
  display:none;
  padding: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 220%;
  /* font-weight: 300;
  line-height: 180%; */
  background-color: rgba(255,255,255,1);
  position: relative;
  border-top: 1px solid rgba(115,115,115,1);
}

.accordionArea dl.accordion dd.not-padding {
  padding: 0;
}

.accordionArea dl.accordion dd.not-padding .inner {
  padding: 2rem;
}

.accordionArea dl.accordion dd p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 220%;
  /* font-weight: 300;
  line-height: 180%; */
}

#faq #faq-list .accordionArea dl.accordion dd {
  background-color: rgba(221,239,249,1);
}

.accordionArea dl.accordion dd span span.attention {
  padding: 0;
  color: rgba(94,183,232,1);
}

#medical_subjects .block .accordionArea ul {
  margin-bottom: 2rem;
}

#medical_subjects .block .accordionArea ul.not-margin {
  margin-bottom: 0;
}

#medical_subjects .block .accordionArea ul li {
  list-style: none;
  padding-left: 2rem;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
}

#medical_subjects .block .accordionArea ul li:before {
 display: block;
 content: "●";
 width: 1em;
 height: 1em;
 color: rgba(0,160,233,1);
 position: absolute;
 left: 0;
 top: 0;
}

#medical_subjects .block #accordionArea-subject-04.accordionArea ul li {
  padding-left: 2rem;
}

/*
.accordionArea dl.accordion dd span {
  display: inline-block;
  padding-left: 3rem;
}

.accordionArea dl.accordion dd span:before {
  content: 'A.';
  margin-right: 0;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  color: rgba(243,152,0,1);
  position: absolute;
  top: 3rem;
  /* -webkit-transform : translateY(-50%);
  transform : translateY(-50%); *//*
  left: 3rem;
}
 */

/* --- トップページのメインナビゲーション --- */
/*
div#mainNav ul {
	margin: 0 auto 0;
	width: 100%;
}

div#mainNav ul li {
	display: inline-block;
	margin-left: 20px;
	width: 20%;
}

div#mainNav ul li:first-child {
	margin-left: 0;
}

div#mainNav ul li a {
	display: block;
	text-align: center;
	color: rgba(72,72,72,1);
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
}

div#mainNav ul li a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

div#mainNav ul li a p {
	margin-top: 10px;
	text-align: center;
}
*/

/* SNS buttom */
/*
div.sns_btm ul {
	margin: 0 auto 0;
	width: 100%;
}

div.sns_btm ul li {
	display: inline-block;
	width: 20%;
	margin-left: 50px;
}

div.sns_btm ul li:first-child {
	margin-left: 0;
}

div.sns_btm ul li a {
	display: block;
}

div.sns_btm ul li a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
*/

/* button */

.block a.button-blank {
  display: block;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 180%;
  color: rgba(115,115,115,1);
  border: 1px solid rgba(115,115,115,1);
  position: relative;
  cursor: pointer;
  text-align: left;
  background:url(../svg/common/blank_icon.svg) rgba(255,255,255,1) 95% 45% no-repeat;
  background-size: 30px;
  text-decoration: none;
}

.block a.button-blank:hover {
  color: rgba(255,255,255,1);
  background-color: rgba(115,115,115,1);
  transition: 0.5s;
}

.block a.button-pdf {
  display: block;
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 2rem 5rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  color: rgba(115,115,115,1);
  background-color: rgba(255,255,255,1);
  border: 1px solid rgba(115,115,115,1);
  position: relative;
  cursor: pointer;
  text-align: left;
  background:url(../svg/common/pdf_icon.svg) rgba(255,255,255,1) 95% 45% no-repeat;
  background-size: 30px;
  text-decoration: none;
}

.block div.button-pdf {
  display: block;
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 2rem 5rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  color: rgba(115,115,115,1);
  background-color: rgba(255,255,255,1);
  border: 1px solid rgba(115,115,115,1);
  position: relative;
  text-align: left;
  background:url(../svg/common/pdf_icon.svg) rgba(255,255,255,1) 95% 45% no-repeat;
  background-size: 30px;
}

.block a.button-pdf:hover {
  color: rgba(255,255,255,1);
  background-color: rgba(115,115,115,1);
  transition: 0.5s;
}

#online #online_medical_care.block a.button-pdf {
  padding: 2.5rem 1rem;
}

#online #online_medical_care.block a.button-pdf span {
  display: inline-block;
  transform: scale(0.85, 1);
}

/* contents
----------------------------------------------------*/
/*
#main section {
	margin-bottom: 60px;
}

#main p {
	line-height: 180%;
}
*/
#main p.photos_before,
#main p.images_before {
	margin: 0 auto;
	text-align: center;
}

#main p.photos_after,
#main p.images_after {
	margin-top: 0;
	text-align: center;
}

.contents .chapter,
.contents.chapter {
	margin-bottom: 8rem;
}

.contents .paragraph,
.contents.paragraph {
	margin-bottom: 4rem;
}


/* flexbox
----------------------------------------------------*/

.box-wrap,
.box-wrap-480 {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.box-wrap-noblock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-wrap.box-no-wrap,
.box-wrap-480.box-no-wrap {
  flex-wrap:nowrap;
}
.box-wrap.box-justify-center,
.box-wrap-480.box-justify-center,
.box-wrap-noblock.box-justify-center {
  justify-content: center;
}
.box-wrap.box-justify-start,
.box-wrap-480.box-justify-start,
.box-wrap-noblock.box-justify-start {
 justify-content: flex-start;
}
.box-wrap.box-align-center,
.box-wrap-480.box-align-center,
.box-wrap-noblock.box-align-center {
  align-items: center;
}
.box-wrap.box-align-end,
.box-wrap-480.box-align-end,
.box-wrap-noblock.box-align-end {
  align-items: flex-end;
}

.box {

}
.box.box-inline,
.box-480.box-inline {
  display: inline-block;
}
.box img,
.box-480 img {
  width: 100%;
}
.box p,
.box-480 p {

}


.box.width-span-15-fix,
.box-480.width-span-15-fix {
  width: 15%
}
.box.width-span-20-fix,
.box-480.width-span-20-fix {
  width: 20%
}
.box.width-span-25-fix,
.box-480.width-span-25-fix {
  width: 24.5%
} /*
.box.width-span-25-50-fix {
  width: 24.5%
} */
.box.width-span-30-46-fix,
.box-480.width-span-30-46-fix {
  width: 30%
}
.box.width-span-30-fix,
.box-480.width-span-30-fix {
  width: 30%;
}
.box.width-span-33-fix,
.box-480.width-span-33-fix {
  width: 33.33%
}
.box.width-span-40-fix,
.box-480.width-span-40-fix {
  width: 40%
}
.box.width-span-45-fix,
.box-480.width-span-45-fix {
  width: 45%
}
.box.width-span-49-fix,
.box-480.width-span-49-fix {
  width: 49%
}
.box.width-span-50-fix,
.box-480.width-span-50-fix {
  width: 50%
}
.box.width-span-55-fix,
.box-480.width-span-55-fix {
  width: 55%
}
.box.width-span-60-fix,
.box-480.width-span-60-fix {
  width: 60%
}
.box.width-span-64-fix,
.box-480.width-span-64-fix {
  width: 64%
}
.box.width-span-65-fix,
.box-480.width-span-65-fix {
  width: 65%
}
.box.width-span-70-fix,
.box-480.width-span-70-fix {
  width: 70%
}
.box.width-span-80-fix,
.box-480.width-span-80-fix {
  width: 80%
}
.box.width-span-85-fix,
.box-480.width-span-85-fix {
  width: 85%
}
.box.width-span-100-fix,
.box-480.width-span-100-fix {
  width: 100%
}


/* reverse */

.box-wrap-reverse {
  display: block;
}

.box-reverse.width-span-40-fixed,
.box-480-reverse.width-span-40-fixed {
  width: 100%
}

.box-reverse.width-span-49-fixed,
.box-480-reverse.width-span-49-fixed {
  width: 100%
}

.box-reverse.width-span-59-fixed,
.box-480-reverse.width-span-59-fixed {
  width: 100%
}

/* font-size
----------------------------------------------------*/

.hentry .entry-content p.font-size-small,
.widget_text p.font-size-small,
.error-404 p.font-size-small,
.comment-content p.font-size-small,
.contents p.font-size-small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%
}

.hentry .entry-content p.font-size-middle,
.widget_text p.font-size-middle,
.error-404 p.font-size-middle,
.comment-content p.font-size-middle {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%
}


/* access_map
----------------------------------------------------*/

div.access_map {
position: relative;
padding-bottom: 56.25%;
width: 100%;
height: 0;
overflow: hidden;
}

div.access_map iframe,
div.access_map object,
div.access_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* video
----------------------------------------------------*/

/* youtube */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/*====================================================================
slick
====================================================================*/


.sliderArea {
	max-width: 95%;
	margin: 0 auto 3rem;
	padding: 0 0.25%;
  position: relative;
}
.sliderArea.w300 {
	max-width: 300px;
}
.prev_icon {
  position: absolute;
  width: 35px;
  height: auto;
  left: -2rem;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);;
  z-index: 10;
  cursor: pointer;
}
.next_icon {
  position: absolute;
  width: 35px;
  height: auto;
  right: -2rem;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);;
  z-index: 10;
  cursor: pointer;
}

 /*
.slick-slide {
	margin: 0 5px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-prev, .slick-next {
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	color: #000;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
.thumb {
	margin: 20px 0 0;
}
.thumb .slick-slide {
	cursor: pointer;
}
.thumb .slick-slide:hover {
	opacity: .7;
}
 */

/* director
----------------------------------------------------*/

#director #greeting p.name {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 200%;
  text-align: center;
}

#director #greeting p.name span {
  font-size: 0.6em;
}

#director #greeting p.name ruby {
  ruby-position: under;
}

#director #greeting p.name ruby rb {
  font-family: "GenJyuuGothic-p-Normal";
  font-weight: 500;
}


/* fatigue_check
----------------------------------------------------*/

#fatigue_check #check_list .fatigue_check_form {
  padding: 2rem;
  -webkit-box-shadow: 3px 3px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 15px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 15px rgba(0,0,0,0.3);
}

#fatigue_check #check_list .fatigue_check_form {
	background-image: url(../svg/fatigue_check/fatigue_check_bg_lu.svg), url(../svg/fatigue_check/fatigue_check_bg_ru.svg);
	background-position: left top, right top;
	background-size: 45px auto, 45px auto;
	background-repeat: no-repeat, no-repeat;
}

#fatigue_check p.read {
}

#fatigue_check #check_list_result ul#check_list_result_list {
  margin-bottom: 2rem;
}

#fatigue_check #check_list_result ul#check_list_result_list li {
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 180%;
  color: rgba(1,74,148,1);
  border-bottom: 1px solid rgba(1,74,148,1);
}

#fatigue_check #check_list_result ul#check_list_result_list li span {
  padding-bottom: 0.5rem;
  display: inline-block;
  font-family: "GenJyuuGothic-p-Normal";
  font-size: 2.2em;
  font-weight: 600;
}

#fatigue_check #check_list_result #check_list_result-image {
  text-align: center;
}

#fatigue_check #check_list_result #check_list_result-image img {
  margin: 0 auto;
  width: 75%;
}

/* online
----------------------------------------------------*/

#online #online_medical_care.block p.badge-copy {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

#online #online_medical_care.block ul.badge {
  margin-bottom: 3rem;
  /* display: flex;
  justify-content: center; */
}

#online #online_medical_care.block ul.badge li:nth-of-type(1) {
  margin-bottom: 1rem;
}

#online #online_medical_care.block ul.badge li a {
  display: inline-block;
  text-decoration: none;
  width: 160px;
}

#online #online_medical_care.block ul.badge li img {
  width: 100%;
}

#online #online_medical_care.block ul.badge li.gp a {
  width: 150px;
}

#online #online_medical_care.block ul.badge li.gp img.qr {
  margin-left: 1rem;
  width: 85%;
}

#online #online_medical_care.block .contents-inner .column {
  margin-bottom: 3rem;
  padding: 1.5rem;
  border: 1.2px dashed rgba(126,126,126,1);
  -webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
}

#online #online_medical_care.block p.h3_sub {
  margin-bottom: 0.5rem;
  font-weight: 400;
  text-align: center;
}

.block p.not-margin,
#online #online_medical_care.block .column p.not-margin {
  margin-bottom: 0.5rem;
}

#online #online_medical_care.block .contents-inner .flow p.chart {
  padding: 0.5rem;
  font-family: "GenJyuuGothic-p-Normal";
  font-size: 22px;
	font-size: 2.2rem;
  font-weight: 500;
  line-height: 180%;
  color: rgba(48,48,48,1);
  text-align: center;
  border-bottom: none;
  background-color: rgba(235,235,235,1);
}

#online #online_medical_care.block .contents-inner .flow p.chart span {
  display: block;
  text-align: center;
  color: rgba(0,160,233,1);
}

#online #online_medical_care.block #oline-reservation .account_registration_images {
  position: relative;
  width: 100%;
  max-width: 768px;
  text-align: center;
}

#online #online_medical_care.block #oline-reservation .account_registration_images img {
  margin: 0 auto;
  width: 75%;
}

#online #online_medical_care.block #oline-reservation .account_registration_images p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 140%;
  color: rgba(255,255,255,1);
  text-align: center;
  background-color: rgba(1,74,148,1);
  -webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
  position: absolute;
  bottom: 10%;
  right: 5%;
}

#online #online_medical_care.block #outline .inner {

}

#online #online_medical_care.block #outline .inner img {
  margin-bottom: 2rem;
}

#online #online_medical_care.block #outline .inner a {
  display: block;
  padding: 1.5rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: rgba(255,255,255,1);
  background-color: rgba(203,0,0,1);
  -webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	border-radius: 1rem;
  text-decoration: none;
}

#online #online_medical_care.block #outline .inner a:hover {
  filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  transition: 0.5s;
}

#online #online_medical_care.block #menu span.line-dotted {
  margin: 0.25rem 0 1.5rem;
  display: block;
  border-bottom: 2px dotted rgba(48,48,48,1);
}

/* medical_subjects
----------------------------------------------------*/

#medical_subjects #fatigue_sleep_outpatient_01,
#medical_subjects #mental_health_outpatient_02,
#medical_subjects #intravenous_drip_injection_03,
#medical_subjects #supplement_04,
#medical_subjects #pilates_05 {
   margin-top:-150px;
   padding-top:150px;
}

#medical_subjects .block .inner {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
}

#medical_subjects .block .inner.not-margin {
  margin-bottom: 0;
}

#medical_subjects .block .reference .inner {
  background-color: rgba(0,0,0,0.1);
}

#medical_subjects .block .reference .inner p {
  font-weight: 400;
}

#medical_subjects .block .reference .emp {
  margin-bottom: 2.5rem;
  padding: 0 1.5rem 0 1.5rem;
  background: none;
}

#medical_subjects .block .reference .emp p {
  font-weight: 400;
  color: rgba(255,0,0,1);
}

#medical_subjects .block .inner ul {
  margin-bottom: 2rem;
}

#medical_subjects .block .inner ul li {
  font-weight: 400;
  color: rgba(1,74,148,1);
}

#medical_subjects .block ul.local_navi {
  display: flex;
  margin-bottom: 3rem;
  justify-content: center;
}

#medical_subjects .block ul.local_navi li a {
  padding: 0 2rem;
  border-right: 1px solid rgba(48,48,48,1);
}

#medical_subjects .block ul.local_navi li a:nth-of-type(1) {
  border-left: 1px solid rgba(48,48,48,1);
}

#medical_subjects .block .reference {

}

#medical_subjects .block .drowing,
#medical_subjects .block .drowing img {
  width: 100%;
}

/* contact
----------------------------------------------------*/

/*	contact */

#contact .mailform dl:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#contact .mailform dl {
	margin-bottom: 20px;
	width: 100%;
}

#contact .mailform dl dt,
#contact .mailform dl dd {
}

#contact .mailform dl dt {
  float:left;
  padding: 1rem;
  width:20rem;
	font-weight: 400;
}

#contact .mailform dl dd {
	margin-bottom: 1.5rem;
  padding-left: 20rem;
}

#contact .mailform dl dt span {
	color: rgba(113,113,113,1);
}

#contact .mailform dl dd input {
	padding:3px;
	width: 100%;
}

#contact .mailform dl dd span.mwform-tel-field input,
#contact .mailform dl dd span.mwform-zip-field input {
	padding:3px;
	width: 80px;
}

#contact .mailform dl dd span.mwform-radio-field input,
#contact .mailform dl dd span.mwform-checkbox-field input {
	padding:3px;
	width: 20px;
}

#contact .mailform dl dd textarea {
	padding:3px;
	width: 100% !important;
	height: 15em !important;
	border: 1px solid rgba(204,204,204,1);
}

#contact .mailform dl dd input::-webkit-input-placeholder {
    color: rgba(204,204,204,1);
    font-weight: normal;
}
#contact .mailform dl dd input:-ms-input-placeholder {
    color: rgba(204,204,204,1);
    font-weight: normal;
}
#contact .mailform dl dd input::-moz-placeholder {
    color: rgba(204,204,204,1);
    font-weight: normal;
}

#contact .mailform p {
	margin-bottom: 20px;
	text-align: center;
}

#contact .mailform div.formButton {
	text-align: center;
}

/* 送信確認必要な際、ボタンを押せなくするスクリプト用CSS */
/*
input[type="submit"] {
	padding:10px;
	width: 150px;
	border-style: none;
	color: rgba(255,255,255,1);
	background-color: rgba(153,153,153,1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	margin-right: 20px;
}

input[type="submit"]:hover {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
transition: 0.5s;
}

input[type="submit"][disabled] {
background-color: rgba(204,204,204,1);
cursor: default;
}
*/
#contact .mailform input.form_button {
  margin-right: 1rem;
  padding:1rem 5rem;
	border-style: none;
	color: rgba(255,255,255,1);
	background-color: rgba(0,160,233,1);
	cursor: pointer;
}

#contact .mailform input.form_button:nth-of-type(2) {
	margin-right: 0;
}

#contact .mailform input.form_button:hover {
  filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  transition: 0.5s;
}


/* 確認画面 */

/* 自由に編集下さい */
#formWrap {
	/* width:700px; */
  width:80%;
	margin:0 auto;
	color: rgba(72,72,72,1);
  font-size: 16px;
  font-size: 1.6rem;
	line-height:120%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background: rgba(88,88,88,0.1);
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color: rgba(229,0,79,1);
}

input[type="submit"], input[type="reset"], input[type="button"] {
	display:inline-block;
  margin-right: 1rem;
  padding:1rem 5rem;
	border-style: none;
	color: #ffffff;
	background-color: rgba(0,160,233,1);
	/* -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; */
	cursor: pointer;
  -webkit-appearance: none;
}

input[type="submit"]:nth-of-type(2),
input[type="reset"]:nth-of-type(2),
input[type="button"]:nth-of-type(2) {
	margin-right: 0;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


#fatigue_check_form input[type="submit"] {
  display: block;
  padding: 2rem;
  width: 100%;
  font-weight: 400;
  background-image: url('../svg/common/button_arrow.svg');
  background-position: right 10px top 45%;
	background-repeat: no-repeat;
  background-size: 32px auto;
}



/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:768px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:inline-block;
	/* width:100%;
	height:40px; */
}
}


/* List
----------------------------------------------------*/

.contents div.basicList_line dl:after,
.contents dl.basicList_line:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.contents div.basicList_line,
.contents dl.basicList_line {
	margin-bottom: 50px;
}

.contents div.basicList_line dt,
.contents dl.basicList_line dt {
float:left;
width:15rem;
padding-left: 3rem;
padding-top:15px;
padding-bottom:15px;
padding-right:0;
font-weight: 500;
line-height: 160%;
}

.contents div.basicList_line dd,
.contents dl.basicList_line dd {
padding-left:15rem;
border-bottom:1px solid rgba(204,204,204,1);
padding-top:15px;
padding-bottom:15px;
line-height: 160%;
}

.contents div.basicList_line dd:nth-of-type(1),
.contents dl.basicList_line dd:nth-of-type(1) {
border-top:1px solid rgba(204,204,204,1);
}


.contents dl.commentList:after {
content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.contents dl.commentList {
}

.contents dl.commentList dt {
float:left;
width:1.6rem;
line-height: 180%;
}

.contents dl.commentList dd {
padding-left:1.6rem;
line-height: 180%;
}


.contents dl.commentList-middle:after {
content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.contents dl.commentList-middle {
}

.contents dl.commentList-middle dt {
float:left;
width:1.8rem;
font-size: 18px;
font-size: 1.8rem;
line-height: 180%;
}

.contents dl.commentList-middle dd {
padding-left:1.8rem;
font-size: 18px;
font-size: 1.8rem;
line-height: 180%;
}


.contents div.basicList dl:after,
.contents dl.basicList:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.contents div.basicList dl dt,
.contents dl.basicList dt {
	float:left;
	width: 1.6rem;
  line-height: 180%;
}

.contents div.basicList dl dd,
.contents dl.basicList dd {
	padding-left: 1.6rem;
  line-height: 180%;
}

.contents div.basicList ul,
.contents ul.basicList {
  margin-bottom: 3rem;
}

.contents div.basicList ul li,
.contents ul.basicList li {
  margin-left: 1.6rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  list-style-type: disc;
  list-style-position: outside;
}

.contents div.basicList.textAlignCenter ul li,
.contents ul.basicList.textAlignCenter li {
  text-align: center;
}

/* table
----------------------------------------------------*/

table { border: none; }
table { margin: 0; padding: 0; }
table { font-size: inherit; font: 100%; border-collapse: collapse; border-spacing:0; }
table td { vertical-align: middle; }


/* lineTable */

table.lineTable {
 width: 100%;
 margin: 0;
 line-height: normal;
}

table.lineTable th.textAlignCenter,
table.lineTable td.textAlignCenter {
	text-align: center;
}

div.responsive-table table.lineTable {
}

table.lineTable caption {
}

table.lineTable.tableLine_right {
  border-right:  1px solid #999999;
}

table.lineTable thead th {
 background: none;
 font-weight: bold;
 padding: 18px;
 text-align: center;
 border-top: 1px solid #999999;
 border-bottom:  1px solid #999999;
 border-left: none;
 border-right: none;
 color:#484848;
}

table.lineTable th {
	background: none;
  font-weight: normal;
  padding: 18px;
  text-align: left;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
	border-left: none;
  border-right: none;
  color:#484848;
}

table.lineTable td {
	background: none;
	font-weight: normal;
  padding: 18px;
  text-align: left;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
	border-left: none;
  border-right: none;
  color:#484848;
}

#fatigue_check_form table.lineTable th {
  vertical-align: middle;
}

#fatigue_check_form table.lineTable tr th:first-child {
  padding: 5px;
}

#fatigue_check_form table.lineTable tr th:nth-of-type(2) {
  padding-left: 5px;
  font-weight: 500;
  color: rgba(1,74,148,1);
}

#fatigue_check_form table.lineTable td {
  padding-right: 5px;
  vertical-align: middle;
  width: 80px;
  text-align: right;
}

#fatigue_check_form table.lineTable td span,
#check_list_result p.read span {
  padding: 0.5rem 1rem;
  background-color: rgba(0,160,233,0.2);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: rgba(1,74,148,1);
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
}

#fatigue_check_form table.lineTable td span span,
#check_list_result p.read span span {
  padding: 0;
  font-size: 0.6em;
  background:none;
}

/* timeTable */

table.timeTable {
 width: 100%;
 margin: 0;
 line-height: normal;
}

table.timeTable th.textAlignCenter,
table.timeTable td.textAlignCenter {
	text-align: center;
}

div.responsive-table table.timeTable {
}

table.timeTable caption {
  display: none;
}

table.timeTable.tableLine_right {
  border-right:  1px solid #999999;
}

table.timeTable thead th {
 background: none;
 font-weight: bold;
 padding: 0.5rem;
 text-align: center;
 vertical-align: middle;
 border-top: 1px solid #999999;
 border-bottom:  1px solid #999999;
 border-left: none;
 border-right: none;
 color:#484848;
}

table.timeTable th {
	background: none;
  font-weight: normal;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  /* border-top: 1px solid rgba(32,174,229,1); */
  border-top: none;
  border-bottom: none;
  /* border-bottom: 1px solid rgba(32,174,229,1); */
	border-left: none;
  border-right: none;
  /* border-right: 1px solid rgba(32,174,229,1); */
  color:#484848;
}

table.timeTable th.under_line {
  border-bottom: 1px solid rgba(112,112,112,1);
}

table.timeTable td {
	background: none;
	font-weight: normal;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
	border-top: none;
  border-bottom: none;
  /* border-bottom: 1px solid rgba(32,174,229,1); */
	border-left: none;
  border-right: none;
  /* border-right: 1px solid rgba(32,174,229,1); */
  color:#484848;
  /* color: rgba(32,174,229,1); */
}

table.timeTable td.under_line {
  border-bottom: 1px solid rgba(112,112,112,1);
}

table.timeTable tr th:first-child {
	/* border-top: 1px solid rgba(32,174,229,1); */
}

table.timeTable tr td:nth-last-of-type(1) {
  border-right: none;
}

table.timeTable tr th.no-line {
  border-right: none;
}


/* formTable */

.hentry .entry-content #formWrap table.formTable {
  width: 100%;
}

.hentry .entry-content #formWrap table.formTable th {
  padding: 1rem;
  width: 30%;
  border: 1px solid rgba(203,203,203,1);
  background-color: rgba(0,0,0,0.1);
}

.hentry .entry-content #formWrap table.formTable td {
  padding: 1rem;
  width: 70%;
  border: 1px solid rgba(203,203,203,1);
  background-color: rgba(255,255,255,1);
}

/*
.hentry .entry-content table thead tr th,
.hentry .entry-content table tbody tr th,
.hentry .entry-content table tbody tr td {
  font-size: 14px;
  font-size: 1.4rem;
}

.widget_text table thead tr th,
.widget_text table tbody tr th,
.widget_text table tbody tr td {
  font-size: 14px;
  font-size: 1.4rem;
}

.error-404 table thead tr th,
.error-404 table tbody tr th,
.error-404 table tbody tr td {
  font-size: 14px;
  font-size: 1.4rem;
}

.comment-content table thead tr th,
.comment-content table tbody tr th,
.comment-content table tbody tr td {
  font-size: 14px;
  font-size: 1.4rem;
}
*/

col.width_10{
	width:10%;
}
col.width_12_5{
	width:12.5%;
}
col.width_20{
	width:20%;
}
col.width_30{
	width:30%;
}
col.width_40{
	width:40%;
}
col.width_50{
	width:50%;
}
col.width_60{
	width:60%;
}
col.width_70{
	width:70%;
}
col.width_80{
	width:80%;
}
col.width_90{
	width:90%;
}

/* --------------------------------------------------------
 Wordpress
-------------------------------------------------------- */

/* 404 */

#primary main .error-404,
#primary main .search,
#primary main .single,
#primary main .archive {
  padding-top: 8rem;
}


/* Contact WordPress
----------------------------------------------------*/

#contact.confirm .mw_wp_form dl dt,
#contact.confirm .mw_wp_form dl dd {
  padding: 5px;
}

#contact.confirm .mw_wp_form dl dd {
	margin-bottom: 0;
}

#contact.confirm .mw_wp_form dl:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#contact.confirm .mw_wp_form dl {
	margin-bottom: 50px;
}

#contact.confirm .mw_wp_form dl dt {
float:left;
width:23rem;
padding-left: 3rem;
padding-top:15px;
padding-bottom:15px;
padding-right:0;
font-weight: 500;
}

#contact.confirm .mw_wp_form dl dd {
padding-left:23rem;
border-bottom:1px solid #ccc;
padding-top:15px;
padding-bottom:15px;
}

#contact.confirm .mw_wp_form dl dd:nth-of-type(1) {
border-top:1px solid #ccc;
}


/* --------------------------------------------------------
 footer
-------------------------------------------------------- */

footer {
}

footer div#fGroup {
	margin: 0 auto 3rem;
	width: auto;
  text-align: center;
}

footer div#fGroup p {
	text-align: center;
}

footer div#fGroup p span {
  font-size: 32px;
	font-size: 3.2rem;
  line-height: 180%;
  font-weight: 500;
}

footer div#fGroup div#f-logo,
footer div#fGroup div#f-logo img {
  margin: 0 auto 1.5rem;
  width: 250px;
}

footer div#faccess {
	margin: 0 auto 5rem;
}

/* footer Navi */

footer div#fnavi ul.fnavi {
	margin: 0 ;
	text-align: center;
}

footer div#fnavi ul.fnavi li {
	display: inline-block;
	margin-bottom: 1rem;
}

footer div#fnavi ul.fnavi li a {
  padding: 0 1rem;
	color: rgba(72,72,72,1);
	font-size: 14px;
	font-size: 1.4rem;
	border-left: 1px solid rgba(72,72,72,1);
  text-decoration: none;
}

footer div#fnavi ul.fnavi li:first-child a {
	border-left: none;
}

footer div#fnavi ul.fnavi li a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  transition: 0.5s;
}

/* copyright */

footer div#copyright {
  margin: 0 auto 6rem;
	padding: 1rem;
  background-color: rgba(32,174,229,1);
  /* -webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	border-radius: 1rem; */
}

footer div#copyright p {
  font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
  color: rgba(255,255,255,1);
}


@media all and (min-width: 1280px) {

	.wideContents {
		margin: 0 auto;
		width: 100%;
	}

}

@media all and (max-width: 1280px) {

}

@media all and (max-width: 1000px) {

  body {
    margin: 10rem 0 5rem;
  }
  body.home {
    /* margin: 13rem 0 5rem; */
    margin: 10rem 0 2rem;
  }

}

@media screen and ( max-width : 768px ) {

  /*	EXAMPLE STYLES */

	.contents {
		width: 80%;
		margin: 0 auto 0;
	}

  /*	photos images */

	#main p.photos_before,
	#main p.images_before {
		margin: 0 auto 3rem;
		text-align: center;
	}

	#main p.photos_after,
	#main p.images_after {
    margin: 3rem auto 0;
		text-align: center;
	}

  /* Mobile STYLES */

	.mbimg_off{
		display:none;
	}
	.mbimg_on{
		display:block;
	}

	.mbcont_off{
		display:none;
	}
	.mbcont_on{
		display:block;
	}

  /* header */

  #header header div#h_logo {
  	width: 300px;
  }

  /* nav */

  nav#site-navigation {
  }

  nav#site-navigation div.menu-global-container.gnavi {
  }

  nav#site-navigation div.menu-global-container.gnavi ul {
    margin-top: 3rem;
    text-align: center;
  }

  nav#site-navigation div.menu-global-container.gnavi ul li {
  	display: block;
  	width: auto;
    border-bottom: 1px solid rgba(255,255,255,1);
  }

  nav#site-navigation div.menu-global-container.gnavi ul li:nth-of-type(1) {
    border-top: 1px solid rgba(255,255,255,1);
  }

  nav#site-navigation div.menu-global-container.gnavi ul li a {
  	display: block;
    padding: 1rem;
  	width: 100%;
  	color: rgba(255,255,255,1);
  	font-size: 18px;
  	font-size: 1.8rem;
  	text-align: center;
  	text-decoration: none;
  }

  nav#site-navigation div.menu-global-container.gnavi ul li a:hover {
    background-color: rgba(0,78,162,1);
  	/* filter:alpha(opacity=50);
  	-moz-opacity: 0.5;
  	opacity: 0.5; */
    transition: 0.5s;
  }

  nav#site-navigation div.menu-global-container.gnavi ul li span.open {
  	display: block;
  	padding: 0;
  	width: 100%;
  	color: rgba(72,72,72,1);
  	font-size: 18px;
  	font-size: 1.8rem;
  	text-align: center;
  	text-decoration: none;
  }

  /* home */

  #newsRelease .contents #newsRelease-cont {
    width: 100%;
  }

  .block .block-image {
    margin: 0 auto 3rem;
  }


  /* h */

  #fatigue_check #check_list.block .fatigue_check_form h3 {
    width: 80%;
  }


  /* flexbox */

  .box-wrap{
   display: block;
   /* flex-wrap:wrap;
   justify-content: space-between; */
  }
/*
  .box-wrap .box.width-span-25-50-fix {
   display: flex;
  }
*/

  .box{
  }

  .box.width-span-15-fix {
    width: 100%
  }
  .box.width-span-20-fix {
    width: 100%
  }
  .box.width-span-25-fix {
    width: 100%
  } /*
  .box.width-span-25-50-fix {
    width: 49.5%
  } */
  .box.width-span-30-46-fix {
    width: 46%
  }
  .box.width-span-30-fix {
    width: 100%
  }
  .box.width-span-33-fix {
    width: 100%
  }
  .box.width-span-40-fix {
    width: 100%
  }
  .box.width-span-45-fix {
    width: 100%
  }
  .box.width-span-49-fix {
    width: 100%
  }
  .box.width-span-50-fix {
    width: 100%
  }
  .box.width-span-55-fix {
    width: 100%
  }
  .box.width-span-60-fix {
    width: 100%
  }
  .box.width-span-64-fix {
    width: 100%
  }
  .box.width-span-65-fix {
    width: 100%
  }
  .box.width-span-70-fix {
    width: 100%
  }
  .box.width-span-80-fix {
    width: 100%
  }
  .box.width-span-85-fix {
    width: 100%
  }

  .box-wrap-noblock .box.width-span-55-fix {
    width: 55%
  }

  .box-wrap-noblock .box.width-span-40-fix {
    width: 40%
  }

  /* reverse */

  .box-wrap-reverse {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .box-reverse.width-span-40-fixed,
  .box-480-reverse.width-span-40-fixed {
    width: 40%
  }

  .box-reverse.width-span-49-fixed,
  .box-480-reverse.width-span-49-fixed {
    width: 49%
  }

  .box-reverse.width-span-59-fixed,
  .box-480-reverse.width-span-59-fixed {
    width: 59%
  }

  /* block */

  #content.block .content-list a {
    padding: 2rem 0;
  }

  /* fatigue_check */

  #fatigue_check #check_list_result #check_list_result-image img {
    width: 100%;
  }

  #fatigue_check #check_list_result ul#check_list_result_list li span {
    display: block;
  }

  /* medical_subjects
  ----------------------------------------------------*/

  #medical_subjects #fatigue_sleep_outpatient_01,
  #medical_subjects #mental_health_outpatient_02,
  #medical_subjects #intravenous_drip_injection_03,
  #medical_subjects #supplement_04,
  #medical_subjects #pilates_05 {
     margin-top:-100px;
     padding-top:100px;
  }

  /* online */

  #online #online_medical_care.block #oline-reservation .account_registration_images p {
    position: absolute;
    bottom: 0%;
    right: 5%;
  }

  /* contact */

  #contact .mailform dl dt {
    width: 17rem;
  }

  #contact .mailform dl dd {
    padding-left: 17rem;
  }

  /* table */

	div.dataTable table th{
		padding: 6px;
	}
	div.dataTable table td{
		padding: 6px;
	}

}


@media screen and ( max-width : 517px ) {

  /* h */

  #fatigue_check #check_list.block .fatigue_check_form h3 {
    width: 100%;
  }

  #online #online_medical_care.block #oline-reservation .account_registration_images p {
    width: 25vw;
    height: 25vw;
    font-size: 4vw;
    -webkit-border-radius: 12.5vw;
  	-moz-border-radius: 12.5vw;
  	border-radius: 12.5vw;
    position: absolute;
    bottom: 0;
    right: 5%;
  }

}


@media screen and ( max-width : 480px ) {

  p,
  a,
  dt,
  dd,
  li,
  input,
  textarea {
  	font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 220%;
  }


    .hentry .entry-content p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 180%;
    }

    .hentry .entry-content blockquote p {
      font-size: 14px;
      font-style: italic;
    }

    .widget_text p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 180%;
    }

    .widget_text blockquote p {
      font-size: 14px;
      font-style: italic;
    }

    .error-404 p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 180%;
    }

    .error-404 blockquote p {
      font-size: 14px;
      font-style: italic;
    }

    .comment-content p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 180%;
    }

    .comment-content blockquote p {
      font-size: 14px;
      font-style: italic;
    }

    .hentry .entry-content pre {
      font-size: 14px;
      font-size: 1.4rem;
    }

    /* List */

    .contents div.basicList_line dt,
    .contents dl.basicList_line dt {
      width:11rem;
    }

    .contents div.basicList_line dd,
    .contents dl.basicList_line dd {
    padding-left:11rem;
    }

    /* table */

    .hentry .entry-content table thead tr th,
    .hentry .entry-content table tbody tr th,
    .hentry .entry-content table tbody tr td {
      font-size: 12.5px;
      font-size: 1.25rem;
    }

    .widget_text table thead tr th,
    .widget_text table tbody tr th,
    .widget_text table tbody tr td {
      font-size: 12.5px;
      font-size: 1.25rem;
    }

    .error-404 table thead tr th,
    .error-404 table tbody tr th,
    .error-404 table tbody tr td {
      font-size: 12.5px;
      font-size: 1.25rem;
    }

    .comment-content table thead tr th,
    .comment-content table tbody tr th,
    .comment-content table tbody tr td {
      font-size: 12.5px;
      font-size: 1.25rem;
    }


    /* font-size */

    .hentry .entry-content p.font-size-small,
    .widget_text p.font-size-small,
    .error-404 p.font-size-small,
    .comment-content p.font-size-small,
    .contents p.font-size-small {
      font-size: 12px;
      font-size: 1.2rem;
    }

    .mbcont_480_off{
    	display:none;
    }
    .mbcont_480_on{
    	display:block;
    }


    /* h */

    #newsRelease h2 {
      font-size: 16px;
    	font-size: 1.6rem;
    }

    .block h2 {
      font-size: 24px;
    	font-size: 2.4rem;
    }

    .block h2 span.subheader {
      display: none;
    }

    #online.block h2.over-header-h2,
    #online #online_medical_care.block h2.over-header-h2,
    #fatigue_check #check_list.block h2.over-header-h2 {
      display: block;
    }

    h3 {
    }

    .block h3 {
      font-size: 20px;
    	font-size: 2rem;
    }

    #feature.block h3{
      font-size: 24px;
    	font-size: 2.4rem;
    }

    .block h3 span.sub {
      font-size: 14px;
    	font-size: 1.4rem;
    }

    #faq #faq-list.block h3 {
      font-size: 18px;
    	font-size: 1.8rem;
    }

    #medical_subjects .block h3 {
      font-size: 20px;
    	font-size: 2rem;
    }

    #medical_subjects .block h3 span {
      font-size: 16px;
    	font-size: 1.6rem;
    }

    h4 {
    }

    .block h4 {
      font-size: 18px;
    	font-size: 1.8rem;
    }

    #flow .block h4 {
      font-size: 20px;
    	font-size: 2rem;
    }

    #online #online_medical_care .block h4 {
      font-size: 18px;
    	font-size: 1.8rem;
    }

    #medical_subjects #insurance_medical_treatment.block .reference h4 {
      font-size: 16px;
    	font-size: 1.6rem;
    }

    .block h5 {
      font-size: 16px;
    	font-size: 1.6rem;
    }

    .block h6 {
      font-size: 14px;
      font-size: 1.4rem;
    }

    #flow .block #flow_chart-01 h6 {
      font-size: 16px;
    	font-size: 1.6rem;
    }

    #flow .block #flow_chart-02 h6 {
      font-size: 19px;
    	font-size: 1.9rem;
    }

    #medical_subjects .block .accordionArea h5 {
      font-size: 16px;
    	font-size: 1.6rem;
    }

    #medical_subjects .block .accordionArea h5 span {
      font-size: 14px;
    	font-size: 1.4rem;
    }

    /* flexbox */

    .box-wrap-480 {
     display: block;
     /* flex-wrap:wrap;
     justify-content: space-between; */
    }

    .box-480{
    }

    .box-480.width-span-15-fix {
      width: 100%
    }
    .box-480.width-span-20-fix {
      width: 100%
    }
    .box-480.width-span-25-fix {
      width: 100%
    } /*
    .box-480.width-span-25-50-fix {
      width: 49.5%
    } */
    .box-480.width-span-30-46-fix {
      width: 46%
    }
    .box-480.width-span-30-fix {
      width: 100%
    }
    .box-480.width-span-33-fix {
      width: 100%
    }
    .box-480.width-span-40-fix {
      width: 100%
    }
    .box-480.width-span-45-fix {
      width: 100%
    }
    .box-480.width-span-49-fix {
      width: 100%
    }
    .box-480.width-span-50-fix {
      width: 100%
    }
    .box-480.width-span-55-fix {
      width: 100%
    }
    .box-480.width-span-60-fix {
      width: 100%
    }
    .box-480.width-span-64-fix {
      width: 100%
    }
    .box-480.width-span-65-fix {
      width: 100%
    }
    .box-480.width-span-100-fix {
      width: 100%
    }
    .box-480.width-span-80-fix {
      width: 100%
    }
    .box-480.width-span-85-fix {
      width: 100%
    }

/*
    body {
      margin: 8rem 0 5rem;
    }
*/
    /* header */

    #header header div#hGroup {
      /* padding: 2rem 4rem; */
      padding: 1rem 0 5rem 1rem;
    }

    #header header div#h_logo {
      margin: 0;
      padding: 0;
    	width: 220px;
    }

    #home .page-header div#identity {
      padding: 0;
    }

    #home .page-header div#identity div.inner h1,
    #home .page-header div#identity div.inner h1 img {
      width: 150px;
    }

    #home .page-header div#identity div.inner p.heading {
      margin-bottom: 6rem;
      font-size: 24px;
    	font-size: 2.4rem;
    }

    #home .page-header div#identity div.inner p.read {
      font-size: 16px;
    	font-size: 1.6rem;
    }

    #home .page-header div#identity div.inner div.attention p {
      font-size: 16px;
    	font-size: 1.6rem;
    }

    #home #banner a.banner-inquiry {
      padding: 3.5vw;
      font-size: 4vw;
    }

    div.btm_newsRelease a {
      padding: 1rem 0;
      width: 100%;
    }

    /* home */

    #newsRelease .contents dl dt {
      width:9rem;
      padding-left: 0.5rem;
      padding-top:0.5rem;
      padding-bottom:0.5rem;
    }

    #newsRelease .contents dl dd {
    padding-left: 9rem;
    padding-top:0rem !important;
    padding-bottom:0.5rem;
    }

  /* block */

    .block .contents-inner {
      padding: 5rem 1.5rem;
    }

    #online.block .contents-inner,
    #online #online_medical_care.block .contents-inner {
      padding: 5rem 1.5rem 5rem;
    }

    .block .contents-inner p.read {
      font-size: 16px;
      font-size: 1.6rem;
    }

    #medical_subjects .block .contents-inner p.read span {
      font-size: 14px;
      font-size: 1.4rem;
    }

    .block .inner-shadow {
      top: 52px;
      width: 100%;
    }
    .block a.button {
      width: 100%;
      font-size: 16px;
      font-size: 1.6rem;
    }

    #online.block .contents-inner p.online-subheader,
    #online #online_medical_care.block .contents-inner p.online-subheader  {
      font-size: 12px;
    	font-size: 1.2rem;
    }

    #online.block .contents-inner p.clinics-logo,
    #online #online_medical_care.block .contents-inner p.clinics-logo {
      width: 150px;
    }

    #online #online_medical_care.block #outline .inner a {
      font-size: 4.5vw;
    }

    .accordionArea dl.accordion dt {
      font-size: 16px;
      font-size: 1.6rem;
    }

    .accordionArea dl.accordion dd {
      font-size: 14px;
      font-size: 1.4rem;
    }

    #medical_subjects .block .accordionArea h6 {
      font-size: 14px;
      font-size: 1.4rem;
    }

    #medical_subjects .block .accordionArea ul li {
      font-size: 14px;
      font-size: 1.4rem;
    }

    .accordionArea dl.accordion dd {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 220%;
    }

    .accordionArea dl.accordion dd p {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 220%;
    }

    .block a.button-pdf {
      font-size: 16px;
      font-size: 1.6rem;
    }

    /* fatigue_check */

    #fatigue_check #check_list_result ul#check_list_result_list li {
      font-size: 15px;
      font-size: 1.5rem;
    }

    /* contact */

    #contact .mailform dl dt {
      float:none;
      width: 100%;
    }

    #contact .mailform dl dd {
      padding-left: 0;
    }

    #contact .mailform dl dd span.mwform-tel-field input,
    #contact .mailform dl dd span.mwform-zip-field input {
    	padding:3px;
    	width: 28%;
    }

    /* news */

    #news .block #right ul#new li a,
    #news .block #right ul#monthly li a {
      font-size: 12.5px;
      font-size: 1.25rem;
    }



  /* list */

  .contents dl.commentList-middle dt {
  width:1.6rem;
  font-size: 16px;
  font-size: 1.6rem;
  }

  .contents dl.commentList-middle dd {
  padding-left:1.6rem;
  font-size: 16px;
  font-size: 1.6rem;
  }

  .contents div.basicList ul li,
  .contents ul.basicList li {
    margin-left: 1.4rem;
    font-size: 14px;
    font-size: 1.4rem;
  }


  /* table */

  div.responsive-table {
    width: 100%;
    overflow: scroll;
  }

  table.timeTable th {
    padding: 0.5rem 0;
    font-size: 0.8em;
  }

  table.timeTable td {
    padding: 0.5rem 0;
    font-size: 0.8em;
  }


  /* footer */

  footer div#copyright p {
    font-size: 12px;
  	font-size: 1.2rem;
  }

}

@media screen and ( max-width : 375px ) {

  /* block */

  .block .contents-inner {
    padding: 3rem 0.5rem;
  }

  #online.block .contents-inner,
  #online #online_medical_care.block .contents-inner {
    padding: 0 0.5rem 5rem;
  }

}

@media screen and ( max-width : 320px ) {

  /* block */

  #online #online_medical_care.block ul.badge {
    display: block;
  }

  #online #online_medical_care.block ul.badge li {
    margin: 0 auto;
    width: 80%;
  }

  #online #online_medical_care.block ul.badge li a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
  }

  #online #online_medical_care.block ul.badge li img {
    width: 100%;
  }

  #online #online_medical_care.block ul.badge li.gp a {
    width: 100%;
  }

  #online #online_medical_care.block ul.badge li.gp img.qr {
    margin-left: 0;
    width: 100%;
  }

}




/* Nav
-----------------------------------------*/
.Nav {
  /* border-top: solid 1px #F5F4F0;
  border-bottom: solid 1px #F5F4F0; */
}
@media screen and (max-width: 1000px) {
  .Nav {
    position: relative;
  border-top:none;
  }
}
.Nav .navbtn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn {
    display: block;
    position: absolute;
    top: -65px;
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .Nav .navbtn {
    top: -70px;
  }
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #fff;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: rgba(1,74,148,1);
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: rgba(1,74,148,1);
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:18px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a.open {
  }
}

@media screen and (max-width: 1000px) {
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:18px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: rgba(1,74,148,1);
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
}
.Nav ul.close {
  display: none;
  border-top: solid 1px #F5F4F0;
}
.Nav > ul {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .Nav > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #FFF;
  }
}
.Nav > ul > li {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li {
    display: block;
    /* border-bottom: solid 1px #dddddd; */
  }
}
.Nav > ul {
  text-align: center;
}
.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: #484848;
  background-color: rgba(255,255,255,1);
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .Nav > ul > li a {
    padding: 0 4rem;
  }

  .Nav > ul > li a span {
    display: block;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255,255,255,1);
  }

  .Nav > ul > li:nth-of-type(1) a span {
    border-top: none;
  }

  .Nav > ul > li:nth-of-type(4) a span {
    width: 95%;
  }
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li a {
    color: #fff;
    background-color: rgba(1,74,148,1);
  }
}
.Nav > ul > li.parent > a {
  padding-right:25px;
}
.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px /* #00a0e9 */#484848;
    border-right: solid 2px /* #00a0e9 */#484848;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media screen and (max-width: 480px) {
  .Nav > ul > li.parent > a::before {
    right: 4.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent > a::before {
    border-top: solid 2px /* #00a0e9 */#ffffff;
    border-right: solid 2px /* #00a0e9 */#ffffff;
  }
.Nav > ul > li.parent.open > a::before {
  border-top: solid 2px /* #00a0e9 */#ffffff;
  border-right: solid 2px /* #00a0e9 */#ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
}
  .Nav > ul > li.parent.open > a{
    color: #FFF;
  }
  .Nav > ul > li.parent.open > a::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
}

.Nav > ul > li a:hover {
  filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
  transition: 0.5s;
}/*
.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.Nav > ul > li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.Nav > ul > li a:hover::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
} */

/* 2階層 */
.Nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  width: 200px;
  background-color: rgba(255, 255, 255, 1);
  z-index: 9;
}

@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul {
    background-color: #ffffff;
    position: static;
    width: auto;
  }
}

.Nav > ul > li > ul li {
  white-space: nowrap;
}

.Nav > ul > li > ul li a {
  position: relative;
  padding: 0.5rem 1.5rem 0.5rem 3rem;
  background-color: rgba(255,255,255,1);
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a {
    /* border-bottom: solid 1px #dddddd; */
    background-color: rgba(1,74,148,1);
  }
}
@media screen and (max-width: 480px) {
  .Nav > ul > li > ul li a {
    padding: 0.5rem 4rem 0.5rem 6rem;
  }
}
.Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px /* #00a0e9 */#484848;
    border-right: solid 2px /* #00a0e9 */#484848;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a::before {
    border-top: solid 2px /* #00a0e9 */#ffffff;
    border-right: solid 2px /* #00a0e9 */#ffffff;
  }
}
@media screen and (max-width: 480px) {
  .Nav > ul > li > ul li a::before {
    left: 4rem;
  }
}
.Nav > ul > li > ul li a:hover {
  /* text-decoration: underline; */
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a:hover {
    filter:alpha(opacity=50);
  	-moz-opacity: 0.5;
  	opacity: 0.5;
    transition: 0.5s;
  }
}

.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}

@media screen and (max-width: 480px) {
  .Nav > ul > li > ul li ul li a {
    padding-left: 8rem;
  }
  .Nav > ul > li > ul li ul li a::before {
      left: 6rem;
  }
}
