/*
Theme Name: lifeclinic ver.2
Theme URI: https://lifeclinic-t.jp/
Description: lifeclinic
Version: 1.1
Author: MOCHIDOME Kazuya
Author URI: https://otsukimi.net/
Tags: 
*/

/* @group temp */


/* @end */



/* @group normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html{
  font-family:sans-serif;
  /* 1 */
  -ms-text-size-adjust:100%;
  /* 2 */
  -webkit-text-size-adjust:100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body{
  margin:0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{
  display:block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video{
  display:inline-block;
  /* 1 */
  vertical-align:baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]){
  display:none;
  height:0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template{
  display:none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a{
  background-color:transparent;
	color: #3d7799;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover{
  outline:0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title]{
  border-bottom:1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong{
  font-weight:bold;
  cGolor:#4aa1ca;
}

span.vk_highlighter{
  color:#4aa1ca;
}


/**
 * Address styling not present in Safari and Chrome.
 */
dfn{
  font-style:italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/*h1{
  font-size:2em;
  margin:0.67em 0;
} */

/**
 * Address styling not present in IE 8/9.
 */
mark{
  background:#ff0;
  color:#000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small{
  font-size:80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sup{
  top:-0.5em;
}

sub{
  bottom:-0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img{
  border:0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root){
  overflow:hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure{
  margin:1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr{
  box-sizing:content-box;
  height:0;
}

/**
 * Contain overflow in all browsers.
 */
pre{
  overflow:auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp{
  font-family:monospace, monospace;
  font-size:1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea{
  color:inherit;
  /* 1 */
  font:inherit;
  /* 2 */
  margin:0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button{
  overflow:visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select{
  text-transform:none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
  -webkit-appearance:button;
  /* 2 */
  cursor:pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled]{
  cursor:default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner{
  border:0;
  padding:0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input{
  line-height:normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"]{
  box-sizing:border-box;
  /* 1 */
  padding:0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
  height:auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"]{
  -webkit-appearance:textfield;
  /* 1 */
  box-sizing:content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
  -webkit-appearance:none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset{
  border:1px solid #c0c0c0;
  margin:0 2px;
  padding:0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend{
  border:0;
  /* 1 */
  padding:0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea{
  overflow:auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup{
  font-weight:bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table{
  border-collapse:collapse;
  border-spacing:0;
}

td,
th{
  padding:0;
}

/**
 * Base Style
 */
*,
*:after,
*:before{
  box-sizing:border-box;
}

html{
  font-size:62.5%;
  overflow-y:scroll;
}

body{
  width:100%;
  mGin-width:945px;
  color:#333;
  font-size:1.5rem;
  font-family:"HelveticaNeue", "Helvetica", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", ArialMT, Arial, "Droid Sans", Roboto, Meiryo, Osaka, sans-serif;
  line-height:1.85714;
  letter-spacing:1px;
  position:relative;
  z-index:0;
  counter-reset: number 0;
	word-wrap: break-word;
    overflow-wrap: break-word;
}

a{  
  text-decoration:none;
}

a:visited{
  color:#333;
}

a:hover,
a:active{
  color:#333;
}

img{
  max-width:100%;
  vertical-align:top;
}

.img{
  max-width:100%;
  vertical-align:top;
}

ul{
  list-style:none;
  margin:0;
  padding:0;
}

.off{
	display: none!important;
}

/* @end */





/* @group stracture */
.mobileonly{
	display: none;
}
.l-container{
  position:absolute;
  top:0;
  left:0;
  z-index:10;
  width:100%;
  background:#fff;
  padding-top:100px;

}

.l-contents{

}

.l-inner{
  width:96%;
  max-width: 1005px;
  margin:0 auto;
  position:relative;
  pGadding-left: 20px;
  pGadding-right: 20px;
}


.l-inner-text{
  width:96%;
  max-width: 945px;
  margin:0 auto 65px;
  position:relative;
}
.l-inner .img{
  text-align: center;
}

.l-section{
  width:100%;
  overflow: hidden;
  /*margin-bottom: 250px;
  height:700px;*/
}


/* @end */



/* @group js-hero */


.hero{
  background:#eee;
  z-index:0;
  hGeight: 100%;
  dGisplay:none;
}

.hero .logo{
  position:absolute;
  width: 64px;
  top:60px;
  left:90px;
  z-index:50;
  margin:0;
  display: none;
}

#lifeclinic .hero .topslide{
  position:fixed;
  wGidth:100%;
  hGeight:100%;
  top:0px;
  lGeft:0;
  z-index:1;
}

#lifeclinic.home #wrapper{
	position: relative;
	margin-top: 100%;
	z-index:30!important;
}

#lifeclinic.home #wrapper footer{
	position: relative;
	z-index:30!important;
}

.hero #js-hero{
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:10;
}

.hero #js-hero li span{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  color:transparent;
  background-size:cover;
  background-position:50% 50%;
  background-repeat:none;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index:0;
  -webkit-backface-visibility:hidden;
  -webkit-animation:imageAnimation 30s linear infinite 0s;
          animation:imageAnimation 30s linear infinite 0s;
}

.hero #js-hero li:nth-child(1) span{
  background-image:url(img/pic_hero02.jpg);
}

.hero #js-hero li:nth-child(2) span{
  background-image:url(img/pic_hero01.jpg);
  -webkit-animation-delay:30s;
          animation-delay:30s;
}

.hero #js-hero li:nth-child(3) span{
  background-image:url(img/pic_hero03.jpg);
  -webkit-animation-delay:60s;
          animation-delay:60s;
}

.scroll-nav{
  margin-top:-100px;
}

.scroll-nav:after{
  content:"";
  position:absolute;
  top:-100px;
  left:0;
  right:0;
  width:40px;
  height:40px;
  margin:auto;
  border-right:1px solid;
  border-bottom:1px solid;
  -webkit-transform:rotate(45deg);
          transform:rotate(45deg);
  -webkit-animation:down-arrow 2s infinite;
          animation:down-arrow 2s infinite;
  box-sizing:border-box;
}

/* @end */

/* @group l-header */

.l-header{
  background:#fff;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100px;
  z-index:100;
}

.l-header .logo{
  width: 64px;
  margin:20px 0 0 90px;
  float:left;
}

.l-header .gnav{
  float:right;
  font-size:1.35rem;
  font-weight:normal;
}

.l-header .gnav ul{
  margin:40px 0;
}

.l-header .gnav ul li{
  display:inline-block;
  margin-left:40px;
}

.l-header .gnav ul li a:hover{
  border-bottom:2px solid;
}



/* @end */


/* @group pankuzu */

.pankuzu{
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  bGorder-top: #e4e4e4 2px solid;
  padding: 0px 0 15px;
}

.blog.single .pankuzu{
	margin-bottom: 30px;
}

.pankuzu ul li{
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
}
.pankuzu ul li a{
  color: #007fac;
  position: relative;
  display: block;
  font-size: 12px;
}
.pankuzu ul li:not(:last-child) a::after{
  content: "＞";
  position: absolute;
  top: -.005em;
  padding-left: .3em;
  text-decoration: none;
}



/* @end */


/* @group header */
#header{
	position: fixed;
	top: -1px;
	left: 0;
	width: 100%;
	height: 101px;
	z-index: 45;
}

#header2{
	width: 94%;
	max-width: 1100px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#header2band{
	background-color: rgba(255,255,255,0.95);
	height: 100px;
}

#lifeclinic #sitename{
	width: 65px;
	height: 60px;
	margin-top: 20px;
}

#lifeclinic #sitename a{
	width: 65px;
	height: 60px;
	background: url(img/logo_b.png) no-repeat center center;
	background-size: contain;
}


#lifeclinic ul#menu-shouldermenu{
	width:  430px;
	height: 20px;
	margin-right: 5px;
	text-align: right;
	position: absolute;
	right: 0px;
}

#lifeclinic ul#menu-shouldermenu li{
	display: inline-block;
	margin: 0 14px;
}

#lifeclinic ul#menu-shouldermenu li a {
	padding: 0 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
}

#lifeclinic ul#menu-shouldermenu li.current-menu-item a {
	border-bottom: 2px solid #666;
}

#lifeclinic ul#menu-mainmenu{
	width: 800px;
	height: 42px;
	margin-top: 38px;
}

#lifeclinic ul#menu-mainmenu li {
	line-height: 24px;
	height: 24px;
	margin: 0 12px;
}

#lifeclinic ul#menu-mainmenu li a {
	padding: 0 0px;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

#lifeclinic ul#menu-mainmenu li.current-menu-item a {
	border-bottom: 2px solid #666;
}

#lifeclinic.single-checkup ul#menu-mainmenu li.menu-item-162 a {
	border-bottom: 2px solid #666;
}

#lifeclinic.single-checkup.postid-221 ul#menu-mainmenu li.menu-item-162 a {
	border-bottom: none;
}

#lifeclinic.single-medical ul#menu-mainmenu li.menu-item-161 a {
	border-bottom: 2px solid #666;
}

#lifeclinic.single-inspection ul#menu-mainmenu li.menu-item-164 a {
	border-bottom: 2px solid #666;
}

/* @end */

/* @group maingraphic */
#lifeclinic #maingraphicband{
	margin-top: 105px;
	background-color: #f5f5f5;
	padding: 0;
	position: relative;
}


#lifeclinic #maingraphicband #maingraphic {
	max-width: 1100px;
	height: auto;
	min-height: 500px;
}

#lifeclinic.single-piece #maingraphicband,
#lifeclinic.single-mediadata #maingraphicband {
	padding-top: 90px;
}

#lifeclinic.single-piece #maingraphicband #maingraphic {
	margin: 0px 0 0 0;
}

#lifeclinic.page-works #maingraphicband #maingraphic {
	background-image: url(common/maingraphjic_works.jpg);
	background-size: cover;
}

#lifeclinic.blog #maingraphicband #maingraphic,
#lifeclinic .blog #maingraphicband #maingraphic {
	background: url(common/mainphoto_blog4.jpg) no-repeat center center;
	background-size: cover;
}

#lifeclinic.page-blog #maingraphicband #maingraphic {
	background-image: url(common/mainphoto_blog3.jpg);
	background-size: cover;
}

#lifeclinic #maingraphicband #maingraphic h1#pagetitle{
	font-family:"游明朝","Yu Mincho","游明朝体",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"ＭＳ Ｐ明朝","MS PMincho";
	padding: 220px 6px 0 6px;
	font-weight: normal;
}

#lifeclinic .policy #maingraphicband #maingraphic h1#pagetitle{
	text-align: left;
	color: #000;
	width: 90%;
	text-shadow: rgba(255,255,255,1) 0px 0px 0px;
}

#lifeclinic .profile #maingraphicband #maingraphic h1#pagetitle{
	text-align: left;
	color: #000;
	width: 90%;
	text-shadow: rgba(255,255,255,1) 0px 0px 0px;
}

#lifeclinic .sekioka #maingraphicband #maingraphic h1#pagetitle{
	text-align: right;
	color: #000;
	width: 90%;
	text-shadow: rgba(255,255,255,1) 0px 0px 0px;
}


#lifeclinic .photofull-main .titleunit h1{
	font-weight: normal;
	font-size: 48px;
	line-height: 1.1em;
	padding: 0;
	letter-spacing: 0px;
	margin: 0;
}

#lifeclinic .photofull-main .titleunit p br{
	display: none;
}

#lifeclinic .photofull-main.bg-white .titleunit{
	background-color: rgba(255,255,255,0.85);
}

#lifeclinic .photofull-main.bg-black .titleunit{
	background-color: rgba(0,0,0,0.85);
}

/* @end */

/* @group btn */


a.btnDetails{
	padding: 5px 18px 7px!important;
	margin: 0 1px;
	display: inline-block;
	color: #fff!important;
	background-color: #5ea0c6;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

a.btnDetails:after{
	font-family: "Font Awesome 5 Free";
	content: "";
	padding-left: 1px;
	font-weight: 1;
}

a.btnDetails:hover{
	background-color: rgba(84,103,52,0.8);
}

a.btnDetailsLarge{
	padding: 13px 30px 15px!important;
	margin: 0 1px;
	display: inline-block;
	color: #333;
	background: none;
	font-size: 16px;
	line-height: 1em;
	text-decoration: none;
	border: 1px solid #666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

a.btnDetailsLarge:after{
	font-family: "Font Awesome 5 Free";
	content: "";
	padding-left: 1px;
	font-weight: 1;
}

a.btnDetailsLarge:hover{
	background-color: #fff;
	color: #000;
}


.panelblue .smb-accordion__item__title {
	background-color: #4191dd;
	text-align: center;
	color: #fff;
}

.panelblue .smb-accordion__item__title span{
	color: #fff;
	font-weight: bold;
}

.panelblue .smb-accordion__item__title .smb-accordion__item__title__icon .fa-solid fa-angle-down{
	color: #fff;
	font-weight: bold;
}

.panelblue .smb-accordion__item__control{
	color: #fff;
	font-weight: bold;
}



/* @end */

/* @group common */

body#lifeclinic{
	background-color: #fff;
}


#lifeclinic h2,
#lifeclinic h2 span{
	font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic","Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
	font-size: 20px;
	fGont-weight: normal;
	color: #000;
}

#lifeclinic h2#pagetitle{
	width: 100%;
	max-width: 525px;
	margin: 20px auto 0;
	font-size: 22px;
}

#lifeclinic h3,
#lifeclinic h3 span{
	font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic","Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

#lifeclinic h4,
#lifeclinic h4 span{
	font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic","Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}


#lifeclinic #contents{
	width: 100%;
	max-width: 100%;
	min-height: 500px;
	padding-top: 0px;
}

#lifeclinic #contents p a,
#lifeclinic #contents td a{
	bGackground-color: rgba(84,103,52,0.15);
	color: #337ea8;
	border-bottom: 1px dashed #337ea8;
}

#lifeclinic .split1,
#lifeclinic .split2,
#lifeclinic .split2-1,
#lifeclinic .split1-2,
#lifeclinic .split1-2-1,
#lifeclinic .split3,
#lifeclinic .split4,
#lifeclinic .splitM{
	margin-top: 90px;
}

#lifeclinic .split1.leadtext{
	margin-top: 0px;
}

p.column-b{
	background-color: #e4e4e4;
	padding: 15px 30px 17px;
}

p.column-f{
	border: 2px solid #5fa0c6;
	padding: 15px 30px 17px;
}

#contents span.has-vivid-cyan-blue-color{
	color: #5fa0c6;
}

#contents p s{
	font-size: 11px;
	color: #888;
	text-decoration: none;
}

#contents p.wide{
	width: 96%;
	max-width: 1100px;
	margin: 0 auto 0px auto;
}

#contents .wideimage{
	width: 96%;
	max-width: 1100px;
	margin: 0 auto 0px auto;
}

#contents .wideimage img{
	width: 100%;
	height: auto;
}

#contents .wideimage.middle{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

#Gcontents .wideimage.middle img{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

#lifeclinic #contentsband #contents p.has-text-align-right{
	text-align: right;
}

#lifeclinic #contentsband #contents p.has-text-align-center{
	text-align: center;
}

#contents .c-container.mw400,
#contents .c-container.mw500,
#contents .c-container.mw600,
#contents .c-container.mw700,
#contents .c-container.mw800,
#contents .c-container.mw900,
#contents .c-container.mw1000,
#contents .c-container.mw1100,
#contents .c-container.mw1200{
	padding: 0;
	margin: 0 auto;
}

#contents .c-container.mw400{
	max-width: 400px;
}

#contents .c-container.mw500{
	max-width: 500px;
}

#contents .c-container.mw600{
	max-width: 600px;
}

#contents .c-container.mw700{
	max-width: 700px;
}

#contents .c-container.mw800{
	max-width: 800px;
}

#contents .c-container.mw900{
	max-width: 900px;
}

#contents .c-container.mw1000{
	max-width: 1000px;
}

#contents .c-container.mw1100{
	max-width: 1100px;
}



.wp-block-columns.mh250{
	max-height: 250px;
	margin: 0 auto;
}


.wp-block-cover.mw1100{
	max-width: 1100px;
	height: 550px;
	margin: 0 auto;
}

#lifeclinic .wp-block-cover p.has-large-font-size{
	font-family:"游明朝","Yu Mincho","游明朝体",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"ＭＳ Ｐ明朝","MS PMincho";
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

/* @end */

/* @group common+ */
#lifeclinic #contents p{
	margin-bottom: 20px;
}

#contents .l-article-inner{
	max-width: 525px;
	margin-right: auto;
	margin-left: auto;
}

.blog.single #contents article{
	max-width: 525px;
	margin-right: auto;
	margin-left: auto;
}

#lifeclinic .blog.single #contents article.wide-width{
	max-width: 675px;
}

#lifeclinic .blog.single #contents article.wide-lines .entry p{
	line-height: 2em!important;
	margin: 0 0 30px 0px;
}


.risktable{
	margin: 30px 0 30px 0;
}

.risktable .contents th{
	text-align: justify;
	padding: 10px 15px 13px!important;
	line-height: 1.6em!important;
}



ul.ten{
  margin-bottom: 15px;
}
ul.ten li{
  margin-bottom: 5px;
  text-indent:-1em;
  padding-left:1em;
}
ul.ten li::before{
  content: "・";
}

b,
strong{
  font-weight:bold;
  color:#4aa1ca;
}


.fnt-s{font-size:1.2rem;}
.fnt-gray{color:#aaa !important;}
.fnt-blue{color:#4aa1ca !important;}
.fnt-pink{color:#FA796A !important;}
.bold{font-weight:bold;}
.normal{font-weight:normal !important;}
.br{display:inline-block;}
.boxGray{border: 1px solid #f0f0f0;padding:12px 20px;}
.td-ul{text-decoration: underline !important;}
.indent{
    padding-left: 0.7em;
    text-indent: -0.7em;
}
.ti1{text-indent:-1em;
padding-left:1em;
}
.ti2{text-indent:-2em;
padding-left:2em;
}
.ti3{text-indent:-3em;
padding-left:3em;
}



.mincho{
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.mb0{margin-bottom: 0px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb60{margin-bottom: 60px !important;}
.mb85{margin-bottom: 85px !important;}
.mb65-45{margin-bottom: 65px !important;}

.mr25{margin-right: 25px !important;}

.pb0{padding-bottom:0px !important;}

.mt0{margin-top: 0px !important;}
.mt20{margin-top: 20px !important;}
.mt70-35{margin-top: 70px !important;}

.mt-top{
	margin-top: 10px !important;
	margin-bottom: 20px;
}
#contents h1{
	font-size: 20px;
	width: 100%;
	font-weight: bold;
	margin: 0px auto 0px auto;
}

.more{
  color: #0080ad;
  display: inline-block;
  bGackground-color: #333;
  position: relative;
  tGop: 20px;
  rGight: 10px;
  width: 15&;
  margin: 0px!important;
}

#wrapper #contents .otherpage .more{
  color: #0080ad;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 15&;
  margin: 0px!important;
}
a.more:hover{
  color:#0080ad;
  text-decoration: underline;
}
a.more:active,
a.more:visited{
  color:#0080ad;
}
.more::after{
	content: " >";
	position: absolute;
	top: -.075em;
	padding-left: .3em;
	text-decoration: none;
}

#pastlist p.midashi{
	margin-bottom: 20px;
}

#pastlist dd.imp ,
#pastlist dd.cls ,
#pastlist dd.crn {
	padding-left: 80px;
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: left center;
}

#pastlist dd.cls {
	background-image: url(common/post-label-cls.png);
}

#pastlist dd.crn {
	background-image: url(common/post-label-crn.png);
}

#pastlist dd.imp {
	background-image: url(common/post-label-imp.png);
}

img.fullimage{
	width: 100%;
	height: auto;
}

figcaption{
	text-align: center;
	color: #666;
	font-size: 14px;
}


/* @end */

/* @group layout */
#lifeclinic #contentsband{
	width: 100%;
	bGackground-color: #f8f8f8;
	margin-top: 100px;
}

#lifeclinic .split2 .block1{
	border-right: 1px solid #fff;
}

#lifeclinic .split1-2-1 .block1,
#lifeclinic .split1-2-1 .block2{
	border-right: 1px solid #fff;
}

#lifeclinic .split3 .block1,
#lifeclinic .split3 .block2{
	border-right: 1px solid #fff;
}

#lifeclinic .split3 .block1,
#lifeclinic .split3 .block2,
#lifeclinic .split3 .block3{
	border-right: 1px solid #fff;
}


#wrapper .photofull-v{
	pGosition: relative;
	display: flex;
	fGlex-direction: row-reverse;
	align-items: center; 
	justify-content: flex-end;
}

#wrapper .photofull-v .flexitem{
	display: flex-item;

	font-size: 14px;
	line-height: 1.5em;
	color: #444;
	letter-spacing: 0px;
	bGackground-color: #eee;

	wGidth: 300px;
	hGeight: 100px;
}

#wrapper .photofull-v .v-middle{
	font-weight: normal;
	position: absolute;
	display: flex-item;

	z-index: 2;
	font-size: 14px;
	line-height: 1.5em;
	padding: 8px 15px;
	color: #444;
	letter-spacing: 0px;
	background-color: #eee;
	tGop: 0;
	bGottom: 0;
	mGargin: auto;
	height: auto;

	width: 300px;
	hGeight: 100px;
}

#wrapper .photofull-v img{
	width: 100%;
	height: auto;
	margin: 0!important;
}

/* @end */

/* @group flex-layout */


.flex-cntn .flex-item .htitle,
.flex-cntn .flex-item strong{
	font-size: 24px;
	line-height: 1.3em;
	padding: 0px 0px 4px 0px;
	font-family:"游明朝","Yu Mincho","游明朝体",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"ＭＳ Ｐ明朝","MS PMincho";
	margin: 0!important;
	display: block;
	width: 100%;
}

.flex-cntn .flex-item{
	font-size: 13px;
	line-height: 1.6em;
	padding: 0px;
	display: block;
	width: 100%;
}

/* @end */

/* @group poster */
.photofull .catchtext .htitle{
	line-height: 1.3em;
	padding: 0px 0px 4px 0px;
	font-family:"游明朝","Yu Mincho","游明朝体",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"ＭＳ Ｐ明朝","MS PMincho";
	margin: 0!important;
}

.photofull .catchtext.t-white .htitle{
	color: #fff!important;
}

.photofull .catchtext .hsub{
	font-size: 12px;
	line-height: 1.5em;
	padding: 0px;
}

.photofull .catchtext.t-white .hsub{
	color: #fff;
}


#top_policy_1.photofull a{
	bGackground-color: #eee;
	display: table;
	width: 100%;
	vertical-align: middle;
}

#top_policy_1.photofull a .catchtext{
	position: relative;
	vertical-align: middle;
}

/* @end */

/* @group l-about */

/*.l-about{
  padding: 65px 0 80px;
}*/
.l-about .main{
  width: 520px;
  float: left;
  margin: 0 30px 0 212px;
}

.l-about .box-top{
  width: 150px;
  float: left;
  border-left: 1px solid #666666;
  font-size: 1.2rem;
  padding-left: 9px;
  color: #666666;
  line-height: 2.4rem;
  margin-top:85px;
}
.l-about .box-index{
  width: 180px;
  float: left;
  font-size: 1.5rem;
  color: #666666;
  line-height: 2.4rem;
}
.l-about .box-top span{
  font-style: italic;
}
.l-about .box-top a{
  display: block;
  width: 102px;
  background-color: #bbbbbb;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  margin-top:7px;
}

.l-about .box-index ul li span{
  color: #aaa;
  font-size: 1.3rem;
}
.l-about .box-index ul li a{
 display: block;
}
.l-about .box-index ul,
.l-article .l-article-inner .main-index dl{
  margin-top: 7px;
  border-left: 1px solid #666666;
  padding-left:0.5em;
}



/* @end */

/* @group l-practice */

	.l-practice{
  padding: 50px 0 45px;
}
.l-practice .main{
  wGidth: 520px;
  fGloat: left;
  mGargin: 0 33px 0 212px;
}
.l-practice .main dl{
  margin: 0 0 35px 0;
}
.l-practice .main dl dt{
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 12px 0;
}
.l-practice .main dl dt span{
  font-weight: normal;
}
.l-practice .main dl dd{
  margin: 0;
  /*font-size: 1.4rem;*/
}
.l-practice .main dl dd p{
  margin: 0;
}
.l-practice .main table{
  border-collapse: separate;
  margin-bottom: 5px;
  border: 2px solid #5eabd0;
  border-radius: 4px;
}
.l-practice .main  table tr{

}
.l-practice .main table tr.day td{
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.6rem;
  padding-top: 5px;
  padding-bottom: 5px;
}
.l-practice .main table th{
  font-size: 1.4rem;
  font-weight: normal;
  padding: 5px 12px;
  border-bottom: 2px solid #5eabd0;
  line-height:1.8rem;
}
.l-practice .main table th span{
  display: block;
  font-size: 1.2rem;
  color: #666;
}
.l-practice .main table td{
  border-left: 2px solid #5eabd0;
  border-bottom: 2px solid #5eabd0;
  text-align: center;
  vertical-align: middle;
  padding: 0 18px;
  font-weight: bold;
  font-size: 1.6rem;
}
.l-practice .main table td.time{
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: normal;
}
.l-practice .main  table td span{
  display: block;
  font-size: 1.2rem;
  color: #666;
}
.l-practice .main table tr:last-child th,
.l-practice .main table tr:last-child td{
  border-bottom: none;
}

.l-practice .main dl dd p.kyushin{
  margin-bottom: 16px;
}
/*.l-practice .main dl dd a{
  display: inline-block;
  position: relative;
}
.l-practice .main dl dd a:nth-of-type(1){
  margin-bottom: 16px;
}*/
.l-practice a.reservation{
  display: block;
  border-radius: 6px;
  width: 520px;
  height: 67px;
  padding-top: 14px;
  margin-left: 212px;
  position: relative;
  color: #fff;
  background:#92c8e4 url(img/icon_monitor.png) 22px 22px no-repeat;
}
.l-practice a.otherpage{
  display: block;
  border-radius: 6px;
  width: 520px;
  height: 67px;
  padding-top: 14px;
  position: relative;
  color: #fff;
  background:#92c8e4 url(img/icon_monitor.png) 22px 22px no-repeat;
}
.l-practice a.reservation span,
.l-practice a.otherpage span{
  display: inline-block;
  vertical-align: middle;
  font-size:1.35rem;
	  color: #eee;
	  wGidth: 70%;
	  position: absolute;
	  top: 16px;
}

.l-practice a.reservation .more,
.l-practice a.otherpage .more{
  color: #eee;
}
.l-practice a.reservation span:nth-of-type(1),
.l-practice a.otherpage span:nth-of-type(1){
  font-size: 1.4rem;
  margin-left: 64px;
  line-height: 2rem;
}
.l-practice a.reservation span:nth-of-type(2){
  margin-left: 100px;
  position: relative;
}
.l-practice a.otherpage span:nth-of-type(2){
  color: #fff!important;	
  margin-left: 40px;
  position: relative;
}
.l-practice .box{
  width: 180px;
  float: left;
  color: #666666;
  position: relative;
}
.l-practice .box::after{
  content: "";
  width: 102px;
  height: 3px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: -10px;
}
.l-practice .box span{
  display: block;
}
.l-practice .box p.time{
  font-size: 1.2rem;
  margin: 5px 0px 0px;
}
.l-practice .box p.title{
  font-size: 1.2rem;
  margin: 5px 0px 0px;
  padding-top: 7px;
  line-height: 1.8rem;
}
.l-practice .box p.tel{
  font-size: 1.65rem;
  margin: 5px 0px 10px;
  color: #333;
}

.l-practice .box ul li::before{
  content: "・";
}


.l-about .box-index ul li a::before,
.l-article .l-article-inner .main-index dl dt a::before{
  content: "▼";
  font-size: xx-small;
  padding-right: 0.5em;
   color: #4aa1ca;
}
 
.l-practice .box dl,
.l-about .box-index dl{
  margin: 0;
  padding-left: 1.4rem;
}
.l-practice .box dl dt,
.l-practice .box dl dd,
.l-about .box-index dl dt,
.l-about .box-index dl dd{
  font-size: 1.4rem;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.l-practice .box dl dd,
.l-about .box-index dl dd{
  line-height: 2.2rem;
  text-indent: 0.5rem;
}
.l-practice .box dl dd span,
.l-article .l-article-inner dl dd span,
.l-about .box-index dl dd span{
  color: #aaa;
  font-size: 1.3rem;
}
.l-practice .box a.btn{
  display: block;
  width: 102px;
  background-color: #bbbbbb;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  font-size:1.2rem;
}
.l-practice .box ul li,
.l-about .box-index ul li{
  margin-bottom: 13px;
  text-indent:-1em;
  padding-left:1em;
}

.l-practice .box ul{
  margin-bottom: 15px;
}



/* @end */

/* @group l-service */

.l-service{
  background-color: #eee;
  padding: 30px 0 40px;
}
.l-service dl{
  margin: 0 0 25px 0;
}
.l-service dl dt{
  font-size: 1.4rem;
  counter-reset: number;
}
.l-service dl.naika dt,
.l-service dl.kenshin dt{
  margin-bottom: 10px;
}
.l-service dl dd{
  margin: 0;
}
.l-service dl dd a{
  width: 100%;
  display: inline-block;

  border-radius: 4px;
  color: #007faf;
  font-size: 1.7rem;
  padding: 15px 0 15px 15px;
}
.l-service dl.kensa dd a{
  padding-right: 15px;
}
.l-service dl dd li:nth-of-type(odd) a{
  background-color: rgba(255, 255, 255, 0.9);
}
.l-service dl dd li:nth-of-type(even) a{
  background-color: rgba(255, 255, 255, 0.65);
}

.l-service dl dd a:hover{
  filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.l-service dl ul{
  letter-spacing: -.4em;
}
.l-service dl ul li{
  letter-spacing: normal;
  margin-right: 2%!important;
}

.l-service dl.naika ul li{
  display: inline-block;
	width: 100%;
  mGax-width: 459px;
    width: 218px;
  margin-right: 23px;
}

.l-service dl.naika ul li a{
  font-size: 1.35rem;
  line-height: 2.2rem;
  dGisplay: block;
  wGidth: 190px;
  mGargin-bottom: 15px;
}


.l-service dl.kenshin ul li,
.l-service dl.jihi ul li,
.l-service dl.kensa ul li{
  display: inline-block;
  width: 218px;
  margin-right: 23px;
}
.l-service dl.kensa ul li{
  display: inline-block;
  width: 298px;
  margin-right: 23px;
}
.l-service dl.naika ul li:nth-child(2n),
.l-service dl.kenshin ul li:nth-child(4n),
.l-service dl.jihi ul li:nth-child(4n),
.l-service dl.kensa ul li:nth-child(3n){
  mGargin-right: 0px;
}
.l-service dl.kenshin ul li:nth-child(n+4) {
    mGargin-top: 15px;
}
.l-service dl.jihi ul li:nth-child(n+4){
  mGargin-top: 15px;
}
.l-service dl.jihi ul li a{
  position: relative;
  height: 150px;
}
.l-service dl.kensa ul li a{
  position: relative;
  height: 115px;
	margin-bottom: 23px;
    vertical-align: top;
}

.l-service dl.jihi ul li a::after{
  counter-increment: number 1;
  content: "#0" counter(number);
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 1.2rem;
}
.l-service dl.kensa ul li a::after{
  color: #bfbfbf;
  counter-increment: number 1;
  content: "#0" counter(number);
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 1.2rem;
}
.l-service dl.jihi ul li a:nth-child(n+10):before{
  content: "#"counter(num)": ";
}
.l-service dl.kensa ul li a:nth-child(n+10):before{
  content: "#"counter(num)": ";
}
.l-service dl.jihi ul li span:nth-of-type(1){
  font-size: 1.55rem;
  line-height: 2.2rem;
  display: block;
  position: absolute;
 /* left: 17px;*/
  top: 50px;
  z-index: 10;
}

.l-service dl.kensa ul li a span{
	color: #007faf;
}

.l-service dl.kensa ul li span:nth-of-type(1){
    font-size: 1.25rem;
    padding-top: 20px;
    display: block;
    line-height: 1.5;
    color: #6a6a6a;
}
.l-service dl.jihi ul li span:nth-of-type(2){
  font-size: 1.35rem;
  line-height: 2.2rem;
  display: block;
  width: 190px;
  position: absolute;
  /*left: 17px;*/
  top: 25px;
}
.l-service dl.kensa ul li span:nth-of-type(2){
    font-size: 1.5rem;
    display: block;
    line-height: 1.6;
}
.l-service dl.jihi ul li img{
    display: block;
    position: absolute;
    right: 18px;
    bottom: 15px;
    width: 74px;
    height: auto;
}

/*LOH症候群外来*/
.l-service dl.jihi ul li.loh a,
.l-service dl.jihi ul li.loh a span{
  color: #00AEEF;
}
/*栄養解析*/
.l-service dl.jihi ul li.nutrition a,
.l-service dl.jihi ul li.nutrition a span{
  color: #0067ad;
}
/*Freestyleリブレ*/
.l-service dl.jihi ul li.freestyle-libre a,
.l-service dl.jihi ul li.freestyle-libre a span{
  color: #008FEF;
}
/*腸内フローラ外来*/
.l-service dl.jihi ul li.fmt a,
.l-service dl.jihi ul li.fmt a span{
  color: #2E3092;
}
/*有酸素検査*/
.l-service dl.jihi ul li:nth-of-type(4) a{
  color: #4877bb;
}
/*点滴療法全般*/
.l-service dl.jihi ul li.iv a{
  color: #91288E;
}
/*プラセンタ療法*/
.l-service dl.jihi ul li.placenta a,
.l-service dl.jihi ul li.placenta a span{
  color: #eb008c;
}
/*グルタチオン点滴療法*/
.l-service dl.jihi ul li.glutathione a,
.l-service dl.jihi ul li.glutathione a span{
  color: #f299bf;
}
/*キレート療法*/
.l-service dl.jihi ul li:nth-of-type(16) a{
  color: #ec1920;
}
/*高濃度ビタミンC点滴療法*/
.l-service dl.jihi ul li.vitamin-c a,
.l-service dl.jihi ul li.vitamin-c a span{
  color: #f48d6d;
}
/*マイヤーズカクテル検査*/
.l-service li.myers-cocktail a,
.l-service li.myers-cocktail a span{
  color: #f7921e;
}
/*運動療法*/
.l-service dl.jihi ul li:nth-of-type(18) a{
  color: #7fca9a;
}
/*減量療法*/
.l-service dl.jihi ul li:nth-of-type(19) a{
  color: #87c03e;
}
/*難治性疾患外来*/
.l-service dl.jihi ul li:nth-of-type(20) a{
  color: #00a550;
}
/*副腎疲労症候群外来*/
.l-service dl.jihi ul li.adrenal-fatigue a,
.l-service dl.jihi ul li.adrenal-fatigue a span{
  color: #929398;
}
/*からだにやさしいがん治療・高濃度ビタミンC点滴*/
.l-service dl.jihi ul li.vitamin-c_treatment a,
.l-service dl.jihi ul li.vitamin-c_treatment a span{
  color: #835838;
}
/*がんのセカンドオピニオン*/
.l-service dl.jihi ul li.second-opinion a{
  color: #B2B200;
}
/*からだにやさしいがん治療　代替補完療法*/
.l-service dl.jihi ul li.cam a{
  color: #B28500;
}



/* @end */

/* @group 共通パーツ */

#commonblock.l-article-inner{
	width: 92%;
	max-width: 525px;
	margin: 80px auto 50px;
}

#commonblock dt strong{
	font-size: 1.1em;
}

p.fnt-gray,
#commonblock p.fnt-gray{
	font-size: 0.8em;
}

#commonblock p.title{
	margin-bottom: 10px;
}

a.btnDetails{
	padding: 3px 18px 5px!important;
	display: inline-block;
	color: #fff!important;
	background-color: #ccc;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	border-bottom: none!important;
}

.entry .wp-block-table td{
	padding: 8px;
	vertical-align: top!important;
}

/* @end */

/* @group 自由診療・各種検査 */
#wrapper.private-treatment .fullimage figure,
#wrapper.examination .fullimage figure{
	margin-top: 0!important;
}

/* @end */

/* @group 人間ドック */
.l-service dl.kenshin ul li span.catch{
    font-size: 1.15rem;
    padding-top: 5px;
    display: block;
    line-height: 1.5;
    color: #6a6a6a;
}

.l-service dl.kenshin ul li span.title{
  font-size: 1.35rem;
  line-height: 2.2rem;
  display: block;
  width: 190px;
  margin-bottom: 15px;
  color: #007faf;
}


/* @end */

/* @group cafefika */
.cafeslider{
	background-color: #9fc7df;
	padding-top: 45px;
	padding-bottom: 15px;
}

.cafeslider figcaption{
	font-weight: bold;
	color: #fff!important;
	background-image: url(common/bg-grad.png)!important;	
}

.Gcafeslider li{
	background-color: #ccc!important;
}

.cafeslider li button{
	color: #f00!important;	
	bGackground-color: #fF0!important;
	font-size: 00px!important;
	background-image: url(common/bg-grad.png)!important;	
}

#sb_instagram{
	max-width: 1100px;
}

/* @end */

/* @group お問い合わせ */
#lifeclinic.page-inquiry #contents{
	min-height: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#lifeclinic.page-inquiry #commonblock.l-article-inner{
	margin: 10px auto 50px;
}

#lifeclinic.page-inquiry #common	block.l-article-inner dt{
	display: none;
}

/* @end */

/* @group l-news */

.l-news{
  padding: 45px 0 50px;
  background-color: #fff;
  border-top: 2px solid #e3e3e3;
  max-width: 1000px;
  margin: 0 auto;
  width: 94%;
}

.newslist #footnews.l-news{
	display: none;
}

.newslist #mainnews.l-news{
	border-top: none;
}

.l-news dl{
  margin: 0 0 5px 205px;
}
.l-news dl dt{
  display: inline-block;
  color: #666666;
  font-size: 1.2rem;
}
.l-news dl dd{
  display: inline-block;
  margin-left: 15px;
  font-size: 13px;
  /*font-size: 1.4rem;*/
}

.l-news dl dd a{
	bGackground-color: #f4f4f5;
	color: #337ea8;
  font-size: 13px;
}

.l-news dl dd a:hover{
	bGackground-color: #e6e6eb;
	text-decoration: underline;
}



/* @end */

/* @group l-article */

/* ------- */

.l-article{
  margin-top: 50px;
}

.l-article p{
  margin: 0;
}
.l-article p a{
  color: #5eabd0;
}
.l-article p a:hover{
  text-decoration:underline;
}
.l-article .l-article-inner{
  width: 525px;
  margin: 0 auto;
}
.l-article .l-article-inner h1{
  font-size: 1.9rem;
/*  margin: 0 0 35px 0;*/
}
.l-article .l-article-inner h2,
.l-practice .l-article-inner h2{
  font-size: 1.7rem;
	padding-left: 1em;
    text-indent: -1em;
}
.l-article .l-article-inner h2::before,
.l-practice .l-article-inner h2::before{
  content: "●";
  padding-right: 0.4em;
}
.l-article .l-article-inner h3{
  font-size: 1.6rem;
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.l-article .l-article-inner h4{
  font-size: 1.6rem;
  margin: 0 0 20px 0;
}
.l-article .l-article-inner p.tel{
  font-size: 1.65rem;
  margin: 5px 0px 10px;
  color: #333;
  font-weight:bold;
}
.l-article .l-article-inner dl,
.l-practice .main .l-article-inner dl{
  margin: 0 0 1em 0;
}
.l-article .l-article-inner dl dt,
.l-practice .main .l-article-inner dl dt{
  font-weight: bold;
  font-size: 1.5rem;
  margin:0 0 6px 0;
  padding-left: 1em;
  text-indent: -1em;
}
.l-article .l-article-inner ul li dl dt{
  font-weight: normal;

}

.l-article .l-article-inner dl dt:before,
.l-article .l-article-inner dl dt::before,
.l-practice .main .l-article-inner dl dt::before,
ul.ten li::before{
  content: "・";

}
.l-article .l-article-inner .main-index dl dt::before{
  content: "";
}

.l-article .l-article-inner dl dd,
.l-practice .main .l-article-inner dl dd{
	margin: 0 0 1em 0;
	padding-left: 1.5rem;
}


.l-article .l-article-inner ul.links{
  margin-bottom: 35px;
}
.l-article .l-article-inner ul.links li:not(:last-child){
  margin-bottom: 15px;
}
.l-article .l-article-inner ul.links li a{
  color: #007fac;
}
.l-article .caption{
  color: #666;
}

/* @end */

/* @group table.timetable */

table.timetable{
	width: 100%;
	border-collapse: separate;	
	margin: 10px auto 15px auto;
	border: 2px solid #5eabd0;
	border-radius: 4px;
}
table.timetable th,
table.timetable td{
  padding: 6px 8px;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.2em;
}


table.timetable th{
  border-bottom: 2px solid #5eabd0;
  background-color: #f9f9f9;
  text-align: center;
  vertical-align: middle;
  width: 26%;
}

table.timetable td{
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #5eabd0;
  border-bottom: 2px solid #5eabd0;
  line-height: 1.2em;
  
}

table.timetable td span{
	display: block;
	font-weight: normal;
	font-size: 0.9rem;
}

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


/* @end */

/* @group table.tatedumi */

table.tatedumi,
table.tatedumi2{
	width: 98%;
	max-width: 1100px;
	border-collapse: separate;	
	margin: 15px auto 5px auto;
	border: 2px solid #5eabd0;
	border-radius: 4px;
}

table.tatedumi.narrow,
table.tatedumi2.narrow{
	max-width: 550px;
}

table.tatedumi th,
table.tatedumi td,
table.tatedumi2 th,
table.tatedumi2 td{
  padding: 10px;
  font-weight: normal;
  font-size: 1.4rem;
}
table.tatedumi td.price,
table.tatedumi2 td.price{
  text-align: right;
}
table.tatedumi th,
table.tatedumi2 th{
  border-bottom: 2px solid #5eabd0;
  background-color: #f9f9f9;
  text-align: center;
  vertical-align: middle;
  width: 26%;
}
table.tatedumi th span,
table.tatedumi2 th span{
  display: block;
  font-size: 1.3rem;
  color: #999;
}
table.tatedumi td,
table.tatedumi2 td{
  text-align: left;
  vertical-align: middle;
  border-left: 1px solid #5eabd0;
  border-bottom: 2px solid #5eabd0;
  line-height: 2em;
}
table.tatedumi td.price,
table.tatedumi2 td.price{
  border-left: 1px dotted #5eabd0;
}
table.tatedumi tr:last-child th,
table.tatedumi tr:last-child td,
table.tatedumi2 tr:last-child th,
table.tatedumi2 tr:last-child td{
  border-bottom: none;
}


/* @end */

/* @group table.tatedumi+ */

table.tatedumi.col1-title td.column-1{
	background-color: #f1f1f1;
	text-align: center;
	border-left: none;
	width: 25%;
	max-width: 275px;
	font-weight: bold;
}

table.tatedumi.col1-title td.column-2{
	width: 60%;
	max-width: 660px;
}

table.tatedumi.col1-title td.column-3{
	width: 15%;
	max-width: 165px;
}


table.tatedumi.col1-title td.column-3{
	text-align: center;
	font-weight: normal;
	
	border-left: dotted 1px;
	color: #416680;
}

table.tatedumi td span{
	display: block;
	font-size: 0.8em;
	color: #999;
	line-height: 1.5em;
}

table.tatedumi.relax th,
table.tatedumi.relax td{
	padding: 14px 4px 14px 3px;
	font-size: 15px;
}

table.tatedumi.th-col1 td.column-1{
	background-color: #f1f1f1;
	text-align: center;
	border-left: none;
	wGidth: 25%;
	mGax-width: 275px;
	font-weight: bold;
}

table.tatedumi.th-row1 tr.row-1 td{
	background-color: #f1f1f1;
	text-align: center;
	font-weight: bold;
}

table.tatedumi.th-row1.th-col1 tr.row-1 td.column-1{
	background-color: #e5e5e5;
}

table.tatedumi.checksheet .inline{
	display: none;
}

table.tatedumi.w50 {
	width: 50%;
	max-width: 50%;
}

table.tatedumi.w60 {
	width: 60%;
	max-width: 60%;
}

table.tatedumi.w70 {
	width: 70%;
	max-width: 70%;
}

table.tatedumi.w80 {
	width: 80%;
	max-width: 80%;
}

table.tatedumi.w90 {
	width: 90%;
	max-width: 90%;
}

table.tatedumi.w100 {
	width: 100%;
	max-width: 100%;
}

/* @end */

/* @group l-footer */

.l-footer{
  /*font-size:1.0rem;*/
  padding-bottom:80px;
  width:100%;
  background-color: #eeeeee;
  font-size: 1.4rem;
  color: #666;
}

.l-footer .footer-inner{
  padding-top:45px;
  padding-bottom:30px;
}

.l-footer .l-address{
  display:inline-block;
}

.l-footer .box{
  display:inline-block;
  vertical-align:top;
  width: 230px;
  margin-right:40px
}
.l-footer .box#footerbox1{
  width: 90px;
  bGackground-color: #888;
  float: left;
}

.l-footer .box#footerbox2{
  width: 300px;
  display: inline-block!important;
  float: left;
}

.l-footer .box#footerbox3{
  width: 150px;
  bGackground-color: #ddd;
  display: block!important;
  float: left;
}

.l-footer .box#footerbox4{
  width: 210px;
  margin-right:0px;
  bGackground-color: #aaa;
  float: left;
}

.l-footer .box address{
  font-style:normal;
  display:inline-block;
}
.l-footer .box ul{
  margin-bottom: 23px;
}
.l-footer .box .address-logo{
  display:inline-block;
  margin-top:4px;
}
.l-footer .box .address-label{
  font-size: 1.2rem;
  margin: 0 0 12px 0;
  color: #aaaaaa;
  color: #888;
}
.l-footer .box .address-catch{
  margin: 0 0 28px 0;
}
.l-footer .box div.kanren{
  border-left: 1px solid #aaa;
  padding-left: 14px;
  padding-top: 0;
}
.l-footer .box div.kanren .address-label{
  margin: 0 0 6px 0;
}
.l-footer .box div.kanren ul{
  font-size: 1.2rem;
}

.l-footer .footer-other{
  border-top: 1px #888 solid;
  padding-top: 12px;
}
.l-footer .footer-other li{
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
.l-footer .footer-other li:not(:first-child):before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  position: absolute;
  left: -22px;
  top: 50%;
  margin-top: -5px;
  background-color: #cccccc;
}
.l-footer .copyright{
  font-size: 1.1rem;
  color: #aaaaaa;
}

#foot a{
	font-size: 12px;
}

.l-footer p.address-catch img{
	width: 80px;
	margin-bottom: 0;
}

.l-footer .l-address p.tateshina{
	font-size: 15px;
	line-height: 1em;
	font-weight: bold;
	margin: 8px 0 15px 0px;
	color: #000;
}

.l-footer .l-address p.access{
	display: inline-block;
	width: 185px;
	font-size: 12px;
	line-height: 1.5em;
	margin: 5px 0 15px 0px;
	color: #666;
	bGackground-color: #ccc;
}


#foot #footerbox2 .snsarea{
	width: 100px;
	text-align: left;
	display: inline-block;
	padding-top: 0px;
	bGackground-color: #ccc;
}

#foot #footerbox2 .snsarea a{
	display: inline-block;
	width: 35%;
	padding-top: 0px;
	margin: 0px 2px 0 0px;
}

#foot #footerbox2 .snsarea a img{
	margin: 0 0 17px;
}

#foot #footerbox2 a:hover{
	background-color: transparent;
}

#foot #footerbox1 .snsarea img{
	margin: 0;
}

/* @end */

/* @group smb-accordion */
.smb-accordion{
	margin: 15px 0 20px 0;
}

#contents .smb-accordion__item__control{
	background-color: #6eaacc;
	border: 1px solid #aaa;
}

#contents .smb-accordion__item__body{
	background-color: #eee;
	padding: 20px 25px 30px 25px;
	-moz-box-shadow: inset 0px -2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px -2px 5px rgba(0,0,0,0.2);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.2);
	border: 1px solid #aaa;
}

/* @end */

/* @group box */

.box{
overflow: hidden;
}
.box-img{
float: left;
width: 60px;
margin-right: 18px;
margin-left: 10px;
}
.boxDetails img{
max-width: 100%;
height: auto;
}
.box-text{
}
.boxDetails p{
line-height: 2.0;
}

/* @end */

/* @group misc */

p.address{
  font-size: 1.4rem;
  margin-bottom: 10px;
}

#pageTop{
  position: fixed;
	right: 22px;
	bottom: 26px;
  z-index: 9999;
  width: 30px;
  height: 30px;
}

#open-chatbot {
	position: fixed;
	left: 22px;
	bottom: 26px;
	z-index: 9999;
	width: 255px;
	height: 90px;
	border: none;
	background-image:url(img/bnr_pc.png);
	background-size: cover;
	text-indent: -9999px;
}

#open-chatbot:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


#js-loader{
  opacity: 0;
  height:auto;
  position:fixed;
  top:50%;
  left:50%;
  z-index:100;
}
#js-loader img{
  width: 100%;
}
#js-loader-news{
  width:36px;
  height:36px;
  position:fixed;
  top:50%;
  left:50%;
  margin-top:-24px;
  margin-left:-24px;
  z-index:100;
}

#js-load-fade,
#js-load-fade-news{
  width:100%;
  height:100%;
  background-color:#fff;
  position:fixed;
  top:0;
  left:0;
  z-index:99;
}

.js-fixed{
  position:fixed !important;
}

.is-active,
.js-active{
  border-bottom:2px solid;
}

.is-fadein{
  -webkit-animation-fill-mode:both;
          animation-fill-mode:both;
  -webkit-animation-duration:1.5s;
          animation-duration:1.5s;
  -webkit-animation-name:fadeInDown;
          animation-name:fadeInDown;
  visibility:visible !important;
}

#js-header{
  position:absolute;
}
#header-fix{
  height: 120px;
  margin-bottom: 30px;
}
#header-fix .l-header{
  position:fixed;
}



/* @end */

/* @group blog */

#lifeclinic .blog #contents{
	width: 94%;
	max-width: 1100px;
	min-height: 500px;
}

#lifeclinic .blog #contents .datetime{
	text-align: left;
	margin: 0 0 6px 0px;
	font-size: 12px;
	color: #888;
	line-height: 1.2em;
}

#lifeclinic .blog #contents h2{
	text-align: left;
	margin: 0 0 30px 0;
}

#lifeclinic .blog #contents p{
	text-align: left;
	margin: 0 0 10px 0px;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
}

#lifeclinic .blog #contents .postblock{
	margin-bottom: 120px;
}

#lifeclinic .blog #contents #sidebar h3{
	text-align: left;
	margin: 20px 0 10px 0px;
	font-size: 14px;
	line-height: 1.2em;
	color: #333;
}

#lifeclinic .blog #contents #sidebar ul{
	border-top: 1px solid #999;
}

#lifeclinic .blog #contents #sidebar ul li{
	border-bottom: 1px dotted #999;
}

#lifeclinic .blog #contents #sidebar ul li a{
	display: block;
	padding: 5px 3px 5px 2px;
	font-size: 14px;
	line-height: 1.3em;
}

#lifeclinic .blog #contents #sidebar ul li a:hover{
	background-color: rgba(84,103,52,0.6);
}


#lifeclinic .blog #contents .navigation .alignleft{
	float: left;
	display: inline-block;
}

#lifeclinic .blog #contents .navigation .alignright{
	float: right;
	display: inline-block;
}


/* @end */

/* @group form */

#lifeclinic #formblock{
	background-color: #f2cecd;
	border: 1px solid #a5bd82;
	padding: 10px 20px 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 50px auto;
	width: 90%;
	max-width: 700px;
}

#formblock h3{
	color: #546734;
}

#formblock p.caution{
	color: #b52729;
}

#formblock input.submitBtn{
	background-color: #546734;
}

#formblock input.submitBtn:hover{
	background-color: rgba(84,103,52,0.8);
}

#formblock #area-genre .mwform-checkbox-field{
	width: 30%;
	display: inline-block;
	text-align: left;
	margin-left: 15%;
}



/* @end */

/* @group basictable */

tGable.basictable {
	clear: both;
	pGadding: 5px;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	vertical-align: middle;
	margin: 5px auto 30px;
	width: 100%;
	max-width: 1100px;
	bGorder: 2px solid #6eaacc;
}

tGable.basictable td{
	vertical-align: middle;
	padding: 14px 6px 14px 6px;
	font-size: 1em;
	color: #444;
	line-height: 1.8em;
	text-align: left;
	border: 1px solid #6eaacc;
}

tGable.basictable.col1-title td.column-1{
	background-color: #f9f9f9;
	text-align: center;
	border-right: none;
}

tGable.basictable.col1-title td.column-3{
	text-align: center;
	font-weight: normal;
	
	border-left: none;
	color: #416680;
}

table.basictable td span{
	display: block;
	font-size: 0.8em;
	color: #999;
	line-height: 1.5em;
}

table.basictable.relax th,
table.basictable.relax td{
	padding: 14px 4px 14px 3px;
	font-size: 15px;
}

table.basictable tr.end th,
table.basictable tr.end td{
	bGorder-bottom: 1px solid #ccc;
}



table.basictable.w50 {
	width: 50%;
	max-width: 50%;
}

table.basictable.w60 {
	width: 60%;
	max-width: 60%;
}

table.basictable.w70 {
	width: 70%;
	max-width: 70%;
}

table.basictable.w80 {
	width: 80%;
	max-width: 80%;
}

table.basictable.w90 {
	width: 90%;
	max-width: 90%;
}

table.basictable.w100 {
	width: 100%;
	max-width: 100%;
}

/* @end */

/* @group mainworkslist */
#lifeclinic ul.mainworkslist{
	margin-top: 40px;
}

#lifeclinic ul.mainworkslist li{
	width: 100%;
	max-width: 1100px;
	margin: 20px auto 100px;
	bGackground-color: #ccc;
}

#lifeclinic ul.mainworkslist li .piecephotoarea .piecephoto{
	width: 100%;
	height: 500px;
}


#lifeclinic ul.mainworkslist li .workstext{
	width: 98%;
	max-width: 1090px;
	margin: 20px auto 60px;
	text-align: left;
	overflow: hidden;
}

#lifeclinic ul.mainworkslist li .workstext h3{
	text-align: left;
	width: 65%;
	max-width: 100%;
	margin: 4px 0 8px 0;
}

#lifeclinic ul.mainworkslist li .workstext p{
	text-align: left;
	width: 65%;
	max-width: 100%;
	margin: 0px;
	line-height: 1.8em;
}

#lifeclinic ul.mainworkslist li .workstext .arcspec{
	width: 32%;
	float: right;
}

#lifeclinic ul.mainworkslist li .workstext .arcspec tr.row-15,
#lifeclinic ul.mainworkslist li .workstext .arcspec tr.row-6,
#lifeclinic ul.mainworkslist li .workstext .arcspec tr.row-7,
#lifeclinic ul.mainworkslist li .workstext .arcspec tr.row-8,
#lifeclinic ul.mainworkslist li .workstext .arcspec tr.row-9,
#lifeclinic ul.mainworkslist li .workstext .arcspec tr.row-10{
	display: none;
}

#lifeclinic ul.mainworkslist li .workstext .arcspec td{
	font-size: 11px;
	line-height: 1.5em;
	padding: 5px;
}

#lifeclinic ul.mainworkslist li .workstext .arcspec td.column-1{
	width: 45px;
}

#lifeclinic .spactable-single{
	width: 96%;
	max-width: 700px;
	margin: 50px auto 50px;
	border-top: 1px solid #aaa;
}

#lifeclinic .spactable-single td{
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px;
}

#lifeclinic .spactable-single td.column-1{
	width: 100px;
}


/* @end */

/* @group workslist */
#lifeclinic ul.workslist li{
	width: 370px;
	height: 320px;
	margin: 2px 8px 32px 7px;
	width: 240px;
	height: 200px;
	margin: 2px 4px 52px 3px;
	background: none;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#lifeclinic ul.workslist li .piecephotoarea .piecephoto{
	width: 100%;
	height: 140px;
}

#lifeclinic ul.workslist li .workstext{
	margin-top: 4px;
}

#lifeclinic ul.workslist li .workstext h3{
	font-size: 14px;
	text-align: center;
}

#lifeclinic ul.workslist li .workstext p{
	text-align: center;
	line-height: 1.2em;
}



/* @end */

/* @group media_workslist */
#lifeclinic ul#mediadata.workslist{
	margin-top: 60px;
}

#lifeclinic ul#mediadata.workslist li{
	width: 150px;
	height: 215px;
	margin: 2px 5px 40px 4px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#lifeclinic ul#mediadata.workslist li .piecephotoarea .piecephoto{
	width: 100%;
	height: 150px;
}

#lifeclinic ul#mediadata.workslist li .workstext{
	text-align: center;
	margin: 8px 10px 0 10px;
}

#lifeclinic ul#mediadata.workslist li .workstext h3,
#lifeclinic ul#mediadata.workslist li .workstext p{
	margin: 0;
	font-size: 14px;
}

#lifeclinic ul#mediadata.workslist li .workstext p{
	text-align: center;
	line-height: 1.2em;
}

#lifeclinic .media h2{
	margin-top: 0;
	margin-bottom: 2px;
}

#lifeclinic .media .pubtime,
#lifeclinic .media .company{
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
}

#lifeclinic .media .company{
	margin-bottom: 20px;
}
/* @end */

/* @group  conceptblock */
h3.conceptblock{
	margin: 100px auto 30px;
}	


.conceptblock{
	max-width: 800px;
	margin: 0 auto;
}

.conceptblock .wp-block-column{
	text-align: center;
	margin: 0 auto;
}

.conceptblock .wp-block-column figure{
	margin: 10px 2px 30px;
}


/* @end */

/* @group partners */
#lifeclinic .partners table.mori-member{
	width: 100%;
	margin-bottom: 100px;
}

#lifeclinic .partners table.mori-member td.column-1{
	width: 15%;
	font-size: 12px;
	line-height: 1.2em;
}

#lifeclinic .partners table.mori-member td.column-2{
	width: 40%;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

#lifeclinic .partners table.mori-member td.column-2 a{
	font-size: 16px;
	font-weight: bold;
	background-color: rgba(84,103,52,0.15);
}

#lifeclinic .partners table.mori-member td.column-3{
	width: 45%;
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 15px;
}



/* @end */

/* @group submenu */

#lifeclinic .submenu li a{
	color: #546734;
}

#lifeclinic .submenu li.current-menu-item a{
	background-color: rgba(84,103,52,0.2);
}

#lifeclinic .submenu li a:hover{
	background-color: rgba(84,103,52,0.4);
	color: #546734;
}

/* @end */

/* @group profile-miya */


#lifeclinic .profile #profile_1f.flex-cntn .flex-item.flex-1{
	background: url(images/profile_1_f.jpg) center center;
	background-size: cover;
}

#lifeclinic .profile #profile_2f.flex-cntn .flex-item.flex-1{
	background: url(images/profile_2_f.jpg) center center;
	background-size: cover;
}

#lifeclinic .profile #profile_3f.flex-cntn .flex-item.flex-1{
	background: url(images/profile_3_f.jpg) center center;
	background-size: cover;
}

/* @end */

/* @group policy */
#lifeclinic .policy #policy_1f.flex-cntn .flex-item.flex-1{
	background: url(images/policy_1_f.jpg) center center;
	background-size: cover;
}

#lifeclinic .policy #policy_3f.flex-cntn .flex-item.flex-1{
	background: url(images/policy_3_f.jpg) center center;
	background-size: cover;
}

#lifeclinic .policy #policy_4f.flex-cntn .flex-item.flex-1{
	background: url(images/policy_4_f.jpg) center center;
	background-size: cover;
}

#lifeclinic .policy #policy_5f.flex-cntn .flex-item.flex-1{
	background: url(images/policy_5_f.jpg) center center;
	background-size: cover;
}

#lifeclinic .policy #policy_6f.flex-cntn .flex-item.flex-1{
	background: url(images/policy_6_f.jpg) center center;
	background-size: cover;
}
/* @end */

/* @group aboutus */
.aboutus table td.column-1{
	width: 110px;
	font-size: 13px;
	color: #4c7d99;
}


/* @end */

/* @group flow */
h2 .step{
	font-weight: normal;
	font-size: 45px;
	line-height: 0.9em;
	margin-right: 25px;
	font-family:"游明朝","Yu Mincho","游明朝体",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"ＭＳ Ｐ明朝","MS PMincho";
	cGolor: #546734;
	color: #222;
}

.flow .unit{
	overflow: hidden;
}


/* @end */

/* @group event */
.single-event h2#eventtitle,
.page-event h2#eventtitle{
	font-size: 30px;
	text-align: center;
	margin-bottom: 5px;
}

.single-event .datetime,
.page-event .datetime{
	text-align: center;
	margin-bottom: 40px;
	color: #777;
}



/* @end */

/* @group footer */
#lifeclinic #wrapper footer{
	background-color: #ddd;
	background-color: #fff;
}

#lifeclinic #footband {
	
}

#lifeclinic #foot{
	overflow: hidden;
	width: 98%;
	max-width: 1000px;
	margin: 0 auto 0 auto;
	position: relative;
	pGadding: 80px 0 80px 0;
}

#foot .site-title{
	width: 293px;
	height: 40px;
	margin: 0px 20px 0px 0px;
	float: left;
}

#foot .site-title a{
	display: block;
	width: 293px;
	height: 40px;
	background-size: contain;
	text-indent: -9999px;
	background: url(common/sitelogo_footer.png) no-repeat center center;
	background-size: contain;
}

#foot #snsicons{
	width: 100px;
	height: 35px;
	padding-top: 5px;
	margin: 0px;
	float: left;
}

#foot #snsicons img{
	width: 28px;
	hGeight: 30px;
	margin: 0px 5px 0 0;
	float: left;
}

#foot #snsicons img:hover{
	background-color: #ccc;
}

#foot address #address{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	float: right;
}

#lifeclinic #foot address #footblock{
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}

#foot address #footblock a{
	color: #fff;
}

#lifeclinic #wrapper .pc,
#lifeclinic #wrapper .mobile{
	color: #fff;
}

#lifeclinic #foot .telnum{
	color: #fff;
}

#lifeclinic #foot a .telnum{
	color: #fff;
}

#lifeclinic #credit{
	clear: both;
	margin: 2px auto 0;
	padding-bottom: 5px;
	width: 98%;
	max-width: 1000px;
	bGorder-top: 1px solid #b2b2b2;
	font-size: 12px;
	color: #ccc;
	text-align: center;
}

#lifeclinic #credit .pc,
#lifeclinic #credit .pc a{
	font-size: 12px;
	color: #ccc;
}

#lifeclinic #credit .pc a:hover{
	color: #fff;
}

/* @end */

/* @group about */
#lifeclinic .about table td.column-1{
	width: 90px;
	font-weight: bold;
	font-size: 13px;
}


/* @end */

/* @group home */

.home #wrapper{
	background-color: #f5f5f5;
}

.home #wrapper #contentsband{
	background-color: #fff;
}

.home #wrapper #contents{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/* @group slide */

#lifeclinic.home #maingraphicband{
	width: 100%;
	text-align: center;
}

#lifeclinic.home #maingraphicband .slidercover{
	max-width: 1100px;
	margin: 0 auto;
}

#lifeclinic.home .flex-control-nav{
	bottom:20px;
	text-align:center
}

#lifeclinic.home .flex-control-paging li a{
	width:11px;
	height:11px;
	display:block;
	background:#aaa;
	background:rgba(255,255,255,.4);
	cursor:pointer;
	text-indent:-9999px;
	-o-box-shadow:inset 0 0 3px rgba(0,0,0,.3);
	box-shadow:inset 0 0 3px rgba(0,0,0,.3);
	border-radius:20px
}

#lifeclinic.home .flex-control-paging li a.flex-active{
	background:#fff;
	-o-box-shadow:inset 0 0 3px rgba(0,0,0,.5);
	box-shadow:inset 0 0 3px rgba(0,0,0,.5);
	background-color: rgba(255,255,255,1);
}



/* @end */

/* @group topcopy */

#lifeclinic.home #topcopyarea{
	text-align: center;
	background-color: #f5f5f5;
}

#lifeclinic.home #topcopytable{
	margin: 10px auto 40px auto;
	width: 345px;
	width: 270px;
}

#lifeclinic.home #topcopytable td{
	vertical-align: top;
}

#lifeclinic.home #topcopytable #topcopy-1 img{
	width: 50px;
	width: 40px;
	margin: 100px 20px 0 0;
}

#lifeclinic.home #topcopytable #topcopy-2 img,
#lifeclinic.home #topcopytable #topcopy-3 img,
#lifeclinic.home #topcopytable #topcopy-4 img{
	width: 40px;
	width: 32px;
	margin: 4px 5px 0;
}

#lifeclinic.home #topcopytable #topcopy-3 img{
	margin: 0px 5px 0;
}


#lifeclinic.home #topcopytable #topcopy-5 img{
	width: 25px;
	width: 20px;
	margin: 5px 0px 0 5px;
}

/* @end */

.home #maingraphicband #pagetitle{
	width: 60%;
	height: 190px;
	position: absolute;
	left: 20%;
	top: 25%;
	background: url(common/toplogo.png) no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
}

.home h2{
	font-size: 26px;
	margin: 60px 0 40px 0;
}

.home #wrapper h2 .smaller{
	display: block;
	font-size: 13px!important;
	font-weight: normal;
	color: #4c7d99;
}

.home #wrapper h3{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #546734;
	letter-spacing: -1px;
}

.home #wrapper #eventblock h3{
	text-align: left;
}

.home #wrapper .fullband{
	padding: 30px 0 90px 0;
}

.home #wrapper #newsblock.fullband{
	padding: 5px 0 60px 0;
	background-color: #fff;
}

/* @group news */

.home #wrapper table.news{
	border-top: 1px solid #aaa;
	margin: 0 auto!important;
	max-width: 700px;
}

.home #wrapper table.news td{
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #aaa;
	text-align: left;
	vertical-align: middle;
}

.home #wrapper table.news td.td-photo{
	padding-right: 15px;
}

.home #wrapper table.news td .newsphotoarea{
	width: 80px;
	height: 60px;
}

.home #wrapper table.news td .piecephoto{
	width: 80px;
	height: 60px;
}

/* @end */

/* @group project */

.home #wrapper ul#projectlist{
	margin: 20px auto 0!important;
	max-width: 1100px;
	text-align: center;
}

.home #wrapper ul#projectlist li{
	width: 500px;
	display: inline-block;
	margin: 0 15px 20px;
}


/* @end */

/* @group works */

.home #wrapper ul.topworks{
	margin: 20px auto 0!important;
	max-width: 1100px;
	text-align: center;
}

.home #wrapper ul.topworks li{
	width: 300px;
	display: inline-block;
	margin: 0 15px 20px;
}

.home #wrapper ul.topworks li .newsphotoarea{
	width: 300px;
	height: 210px;
}

.home #wrapper ul.topworks li .piecephoto{
	width: 300px;
	height: 210px;
	margin-bottom: 5px;
}

/* @end */

.home #wrapper #fbblock.fullband iframe{
	max-width: 100%!important;
}

.home #wrapper #worksblock.fullband{
	background-color: #fff;
}

.home #wrapper #projectblock.fullband{
	padding: 30px 0 110px 0;
}

.home #wrapper #oldblock.fullband{
	bGackground-color: #f2e5c9;
}

.home #wrapper ul#top_feature li p{
	color: #555;
}

.home #wrapper ul.memberlist li{
	width: 300px;
	margin: 0 10px 50px 10px;
}

.home #wrapper #mediablock ul.workslist li.u2 .workstext{
	margin: 1px  15px 0 15px;
	height: 85px;
}

.home #wrapper #mediablock ul.workslist li.u2 .workstext h3{
	margin-bottom: 7px;
}

.home #wrapper #mediablock ul.workslist li.u2 .workstext .medianame{
	font-size: 14px;
}

.home #wrapper #mediablock ul.workslist li.u2 .workstext .mediadate{
	font-size: 11px;
}


.home #mediablock ul.workslist li.u2{
	margin-bottom: 18px;
}

/* @end */

/* @group profile */


#profile_1{
	background: url(common/profile_1_n.jpg) no-repeat center top;
	background-size: contain;
}

#profile_2{
	background: url(common/profile_2_n.jpg) no-repeat center top;
	background-size: contain;
}

#profile_3{
	background: url(common/profile_3_n.jpg) no-repeat center top;
	background-size: contain;
}


/* @end */

/* iPads (portrait) ----------- */

@media screen and (min-width : 680px) 
and (max-width : 990px) {

/* @group temp */

#wrapper .newslist,
#wrapper footer{
	dGisplay: none;
}

hGtml body#lifeclinic,
hGtml body#lifeclinic #wrapper{
	width: 100%!important;
	min-width: 100%!important;
	max-width: 100%!important;
	width: 500px;
}

#lGifeclinic #wrapper #contentsband{
	wGidth: 100%!important;
	min-width: 100%!important;
	mGax-width: 100%!important;
	width: 500px;
}

/* @end */



/* @group header */
#lifeclinic #header2band{
	hGeight: 50px;
}

#lifeclinic #header2band #header2{
	height: 50px;
	padding: 0;
}

#lifeclinic #sitename,
#lifeclinic #sitename a{
	width: 65px;
	height: 60px;
}


#lifeclinic #wrapper ul#menu-mainmenu{
	width: 565px;
	mGargin-top: 2px;
}

#lifeclinic ul#menu-mainmenu li {
	margin: 0 3px;
}

#lifeclinic #header2 ul#menu-mainmenu li a {
	padding: 0 3px;
	font-size: 12px;
}



/* @end */

/* @group home */
#lifeclinic.home #wrapper{
	margin-top: 60%;
}

.home #top_works_asahi{
	background: url(common/top_works_asahi_m.jpg) no-repeat center top;
	background-size: contain;
}

.home #top_works_mh{
	background: url(common/top_works_mh_m.jpg) no-repeat center top;
	background-size: contain;
}


/* @end */

}
/* iPhone ----------- */

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

/* @group header */
#lifeclinic #header2band{
	height: 65px;
	margin: 0;
	padding-top: 8px;
}

#lifeclinic #sitename{
	margin-top: 0px;
}

#lifeclinic #sitename,
#lifeclinic #sitename a{
	width: 48px;
	height: 48px;
}

#lifeclinic header #navswitch{
	margin: 0;
	top: 8px;
	right: 15px;
	padding: 5px 5px 5px 7px;
	font-size: 20px;
	color: #111!important;
	font-weight: normal;
	border: none;
	width: 20px;
	background-color: rgba(255,255,255,0.0);
	z-index: 100;
}

#lifeclinic header #navswitch i{
	color: #fff;
}

#lifeclinic header #navswitch:hover,
#lifeclinic header #navswitch:hover i{
	color: #888!important;

}

#lifeclinic header #menu-mobilemenu{
	margin-top: 60px;
}

#lifeclinic #menu-mobilemenu li a{
	background-color: rgba(255,255,255,0.9);
	font-size: 16px;
	color: #888;
	text-decoration: none;
	font-weight: normal;
	padding: 11px 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

#lifeclinic #menu-mobilemenu li a:hover{
	background-color: #eee!important;
	color: #000;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}

#lifeclinic ul#menu-shouldermenu{
	display: none;
}

/* @end */

/* @group footer */
#lifeclinic #foot{
	padding: 0px 0 40px 0;
}

#foot .site-title{
	margin: 0px auto 20px auto;
	float: none;
}

#open-chatbot {
	width: 205px;
	height: 75px;
	background-image:url(img/bnr_sp.png);
}


/* @end */
.pconly{
	display: none;
}
.mobileonly{
	display: block;
}
.mobileonly.inline{
	display: inline-block;
}
#lifeclinic #contentsband{
	width: 100%;
	margin-top: 60px;
}

#lifeclinic #contentsband #contents{
	width: 94%;
	max-width: 100%;
}

#lifeclinic.page .workslist #contents{
	width: 100%;
	max-width: 100%;
	padding-top: 0;
}

#lifeclinic #wrapper h2{
	fGont-size: 16px;
	lGetter-spacing: -1px;
}

#lifeclinic .l-article-inner{
  width: 92%;
  margin: 0 auto;
}

/* @group 健康診断 */
table.tatedumi.checksheet tr.row-1 td.column-2,
table.tatedumi.checksheet tr.row-1 td.column-3{
	display: none;
}

table.tatedumi.checksheet .inline{
	display: inline-block;
	line-height: 2.5em;
}

/* @end */

/* @group l-servis */
.l-service dl.naika ul li,
.l-service dl.kenshin ul li,
.l-service dl.jihi ul li,
.l-service dl.kensa ul li{
  display: block;
  width: 100%;
  margin-right: 0%!important;
}

.l-service dl.jihi ul li {
	display: inline-block;
	width: 48%;
	margin-right: 4%!important;
}

.l-service dl.jihi ul li:nth-child(even){
	margin-right: 0%!important;
}

.l-service dl.jihi ul li span:nth-of-type(1){
  font-size: 1.35rem;
  line-height: 1.8rem;
  display: block;
  position: absolute;
 /* left: 17px;*/
  top: 50px;
  z-index: 10;
}

.l-service dl.jihi ul li span:nth-of-type(2){
  font-size: 1.15rem;
  line-height: 2.2rem;
  display: block;
  width: 190px;
  position: absolute;
  /*left: 17px;*/
  top: 25px;
}

.l-service dl.kensa ul li span:nth-of-type(1){
    font-size: 1rem;
    padding-top: 20px;
    display: block;
    line-height: 1.5;
    color: #6a6a6a;
}

.l-service dl.kensa ul li a{
	height: 115px;
    margin-top: 5px;
}



.l-news dl{
	width: 94%;
  margin: 0 auto 15px auto;
}

.l-news dl dd{
  display: block;
  margin-left: 15px;
  /*font-size: 1.4rem;*/
}

/* @end */

/* @group footer */

.l-footer{
  padding-bottom:0px;
}

.l-footer .footer-inner{
  padding: 35px 2% 10px;
}

.l-footer .box#footerbox1{
	margin-right: 15px;
}

.l-footer .box#footerbox2,
.l-footer .box#footerbox3{
  dGisplay: none!important;
}

.l-footer .box#footerbox4{
	wGidth: 320px;
	vertical-align: top;
	margin-top: 40px;
}

.l-footer .box#footerbox4 p.address-catch{
	fGloat: left;
	display: inline-block;
}

.l-footer .box#footerbox4 .kanren{
	display: inline-block;
	padding: 0;
	border-left: none;
}

.l-footer .l-address{
  display:block;
  overflow: hidden;
  width: 320px;
  margin: 0 auto;
}


/* @end */

/* @group posterimage */
.photofull{
	margin-bottom: 10px!important;
}

.photofull .catchtext{
	margin-bottom: 0px!important;
}

.photofull .catchtext{
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 2px;
	padding: 4px 2%;
	color: #222;
	letter-spacing: 0px;
}

.photofull .catchtext h3{
	font-size: 14px;
	line-height: 1.3em;
	padding: 0px 0px 4px 0px;
	font-family:"游明朝","Yu Mincho","游明朝体",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"ＭＳ Ｐ明朝","MS PMincho";
	margin: 0!important;
}

.photofull .catchtext.t-white h3{
	color: #fff!important;
}

.photofull .catchtext .htitle{
	font-size: 15px;
	line-height: 1.3em;
	padding: 0px 0px 4px 0px;
	font-family:"游明朝","Yu Mincho","游明朝体",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"ＭＳ Ｐ明朝","MS PMincho";
	margin: 0!important;
}

.photofull .catchtext.t-white .htitle{
	color: #fff!important;
}

#lifeclinic .photofull .catchtext.loc-top-left{
	top: 30%;
	left: 1%;
}

#lifeclinic .photofull .catchtext.loc-top-center{
	top: 30%;
	width: 96%;
	left: 0;
}

#lifeclinic .photofull .catchtext.loc-top-right{
	top: 30%;
	right: 1%;
}

#lifeclinic .photofull .catchtext.loc-middle-left{
	top: 30%;
	left: 1%;
}

#lifeclinic .photofull .catchtext.loc-middle-center{
	top: 30%;
	width: 96%;
	left: 0;
}

#lifeclinic .photofull .catchtext.loc-middle-right{
	top: 30%;
	right: 1%;
}

#lifeclinic .photofull .catchtext.loc-bottom-left{
	bottom: 30%;
	left: 1%;
}

#lifeclinic .photofull .catchtext.loc-bottom-center{
	bottom: 30%;
	width: 96%;
	left: 0;
}

#lifeclinic .photofull .catchtext.loc-bottom-right{
	bottom: 30%;
	right: 1%;
}

/* @end */

/* @group table.tatedumi */

table.tatedumi{
  }
  table.tatedumi td{
  display: block;
  border-left: none;
  border-bottom: 1px dotted #5eabd0;
  }
  table.tatedumi2 td{
  display: block;
  border-left: none;
  }
  table.tatedumi th,
  table.tatedumi2 th{
  display: block;
  border-bottom: 1px solid #5eabd0;
  width: 100%;
  }
  table.tatedumi td.price,
  table.tatedumi2 td.price{
  border-bottom: 2px solid #5eabd0;
  border-left: none;
  }
  table.tatedumi tr:last-child th,
  table.tatedumi2 tr:last-child th{
  border-bottom: 1px solid #5eabd0;
}
  table.tatedumi tr:last-child td{
  border-bottom: 1px dotted #5eabd0;
}
  table.tatedumi2 tr:last-child td{
  border-bottom: none;
}
  table.tatedumi tr:last-child td.price,
  table.tatedumi2 tr:last-child td.price{
  border-bottom:none;
  border-left: none;
  }

table.tatedumi.col1-title td.column-1{
	width: 100%;
	max-width: 100%;
}

table.tatedumi.col1-title td.column-2{
	width: 100%;
	max-width: 100%;
}

table.tatedumi.col1-title td.column-3{
	width: 100%;
	max-width: 100%;
	border-bottom: 1px solid #416680;
}

/* @end */

/* @group piece */

#lifeclinic.single-piece #maingraphicband {
	padding-top: 48px;
}

#lifeclinic.single-piece #wrapper  p{
	width: 92%;
}


/* @end */

/* @group workslist */


#lifeclinic.single-piece #maingraphicband #maingraphic {
	display: block;
	width: 100%;
	max-width: 1400px;
	height: 360px!important;
	margin: 0px auto;
}

#lifeclinic .photofull-main .titleunit,
#lifeclinic .photofull-main .titleunit p{
	text-align: center;
}

#lifeclinic #wrapper ul.workslist li{
	width: 185px;
	height: 260px;
	margin: 2px 4px 18px 3px;

}

#lifeclinic #wrapper ul.workslist li.u2{
	width: 185px;
	hGeight: 124px;
	margin-bottom: 18px;
}

#lifeclinic #wrapper ul.workslist li .piecephotoarea .piecephoto{
	overflow: hidden;
	width: 100%;
	height: 124px;
}

#lifeclinic #wrapper ul.workslist li.u2 .piecephotoarea{
	height: 79px;
}

#lifeclinic #wrapper ul.workslist li .workstext{
	margin: 15px 15px 0 15px;
	padding: 0;
}

#lifeclinic #wrapper ul.workslist li.u2 .workstext{
	margin: 15px  15px 0 15px;
}

#lifeclinic #wrapper ul.workslist li.u1 .workstext{
	margin: 15px  10px 0 10px;
}

#lifeclinic #wrapper ul.workslist li .workstext h3{
	font-weight: bold;
	margin: 0;
	font-size: 15px;
	line-height: 1.2em;
	height: 35px;
}

#lifeclinic #wrapper ul.workslist li .workstext .detail p{
	margin: 10px 0 0 0;
	font-size: 13px;
	lGine-height: 1em;
}

#lifeclinic #wrapper ul.workslist li .workstext .detail p br{
	display: none;
}

/* @end */

/* @group flow */
.flow h2 .step{
	font-weight: normal;
	font-size: 35px;
}


/* @end */

/* @group home */



#lifeclinic.home #wrapper{
	margin-top: 80%;
}

#lifeclinic.home  .hero .topslide{
  top:65px;
}

.home #header{
	height: 1px!important;
	dGisplay: none;
}

.home #maingraphicband{
	position: relative;
	text-align: center;
	width: 100%;
}

.home #maingraphicband #pagetitle{
	width: 60%;
	height: 170px;
	position: absolute;
	left: 20%;
	top: 35%;
	background: url(common/toplogo.png) no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
}

.home #maingraphicband #scrollarrow{
	position: absolute;
	left: 35%;
	top: 75%;
	width: 30%;
}



.home header #menu-mobilemenu{
	mGargin-top: 0;
}

#lifeclinic.home #maingraphicband #topcopy{
	position: absolute;
	width: 225px;
	height: 55px;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: -112px;
}


.home #wrapper #top_feature h3{
	height: 40px;
	margin-bottom: 15px;
}

.home #wrapper #top_feature p{
	height: 180px;
}

.home #wrapper #newsblock.fullband ul.news{
	width: 92%;
	margin: 0 auto!important;
}

.home #wrapper .fullband p{
	width: 94%;	
}

#wrapper #contents h3{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 19px;
}

.home #top_works_asahi{
	background: url(common/top_works_asahi_m.jpg) no-repeat center top;
	background-size: contain;
}

.home #top_works_mh{
	background: url(common/top_works_mh_m.jpg) no-repeat center top;
	background-size: contain;
}

.home .photofull .catchtext.mloc-bottom{
	padding-top: 8px;
	padding-bottom: 30px;
}
/* @end */


}
