/*------------------------------------------------------------*/
/*共通*/
/*------------------------------------------------------------*/
.blue {
	color: blue;
}
.red {
	color: red;
}
.green {
	color: #019678;
}
.yellowgreen {
	color: #98ca29;
}
.orange {
	color: #FFA801;
}

.telttl,
.faxttl,
.mailttl {
	display: inline-block;
	position: relative;
	color: #019678;
	width: 36px;
	padding-left: 24px;
}
.telttl:before {
	font-family:FontAwesome;
	content:'\f095';
	position: absolute;
	top: 0;	
	left: 0;
}
.faxttl:before {
	font-family:FontAwesome;
	content:'\f1ac';
	position: absolute;
	top: 0;	
	left: 0;
}
.mailttl:before {
	font-family:FontAwesome;
	content:'\f003';
	position: absolute;
	top: 0;	
	left: 0;
}

/*------------------------------------------------------------*/
/*テーブル*/
/*------------------------------------------------------------*/
div.table div.table-list table tr.odd th,
div.table div.table-list table tr.odd td {
	background: #DCEBE6;
}
div.table div.table-list table tr.even th,
div.table div.table-list table tr.even td {
	background: #EAF1EF;
}

/*------------------------------------------------------------*/
/*リスト*/
/*------------------------------------------------------------*/
ul.discList {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
ul.discList li {
	margin: 0px;
}
/*-----------------------------------------------------------*/
/*大今追加（病院理念・基本方針のリスト用）*/
/*-----------------------------------------------------------*/
ul.discList2 {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
ul.discList2 li {
	margin: 0px;
        padding-left: 32px;
}
ul.discList3 {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
ul.discList3 li {
	margin: 0px;
        padding-left: 32px;
}
/*-----------------------------------------------------------*/
/*ここまで大今追加*/
/*-----------------------------------------------------------*/
ul.circleList {
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
ul.circleList li {
	margin: 0px;
}
ul.asteriskList {
	list-style-type: none;
	margin-left: 1em;
	list-style-position: inside;
}
ul.asteriskList li:before {
	content: '※';
	margin-left:-1em;
}
ol.decimalList {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
ol.decimalFlowList {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
ol.decimalFlowList li {
	color: #019678;
}
ol.decimalFlowList li span {
	color: #3C3C3C;
}
ol.decimalFlowList li:after {
	display: block;
	font-family:FontAwesome;
	content: '\f063';
	padding-left: 50px;
}
ol.decimalFlowList li:last-child:after {
	content: '';
}
ul.childMenuList li {
	float: left;
	width: 425px;
	height: 75px;
	line-height: 75px;
	background: #019678;
	text-align: center;
	margin: 0 30px 20px 0;
	vertical-align: middle;
        border-radius: 15px;
}
ul.childMenuList li:hover {
	background: #FFA801;
}
ul.childMenuList li:nth-of-type(2n) {
	margin-right: 0;
}
ul.childMenuList li:nth-of-type(2n+1) {
	clear: both;
}
ul.childMenuList li a {
	display: block;
	color: #FFF;
	width: 100%;
	height: 100%;
}
ul.childMenuList li a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------*/
/*ヘッダ系*/
/*------------------------------------------------------------*/
/************************************************
MaxPressテスト環境
（ユーザ名：所沢ロイヤル病院）
カラー:019678
ガジェット：OGheader
場所：ヘッダー
************************************************/
#OGheaderWrapper {
    width: 100%;
    min-width: 1200px;
    border-top: 3px solid #019678;
    margin: 0px auto;
    overflow: hidden;
}
/*ロゴイメージ画像エリア*/
#OGheaderLogoWrapper {
    float: left;
    margin: 16px 0px 16px 24px;
}
#OGheaderLogoWrapper img {

}
/*メニューTelエリア*/
#OGheaderMenuTelWrapper {
    float: right;
    margin: 24px 0px;
}
/*****メニュー*****/
#OGheaderMenuWrapper {
    float: left;
}
#OGheaderMenu {
    margin: 0px;
    padding: 0px;
}
#OGheaderMenuTitle01 {
    display: block;
    float: left;
    padding: 24px 24px 0px 0px;
}
#OGheaderMenuTitle02 {
    display: block;
    float: left;
    padding: 24px 40px 0px 0px;
}
/*Aタグのデコレーション*/
#OGheaderMenuA {
    position: relative;
    display: inline-block;
    transition: .3s;
    text-decoration: none;
    color: #232323;
    font-size: 15px;
    padding-bottom: 8px;
}
#OGheaderMenuA:hover {
    text-decoration: none;
    color: #232323;
}
#OGheaderMenuA:active {
    text-decoration: none;
    color: #232323;
}
#OGheaderMenuA:focus {
    text-decoration: none;
    color: #232323;
}
#OGheaderMenuA::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #019678;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#OGheaderMenuA:hover::after {
    width: 100%
}
/*****電話番号*****/
#OGheaderTelWrapper {
    float: left;
    margin: 0px 16px 0px 0px;
}
#OGheaderTelWrapper img {
    
}

/************************************************
ガジェット：OGglobalnavigation
場所：ヘッダー
************************************************/
#OGglobalnavigationWrapper {
	width: 100%;
	background: #019678;
}
#OGglobalnavigation {
	width: 1200px;
	margin: 0 auto;
}

#OGglobalnavigation ul.menu {
	height: 60px;
}
#OGglobalnavigation ul.menu li.menu-item{
	position: relative;
	float: left;
	/*width: 171px;*/
}
#OGglobalnavigation ul.menu li.menu-item a{
    	color: #FFF;
}
#OGglobalnavigation ul.menu li.menu-item a:hover{
    	color: rgba(255,255,255,0.5);
	text-decoration: none;
}
#OGglobalnavigation ul.menu>li.menu-item a:first-child:hover {
	opacity: 0.5;
}

#OGglobalnavigation ul.menu>li.menu-item:hover ul.sub-menu {
    	top: 60px;
    	visibility: visible;
    	opacity: 1;
	padding: 10px 20px 0;
}
#OGglobalnavigation ul.sub-menu {
    	position: absolute;
    	width: 171px;
	background: #019678;
    	-webkit-transition: all .2s ease;
    	transition: all .2s ease;
    	visibility: hidden;
    	opacity: 0;
    	z-index: 1;
}
#OGglobalnavigation ul.sub-menu>li.menu-item {
	clear: both;
	padding-bottom: 10px;
}

/************************************************
ガジェット：OGmainvisual
場所：ヘッダー
************************************************/
#OGmainvisual #mainvisual {
/*	display: flex;*/
/*	flex-direction: column;*/
/*	justify-content: center;*/
/*	align-items: center;*/
	width: 100%;
	max-height: 65vh;
	overflow: hidden;
	position: relative;
}
#OGmainvisual #mainvisual video {
	width: 100%;
	height: auto;
}
#OGmainvisual #mainvisual .pattern {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(/wp-content/uploads/dot.png);
}
#OGmainvisual #mainvisual .overlay {
	position: absolute;
	width: 100%;
/*	height: 33%;*/
	height: 15%;
	bottom: 0;
}

#OGmainvisual #mainvisual .overlay p {
	font-weight: bold;
	font-family: "ＭＳ 明朝";
	color: #FFF;
/*	color: #363636;*/
/*	color: #019678;*/
/*	color: #98ca29;*/
/*	color: #FFA801;*/
	text-align: left;
	margin-left: 50px;
	font-size: 2.5vw;
	padding-bottom: 10px;
}
/*
#OGmainvisual #mainvisual .overlay p:first-of-type {
	font-size: 2.5vw;
	padding-bottom: 20px;
}
#OGmainvisual #mainvisual .overlay p:not(:first-of-type) {
	font-size: 1.5vw;
	padding-bottom: 10px;
}
*/

/*------------------------------------------------------------*/
/*コンテンツ系*/
/*------------------------------------------------------------*/
/************************************************
ガジェット：OGsidenavigation
場所：サイドバー
************************************************/
/* 大分類 */
div.menu-ogsidenavigation-container {
	position: relative;
	width: 240px;
}
ul#menu-ogsidenavigation>li.menu-item>a {
	display: block;
	height: 106px;
	line-height: 106px;
	margin-top: 30px;
	margin-bottom: 15px;
	background: #019678;
	text-align: center;
	font-size: 18px;
	letter-spacing: 4px;
	font-weight: bold;
	color: #FFF;
}
ul#menu-ogsidenavigation>li.menu-item>a:hover {
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}
/* 中分類 */
ul#menu-ogsidenavigation ul.sub-menu{
	margin-left: 0.5em;
}
ul#menu-ogsidenavigation ul.sub-menu li.menu-item {
	position: relative;
}
ul#menu-ogsidenavigation ul.sub-menu li.menu-item>a {
	display: block;
	color: #3C3C3C;
	padding-left: 2em;
	padding-bottom: 10px;
	background: url(https://www.ishinomaki-loyal.jp/wp-content/uploads/sidebar_maru.png) left no-repeat;
	background-position-y: 5px;
}
ul#menu-ogsidenavigation ul.sub-menu li.menu-item>a:hover {
	color: #00947b;
	text-decoration: none;
}
ul#menu-ogsidenavigation ul.sub-menu li.menu-item.current-menu-ancestor>a,
ul#menu-ogsidenavigation ul.sub-menu li.menu-item.current-menu-parent>a,
ul#menu-ogsidenavigation ul.sub-menu li.menu-item.current-menu-item>a {
	font-weight: bold;
}
/* 小分類 */
ul#menu-ogsidenavigation ul.sub-menu li.menu-item ul.sub-menu {
	display: none;
}
ul#menu-ogsidenavigation ul.sub-menu li.menu-item ul.sub-menu li.menu-item>a {
	background: url(https://www.ishinomaki-loyal.jp/wp-content/uploads/sidebar_arrow.png) left no-repeat;
	background-position-y: 5px;
}
ul#menu-ogsidenavigation ul.sub-menu li.menu-item.current-menu-ancestor>ul.sub-menu,
ul#menu-ogsidenavigation ul.sub-menu li.menu-item.current-menu-parent>ul.sub-menu,
ul#menu-ogsidenavigation ul.sub-menu li.menu-item.current-menu-item>ul.sub-menu {
	display: block;
}

/************************************************
トップページ
************************************************/
/*関連施設のご案内*/
#RelatedFacilitiesSlide {
	width: 1200px;
	margin: 0 auto;
}
#RelatedFacilitiesSlide .bx-wrapper {
	float: left;
	margin: 0 20px;
}
#RelatedFacilitiesSlide .bx-viewport ul li img {
	width: auto;
	min-width: initial;
	min-width: auto;
}
#RelatedFacilitiesSlide a {
	color: #FFF;
}
#RelatedFacilitiesSlide a:hover {
	color: #FFF;
	text-decoration: none;
}
#RelatedFacilitiesSlide .slideText {
	background: #019678;
	color: #FFF;
	height: 100px;
	padding: 15px;
}
#RelatedFacilitiesSlide .slideText p {
	margin-bottom: 10px;
}
#RelatedFacilitiesSlide .slideText p span {
	display:inline-block;
	background: #FFA801;
	margin: 2px;
	padding: 0 5px;
}
#RelatedFacilitiesSlide .feed-prev-btn {
	background-image: url(https://www.ishinomaki-loyal.jp/wp-content/uploads/prev_btn.png);
	margin: 125px 25px 125px 0;
}
#RelatedFacilitiesSlide .feed-next-btn{
	background-image: url(https://www.ishinomaki-loyal.jp/wp-content/uploads/next_btn.png);
	margin: 125px 0 125px 25px;
}
#RelatedFacilitiesSlide .feed-prev-btn:hover,
#RelatedFacilitiesSlide .feed-next-btn:hover{
	opacity: 0.5;
}
#RelatedFacilitiesSlide .feed-prev-btn .bx-prev,
#RelatedFacilitiesSlide .feed-next-btn .bx-next {
	opacity: 0;
	display: block;
}
#RelatedFacilitiesSlide .navi-btn {
	width: 60px;
	height: 60px;
	-webkit-background-size: 60px;
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}
#RelatedFacilitiesSlide .navi-btn a {
	width:100%;
	height:100%;
}
/******************************
診療時間と地図
******************************/
#OGTopContent01Wrapper {
    max-width: 100%;
    margin: 0px auto;
    min-width: 1200px;
}
/*診療のご案内*/
#OGContent01Box01Wrapper {
    float: left;
    width: 27%;
    /*text-align: center;*/
    /*border-bottom: 1px solid #d4d4d4;*/
    margin: 0% 2%;
}
/*****オレンジタイトル*****/
#OGContentTitle01Wrapper {    /*アクセスと共通*/
    text-align: center;
    background: #FFA801;
}
#OGContentTitleTextArea01 { /*アクセスと共通*/
    margin: 0px;
    padding: 3px 0px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 2px;
}
/*****白枠タイトル*****/
#OGContentTitle02Wrapper {
    text-align: center;
    border: 1px solid #d4d4d4;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 16px;
}
#OGContentTitleTextArea02 {
    margin: 0px;
    font-size: 15px;
    padding: 2px 0px;
    color: #232323;
}
#OGContentTextArea01 {
    margin: 16px 0px 0px 0px;
    font-size: 14px;
    color: #909090;
    margin-left: 24px;
}
#OGContentTextArea02 {
    margin: 0px;
    font-size: 14px;
    color: #d4d4d4;
    color: #909090;
    margin-left: 32px;
}
/*アクセス*/
#OGContent01Box02Wrapper {
    float: left;
    width: 27%;
    /*border-bottom: 1px solid #d4d4d4;*/
    padding-bottom: 62px;
    margin: 0% 2%;
}
#OGContentTextArea03 {
    margin-top: 16px;
    margin-left: 8%;
    font-size: 14px;
    color: #909090;
}
#OGContentTextArea04 {
    margin: 0% 0% 0% 8%;
    font-size: 14px;
    color: #232323;
}
#OGContentTextArea05 {
    margin: 0% 8% 0% 8%;
    font-size: 14px;
    color: #909090;
}
/*地図*/
#OGContent01Box03Wrapper {
    float: left;
    width: 36%;
    /*border-bottom: 1px solid #d4d4d4;*/
    padding-bottom: 16px;
}
#OGContent01Map {
    width: 98%;
/*    height: 280px;*/
    height: 400px;
    margin: 0px 0px 0px 5px;
}
/******************************
TOP案内（６枚画像オレンジバージョン）
******************************/
#OGguideWrapper {
    max-width: 1920px;
    min-width: 1200px;
}
#OGguideMenu01Wrapper {
    float: left;
    max-width: 33%;
    min-width: 399px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
#OGguideMenuImg01Wrapper {

}
#OGguideMenuImg01 {
    width: 100%;
    height: auto;
}
#OGguideMenuText01Wrapper {
    background: #FFA801;
    text-align: center;
    padding-bottom: 12px;
}
#OGguideMenuTextArea01 {
    margin: 0px;
    color: #ffffff;
    font-size: 28px;
    letter-spacing: 2px;
    padding-top: 12px;
    padding-bottom: 4px;
}
#OGguideMenuTextArea02 {
    margin: 0px auto;
    color: #ffffff;
    font-size: 14px;
    width: 90%;
    background: #F4A000;
    padding: 4px 0px;
}
#OGguideMenuAnchorText01 {
    text-decoration: none;
}
/*画像拡大（追加）*/
#OGguideMenuImg01Wrapper {
  min-width: 399px;
  height: auto;
  overflow: hidden;
}
 
#OGguideMenuImg01 {
  transition: 0.4s;
  /*拡大されるスピードを設定します*/
}
 
#OGguideMenuImg01:hover {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  /*拡大される比率を設定します*/
}
/******************************
TOP案内（６枚画像緑バージョン）
******************************/
#OGguideMenuText02Wrapper {
    background: #98CA29;
    text-align: center;
    padding-bottom: 12px;
}
#OGguideMenuTextArea03 {
    margin: 0px auto;
    color: #ffffff;
    font-size: 14px;
    width: 90%;
    background: #95BD26;
    padding: 4px 0px;
}
/******************************
TOPメッセージ（１つめのメッセージ画像）
******************************/
#OGMessageWrapper {
    width: 100%;
    min-width: 1200px;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
}
#OGMessageImg {
    max-width: 1136px;
    height: auto;
}
/******************************
TOPメッセージ（最下段バナー４つ）
******************************/
#OGBannerWrapper {
    width: 1200px;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
}
#OGBannerContent01Wrapper {
    float: left;
    width: 50%;
    max-width: 588px;
}
#OGBannerContent02Wrapper {
    float: right;
    width: 50%;
    max-width: 588px;
}
#OGBannerImg01 {
    max-width: 588px;
    height: auto;
    padding-right: 16px;
}
#OGBannerImg02 {
    max-width: 588px;
    height: auto;
    padding-left: 16px;
}

/************************************************
当院のご案内
************************************************/
/*-----------------------------
病院概要
-----------------------------*/
/* 病院沿革 */
#history_table {
	margin-left: -10px;
}
#history_table tr:nth-of-type(odd) th,
#history_table tr:nth-of-type(odd) td {
	background: #dcebe6;
}
#history_table tr:nth-of-type(even) th,
#history_table tr:nth-of-type(even) td {
	background: #eaf1ef;
}
#history_table tr th {
	text-align: center;
	width: 30%;
}
#history_table tr td {
	width: 70%;
}

/*-----------------------------
看護部
-----------------------------*/
#nurse_anchor ul li {
	float: left;
	margin-right: 10px;
	margin-right: calc((880px - (138px * 6)) / 5);
}
#nurse_anchor ul li:last-child {
	margin-right: 0;
}
#nurse_anchor ul li img {
	width: 138px;
}
@media screen and (max-width: 700px) {
	#nurse_anchor {
		width: 66%;
		max-width: 286px;
		text-align: center;
		margin: 0 auto;
	}
	#nurse_anchor ul li {
		width: 48%;
		margin-right: 4%;
	}
	#nurse_anchor ul li:nth-child(2n) {
		margin-right: 0;
	}
	#nurse_anchor ul li:nth-child(2n+1) {
		clear: both;
	}
	#nurse_anchor img {
		max-width: 100%;
	}
}
#nurse_unit_table th {
	text-align: left;
}
#nurse_unit_table th,
#nurse_unit_table td {
	box-sizing: border-box;
	width: 33%;
	width: calc(100% / 3);
}
/*-----------------------------
リハビリテーション部
-----------------------------*/
#rehabilitation_anchor ul li {
	float: left;
	margin-right: 10px;
	margin-right: calc((880px - (138px * 6)) / 5);
}
#rehabilitation_anchor ul li:last-child {
	margin-right: 0;
}
#rehabilitation_anchor ul li img {
	width: 138px;
}
@media screen and (max-width: 700px) {
	#rehabilitation_anchor {
		width: 100%;
		max-width: 434px;
		text-align: center;
		margin: 0 auto;
	}
	#rehabilitation_anchor ul li {
		width: 32%;
		margin-right: 2%;
		width: 48%;
		margin-right: 4%;
	}
	#rehabilitation_anchor ul li:nth-child(2n) {
		margin-right: 0;
	}
	#rehabilitation_anchor ul li:nth-child(2n+1) {
		clear: both;
	}
	#rehabilitation_anchor img {
		max-width: 100%;
	}
}
#rehabilitation_unit_table_wrapper {
	width: 100%;
}
#rehabilitation_unit_table th {
	text-align: left;
}
#rehabilitation_unit_table th,
#rehabilitation_unit_table td {
	box-sizing: border-box;
	width: 33%;
	width: calc(100% / 3);
}

/************************************************
外来のご案内
************************************************/
/*-----------------------------
外来担当医表 
-----------------------------*/
div.table div.table-list table.yourdoctor_table th,
div.table div.table-list table.yourdoctor_table td {
	text-align: center;
	width: 15%;
}
div.table div.table-list table.yourdoctor_table th:first-of-type {
	width: 10%;
}
div.table div.table-list table.yourdoctor_table td {
	font-size: 13px;
}
div.table div.table-list table.yourdoctor_table td span {
	color: #019678;
}

/************************************************
入院のご案内
************************************************/
/*-----------------------------
お見舞いの方へ 
-----------------------------*/
.meeting_hours {
	width: 400px;
	margin: 20px auto 0;
	font-size: 22px;
	text-align: center;
}
.meeting_hours dt {
	float: left;
	color: #ffffff;
	background-color: #019678;
	width: 100px;
	padding: 10px;
	border: 2px solid #019678;
}
.meeting_hours dd {
	background-color: #ffffff;
	margin-left: 100px;
	padding: 10px;
	border: 2px solid #019678;
}

/************************************************
在宅サービス
************************************************/
.home-service_maplink {
	display: inline-block;
	margin-left: 10px;
}
.home-service_maplink a {
	color: #019678;
}

/*-----------------------------
訪問リハビリテーション
-----------------------------*/
#visit-reha_anchor ul li {
	float: left;
	margin-right: 10px;
	margin-right: calc((880px - (138px * 6)) / 5);
}
#visit-reha_anchor ul li:last-child {
	margin-right: 0;
}
#visit-reha_anchor ul li img {
	width: 138px;
}
@media screen and (max-width: 700px) {
	#visit-reha_anchor {
		width: 100%;
		max-width: 434px;
		text-align: center;
		margin: 0 auto;
	}
	#visit-reha_anchor ul li {
		width: 32%;
		margin-right: 2%;
	}
	#visit-reha_anchor ul li:nth-child(3n) {
		margin-right: 0;
	}
	#visit-reha_anchor ul li:nth-child(3n+1) {
		clear: both;
	}
	#visit-reha_anchor img {
		max-width: 100%;
	}
}
#visit-reha_unit_table_wrapper {
	width: 100%;
}
#visit-reha_unit_table th {
	text-align: left;
}
#visit-reha_unit_table th,
#visit-reha_unit_table td {
	box-sizing: border-box;
	width: 33%;
	width: calc(100% / 3);
}

/*-----------------------------
通所リハビリテーション
-----------------------------*/
#rehabiri_anchor ul li {
	float: left;
	margin-right: 10px;
	margin-right: calc((880px - (138px * 6)) / 5);
}
#rehabiri_anchor ul li:last-child {
	margin-right: 0;
}
#rehabiri_anchor ul li img {
	width: 138px;
}
@media screen and (max-width: 700px) {
	#rehabiri_anchor {
		width: 100%;
		max-width: 434px;
		text-align: center;
		margin: 0 auto;
	}
	#rehabiri_anchor ul li {
		width: 32%;
		margin-right: 2%;
	}
	#rehabiri_anchor ul li:nth-child(3n) {
		margin-right: 0;
	}
	#rehabiri_anchor ul li:nth-child(3n+1) {
		clear: both;
	}
	#rehabiri_anchor img {
		max-width: 100%;
	}
}
#rehabiri_unit_table_wrapper {
	width: 100%;
}
#rehabiri_unit_table th {
	text-align: left;
}
#rehabiri_unit_table th,
#rehabiri_unit_table td {
	box-sizing: border-box;
	width: 33%;
	width: calc(100% / 3);
}

/************************************************
健診・人間ドック
************************************************/
#checkup_anchor ul li {
	float: left;
	margin-right: 10px;
	margin-right: calc((880px - (138px * 6)) / 5);
}
#checkup_anchor ul li:last-child {
	margin-right: 0;
}
#checkup_anchor ul li img {
	width: 138px;
}
@media screen and (max-width: 700px) {
	#checkup_anchor {
		width: 100%;
		max-width: 434px;
		text-align: center;
		margin: 0 auto;
	}
	#checkup_anchor ul li {
		width: 32%;
		margin-right: 2%;
		width: 48%;
		margin-right: 4%;
	}
	#checkup_anchor ul li:nth-child(2n) {
		margin-right: 0;
	}
	#checkup_anchor ul li:nth-child(2n+1) {
		clear: both;
	}
	#checkup_anchor img {
		max-width: 100%;
	}
}
#checkup_unit_table_wrapper {
	width: 100%;
}
#checkup_unit_table th {
	text-align: left;
}
#checkup_unit_table th,
#checkup_unit_table td {
	box-sizing: border-box;
	width: 33%;
	width: calc(100% / 3);
}
/*-----------------------------
人間ドック
-----------------------------*/
div.table div.table-list table.checkup_dock_table th,
div.table div.table-list table.checkup_dock_table td {
	width: 55%;
}
div.table div.table-list table.checkup_dock_table th:first-of-type {
	width: 15%;
}
div.table div.table-list table.checkup_dock_table thead th:nth-last-of-type(1),
div.table div.table-list table.checkup_dock_table thead th:nth-last-of-type(2),
div.table div.table-list table.checkup_dock_table tbody td:nth-last-of-type(1),
div.table div.table-list table.checkup_dock_table tbody td:nth-last-of-type(2) {
	text-align: center;
	width: 15%;
}
/*-----------------------------
健診日
-----------------------------*/
div.table div.table-list table.checkup_schedule_table th,
div.table div.table-list table.checkup_schedule_table td {
	text-align: center;
	width: 10%;
}
div.table div.table-list table.checkup_schedule_table th:nth-of-type(1),
div.table div.table-list table.checkup_schedule_table th:nth-of-type(2) {
	width: 15%;
}
div.table div.table-list table.checkup_schedule_table tbody td span {
	display: block;
	font-size: 13px;
}
/*-----------------------------
特定保健指導
-----------------------------*/
.checkup_guidance_subject {
	text-align: center;
	font-size: 22px;
	color: #98ca29;
}
.checkup_guidance_type {
	display: block;
	padding: 10px 50px;
	border: 1px solid #98ca29;
	border-radius: 10px;
}
.checkup_guidance_type h5 {
	text-align: center;
	font-size: 18px;
}
.checkup_guidance_type dl:first-of-type {
	color: #019678;
}
.checkup_guidance_type dl:last-of-type {
	color: #FFA801;
}
.checkup_guidance_type dl dt {
	float: left;
}
.checkup_guidance_type dl dd {
	margin-left: 150px;
}
div.table div.table-list table.checkup_guidance_schedule_table th,
div.table div.table-list table.checkup_guidance_schedule_table td {
	text-align: center;
	width: 10%;
}
div.table div.table-list table.checkup_guidance_schedule_table th:first-of-type {
	width: 30%;
}
div.table div.table-list table.checkup_guidance_schedule_table tbody td span {
	display: block;
	font-size: 13px;
}

/************************************************
アクセス
************************************************/
.access_maplink {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}
.access_maplink a {
	display: block;
	color: #FFF;
	background: #019678;
	width: 100%;
	height: 100%;
	padding: 10px 16px;
	text-align: center;
	border-radius: 6px;
}
.access_maplink a:hover {
	background: #FFA801;
	text-decoration: none;
}

/************************************************
MaxPress
（ユーザ名：石巻ロイヤル病院）
問合せフォーム
************************************************/
#OGInquiry01Wrapper {
    max-width: 885px;
    margin: 0px auto;
}
/*テーブル*/
#OGInquiryTable01 {
    width: 98%;
    margin: 0px auto;
    border-collapse: collapse;
}
#OGInquiryTableTitle01 {
    width: 35%;
    height: 35px;
    border-bottom: 2px solid #019678;
    padding: 21px 0px 21px 10px;
    font-weight: 400;
    text-align: left;
}
#OGInquiryTableContent01 {
    border-bottom: 2px solid #019678;
    padding: 32px 0px 32px 10px;
}
#OGInquiryTableRed {
    color: #ff0000;
}
/**************************
SELECTコントロール１
**************************/
#OGInquiryTableSelect01 {
    width: 80%;
    height: 32px;
    font-size: 16px;
    border-color: #696969;
}
/**************************
TEXTコントロール１
**************************/
#OGInquiryTableText01 {
    width: 80%;
    height: 32px;
    font-size: 16px;
    border-color: #696969;
}
/**************************
TEXTARESコントロール１
**************************/
#OGInquiryTableTextarea01 {
    width: 80%;
    height: 160px;
    font-size: 16px;
    border-color: #696969;
}
/**************************
送信ボタン
**************************/
#OGInquiryTableButtonWrapper {
    text-align: center;
}
/*確認ボタン*/
#sendButton01 {
    margin-top: 45px;
    max-width: 100%;
    
}
#sendButton01:hover {
    opacity: 0.7;
}
/*戻るボタン*/
#sendButton02A {
    border: none;
}
#sendButton02A img {
    margin-top: 45px;
    max-width: 100%;
}
#sendButton02A img:hover {
    opacity: 0.7;
}
/*完了ボタン*/
#sendButton03 {
    margin: 45px 0px -7px 0px;/*本番環境でずれる為：通常はmargin-TOP:45PX*/
    max-width: 100%;
    
}
#sendButton03:hover {
    opacity: 0.7;
}
/*********************************************************/
/*スマホ用（問い合わせフォーム）*/
/*********************************************************/
@media screen and (max-width: 700px) {
    #OGInquiryTableTitle01 {
        display: block;
        border-bottom: none;
        padding: 20px 0px 0px 0px;
        width: 100%;
    }
    #OGInquiryTableContent01 {
        display: block;
        padding-top: 0px;
    }
    /**************************
    SELECTコントロール１
    **************************/
    #OGInquiryTableSelect01 {
        display: block;
        width: 95%;
    }
    /**************************
    TEXTコントロール１
    **************************/
    #OGInquiryTableText01 {
        display: block;
        width: 95%;
    }
    /**************************
    TEXTARESコントロール１
    **************************/
    #OGInquiryTableTextarea01 {
        display: block;
        width: 95%;
    }
    /**************************
    送信ボタン
    **************************/
    #OGInquiryTableButtonWrapper {
        
    }
}

/*------------------------------------------------------------*/
/*フッタ系*/
/*------------------------------------------------------------*/
/************************************************
ガジェット：OGfooter
場所：フッター
************************************************/
#OGfooterLogoWrapper {
	background: #019678;
}
#OGfooterLogo {
	display: table;
	width: 1200px;
	height: 110px;
	margin: 0 auto;
}
#OGfooterLogo>div {
	display: table-cell;
	width: 600px;
	vertical-align: middle;
	text-align: left;
}
#OGfooterLogo>div:last-child {
	text-align: right;
}

#OGfooterMenuWrapper {
	background: #333333;
}
#OGfooterMenu {
	width: 1200px;
	margin: 0 auto;
	padding: 30px;
}
#OGfooterMenu ul.menu {
	border: solid 1px #1e1e1e;
	border-right: none;
	box-sizing: border-box;
	height: 590px;/*25.09.18修正*/
}
#OGfooterMenu ul.menu li.menu-item a {
	color: #FFF;
}
#OGfooterMenu ul.menu li.menu-item a:hover {
	color: #019678;
	text-decoration: none;
}
#OGfooterMenu ul.menu>div.left {
	width: calc(1195px/4);
}
#OGfooterMenu ul.menu>div.right {
	width: calc(1195px/4*3);
}
#OGfooterMenu ul.menu>div>li.menu-item {
	border-right: solid 1px #1e1e1e;
	box-sizing: border-box;
	float: left;
	width: calc(1195px/4);
	margin: 0 auto;
}
#OGfooterMenu ul.menu>div.left>li.menu-item {
	height: 590px;/*25.09.18修正*/
}
#OGfooterMenu ul.menu>div.right>li.menu-item:nth-of-type(n+1):nth-of-type(-n+2) {
	height: 590px;/*25.09.18修正*/
}
#OGfooterMenu ul.menu>div.right>li.menu-item:nth-of-type(n+3) {
	height: 395px;
}
#OGfooterMenu ul.menu>div.right>li.menu-item:nth-of-type(n+4) {
	height: 60px;
}
#OGfooterMenu ul.menu>div.right>li.menu-item:nth-of-type(n+5) {
	height: 135px;/*25.09.18修正*/
}

#OGfooterMenu ul.menu>div>li.menu-item>a {
	display: block;
	margin: 15px;
	padding: 10px;
	background: url(https://www.ishinomaki-loyal.jp/wp-content/uploads/sitemap_orange_deco.png) left no-repeat;
	background-position: 10px;
	background-color: #1e1e1e;
	text-indent: 23px;
}
#OGfooterMenu ul.menu>div>li.menu-item>ul.sub-menu>li.menu-item {
	border-bottom:1px solid #1e1e1e;
	margin: 15px;
	padding-bottom: 10px;
}
#OGfooterMenu ul.menu>div>li.menu-item>ul.sub-menu>li.menu-item>a {
	display: block;
	background: url(https://www.ishinomaki-loyal.jp/wp-content/uploads/sitemap_green_deco.png) left no-repeat;
	background-position: 10px;
/*	text-indent: 33px;*/
	padding-left: 33px;
}
#OGfooterMenu ul.menu>div>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item {
	padding-bottom: 5px;
}
#OGfooterMenu ul.menu>div>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item:first-child {
	padding-top: 5px;
}
#OGfooterMenu ul.menu>div>li.menu-item>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item>a {
	display: block;
	background: url(https://www.ishinomaki-loyal.jp/wp-content/uploads/sitemap_greenarrows.png) left no-repeat;
	background-position: 20px;
	padding-left: 40px;
}
#OGfooterCopyrigthWrapper {
	background: #1e1e1e;
	height: 100px;
	line-height: 100px;
}
#OGfooterCopyright {
	position: relative;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}
#OGfooterCopyright img {
	position: absolute;
	right: 0;
	top: 0;
	margin: 9px 0;
}

/*------------------------------------------------------------*/
/*フィールド*/
/*------------------------------------------------------------*/
/************************************************
グループ：lists
フィールド：telop
************************************************/
div.lists-telop dl {
	border: none;
}
div.lists-telop dl:nth-child(even) {
	background: #f8f8f8;
}
div.lists-telop dt.date {
	border-right: 1px solid #CCC;
}
div.lists-telop dt.date,
div.lists-telop dd.title {
	display: block;
}
div.lists-telop .telop_table {
	display: table;
	height: 100%;
}
div.lists-telop .telop_cell {
	display: table-cell;
	vertical-align: middle;
}
div.lists-telop dd.title a {
	color: #3C3C3C;
	text-decoration: none;
}
div.lists-telop dd.title a:hover {
	color: rgba(60,60,60,0.5);
	text-decoration: none;
}
div.lists-telop dd.title .titletext {
	width: 647px;
}
div.lists-telop dd.title .titletext_inner {
	display: inline;
	border-bottom: dotted 1px #98ca29;
}
div.lists-telop dd.title .titleimage {
	width: 30px;
}

.online-reserve-timetable-wrapper {
	padding: 32px 0;
	text-align: center;
}
.online-reserve-timetable-wrapper img {
	max-width: 100%;
}