@charset "utf-8";

/*
----------------------------------------
reset
----------------------------------------
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #444;
	box-sizing: border-box;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote:after,
q: before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor:help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

input, button, textarea, select {
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
	display: block;
	width: 100%;
	border: solid 1px #ddd;
	padding: 5px;
	box-sizing: border-box;
}

input[type='submit'] {
	background: #000;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	transition: all .2s;
}

input[type='submit']:hover {
	background: #555;
}

textarea {
	border: solid 1px #ddd;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
}

input::-webkit-input-placeholder {
	color: #aaa;
	font-weight: normal;
}

#sidebar > .search-form {
	margin: 0 0 30px 0;
	position: relative;
}

.search-form form {
	background: #eee;
	padding: 10px;
	position: relative;
}

.search-form input[type='text'] {
	display: block;
	width: 100%;
	padding: 0 3rem 0 0;
	box-sizing: border-box;
	font-size: 1.8rem;
	line-height: 2rem;
	border: none;
}

.search-form button {
	display: block;
	width: 3rem;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
}

.search-form button:before {
	font-family: 'FontAwesome';
	content: '\f002';
	font-size: 1.8rem;
	line-height: 2rem;
}

.bnrs {
	width: 1080px;
	margin: 0 auto 30px !important;
}


/*
----------------------------------------
clearfix
----------------------------------------
*/

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}
.clearfix:after {
	clear: both;
}


/*
----------------------------------------
common
----------------------------------------
*/

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.video {
	max-width: 800px;
	margin: 30px auto;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.sp {
	display: none!important;
}
.pc {
	display: block!important;
}
.none {
	display: none !important;
}

/*
----------------------------------------
default
----------------------------------------
*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	line-height: 1.8;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align: center;
	position: relative;
	min-width: 375px;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #444;
	text-decoration: none;
}

ul, ol {
	list-style: none;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

figcaption {
	font-size: 1.3rem;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

/*
----------------------------------------
layout
----------------------------------------
*/

#wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrap {
	margin: 0 auto;
	padding: 0 20px;
}

#sp-btn {
	display: none;
}


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

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.5;
}

#header {
	min-width: 375px;
	position: relative;
	border-top: 3px solid #33a664;
}

#header h1 {
	position: absolute;
	top: 0;
	width: 100%;
}

#header h1 .wrap {
	padding: 15px 20px 0px;
	font-size: 1rem;
	color: #aaaaaa;
}

#header .wrap {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 10px;
	align-items: flex-end;
	position: relative;
}

#header .logo {
	line-height: 0;
}

#header .identity {
	margin-right: 30px;
	font-size: 3rem;
}

#header .h-txt {
	margin-right: auto;
	text-align: left;
}

#header .bnr {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	line-height: 1.4;
	align-items: flex-end;
}

#header .bnr figure {
	margin-left: 15px;
}

#header .head-address {
	position: absolute;
	top: 16px;
    right: 241px;
}
#header .head-address address {
	font-style: normal;
	font-size: 1.2rem;
	color: #666;
}
/*
----------------------------------------
g-nav
----------------------------------------
*/

#g-nav {
	background: linear-gradient(to bottom, #fefefe 0%, #f5f5f5 100%);
	z-index: 99999;
	padding: 0 10px;
	border-bottom: 1px solid #dcdcdc;
}

#g-nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

#g-nav > ul.wrap {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	padding: 0;
	position: relative;
}
#g-nav > ul.wrap:before,
#g-nav > ul.wrap:after{
height: 100%;
content:"";
display:block;
width:1px;
background: linear-gradient(to bottom, #fefefe 0%, #dcdcdc 100%);
}

#g-nav > ul.wrap:after{
position: absolute;
left: 0;
top:0;
}

#g-nav > ul > li {
	flex-grow: 1;
	position: relative;
}
#g-nav > ul > li:before,
#g-nav > ul > li:after{
height: 100%;
content:"";
display:block;
width:1px;
background: linear-gradient(to bottom, #fefefe 0%, #dcdcdc 100%);
}

#g-nav > ul > li:after{
position: absolute;
right:0;
top:0;
}

#g-nav > ul > li > a {
	display: block;
	padding: 15px 5px 10px;
	color: #444;
	transition: all .2s;
	border-bottom: 1px solid #fff;
	font-size: 1.5rem;
}
#home #g-nav > ul > li:nth-of-type(1) > a,
#clinic #g-nav > ul > li:nth-of-type(2) >a,
#guidance #g-nav > ul > li:nth-of-type(3) >a,
#endoscopy #g-nav > ul > li:nth-of-type(4) >a,
#proctology #g-nav > ul > li:nth-of-type(5) >a,
#ibd #g-nav > ul > li:nth-of-type(6) >a,
#medical #g-nav > ul > li:nth-of-type(7) >a {
	background: url(../../theta/img/common/gnav_line.png) no-repeat center bottom;
}

#g-nav > ul > li:nth-of-type(4) > a:before,
#g-nav > ul > li:nth-of-type(5) > a:before {
	content: '';
	background: url(../../theta/img/common/icn-circle.png) no-repeat center top;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 6px;
    vertical-align: baseline;
}
#g-nav > ul > li > a:hover {
	opacity: 0.8;
}

/* sub-menu */

#g-nav li ul {
	min-width: 100%;
	position: absolute;
	top: 90%;
	left: 0;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 999999;
	transition: all .2s;
	border: 2px solid #33a664;
}

#g-nav li:last-child ul {
	right: 0;
	left: auto;
}

#g-nav li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

#g-nav li ul li {
	border-bottom: solid 1px #dcdcdc;
}
#g-nav li ul li:last-child {
	border-bottom: none;
}
#g-nav li ul a {
	display: block;
	padding: 11px 15px;
	text-align: left;
	white-space: nowrap;
	transition: all .2s;
	position: relative;
}
#g-nav li ul a:after {
	font-family: 'FontAwesome';
    content: '\f138';
    transition: all .2s;
    margin-right: 10px;
    font-size: 1.3rem;
    position: absolute;
    top: 12px;
    right: 0;
    color: #33a664;
}
#g-nav li ul a:hover {
	background: #33a664;
	color: #fff;
}
#g-nav li ul a:hover:after {
	color: #fff;
}

/*
----------------------------------------
page-ttl
----------------------------------------
*/

#page-ttl {
	background: #eee;
	padding: 40px 20px;
	background-attachment: inherit!important;
}

#page-ttl .box {
	display: inline-block;
	padding: 20px 40px;
	line-height: 1.4;
}

#page-ttl .box h2 {
	font-size: 4.2rem;
	font-weight: normal;
	color: #33a664;
}

#page-ttl .box h2.en {
	font-size: 4rem;
}

#page-ttl .box p {
	font-size: 1.5rem;
}

#page-ttl .box p.en {
	font-size: 1.6rem;
	color: #666666;
	text-transform:uppercase;
	font-family: sans-serif;
	letter-spacing: 1px;
}


/*
----------------------------------------
topic-path
----------------------------------------
*/

.topic-path {
	padding: 10px 0;
	margin-bottom: 20px;
	background: #f7f4f2;
}

.topic-path .wrap {
	text-align: left;
}
.topic-path * {
	font-size: 1.2rem;
}
.topic-path span a[property="v:title"]{
	color: #33a664;
}
.topic-path span[rel="v:child"] a[property="v:title"]{
	color: #444;
}
/*
----------------------------------------
container
----------------------------------------
*/

#container {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	text-align: left;
	margin-top: 20px;
	padding-bottom: 60px;
}

#contents {
	width: 70%;
	margin-bottom: 30px;
	padding-right: 10px;
}

#home #contents {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
}
#home #container {
	margin-top: 0;
	padding-bottom: 0;
}
#head-contents {
	margin: 20px 0 40px 0;
}

#sidebar {
	width: 25%;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}


/*
----------------------------------------
contents
----------------------------------------
*/

#contents section {
	margin-bottom: 40px;
}

#contents > p,
#contents > figure {
	margin-bottom: 30px;
}

#contents .bnr {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

#contents .bnr figure {
	text-align: center;
	padding: 0 5px;
}

#contents .post {
	padding: 30px 30px 20px 30px;
	border: solid 1px #ddd;
	margin-bottom: 30px;
}

#contents ul.cat-list {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

#contents ul.cat-list li {
	margin: 0 5px 5px 0;
}

#contents ul.cat-list a {
	display: inline-block;
	padding: 2px 12px;
	background: #33a664;
	font-size: 1.2rem;
	color: #fff;
	border-radius: 4px;
	transition: all .4s;
}

#contents ul.cat-list a:hover {
	opacity: 0.8;
}

.post .post-header {
	margin-bottom: 10px;
}
.metadata {
	margin-bottom: 20px;
}
#contents .post .post-header h1,
#contents .post .post-header h1 a {
	line-height: 1.4;
	margin-bottom: 5px;
}

.post .post-contents h1,
.post .post-contents h2,
.post .post-contents h3,
.post .post-contents h4,
.post .post-contents h5,
.post .post-contents h6 {
	border-bottom: solid 1px #ccc;
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}

.post .flex {
	margin-bottom: 0;
}

.post .flex > .thumb {
	width: 40%;
	padding-right: 30px;
	box-sizing: border-box;
}

.post .flex > .txt {
    width: 75%;
}

.post .flex > .thumb + .txt {
	width: 60%;
}

.post .flex > .txt p {
	margin-bottom: 20px;
}

.post .more {
	text-align: right;
}

.post .more a {
	display: inline-block;
	padding: 2px 25px 2px 10px;
	margin: 10px 0;
	border-bottom: solid 2px #000;
	position: relative;
	transition: all .2s;
}

.post .more a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	top: 2px;
	right: 10px;
	transition: all .2s;
}

.post .more a:hover:after {
	right: 5px;
}

.post-contents p,
.post-contents a {
	font-size: 1.5rem;
}

.post-contents .photo {
	text-align: center;
}

.post-contents img {
	max-width: 100%;
	height: auto;
}

.post-contents .search-ans {
	background: #f3f3f3;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.post-contents p {
	margin-bottom: 30px;
}

.post-contents ul,
.post-contents ol {
	margin-bottom: 30px;
}

.post-contents ul.ul-01 {
	margin-top: -30px;
}

.post-contents ul li {
	list-style: disc;
	margin-left: 30px;
}

.post-contents ol li {
	list-style: decimal;
	margin-left: 30px;
}

.post-contents blockquote {
	background: #f3f3f3 url() 20px 20px no-repeat;
	padding: 30px 60px 10px 60px;
	margin-bottom: 30px;
	border-radius: 12px;
}

.post-contents blockquote p,
.post-contents blockquote ul,
.post-contents blockquote ol {
	margin-bottom: 20px;
}

.post-nav {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px 0;
}

.post-nav .prev,
.post-nav .next {
	width: 40%;
}

.post-nav a {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 0 0 0 3rem;
	position: relative;
}

.post-nav .next a {
	flex-direction: row-reverse;
	padding: 0 3rem 0 0;
}

.post-nav a:before {
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	font-size: 3rem;
	transform: translate( 0, -50% );
	transition: all .2s;
}

.post-nav .prev a:before {
	content: '\f104';
	left: 5px;
}

.post-nav .prev a:hover:before {
	left: 0;
}

.post-nav .next a:before {
	content: '\f105';
	right: 5px;
}

.post-nav .next a:hover:before {
	right: 0;
}

.post-nav img {
	width: 30%;
	line-height: 1;
}

.post-nav .prev img {
	margin: 0 15px 0 0;
}

.post-nav .next img {
	margin: 0 0 0 15px;
}

.post-nav .back-link {
	width: 16%;
}

.post-nav .back-link a {
	display: block;
	text-align: center;
	padding: 15px 5px;
	box-sizing: border-box;
	border: solid 1px #ccc;
	border-radius: 5px;
	transition: all .2s;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #33a664!important;
}
.post-nav .back-link a:hover {
	background: #33a664;
	color: #fff;
}

.page-nav .wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 60px;
}

.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
	font-size: 1.5rem;
	padding: 10px 15px;
	margin: 3px;
	border-radius: 4px;
	transition: all .4s;
}

.page-nav .wp-pagenavi a:hover,
.page-nav .wp-pagenavi span.current {
	background: #33a664;
	color: #fff;
}

.addtoany_shortcode {
    background: #fafafa;
    padding: 10px 20px 5px 20px;
    margin: 30px 0 20px;
    text-align: right;
}
.addtoany_list {
    display: block !important;
    line-height: 16px;
    text-align: right !important;
}

#contents section.relation-post {
	padding: 0;
}

#contents section.relation-post .flex {
	padding: 10px 0;
	margin-bottom: 0;
}

#contents section.relation-post .flex .article:nth-of-type(1),
#contents section.relation-post .flex .article:nth-of-type(2) {
	margin-right: 10px;
}
#contents section.relation-post .flex h3 {
	font-size: 1.6rem;
}

#contents section.relation-post ul.cat-list {
	margin-bottom: 5px;
}

#contents section.relation-post ul.cat-list a {
	font-size: 1.1rem;
}

#contents section.relation-post .btn-02 {
	text-align: center;
    margin-top: 20px;
}

.pager {
    clear: both;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 35px 0 75px;
}
.pager .wrap {
	padding: 0;
}
.pager li {
    display: table-cell;
    /*height: 123px;*/
    vertical-align: bottom;
}
.pager li.pre {
    text-align: left;
}
.pager li.next {
    text-align: right;
}
.pager li.nav-top {
	text-align: center;
}
.pager li.nav-top a{
    text-align: center;
    color: #33a664;
    display: inline-block;
    border: solid 1px #ccc;
	border-radius: 5px;
    height: auto;
    padding: 5px 45px;
    transition: all .2s;
}

.pager li.nav-top a:hover {
	background: #33a664;
	color: #fff;
}

.pager li.next .box {
    padding: 0px 17px 0 0;
    width: 90%;
}
.pager li.pre .box {
    padding: 0px 0 0 17px;
    width: 90%;
}
.pager li.pre .wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.pager li.next .wrap {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
/*
----------------------------------------
sidebar
----------------------------------------
*/


.back-link a {
	display: block;
	padding: 15px;
	font-size: 1.6rem;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 5px;
	margin-bottom: 30px;
	transition: all .2s;
}

.back-link a:hover {
	background: #33a664;
	color: #fff;
}

.back-link a:before {
	font-family: 'FontAwesome';
	content: '\f104';
	margin-right: 1rem;
	position: relative;
	left: 0;
	transition: all .2s;
}

.back-link a:hover:before {
	color: #fff;
	left: -5px;
}

#sidebar .bnr {
	margin-bottom: 15px;
}

#sidebar .bnr figure {
	margin-bottom: 10px;
}

#sidebar .bnr figcaption {
	text-align: left;
	margin-bottom: 20px;
}
#sidebar .bnr figcaption span {
    color: #ff993a;
    border: 1px solid #ff993a;
    border-radius: 4px;
    padding: 3px 5px;
    margin-right: 7px;
}
#sidebar > div {
	margin-bottom: 15px;
}

.side-menu h2 {
	font-size: 1.6rem;
	position: relative;
  	border-bottom: 2px solid #e6e6e6;
  	padding-bottom: 0.5em;
}
.side-menu h2::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 32%;
  border-bottom: 2px solid #33a664;
}

.side-menu h2 .en {
	font-size: 1.2rem;
	position: absolute;
	right: 0;
	bottom: 5px;
}

.side-menu > ul {
	margin-bottom: 30px;
}

.side-menu > ul > li {
	border-bottom: solid 1px #e6e6e6;
}

.side-menu li li {
	border-top: solid 1px #e6e6e6;
}

.side-menu li a {
    display: block;
    padding: 10px 10px 10px 40px;
    position: relative;
    transition: all .2s;
}

.side-menu li a:hover {
	background: #fafafa;
}

.side-menu li a:after {
    font-family: 'FontAwesome';
    content: '\f138';
    position: absolute;
    left: 15px;
	bottom: 10px;
	transition: all .2s;
    margin-right: 10px;
    font-size: 1.4rem;
    color: #33a664;
}
.side-menu a:hover:after {
	right: 10px;
}
.side-menu li li a {
	padding: 10px 10px 10px calc(40px + 1.5em);
}
.side-menu li li a:after {
    left: calc(15px + 2em);
    bottom: 13px;
    font-size: 1.1rem;
}

.side-menu.box-menu {
	padding: 20px 0;
	margin-bottom: 20px;
}
#sidebar .btn-02 {
    display: block;
    text-align: right;
}
.side-menu.box-menu.side-guidance {
	padding: 20px 0 0;
	margin-bottom: 0;
}
.column-category ul li {
	margin-bottom: 20px;
}
.column-category ul.children li {
	margin-bottom: 0;
}
.column-category li a {
	padding: 10px;
}
.column-category li li a {
	padding: 10px 10px 10px calc(10px + 2.5em);
}
.column-category li li a:after {
	font-family: 'FontAwesome';
    content: '\f138';
    position: absolute;
    left: 2em;
    bottom: 13px;
    transition: all .2s;
    margin-right: 10px;
    font-size: 1.1rem;
    color: #33a664;
}
.column-category li > a:after,
.column-ranking ul li a:after {
	content: none;
}
.column-ranking {
    counter-reset: wpp-ranking;
}
.column-ranking ul li:before {
    color:#FFF;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    text-align:center;
    opacity:0.999;
    float:left;
    line-height:30px;
    width: 30px;
    height: 30px;
    background-color:#444;
    border-radius: 2px;
    margin-top: 10px;
}
.column-ranking ul li a:hover {
    background: none;
}
.column-ranking ul li:hover {
    background: #fafafa;
}

.column-ranking ul li:nth-child(1)::before {
  background-color: rgba(230,180,34,0.8);
}
.column-ranking ul li:nth-child(2)::before {
  background-color: rgba(192,192,192,0.8);
}
.column-ranking ul li:nth-child(3)::before {
  background-color: rgba(196,112,34,0.8);
}
/*
----------------------------------------
footer
----------------------------------------
*/
.contact-bnr {
	margin-bottom: 60px;
}
.contact-bnr figure img {
	margin: 0 auto;
}
.bottom-contents{
	border-top: solid 1px #ccc;
	padding: 30px 20px;
}

footer {
	background: #33a664;
	position: relative;
}

footer * {
	color: #fff;
}
footer .wrap {
	text-align: left;
	padding: 50px 20px 30px;
}

footer #bottom-nav {
	flex: 5;
	padding-right: 20px;
	box-sizing: border-box;
}

footer #bottom-nav h2 {
	font-size: 1.6rem;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
footer #bottom-nav h2 a {
	display: block;
	background: #24894f;
	padding: 8px 15px;
	border-radius: 4px;
}
footer #bottom-nav h2:after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    top: 15px;
    right: 29px;
    font-size: 1.9rem;
}

footer #bottom-nav .flex > ul {
	flex: 1;
}
footer #bottom-nav .flex .box {
	padding: 10px 15px;
}
footer #bottom-nav .flex > ul > li {
	margin-bottom: 8px;
}
footer #bottom-nav .flex > ul > li > a {
	padding-left: 2rem;
	position: relative;
	margin-left: 20px;
}

footer #bottom-nav .flex > ul > li > a:before {
	font-family: 'FontAwesome';
    content: '\f138';
    position: absolute;
    top: -2px;
    left: 0;
    margin-right: 10px;
    font-size: 1.1rem;
}

footer #bottom-nav li li a {
	display: inline-block;
	font-size: 1.2rem;
	margin-left: 1rem;
	text-decoration: underline;
}

footer #bottom-nav .sub-menu {
	margin-bottom: 1.5rem;
}

footer #bottom-nav .sub-menu li {
	display: inline-block;
}

footer .store-info {
	flex: 3;
	padding-right: 10px;
	box-sizing: border-box;
}

footer .store-info h2 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 4px #000;
}

footer .store-info p {
	margin-bottom: 20px;
}
footer .store-info .dl-01 {
	margin: 0 0 20px;
}
footer .store-info .foot-address {
	margin-bottom: 0;
}
footer .store-img {
	flex: 2;
	text-align: right;
	box-sizing: border-box;
}

footer .store-info small {
	font-size: 1.2rem;
}
footer .flex figure {
	text-align: left;
}
#bottom-fix {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	right: 30px;
	bottom: 30px;
}

#bottom-fix .tel,
#bottom-fix .contact {
	display: none;
}
#page-top {
	position: absolute;
	top: -41px;
	left: 0;
  	right: 0;
  	margin:0 auto;
  	width: 116px;
	height: 66px;
}
#bottom-fix .contact a,
#page-top a {
	display: block;
	width: 116px;
	height: 66px;
	line-height: 66px;
	font-size: 3rem;
	color: #fff;
	text-align: center;
	transition: all .4s;
}

#bottom-fix .contact a {
	font-size: 2rem;
	background: #777;
}

#bottom-fix .contact a:hover {
	background: #999;
}



/*
----------------------------------------
flex
----------------------------------------
*/

.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 0 30px 0;
}

.flex.nowrap {
	flex-wrap: nowrap;
}

.flex.reverce {
	flex-direction: row-reverse;
}

.flex.item-center {
	align-items: center;
}

.flex figure {
	margin-bottom: 5px;
	text-align: center;
}

.flex > li {
	padding: 5px;
}

/* column */

.flex .box.pic {
	width: 40%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	text-align: center;
}

.flex.reverce .box.pic {
	padding: 0 0 0 20px;
}

.flex .box.txt {
	width: 60%;
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 5px;
}

#contents .flex .box.txt h1,
#contents .flex .box.txt h2,
#contents .flex .box.txt h3 {
	font-size: 2rem;
}

/* box */

.flex .box {
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}

.flex .box .num {
	position: absolute;
    left: -15px;
    top: -15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #33a664;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    border-radius: 50%;
}

.flex.box-02 .box {
	width: 50%;
}

#contents .flex.box-02 h1,
#contents .flex.box-02 h2,
#contents .flex.box-02 h3 {
	font-size: 2rem;
}

.flex.box-03 .box {
	width: 33.3333%;
}

#contents .flex.box-03 h1,
#contents .flex.box-03 h2,
#contents .flex.box-03 h3,
#contents .flex.box-03 h4 {
	font-size: 1.8rem;
}

.flex.box-04 .box {
	width: 25%;
	font-size: 1.3rem;
}

#contents .flex.box-04 h1,
#contents .flex.box-04 h2,
#contents .flex.box-04 h3,
#contents .flex.box-04 h4,
#contents .flex.box-04 h5 {
	font-size: 1.6rem;
}

.flex.box-05 .box {
	width: 20%;
	font-size: 1.3rem;
}

.flex.box-06 .box {
	width: 16.6666%;
	font-size: 1.3rem;
}

/*
----------------------------------------
fontsize
----------------------------------------
*/

.font9 { font-size: 0.9rem !important; }

.font10 { font-size: 1rem !important; }

.font11 { font-size: 1.1rem !important; }

.font12 { font-size: 1.2rem !important; }

.font13 { font-size: 1.3rem !important; }

.font14 { font-size: 1.4rem !important; }

.font15 { font-size: 1.5rem !important; }

.font16 { font-size: 1.6rem !important; }

.font17 { font-size: 1.7rem !important; }

.font18 { font-size: 1.8rem !important; }

.font19 { font-size: 1.9rem !important; }

.font20 { font-size: 2rem !important; }

.font21 { font-size: 2.1rem !important; }


/*
----------------------------------------
fontsize
----------------------------------------
*/

.font9 { font-size: 0.9rem !important; }

.font10 { font-size: 1rem !important; }

.font11 { font-size: 1.1rem !important; }

.font12 { font-size: 1.2rem !important; }

.font13 { font-size: 1.3rem !important; }

.font14 { font-size: 1.4rem !important; }

.font15 { font-size: 1.5rem !important; }

.font16 { font-size: 1.6rem !important; }

.font17 { font-size: 1.7rem !important; }

.font18 { font-size: 1.8rem !important; }

.font19 { font-size: 1.9rem !important; }

.font20 { font-size: 2rem !important; }

.font21 { font-size: 2.1rem !important; }


/*
----------------------------------------
text_align
----------------------------------------
*/

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

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

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


/*
----------------------------------------
float
----------------------------------------
*/

.fL { float:left !important; }

.fR { float:right !important; }


/*
----------------------------------------
margin_top
----------------------------------------
*/

.mt0 { margin-top: 0 !important; }

.mt5 { margin-top: 5px !important; }

.mt10 { margin-top: 10px !important; }

.mt15 { margin-top: 15px !important; }

.mt20 { margin-top: 20px !important; }

.mt25 { margin-top: 25px !important; }

.mt30 { margin-top: 30px !important; }

.mt35 { margin-top: 35px !important; }

.mt40 { margin-top: 40px !important; }

.mt45 { margin-top: 45px !important; }

.mt50 { margin-top: 50px !important; }

.mt55 { margin-top: 55px !important; }

.mt60 { margin-top: 60px !important; }

.mt65 { margin-top: 65px !important; }

.mt70 { margin-top: 70px !important; }

.mt75 { margin-top: 75px !important; }

.mt80 { margin-top: 80px !important; }

.mt85 { margin-top: 85px !important; }

.mt90 { margin-top: 90px !important; }

.mt95 { margin-top: 95px !important; }

.mt100 { margin-top: 100px !important; }


/*
----------------------------------------
margin_bottom
----------------------------------------
*/

.mb0 { margin-bottom: 0 !important; }

.mb5 { margin-bottom: 5px !important; }

.mb10 { margin-bottom: 10px !important; }

.mb15 { margin-bottom: 15px !important; }

.mb20 { margin-bottom: 20px !important; }

.mb25 { margin-bottom: 25px !important; }

.mb30 { margin-bottom: 30px !important; }

.mb35 { margin-bottom: 35px !important; }

.mb40 { margin-bottom: 40px !important; }

.mb45 { margin-bottom: 45px !important; }

.mb50 { margin-bottom: 50px !important; }

.mb55 { margin-bottom: 55px !important; }

.mb60 { margin-bottom: 60px !important; }

.mb65 { margin-bottom: 65px !important; }

.mb70 { margin-bottom: 70px !important; }

.mb75 { margin-bottom: 75px !important; }

.mb80 { margin-bottom: 80px !important; }

.mb85 { margin-bottom: 85px !important; }

.mb90 { margin-bottom: 90px !important; }

.mb95 { margin-bottom: 95px !important; }

.mb100 { margin-bottom: 100px !important; }

.mb400 { margin-bottom: 400px !important; }


/*
----------------------------------------
margin_left
----------------------------------------
*/

.ml0 { margin-left: 0 !important; }

.ml5 { margin-left: 5px !important; }

.ml10 { margin-left: 10px !important; }

.ml15 { margin-left: 15px !important; }

.ml20 { margin-left: 20px !important; }

.ml25 { margin-left: 25px !important; }

.ml30 { margin-left: 30px !important; }

.ml35 { margin-left: 35px !important; }

.ml40 { margin-left: 40px !important; }

.ml45 { margin-left: 45px !important; }

.ml50 { margin-left: 50px !important; }


/*
----------------------------------------
margin_right
----------------------------------------
*/

.mr0 { margin-right: 0 !important; }

.mr5 { margin-right: 5px !important; }

.mr10 { margin-right: 10px !important; }

.mr15 { margin-right: 15px !important; }

.mr20 { margin-right: 20px !important; }

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

.mr30 { margin-right: 30px !important; }

.mr35 { margin-right: 35px !important; }

.mr40 { margin-right: 40px !important; }

.mr45 { margin-right: 45px !important; }

.mr50 { margin-right: 50px !important; }


/*
----------------------------------------
padding_top
----------------------------------------
*/

.pt0 { padding-top: 0 !important; }

.pt5 { padding-top: 5px !important; }

.pt10 { padding-top: 10px !important; }

.pt15 { padding-top: 15px !important; }

.pt20 { padding-top: 20px !important; }

.pt25 { padding-top: 25px !important; }

.pt30 { padding-top: 30px !important; }

.pt35 { padding-top: 35px !important; }

.pt40 { padding-top: 40px !important; }

.pt45 { padding-top: 45px !important; }

.pt50 { padding-top: 50px !important; }

.pt100 { padding-top: 100px !important; }


/*
----------------------------------------
padding_bottom
----------------------------------------
*/

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

.pb5 { padding-bottom: 5px !important; }

.pb10 { padding-bottom: 10px !important; }

.pb15 { padding-bottom: 15px !important; }

.pb20 { padding-bottom: 20px !important; }

.pb25 { padding-bottom: 25px !important; }

.pb30 { padding-bottom: 30px !important; }

.pb35 { padding-bottom: 35px !important; }

.pb40 { padding-bottom: 40px !important; }

.pb45 { padding-bottom: 45px !important; }

.pb50 { padding-bottom: 50px !important; }

.pb800 { padding-bottom: 800px !important; }


/*
----------------------------------------
padding_left
----------------------------------------
*/

.pl0 { padding-left: 0 !important; }

.pl5 { padding-left: 5px !important; }

.pl10 { padding-left: 10px !important; }

.pl15 { padding-left: 15px !important; }

.pl20 { padding-left: 20px !important; }

.pl25 { padding-left: 25px !important; }

.pl30 { padding-left: 30px !important; }

.pl35 { padding-left: 35px !important; }

.pl40 { padding-left: 40px !important; }

.pl45 { padding-left: 45px !important; }

.pl50 { padding-left: 50px !important; }


/*
----------------------------------------
padding_right
----------------------------------------
*/

.pr0 { padding-right: 0 !important; }

.pr5 { padding-right: 5px !important; }

.pr10 { padding-right: 10px !important; }

.pr15 { padding-right: 15px !important; }

.pr20 { padding-right: 20px !important; }

.pr25 { padding-right: 25px !important; }

.pr30 { padding-right: 30px !important; }

.pr35 { padding-right: 35px !important; }

.pr40 { padding-right: 40px !important; }

.pr45 { padding-right: 45px !important; }

.pr50 { padding-right: 50px !important; }

/*
----------------------------------------
1080
----------------------------------------
*/

@media screen and ( max-width: 1080px ) {
	#g-nav > ul > li > a {
	    font-size: 1.3rem;
	}
	.hour-access .inner.flex.nowrap {
		display: block;
	}
	.hour {
		margin-bottom: 40px!important;
	}
	.hour table {
		width: 100%;
	}
	/*#access iframe {
    width: 100%;
	}*/
	#access #map_canvas {
    width: 100%;
	}
	#access .box {
    width: 48%;
	}
	.hour-access section {
		width: 100%;
	}
	#clinic .hour table tbody tr td {
		font-size: 1.2rem;
	}
	#header .head-address {
		display: none;
	}
	section .inner {
    padding: 0 5%;
	}
	#home .section-02 .box, #home .section-04 .box {
    padding: 0 5%;
	}
	#home .section-02 .inner-01 .inner,
	#home .section-02 .inner-02 .inner,
	#home .section-04 .inner-01 .inner {
	    background: rgba(255, 255, 255, 0.8);
	    padding: 30px 5%;
	    float: none;
	    margin: 0 auto;
	    max-width: none;
	}
	#home .section-07 .txt h2 {
    	font-size: 2rem;
	}
	#home .section-07 .txt {
	    width: 61%;
	}
	#flow-1 .flex figure, #flow-2 .flex figure {
    	float: none;
    	margin-left: 0;
	}
	#medical .target {
		display: block;
	}
	#medical .target .box {
		width: 100%;
	}
	#medical .flow li {
		display: block;
	}
	#medical .flow li:before {
	    top: 114px;
	}
	#medical .flow li h5 {
		display: block;
		color: #33a664;
		font-size: 2rem;
		width: 100%;
	}
	#medical .flow li p {
		display: block;
		font-size: 1.6rem;
	}
	#medical .about h5 span {
		margin-left: 0;
	}
	#medical .cont.cate ul {
		justify-content: center;
	}
	#medical .cont.cate ul li {
		width: 33%;
	}
	#medical .cont.cate ul li img {
		display: block;
		margin: 0 auto;
	}
	#medical section.contact-bnr .inner {
	    padding: 0;
	}
	#medical .target .txt-inner {
	    padding: 20px 10px;
	    width: 100%;
	}
	#medical .target .heading-03 {
	    margin-top: 20px;
	}
}

@media screen and ( min-width: 751px ) {
	.bottom-contents {
		display: none;
	}
}
/*
----------------------------------------
750
----------------------------------------
*/

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

	.bnrs {
		display: block;
		width: 100%;
	}

	#home .bottom-contents {
		display: none;
	}

	#header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		border-bottom: solid 1px #ccc;
		z-index: 999999;
	}
	#header .wrap {
    	align-items: center;
    	padding-top: 25px;
    	padding-right: 15px;
	}
	#header .logo {
		max-height: 60px;
	}

	#header .logo img {
		height: 100%;
		max-height: 60px;
		max-width: auto;
		width: 77%;
	}

	#header .h-txt,
	#header .part,
	#header .bnr {
		display: none;
	}

	/* sp-btn */

	#sp-btn {
		display: block;
		width: 60px;
		height: 50px;
		/*padding: 10px 10px 10px 10px;*/
		box-sizing: border-box;
		margin: 0 !important;
		text-align: center;
	}

	#home .section-07 {
    margin-bottom: -90px;
	}
	#home .section-07 .inner {
    padding: 50px 0 0;
	}
	#home .section-07 figure {
    position: relative;
    z-index: 0;
    bottom: 0;
	}
	#home .section-07 figure img {
		display: block;
		margin: 0 5% 0 auto;
		width: 80%;
	}
	#home .section-07 .box {
    position: relative;
    top: -130px;
	}
	#home .section-07 .txt {
    width: 100%;
	}


	 .sp-btn-wrap #sp-btn span {
		display: inline-block;
		box-sizing: border-box;
		transition: all .5s;
	}
	div.sp-btn-wrap {
		display: block;
		padding: 5px 0 0 10px;
		width: 40px;
		height: 40px;
	}

	 .sp-btn-wrap #sp-btn {
		position: relative;
		width: 30px;
		height: 21px;
	}

	 .sp-btn-wrap #sp-btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #000;
	}

	 .sp-btn-wrap #sp-btn span:nth-of-type(1) {
		top: 0;
	}

	 .sp-btn-wrap #sp-btn span:nth-of-type(2) {
		top: 9px;
	}

	 .sp-btn-wrap #sp-btn span:nth-of-type(3) {
		bottom: 0;
	}

	#sp-btn p {
		font-size: 1.1rem;
		line-height: 0.9;
		text-transform: uppercase;
		margin: 0;
		text-align: center;
		padding-top: 27px;
	    margin-left: -2px;
	}

	#sp-btn.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	#sp-btn.active span:nth-of-type(2) {
		opacity: 0;
	}
	#sp-btn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}

	/* g-anv */

	#g-nav {
		padding: 0;
		display: none;
	}

	#g-nav > ul.wrap {
		flex-direction: column;
		border: none;
	}

	#g-nav > ul > li {
		display: block;
		width: 100%;
		border: none;
		border-bottom: solid 1px #555;
	}

	/* sub-menu */

	#g-nav li ul {
		position: relative;
		top: 0;
		left: 0;
		visibility: visible;
		opacity: 1;
		transition: all 0s;
	}

	#g-nav li a[href='#'] {
		background: #333;
		position: relative;
	}

	#g-nav li a[href='#']:after {
		font-family: 'FontAwesome';
		content: '\f107';
		font-size: 2rem;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate( 0, -50% );
	}

	#g-nav li a[href='#'].active:after {
		content: '\f106';
	}

	#g-nav li:last-child ul {
		left: 0;
	}

	#g-nav li:hover ul {
		top: 0;
	}

	#g-nav li ul li {
		border-top: solid 1px #ccc;
		border-bottom: 0;
	}

	#g-nav li ul li:first-child {
		border-top: 0;
	}

	#g-nav li ul a {
		text-align: center;
		white-space: normal;
		background: #fff;
		color: #444;
	}

	#g-nav li ul a:hover {
		background: #33a664;
	}

	#page-ttl .box h2 {
		font-size: 2.2rem;
	}

	#contents h1 {
		font-size: 2.1rem;
	}

	#contents h2 {
		font-size: 2rem;
	}

	#contents h3 {
		font-size: 1.9rem;
	}

	/* layout */

	html {
		margin-top: 76px !important;
	}

	#wrapper {
		/*padding-top: 45px;*/
	}

	#container {
		display: block;
		padding-bottom: 30px;
	}

	#contents {
		width: 100% !important;
		padding-right: 0!important;
	}

	#contents section {
		margin-bottom: 20px;
	}

	#sidebar {
		width: 100% !important;
		padding: 0 !important;
	}

	#sidebar .back-link a {
		margin-bottom: 0;
	}

	#sidebar .bnr,
	#sidebar .part,
	#sidebar .side-menu,
	#sidebar .back-link {
		display: none;
	}

	footer #bottom-nav {
		margin-top: 20px;
		padding-right: 0;
	}
	footer {
    	margin-bottom: 53px;
	}
	footer .wrap {
	    padding: 40px 20px 20px;
	}

	footer .store-info {
		max-width: 100%;
		padding-right: 0px!important;
	}

	footer .flex {
		flex-direction: column;
		margin: 0;
	}

	footer .store-img {
		max-width: 100%;
		padding-bottom: 0;
	}
	footer #bottom-nav .flex .box {
	    padding: 10px 0;
	}
	#page-top {
	    position: absolute;
	    top: -33px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    width: 116px;
	    height: 66px;
	}

	.copyright {
		padding: 20px 20px 100px 20px;
	}

	#bottom-fix {
		width: 100%;
		left: 0;
		right: auto;
		bottom: 0;
		align-items: center;
		border-top: 3px solid #33a664;
	    border-bottom: 3px solid #33a664;
		background: #fff;
	}

	#bottom-fix .tel {
		display: block;
		margin: 0 auto;
		box-sizing: border-box;
		font-size: 1.3rem;
		width: 100%;
	    padding: 5px 0;
	}

	#bottom-fix .tel a {
		display: block;
		line-height: 1;
	}

	#bottom-fix .tel span {
		display: block;
		font-size: 2.5rem;
	}

	#bottom-fix .tel span:before {
		font-family: 'FontAwesome';
		content: '\f095';
		font-size: 2.2rem;
		margin-right: 5px;
	}

	#bottom-fix .contact {
		display: block;
	}

	#bottom-fix .contact a,
	#page-top a {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 3rem;
	}

	/* column */

	.flex .box.pic {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.flex.reverce .box.pic {
		padding: 0;
	}

	.flex .box.txt {
		width: 100%;
	}

	.flex.box-02 .box,
	.flex.box-03 .box,
	.flex.box-04 .box,
	.flex.box-05 .box,
	.flex.box-06 .box {
		width: 100%;
	}

	/* flow */

	.flow.flex .box {
		padding: 30px 0 0 0;
		margin-top: 30px;
	}

	.flow.flex .box:first-child {
		padding: 0;
		margin-top: 0;
	}

	.flow.flex .box:before {
		font-family: 'FontAwesome';
		content: '\f107';
		font-size: 4rem;
		position: absolute;
		top: 0;
		left: 50%;
		transform: none;
	}

	/* slider */

	.slider.thumb-slider {
		margin: 30px 0 0 0;
	}

	.slider figure {
		line-height: .8;
	}

	.slider.thumb-slider + .thumb figure {
		padding: 3px 2px;
	}

	/* bnr */

	#contents .bnr {
		display: block;
	}

	#contents .bnr figure {
		padding: 0;
	}

	/* post */

	#contents .post {
		padding: 20px 20px 10px 20px;
		margin-bottom: 20px;
	}

	.post .flex {
		flex-direction: column;
	}

	.post .flex > .thumb {
		width: 100%;
		padding: 0;
	}

	.post .flex > .thumb + .txt {
		width: 100%;
	}

	.post .flex > .txt p {
		margin-bottom: 10px;
	}
	.post .flex > .txt {
    width: 100%;
	}

	.post .more a {
		display: block;
		text-align: center;
		padding: 2px 25px;
	}

	.post-nav {
		flex-direction: column;
		margin: 20px 0;
	}

	.post-nav a img,
	.post-nav .back-link {
		display: none;
	}

	.post-nav .prev, .post-nav .next {
		width: 100%;
	}

	.post-nav .prev a, .post-nav .next a {
		box-sizing: border-box;
		background: #fafafa;
		padding: 10px 3rem;
		margin: 5px 0;
		border-radius: 5px;
	}

	.post-nav .prev a:before {
		left: 10px;
	}

	.post-nav .prev a:hover:before {
		left: 5px;
	}

	.post-nav .next a:before {
		right: 10px;
	}

	.post-nav .next a:hover:before {
		right: 5px;
	}

	/* top */
	.thumb-item-nav {
    position: static!important;
    bottom: 0;
	}
	#home .section-01 ul.flex.nowrap {
		flex-wrap: wrap!important;
	}
	#home .section-01 ul li {
    width: 50%;
	}
	.slick-prev, .slick-next {
    display: none!important;
	}

	/* contact */

	#contact #contents .tel {
		display: block;
		text-align: center;
		line-height: 1;
		margin-top: 40px;
	}

	#contact #contents .date {
		display: block;
		text-align: center;
		border: none;
		margin: 0;
	}

	#contact .form-table tr {
		display: flex;
		flex-direction: column;
	}

	/* faq */

	#faq-menu.flex {
		flex-direction: column;
	}

	#faq-menu.flex .box {
		width: 100%;
	}

	/* voice */

	#voice .faq-list {
		margin: 20px 0 0 0;
		padding: 0;
		background: transparent;
	}

	.faq-01 dt:before, .faq-01 dd:before {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
	}

	.faq-01 dt {
		font-size: 1.8rem;
		padding-left: 4rem;
	}

	.faq-01 dd {
		padding-left: 4rem;
	}
	#annual-medical-checkup table.cell-02.table-01 {
	width: 100%;
	}
	#guidance #contents #guidance-nav .bnr {
		display: flex!important;
	}
	#guidance #contents #guidance-nav .bnr figure {
	    width: 49%;
	}
	#medical #page-ttl .box h2 {
	    font-size: 2.2rem;
	}

}

/*
----------------------------------------
480
----------------------------------------
*/

@media screen and ( max-width: 480px ) {
	.heading-01 {
	    font-size: 1.6rem;
	}
	.heading-02 {
	    font-size: 1.8rem;
	    padding: 0 0 0.5em;
	}
	.heading-03 {
	    font-size: 2.1rem !important;
	}
	.heading-06 {
	    padding: 8px 25px!important;
	    font-size: 2rem!important;
	}
	.btn-01 a {
	    font-size: 1.8rem;
	}
	#guidance .heading-04 {
	    font-size: 2.5rem!important;
	    background: url(../../theta/img/common/icn_circle_l.png) no-repeat left bottom 0px!important;
	}
	#page-ttl .box h2 {
	    font-size: 2rem;
	}
	#page-ttl .box p.en {
	    font-size: 1.3rem;
	}
	#home .thumb-item-nav {
		display: none !important;
	}
	#home .section-01 ul li {
	    width: 50%;
	}
	#home .section-01 ul li a {
	    padding-bottom: 20px;
	}
	#home .section-01 h2 {
		padding-top: 20px;
	    margin-bottom: 20px;
	    font-size: 2rem;
	}
	#home .section-01 figure {
	    margin-bottom: 10px;
	}
	#home .section-01 figure img {
	    width: 50%;
	}
	#home .section-02 h2, #home .section-04 h2 {
	    font-size: 2rem;
	}
	#home .section-02 .point {
    	padding: 0;
	}
	#home .section-02 .point p {
		padding-left: 0;
		display: inline-block;
	}
	#home .section-02 .point h3:before {
		display: block;
	}
	#home .section-02 .inner-01 {
		background: none;
		padding: 0;
	}
	#home .section-02 .inner-02 {
		background: none;
		padding: 0;
	}
	#clinic #profile img {
		width: 70%;
	}
	#symptom .section-03 {
		padding-top: 0;
	}
	.section-03 ul li {
	    width: 50%;
	}
	.section-03 ul.flex {
		margin-bottom: 0;
	}
	#home .section-04 .inner-01 {
	    background: none;
	    padding: 0;
	}
	#home .section-02 .box, #home .section-04 .box {
	    padding: 0;
	}
	#home h2 + .btn-02 {
		display: none;
	}
	#home .btn-02.sp {
		display: block;
		text-align: right;
	}
	#home .section-05 h2 {
	    font-size: 2rem;
	}
	#home .section-05 .date {
	    padding: 3px 10px;
	    margin: 0 0 10px 0;
	}
	#home .section-05 ul li .ttl {
	    font-size: 15px;
	}
	#home .section-05 ul li .txt {
	    padding: 10px 0 0;
	}
	#header h1 .wrap {
	    padding: 2px 15px 0px;
	    text-align: left;
	    line-height: 1.2;
	}
	#home .section-07 .txt h2 {
	    font-size: 2rem;
	}
	#home .section-07 .inner {
	    padding: 20px 0 50px;
	}
	#home .section-07 .box {
	    position: static;
	}
	#home .section-07 {
	     margin-bottom: 0;
	}
	.hour table tr th span.ampm {
	    padding: 0 5px;
	}
	#contents .hour h2, #contents #access h2, .hour h2, #access h2{
	    font-size: 1.8rem;
	    padding: 0 0 0.2em;
	}
	.sp {
		display: block!important;
	}
	.pc {
		display: none!important;
	}
	#access .flex {
		display: block!important;
	}
	#access .box,
	.page #access .box {
    	width: 100%!important;
	}
	#access .btn-01 a {
    	width: 60%;
	}
	.addtoany_shortcode {
	    margin: 10px 0 20px;
	}
	.pager {
    display: block;
    padding: 0px 0 25px;
	}
	.pager li {
	    display: block;
	    margin-bottom: 30px;
	}
	.pager li .box {
	    width: 100%;
	}
	#contents section.relation-post .flex {
		display: block;
	}
	#contents section.relation-post .flex .article {
		margin: 0 0 30px 0!important;
		border-bottom: solid 1px #dedede;
		padding-bottom: 30px;
	}
	#page-nav .flex .box {
    width: 100%;
    padding: 0;
	}
	#page-ttl {
    padding: 0!important;
	}
	.page .section-03 .txt,
	#blog .section-03 .txt {
		padding: 20px;
	}
	.page .section-03 .txt h3,
	#blog .section-03 .txt h3 {
		margin-bottom: 0 !important;
	}
	.page .section-03 .txt h3 + p,
	#blog .section-03 .txt h3 + p {
	display: none;
	}
	.hour table tbody tr {
	height: 108px;
	}
	.hour table tbody tr.row1,
	.hour table tbody tr.row2 {
		height: 54px;
	}
	.hour table tbody tr span.rl {
		-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	}
	.post .post-header .txt {
		display: none;
	}
	#annual-medical-checkup h3 span.small {
	     padding-left: 0;
	}
	#annual-medical-checkup .table-01 th,
	#annual-medical-checkup .table-01 td {
	    padding: 10px 5px;
	    vertical-align: middle;
	}
	#annual-medical-checkup table caption {
	    text-align: left;
	}
	#annual-medical-checkup .table-01 thead th {
		width: 29%;
	}
	#recruit #page-nav .flex .box h3 {
	    text-align: left;
	}
	table.cell-02 th {
	    width: 28%;
	}
	#flow-1 .flex .box, #flow-2 .flex .box {
	    padding: 20px;
	    margin: 20px 0;
	}
	#flow-1 .flow.flex .box:before, #flow-2 .flow.flex .box:before {
	    top: -20px;
	}
	#blog #contents h1 {
	    font-size: 1.7rem;
	}
	#blog #contents h3 {
	    font-size: 1.6rem;
	}
	#blog .heading-02,
	#blog .heading-03,
	#blog .heading-04,
	#blog .heading-05 {
	    font-size: 1.9rem !important;
	}

#contents .post .single-bnr {
	text-align: center;
}

	.single #contents .post {
	     padding: 0;
	     border: none;
	}
	#proctology #doctor .flex {
	    display: block;
	}
	#proctology #doctor .flex .box.pic, #proctology #doctor .flex .box.txt {
	    width: 100%;
	}
	#proctology #doctor .flex .box.pic {
		margin-bottom: 5px;
	}
	#medical #page-ttl .box {
		padding: 10px 0;
	}
	#medical #page-ttl .box h2 {
	    font-size: 1.6rem;
	}
	#medical #page-ttl .box p.en {
	    font-size: 1.3rem;
	    margin-bottom: 5px;
	}
	#medical .target h4 {
	    font-size: 1.4rem;
	}
	#medical .about li {
	    padding: 0;
	}
	#medical .about .txt02 li {
    	margin: 0;
    }
    #medical .cate tbody th, #medical .cate tbody td {
	    padding: 20px 2px 20px 2px;
    	font-size: 1.5rem;
	}
	#medical .link span {
	    padding-left: 0;
	}
	small.sp {
		font-size: 1.1rem;
	    text-align: center;
	}
	.small a {
		text-decoration: underline;
	}
	#medical .cate tbody td span {
	    font-size: 1.3rem;
	    line-height: 1.8;
	    display: inline-block;
	}
	#medical .cate thead th {
	    font-size: 1.5rem;
	    line-height: 1.5;
	    vertical-align: middle;
	    position: relative;
	}
	#medical .cate thead th span.small {
		position: absolute;
	    top: 79%;
    	left: 36%;
	}
	header h1,
	#header .wrap {
		transition: .2s;
	}
	header.is-animation h1 {
	  opacity: 0;
	}
	#header.is-animation .wrap {
	    padding-top: 5px;
	}

}
