@charset "UTF-8";
/*
Theme Name: 土井歯科クリニック
Theme URI: https://zerographix.co.jp/doi-dental-clinic/
Description: 土井歯科クリニック
Author: 土井歯科クリニック
Author URI: https://zerographix.co.jp/doi-dental-clinic/
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	vertical-align: baseline;
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

html{
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

body{
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.0;
	position: relative;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-feature-settings: "palt 1";
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
}

/* =Fonts
-------------------------------------------------------------- */
body{
	font-family: Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
}

@font-face{
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), 
		url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), 
		url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), 
		url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'DINBold';
	src:url('fonts/DINBold.eot');	/* IE9 Compat Modes */
	src:url('fonts/DINBold.eot?#iefix') format('eot'),	/* IE6-IE8 */
		url('fonts/DINBold.woff') format('woff'),
		url('fonts/DINBold.otf');
}

@font-face{
	font-family: "A1明朝";
	src:url('fonts/A-OTF-A1MinchoStd-Bold.eot'); /* IE9 Compat Modes */
	src:url('fonts/A-OTF-A1MinchoStd-Bold.eot?#iefix') format('eot'), /* IE6-IE8 */
		url('fonts/A-OTF-A1MinchoStd-Bold.woff') format('woff'),
		url('fonts/A-OTF-A1MinchoStd-Bold.otf');
}

/* =img markup
-------------------------------------------------------------- */
img{
	border: none;
	object-fit: cover;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.object-fit-img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

img::selection{
	background: transparent;
}

img::-moz-selection{
	background: transparent;
}

a img{
	border: none;
}

/* =Structure
-------------------------------------------------------------- */
.inner{
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

.inner:after{
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.w740{
	width: 740px;
	margin: 0 auto;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}

/* =Global Elements
-------------------------------------------------------------- */
body{
	background: #fff;
	color: #4d4d4d;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.9;
}

input{
	color: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content input{
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

hr{
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	border: none;
	clear: both;
	margin-bottom: 20px;
}

palt{
	font-weight: normal;
	clear: both;
}

blockquote{
	quotes: none;
}

blockquote:before,
blockquote:after{
	content: "";
	content: none;
}

del{
	text-decoration: line-through;
}

ul,
#content ul{
	list-style: none;
}

ol,
#content ol{
	list-style: decimal;
	margin: 0 0 0 1.5em;
}

ol ol{
	list-style: upper-alpha;
}

ol ol ol{
	list-style: lower-roman;
}

ol ol ol ol{
	list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul{
	margin-bottom: 0;
}

b{
	font-weight: bold;
}

em{
	color: #c6000b;
	font-style: normal;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	margin-top: 2px;
}

big{
	font-size: 131.25%;
}

small{
	font-size: smaller;
}

ins{
	background: #ffc;
	text-decoration: none;
}

blockquote{
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i{
	font-style: normal;
}

pre{
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	padding: 1.5em;
	overflow: auto;
	margin-bottom: 18px;
}

abbr,
acronym{
	border-bottom: 1px dotted #666;
	cursor: help;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

sup,
sub{
	height: 0;
	vertical-align: baseline;
	line-height: 1;
	position: relative;
}

sup{
	bottom: 1ex;
}

sub{
	top: .5ex;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea{
	width: 100%;
	background: #f2f2f2;
	color: #4d4d4d;
	font-family: Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
	font-feature-settings: "palt 1";
	border: none;
	border-radius: 0;
	outline: none;
	padding: 16px 15px 15px 15px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active{
	color: #4d4d4d;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover{
	color: #3fa9f5;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

::selection{
	background: #e1f0fb;
}

::-moz-selection{
	background: #e1f0fb;
}

.mb0{margin-bottom: 0 !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}
.center{text-align: center !important;}

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

/* =404
-------------------------------------------------------------- */
#content .error404 .entry-title{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
}

#content .error404 .entry-content{
	text-align: center;
	margin-bottom: 80px;
}

#content .error404 p{
	text-align: center;
	margin-bottom: 35px;
}

.error404 input#s{
	margin-bottom: 20px;
}

/* =Header
-------------------------------------------------------------- */
#branding{
	padding: 24px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#site-description{
	display: none;
}

#site-title{
	width: 486px;
	height: 52px;
	margin-bottom: 0;
}

#site-title a{
	width: 486px;
	height: 52px;
	display: block;
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 486px 52px;
	text-indent: -9999px;
}

.h_tel{
	width: 320px;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	right: 200px;
}

.h_tel a{
	width: 100%;
	height: 100%;
	display: block;
	background: #3fa9f5;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
	padding-top: 23px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.h_tel a span.num{
	display: block;
	font-family: 'DINBold';
	font-size: 32px;
	font-size: 3.2rem;
	margin-top: 12px;
}

.h_tel a span.num:before{
	content: "\f095";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 28px;
	font-size: 2.8rem;
	margin-right: 5px;
}

.h_contact{
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 100px;
}

.h_contact a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-indent: -9999px;
	background: #336098;
}

.h_contact a:before{
	content: '';
	width: 50px;
	height: 50px;
	display: block;
	background: url(images/icon_mail_b.png) no-repeat;
	background-size: 50px 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: auto;
}

.h_contact a:hover:before{
	background: url(images/icon_mail_w.png) no-repeat;
	background-size: 50px 50px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =Menu
-------------------------------------------------------------- */
#access{
	border-top: 1px solid #3fa9f5;
	border-bottom: 1px solid #3fa9f5;
	padding: 70px 0 30px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#access ul{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 1300px;
	display: flex;
	margin: 0 auto;
}

#access ul li{
	width: calc(100% / 5);
	width: -webkit-calc(100% / 5);
	text-align: center;
	line-height: 1.0;
	position: relative;
}

#access ul li a{
	display: block;
	color: #4d4d4d;
	font-size: 18px;
	font-size: 1.8rem;
}

#access ul li a:before{
	content: '';
	width: 100px;
	height: 100px;
	background-color: #fff;
	background-image: url(images/gmenu_dental.svg);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	border: 1px solid #3fa9f5;
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	position: absolute;
	top: -120px;
	left: 50%;
	z-index: 1;
	margin-left: -50px;
}

#access ul li:nth-of-type(2) a:before{
	background-image: url(images/gmenu_clinic.svg);
	background-size: 100px 100px;
}

#access ul li:nth-of-type(3) a:before{
	background-image: url(images/gmenu_news.svg);
	background-size: 100px 100px;
}

#access ul li:nth-of-type(4) a:before{
	background-image: url(images/gmenu_time.svg);
	background-size: 100px 100px;
}

#access ul li:nth-of-type(5) a:before{
	background-image: url(images/gmenu_contact.svg);
	background-size: 100px 100px;
}

#access ul li a span{
	display: block;
	color: #baa05f;
	font-family: "A1明朝";
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 10px;
}

#access ul li a:hover:before{
	transform: translateY(-8px);
	box-shadow: 0 8px 12px rgba(76, 76, 76, 0.2);
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#access ul ul{
	width: 180px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 38px;
	left: 50%;
	z-index: 99999;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin-left: -90px;
}

#access ul li:hover > ul{
	opacity: 1;
	pointer-events: inherit;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =ハンバーガーメニュー
-------------------------------------------------------------- */
#t-navi{
	display: block;
	text-align: left;
}

.navi-toggle{
	width: 100px;
	height: 100px;
	display: block;
	background: #4d4d4d;
	color: transparent;
	cursor: pointer;
	border: 0;
	outline: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}

.navi-toggle.on{
	background: transparent;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.navi-toggle:hover{
	cursor: pointer;
}

.navi-toggle span.bar{
	width: 40px;
	height: 2px;
	display: block;
	background: transparent;
	border-radius: 1px;
	position: relative;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
}

.navi-toggle span.bar:before,
.navi-toggle span.bar:after{
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	position: absolute;
	top: -5px;
	left: 0;
}

.navi-toggle span.bar:after{
	top: 5px;
}

.navi-toggle.on span.bar:before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
	top: 0;
}

.navi-toggle.on span.bar:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 1;
	top: 0;
}

.navi-toggle span.bar::selection{
	background: transparent;
}

.navi-toggle span.bar::-moz-selection{
	background: transparent;
}

.navi-toggle span.name{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.navi-toggle.on span.name{
	color: transparent;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.navi-toggle span.name::selection{
	background: transparent;
}

.navi-toggle span.name::-moz-selection{
	background: transparent;
}

#t-navi .t-menu{
	width: 100%;
	height: 100%;
	display: none;
	background: #3fa9f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}

.tmenu_content{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
}

.tmenu_content_inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	overflow: hidden;
	margin: auto;
}

.tci_ul{
	display: flex;
	margin-bottom: 120px;
}

#t-navi ul:nth-of-type(1){
	margin-right: 50px;
}

#t-navi ul li{
	line-height: 1.0;
	margin-bottom: 30px;
}

#t-navi ul li:last-child{
	margin-bottom: 0;
}

#t-navi ul li.mb15{
	margin-bottom: 15px;
}

#t-navi ul li a{
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
}

#t-navi ul li a:before{
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: #336098;
	border-radius: 50%;
	margin: 0 4px 2px 0;
}

#t-navi ul li.sub{
	padding-left: 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

#t-navi ul li.sub a:before{
	content: '';
	width: 2px;
	height: 2px;
	margin: 0 5px 1px 0;
	background: #fff;
}

#t-navi ul li.sub_sub{
	padding-left: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

#t-navi ul li.sub_sub a:before{
	content: none;
}

#t-navi h3{
	width: 486px;
	height: 52px;
	margin-right: 60px;
	margin-bottom: 25px;
}

#t-navi h3 a{
	width: 486px;
	height: 52px;
	display: block;
	background: url(images/logo_w.png) 0 0 no-repeat;
	background-size: 486px 52px;
	text-indent: -9999px;
}

#t-navi p{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
}

#t-navi p.address{
	float: left;
	margin-top: 12px;
	margin-bottom: 0;
}

#t-navi p.tel{
	float: right;
	margin-bottom: 15px;
}

#t-navi p.tel a{
	color: #fff;
	font-family: 'DINBold';
	font-size: 32px;
	font-size: 3.2rem;
}

#t-navi p.tel a:before{
	content: "\f095";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 28px;
	font-size: 2.8rem;
	margin-right: 5px;
}

#t-navi p.caution{
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.tmenu_img{
	width: 50%;
	height: 100%;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.tmenu_img .pc,
.tmenu_img .sp{
	width: 100%;
	height: 100%;
}

.tmenu_img img{
	width: 100%;
	height: 100%;
	pointer-events: none;
}

/* =Slick Slider
-------------------------------------------------------------- */
.top_slider{
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
	position: relative;
}

.top_caption{
	position: absolute;
	top: 50%;
	right: 4%;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	margin: auto;
}

.top_caption h2{
	color: #3fa9f5;
	font-weight: normal;
	font-size: 4.85vw;
	line-height: 1.7;
	margin-bottom: 0;
}

.top_caption h2::selection{
	background: transparent;
}

.top_caption h2::-moz-selection{
	background: transparent;
}

.top_caption h2 br::selection{
	background: transparent;
}

.top_caption h2 br::-moz-selection{
	background: transparent;
}

.top_slider ul.slider{
	width: 100%;
	margin: 0 auto !important;
	overflow: inherit !important;
	display: none;
}

.top_slider ul.slider.slick-initialized{
	display: block;
}

.slick-track{
	overflow: hidden !important;
}

.slick-list{
	overflow: inherit !important;
}

.top_slider ul.slick-slider li{
	outline: none;
}

.top_slider ul.slick-slider li img{
	width: 100%;
	height: auto;
}

.top_slider ul.slick-dots{
	bottom: -40px;
}

.top_slider ul.slick-dots li button{
	padding: 0;
}

.top_slider ul.slick-dots li button:before{
	font-size: 15px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.top_slider ul.slick-dots li button:hover:before{
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

/* =Content
-------------------------------------------------------------- */
*:before,
*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.pc{display: block;}
.tb{display: none;}
.sp{display: none;}

#main{
	padding: 0 0 0 0;
	clear: both;
	overflow: hidden;
}

#container{
	width: 100%;
	float: left;
	margin: 0 -240px 0 0;
}

#content{
	color: #4d4d4d;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.9;
	overflow: hidden;
	margin: 0 282px 100px 0;
}

.home #content{
	margin: 0 0 0 0;
}

.one-column #content{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
}

.single-attachment #content{
	width: 900px;
	margin: 0 auto;
}

article,
section{
	display: block;
}

p,
#content p{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1.8em;
}

#content ul,
#content ol,
#content pre,
#content hr{
	margin-bottom: 1.8em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul{
	margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

#content code{
	font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	color: #4d4d4d;
	font-weight: bold;
	line-height: 1.8;
	margin: 0 0 20px 0;
}

#primary,
#secondary{
	width: 220px;
	overflow: hidden;
	float: right;
}

#secondary{
	clear: right;
}

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

table,
#content table{
	width: 100%;
	text-align: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

tr th,
#content tr th,
tr td,
#content tr td{
	color: #4d4d4d;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.hentry{
	margin: 0 0 0 0;
}

.home .sticky{
	background: #f2f7fc;
	border-top: 4px solid #000;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-left: -20px;
	margin-right: -20px;
}

.page-title{
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 36px 0;
}

.page-title span{
	color: #4d4d4d;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	font-size: 1.6rem;
}

.page-title a:link,
.page-title a:visited{
	color: #777;
	text-decoration: none;
}

.page-title a:active,
.page-title a:hover{
	color: #3fa9f5;
}

.f_title{
	margin-bottom: 50px;
}

h3.f-title,
#content h3.f-title{
	text-align: center;
	color: #3fa9f5;
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.0;
	margin-bottom: 15px;
}

h3.f-title-en,
#content h3.f-title-en{
	text-align: center;
	color: #baa05f;
	font-weight: normal;
	font-family: "A1明朝";
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0;
	margin-bottom: 0;
}

h3.entry-title,
#content h3.entry-title{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3fa9f5;
	color: #fff;
	text-align: center;
	font-size: 34px;
	font-size: 3.4rem;
	margin-bottom: 100px;
}

.p_title{
	margin-bottom: 50px;
}

h3.p-title,
#content h3.p-title{
	text-align: center;
	color: #336098;
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.0;
	margin-bottom: 15px;
}

h3.p-title-en,
#content h3.p-title-en{
	text-align: center;
	color: #baa05f;
	font-weight: normal;
	font-family: 'A1明朝';
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0;
	margin-bottom: 0;
}

h3.p-title-2,
#content h3.p-title-2{
	text-align: center;
	color: #3fa9f5;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	margin-bottom: 50px;
}

.entry-title a:link,
.entry-title a:visited{
	color: #4d4d4d;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover{
	color: #3fa9f5;
}

.entry-meta{
	margin-bottom: 50px;
}

span.meta-prep.meta-prep-author,
span.meta-sep,
span.author.vcard,
.entry-utility{
	display: none;
}

.entry-meta abbr,
.entry-utility abbr{
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover{
	border-bottom: 1px dotted #666;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.entry-content,
.entry-summary{
	clear: both;
}

.entry-content .more-link{
	white-space: nowrap;
}

#content .entry-summary p:last-child{
	margin-bottom: 12px;
}

/* .entry-content fieldset{
	border: 1px solid #e7e7e7;
	padding: 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 24px 0;
} */

.entry-content fieldset legend{
	background: #fff;
	color: #4d4d4d;
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input{
	padding: 7px 10px;
	margin: 0 0 0 0;
}

.entry-content input.file,
.entry-content input.button{
	margin-right: 24px;
}

.entry-content label{
	color: #4d4d4d;
	font-size: 16px !important;
	font-size: 1.6rem !important;
}

.entry-content select{
	margin: 0 0 0 0;
}

.entry-content sup,
.entry-content sub{
	font-size: 10px;
	font-size: 1.0rem;
}

.entry-content blockquote.left{
	width: 33%;
	text-align: right;
	float: left;
	margin-left: 0;
	margin-right: 24px;
}

.entry-content blockquote.right{
	width: 33%;
	text-align: left;
	float: right;
	margin-left: 24px;
	margin-right: 0;
}

.page-link{
	color: #4d4d4d;
	font-weight: bold;
	word-spacing: 0.5em;
	line-height: 48px;
	clear: both;
}

.page-link a:link,
.page-link a:visited{
	background: #f1f1f1;
	color: #4d4d4d;
	text-decoration: none;
	font-weight: normal;
	padding: 0.5em 0.75em;
}

.home .sticky .page-link a{
	background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover{
	color: #3fa9f5;
}

body.page .edit-link{
	display: none;
	clear: both;
}

#entry-author-info{
	background: #f2f7fc;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	border-top: 4px solid #4d4d4d;
	padding: 18px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	clear: both;
	margin: 24px 0;
}

#entry-author-info #author-avatar{
	height: 60px;
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 11px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: left;
	margin: 0 -104px 0 0;
}

#entry-author-info #author-description{
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2{
	color: #4d4d4d;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}

.entry-utility{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	clear: both;
}

.entry-meta a:hover,
.entry-utility a:hover{
	color: inherit;
}

#content .video-player{
	padding: 0;
}

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player{
	margin-bottom: 24px;
}

span.red{
	color: #c6000b;
}

span.blue{
	color: #3fa9f5;
}

span.brown{
	color: #baa05f;
}

span.bold{
	font-weight: bold;
}

span.author{
	display: none;
}

.none{
	display: none !important;
}

.more{
	display: block;
	clear: both;
}

.more a{
	width: 220px;
	height: 64px;
	display: flex;
	align-items: center;
	text-align: center;
	background: #3fa9f5;
	color: #fff;
	line-height: 1.0;
	border: 1px solid #3fa9f5;
	padding: 1px 0 0 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	clear: both;
	position: relative;
}

.more a:after{
	content: "";
	width: 22px;
	height: 12px;
	display: block;
	background: url(images/icon_arrow_w.png) no-repeat;
	background-size: 20px 12px;
	position: absolute;
	top: 50%;
	right: 25px;
	z-index: 1;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin-top: -6px;
}

.more a:hover{
	background: #fff;
	color: #3fa9f5;
}

.more a:hover:after{
	background: url(images/icon_arrow_b.png) no-repeat;
	background-size: 20px 12px;
	right: 15px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.img_center{
	text-align: center;
	line-height: 0;
	margin: 0 auto;
}

.p_eyecatch{
	width: 100%;
	line-height: 0;
}

.home .p_eyecatch{
	display: none !important;
}

.p_eyecatch img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.p_eyecatch img:hover{
	opacity: 1.0;
}

.fade{
	opacity: 0;
	transition: opacity 0.6s;
}
 
.fade.view{
	opacity: 1;
}

.mask-wrap{
	display: table;
	overflow: hidden;
}

.mask-wrap .mask{
	display: table;
	overflow: hidden;
	position: relative;
	left: -99.9%;
}

.mask-wrap .mask-bg{
	width: 100%;
	height: 100%;
	display: block;
	background: #c21a1f;
	position: absolute;
	left: 0;
	top: 0;
}

.box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.box .boxInner{
	width: inherit;
	height: inherit;
	opacity: 0;
}

@keyframes play{
	from{
		transform: translateX(-100%);
	}
	to{
		transform: translateX(0);
	}
}

@keyframes maskOut{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(100%);
	}
}

.isPlay{
	animation-name: play;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	position: relative;
	opacity: 1 !important;
}

.isPlay:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #c21a1f;
	animation-name: maskOut;
	animation-duration: .3s;
	animation-delay: .6s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.jumbi{
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.0;
	margin: 200px 0 100px 0;
}

span.kome{
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
}

#content ul.caution{
	margin-bottom: 0;
}

ul.caution li{
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 13px;
	font-size: 1.3rem;
	padding-left: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

ul.caution li:before{
	content: '※';
	display: block;
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif !important;
	position: absolute;
	top: 0;
	left: 0;
}

/* =Swipebox
-------------------------------------------------------------- */
#swipebox-bottom-bar{
	height: 38px !important;
	background: none !important;
	top: 50% !important;
	margin-top: -17px !important;
}

#swipebox-arrows{
	width: calc(100% - 70px) !important;
	width: -webkit-calc(100% - 70px) !important;
	max-width: inherit !important;
	height: 38px !important;
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#swipebox-prev{
	width: 22px !important;
	height: 38px !important;
	background-image: url(images/swipebox_prev.png) !important;
	background-size: 22px 38px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
}

#swipebox-next{
	width: 22px !important;
	height: 38px !important;
	background-image: url(images/swipebox_next.png) !important;
	background-size: 22px 38px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
}

#swipebox-close{
	width: 30px !important;
	height: 30px !important;
	background-image: url(images/swipebox_close.png) !important;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: inherit !important;
	top: 25px !important;
	right: 40px !important;
}

/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides{
	padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content{
	padding-top: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img{
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb{
	float: left;
	margin-top: -4px;
	margin-right: 20px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility{
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption{
	font-size: 140%;
	margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before{
	content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after{
	content: '\00a0\2192';
}

/* =Images
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img{
	max-width: 100%;
	height: auto;
}

.alignleft,
img.alignleft{
	display: inline;
	float: left;
	margin-top: 4px;
	margin-right: 24px;
}

.alignright,
img.alignright{
	display: inline;
	float: right;
	margin-top: 4px;
	margin-left: 24px;
}

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

img.alignleft,
img.alignright,
img.aligncenter{
	margin-bottom: 12px;
}

.wp-caption{
	max-width: 632px !important;
	text-align: center;
	background: #f1f1f1;
	line-height: 18px;
	padding: 4px;
	margin-bottom: 20px;
}

.wp-caption img{
	max-width: 622px;
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text{
	color: #777;
	font-size: 12px;
	font-weight: 1.2rem;
	margin: 5px;
}

.wp-smiley{
	margin: 0;
}

.gallery{
	margin: 0 auto 18px;
}

.gallery .gallery-item{
	width: 33%;
	text-align: center;
	float: left;
	margin-top: 0;
}

.gallery-columns-2 .gallery-item{
	width: 50%;
}

.gallery-columns-4 .gallery-item{
	width: 25%;
}

.gallery img{
	border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium{
	max-width: 92%;
	height: auto;
}

.gallery-columns-4 .attachment-thumbnail{
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 12px;
}

.gallery dl{
	margin: 0;
}

.gallery img{
	border: 10px solid #f1f1f1;
}

.gallery br+br{
	display: none;
}

#content .attachment img{
	display: block;
	margin: 0 auto;
}

/* =Comments
-------------------------------------------------------------- */
#comments{
	clear: both;
}

#comments .navigation{
	padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title{
	color: #4d4d4d;
	font-weight: bold;
	font-size: 20px;
	font-weight: 2.0rem;
	margin-bottom: 0;
}

h3#comments-title{
	padding: 24px 0;
}

.commentlist{
	list-style: none;
	margin: 0;
}

.commentlist li.comment{
	line-height: 24px;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 0 56px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 0 24px 0;
}

.commentlist li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol{
	margin-bottom: 18px;
}

#comments .comment-body p:last-child{
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child{
	margin-bottom: 24px;
}

.commentlist ol{
	list-style: decimal;
}

.commentlist .avatar{
	position: absolute;
	top: 4px;
	left: 0;
}

.comment-author cite{
	color: #4d4d4d;
	font-style: normal;
	font-weight: bold;
}

.comment-author .says{
	font-style: italic;
}

.comment-meta{
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited{
	color: #777;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover{
	color: #3fa9f5;
}

.reply{
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link{
	color: #777;
}

.reply a:hover,
a.comment-edit-link:hover{
	color: #3fa9f5;
}

.commentlist .children{
	list-style: none;
	margin: 0;
}

.commentlist .children li{
	border: none;
	margin: 0;
}

.nopassword,
.nocomments{
	display: none;
}

#comments .pingback{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.commentlist li.comment+li.pingback{
	margin-top: -6px;
}

#comments .pingback p{
	display: block;
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url{
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
}

#respond{
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p{
	margin: 0;
}

#respond .comment-notes{
	margin-bottom: 1em;
}

.form-allowed-tags{
	line-height: 1em;
}

.children #respond{
	margin: 0 48px 0 0;
}

h3#reply-title{
	margin: 18px 0;
}

#comments-list #respond{
	margin: 0 0 18px 0;
}

#comments-list ul #respond{
	margin: 0;
}

#cancel-comment-reply-link{
	font-weight: normal;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

#respond .required{
	color: #c6000b;
	font-weight: bold;
}

#respond label{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
}

#respond input{
	width: 98%;
	margin: 0 0 9px;
}

#respond textarea{
	width: 98%;
}

#respond .form-allowed-tags{
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
}

#respond .form-allowed-tags code{
	font-size: 11px;
	font-size: 1.1rem;
}

#respond .form-submit{
	margin: 12px 0;
}

#respond .form-submit input{
	width: auto;
	font-size: 14px;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul{
	list-style: none;
	margin-left: 0;
}

.widget-area select{
	max-width: 100%;
}

.widget_search #s{
	width: 60%;
}

.widget_search label{
	display: none;
}

.widget-container{
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 0 0;
}

.widget-container .wp-caption img{
	margin: auto;
}

.widget-title{
	background: #f2f2f2;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

.widget-area a:link,
.widget-area a:visited{
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover{
	text-decoration: none;
}

.widget-area .entry-meta{
	font-size: 11px;
}

#wp_tag_cloud div{
	line-height: 1.6em;
}

#wp-calendar{
	width: 100%;
}

#wp-calendar caption{
	text-align: left;
	color: #222;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 4px;
}

#wp-calendar thead{
	font-size: 11px;
}

#wp-calendar tbody{
	color: #aaa;
}

#wp-calendar tbody td{
	background: #f5f5f5;
	text-align: center;
	border: 1px solid #fff;
	padding: 3px 0 2px;
}

#wp-calendar tbody .pad{
	background: none;
}

#wp-calendar tfoot #next{
	text-align: right;
}

.widget_rss a.rsswidget{
	color: #4d4d4d;
}

.widget_rss a.rsswidget:hover{
	color: #c6000b;
}

.widget_rss 
.widget-title img{
	width: 11px;
	height: 11px;
}

#main .widget-area ul{
	padding: 0 0 0 0;
	margin-left: 0;
}

#main .widget-area ul ul{
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

#main .widget-area ul ul li{
	margin-bottom: 5px;
}

/* =Pagetop
-------------------------------------------------------------- */
#pagetop{
	width: 54px;
	height: 54px;
	position: fixed;
	opacity: 0;
	bottom: 50px;
	right: 20px;
	z-index: -1;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	transition: all .5s;
}

#pagetop.is-animation{
	bottom: 20px;
}

#pagetop.show{
	opacity: 1;
	z-index: 50;
	-webkit-transform: scale(1) translate3d(0, 0, 0);
	transform: scale(1) translate3d(0, 0, 0)
}

#pagetop img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

#pagetop img:hover{
	opacity: 1.0;
}

#pagetop a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 0;
	position: relative;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}

/* =Footer
-------------------------------------------------------------- */
#footer{
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#f_time{
	background: url(images/f_time_bg.png) left center no-repeat;
	background-size: cover;
	border-top: 1px solid #3fa9f5;
	border-bottom: 1px solid #3fa9f5;
	padding: 100px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#f_time .inner{
	overflow: hidden;
}

.f_time_content{
	width: 50%;
	float: right;
}

.f_time_content h3.f-title,
.f_time_content h3.f-title-en{
	text-align: left;
}

.f_time_content table{
	table-layout: fixed;
	border: none;
	margin-bottom: 20px;
}

.f_time_content tr th,
.f_time_content tr td{
	text-align: center;
	border: none;
	border-bottom: 1px solid #4d4d4d;
	padding: 11px 0 9px 0;
}

.f_time_content tr:nth-of-type(1) th,
.f_time_content tr:nth-of-type(1) td{
	border-top: 1px solid #4d4d4d;
}

.f_time_content tr th{
	width: 165px;
}

.f_time_content tr td:last-child{
	width: 70px;
}

.f_time_content tr td{
	font-feature-settings: "palt"1;
	position: relative;
}

.f_time_content tr td span.circle{
	width: 14px;
	height: 14px;
	display: block;
	text-indent: -9999px;
	background: #3fa9f5;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.f_time_content tr td span.cross{
	display: block;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 0.8;
}

.f_time_content ul{
	display: flex;
	margin-bottom: 45px;
}

.f_time_content ul li{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
	margin-right: 15px;
}

.f_time_content ul li:last-child{
	margin-right: 0;
}

#site-info{
	width: 486px;
	height: 52px;
	clear: both;
	margin-bottom: 25px;
}

#site-info a{
	width: 486px;
	height: 52px;
	display: block;
	background: url(images/logo.png) 0 0 no-repeat;
	background-size: 486px 52px;
	text-indent: -9999px;
}

p.add{
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 25px;
}

.f_tel{
	max-width: 320px;
	height: 100px;
	text-align: center;
	margin: 0 auto;
}

.f_tel a{
	width: 100%;
	height: 100%;
	display: block;
	background: #3fa9f5;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
	padding-top: 23px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_tel a span.num{
	display: block;
	font-family: 'DINBold';
	font-size: 32px;
	font-size: 3.2rem;
	margin-top: 12px;
}

.f_tel a span.num:before{
	content: "\f095";
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 28px;
	font-size: 2.8rem;
	margin-right: 5px;
}

.f_globalmenu{
	padding: 100px 0 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#first ul.xoxo{
	display: flex;
	justify-content: space-between;
}

#first ul.menu li{
	line-height: 1.0;
	margin-bottom: 15px;
}

#first ul.menu li a{
	font-size: 15px;
	font-size: 1.5rem;
}

#first ul.menu li a:before{
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: #3fa9f5;
	border-radius: 50%;
	margin: 0 4px 2px 0;
}

#first ul.sub-menu{
	margin-top: 15px;
}

#first ul.sub-menu li{
	padding-left: 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

#first ul.sub-menu li a:before{
	content: '';
	width: 2px;
	height: 2px;
	margin: 0 5px 1px 0;
	background: #333;
}

#first ul.sub-menu ul.sub-menu li a:before{
	content: none;
}

#site-generator{
	background: #3fa9f5;
	padding: 9px 0 8px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
}

.copyright{
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.0;
}

/* =Contact
-------------------------------------------------------------- */
.recaptcha{
	margin: 40px 0;
	display: none;
}

.page-id-35 #content{
	margin-bottom: 50px;
}

.contact{
	margin-bottom: 90px;
}

#content .contact p{
	text-align: center;
	margin-bottom: 0;
}

#content .contact_form .center p{
	margin-bottom: 0;
}

#content table.contact_table{
	border: none;
	margin-bottom: 100px;
}

#content table.contact_table tr th,
#content table.contact_table tr td{
	font-size: 16px;
	font-size: 1.6rem;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 25px 30px 25px 0;
	clear: both;
}

#content table.contact_table tr th{
	width: 280px;
	vertical-align: top;
	font-weight: bold;
	padding: 42px 0 0 50px;
}

#content table.contact_table tr:nth-of-type(1) th{
	padding: 18px 0 0 50px;
}

#content table.contact_table tr th em{
	font-style: normal;
	color: #3fa9f5;
	font-size: 16px;
	font-size: 1.6rem;
	float: none;
	margin-top: 3px;
}

#content table.contact_table tr:nth-of-type(1) td{
	padding: 0 30px 25px 0;
}

#content table.contact_table tr.cf_address td{
	position: relative;
}

#content table.contact_table tr.contactcontents td{
	line-height: 0;
}

#content table.contact_table tr td .caution{
	display: block;
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
	position: absolute;
	top: 42px;
	left: 285px;
}

#content span.wpcf7-list-item{
	display: block;
}

#content span.wpcf7-list-item input{
	width: 16px;
	outline: none;
	margin-right: 5px;
}

#content span.wpcf7-form-control{
	display: block;
	overflow: hidden;
}

#content span.wpcf7-form-control-wrap.your-message{
	display: block;
	line-height: 0;
}

.zipcode_flex{
	display: flex;
	padding-top: 17px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content input[name="your-name"],
#content input[name="your-tel"]{
	max-width: 400px;
}

#content input[name="your-zip1"]{
	display: block;
	width: 106px;
	margin: -17px 10px 20px 10px;
}

#content input[name="your-zip2"]{
	display: block;
	width: 106px;
	margin: -17px 0 20px 10px;
}

#content input[name="your-prefectures"]{
	max-width: 260px;
	margin: 3px 0 20px 0;
}

#content input[name="your-address"]{
	margin: 3px 0 0 0;
}

#content .entry-content .wpcf7 input[type="checkbox"]{
	width: 18px;
	height: 18px;
	display: block;
	background: transparent;
	vertical-align: middle;
	border: 1px solid #999;
	border-radius: 3px !important;
	padding: 0;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	float: none;
	position: absolute;
	top: 4px;
	left: 0;
	margin: 0;
}

#content .entry-content .wpcf7 input[type="checkbox"]:checked::after{
	content: "";
	width: 8px;
	height: 14px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 5px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

#content span#checkbox-1{
	display: block;
	position: relative;
}

#content span#checkbox-1 label{
	display: block;
	padding-left: 23px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

_::-webkit-full-page-media, _:future, :root .entry-content .wpcf7 input[type="checkbox"]:checked::after{
	border-color: #c6000b;
	top: -1px;
	left: 4px;
}

#content table.contact_table textarea,
textarea.wpcf7-form-control.wpcf7-textarea{
	width: 100%;
	height: 220px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content input[type="submit"]{
	width: 300px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #3fa9f5;
	color: #fff !important;
	font-weight: bold;
	font-family: Helvetica, 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	line-height: 1.0;
	border: 1px solid #3fa9f5;
	border-radius: 0 !important;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 auto;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#content input[type="submit"]:hover{
	background: none;
	color: #3fa9f5 !important;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

:placeholder-shown{
	color: #ccc;
}

::-webkit-input-placeholder{
	color: #bebebe;
}

::-moz-placeholder{
	color: #c6c6c6;
	opacity: 1;
}

::-ms-input-placeholder{
	color: #c6c6c6;
}

#content table.contact_table tr td span.wpcf7-not-valid-tip{
	display: block;
	color: #c6000b;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	clear: both;
	margin-top: 0.5em;
}

.wpcf7-validation-errors{
	text-align: center;
	color: #c6000b;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	margin-bottom: 15px;
}

.screen-reader-response,
.wpcf7-mail-sent-ok{
	text-align: center;
	color: #c6000b;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	margin-bottom: 15px;
}

#content .screen-reader-response p{
	text-align: center;
}

div#wpcf7-f8-p4-o1 ul,
.screen-reader-response ul{
	display: none;
}

.wpcf7-response-output{
	text-align: center;
	color: #c6000b;
	font-weight: bold;
	font-family: Helvetica, "Midashi Go MB31";
	margin-top: 50px;
}

.grecaptcha-badge{
	visibility: hidden;
}

/* =Thanks
-------------------------------------------------------------- */
#content .thanks p{
	text-align: center;
	margin-top: -5px;
	margin-bottom: 45px;
}

.thanks .more a{
	margin: 0 auto;
}

/* =Breadcrumbs（パンくずリスト）
-------------------------------------------------------------- */
.home .bread{
	display: none;
}

.bread{
	margin-bottom: 5px;
}

ul.breadcrumbs{
	width: 100%;
	display: flex;
}

ul.breadcrumbs li{
	font-size: 13px;
	font-size: 1.3rem;
	position: relative;
	padding-right: 0.5em;
}

ul.breadcrumbs li:before{
	content: "\f101";
	display: inline-block;
	color: #3fa9f5;
	font-family: 'FontAwesome';
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 10px;
}

ul.breadcrumbs li:nth-child(1):before{
	content: "\f015";
	display: none;
	font-family: 'FontAwesome';
	color: #3fa9f5;
	font-size: 17px;
	font-size: 1.7rem;
	margin-right: 0;
}

ul.breadcrumbs li a{
	color: #4d4d4d;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
}

ul.breadcrumbs li a:hover{
	color: #3fa9f5;
}

/* =Policy
-------------------------------------------------------------- */
.policy_intro{
	margin-bottom: 40px;
}

#content .policy_intro p{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

#content h4.policy_title{
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	color: #3fa9f5;
	font-size: 16px;
	font-size: 1.6rem;
	border-left: 5px solid #3fa9f5;
	padding: 2px 0 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 15px;
}

.policy_block{
	margin-bottom: 40px;
}

.policy_block:last-child{
	margin-bottom: 0;
}

#content .policy_block p{
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

#content .policy_block p:last-child{
	margin-bottom: 0;
}

#content .policy_block ul{
	margin-left: 1.5em;
	margin-bottom: 0;
}

.policy_block ul li{
	list-style: decimal;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.policy_block ul li:last-child{
	margin-bottom: 0;
}

/* =News & Single
-------------------------------------------------------------- */
#f_news{
	border-bottom: 1px solid #3fa9f5;
	padding: 100px 0 90px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#f_news .f_title{
	margin-bottom: 60px;
}

#content #f_news h3.f-title{
	text-align: left;
	margin-left: -3px;
}

#content #f_news h3.f-title-en{
	text-align: left;
}

.f_news{
	width: 600px;
	overflow: hidden;
	position: absolute;
	top: -5px;
	right: 20px;
}

.p_news{
	max-width: 600px;
	margin: 0 auto;
}

#content .f_news ul{
	margin-bottom: 20px;
}

#content .p_news ul{
	border-bottom: 1px solid #3fa9f5;
	padding: 14px 0 12px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

#content .p_news ul:nth-of-type(1){
	border-top: 1px solid #3fa9f5;
}

#content .f_news ul:last-child,
#content .p_news ul:last-child{
	margin-bottom: 0;
}

#content .f_news ul a,
#content .p_news ul a{
	display: flex;
	overflow: hidden;
}

li.date{
	width: 130px;
	color: #baa05f;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1.5px;
}

li.blog-title{
	width: calc(100% - 130px);
	width: -webkit-calc(100% - 130px);
	font-size: 15px;
	font-size: 1.5rem;
	clear: both;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

a:hover li.blog-title{
	color: #3fa9f5;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.news_more{
	position: absolute;
	left: 20px;
	bottom: 0;
}

.news_more a{
	display: inline-block;
}

.news_more a:after{
	content: "";
	width: 22px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_arrow_bl.png) no-repeat;
	background-size: 20px 12px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: 0 0 5px 20px;
}

.news_more a:hover:after{
	background: url(images/icon_arrow_b.png) no-repeat;
	background-size: 20px 12px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#content .single-title{
	text-align: left !important;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
	border-top: 1px solid #3fa9f5;
	border-bottom: 1px solid #3fa9f5;
	padding: 15px 0 14px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 10px;
}

.single #content p{
	font-size: 15px;
	font-size: 1.5rem;
}

.single #content img{
	width: 100%;
	margin-bottom: 20px;
}

.single img:hover{
	opacity: 1.0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation{
	color: #4d4d4d;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited{
	color: #4d4d4d;
	text-decoration: none;
}

.navigation a:active,
.navigation a:hover{
	color: #3fa9f5;
}

#nav-below{
	margin: 60px 0 0 0;
}

.nav-previous{
	float: left;
}

.nav-next{
	float: right;
	text-align: right;
}

.nav-previous a,
.nav-next a{
	width: 110px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #3fa9f5;
	color: #fff !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	border: 1px solid #3fa9f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.nav-previous a:before{
	content: "";
	width: 22px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_arrow_w.png) no-repeat;
	background-size: 16px 8px;
	transform: scale(-1, 1);
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: 0 5px -3px 0;
}

.nav-next a:after{
	content: "";
	width: 22px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background: url(images/icon_arrow_w.png) no-repeat;
	background-size: 16px 8px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin: 0 0 -3px 5px;
}

.nav-previous a:hover,
.nav-next a:hover{
	background: #fff;
	color: #3fa9f5 !important;
}

.nav-previous a:hover:before,
.nav-next a:hover:after{
	background: url(images/icon_arrow_b.png) no-repeat;
	background-size: 16px 8px;
}

#nav-above{
	margin: 0 0 18px 0;
}

#nav-above{
	display: none;
}

.paged #nav-above,
.single #nav-above{
	display: block;
}

/* =News Pager
-------------------------------------------------------------- */
.wp-pagenavi{
	display: block;
	text-align: center;
	clear: both;
	margin-top: 30px;
}

a.page-numbers,
span.page-numbers{
	width: 30px;
	display: inline-block;
	text-align: center;
	color: #3fa9f5;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.0;
	border: 1px solid #3fa9f5;
	border-radius: 50%;
	padding: 7px 0 6px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0 2.5px 10px 2.5px;
}

a.page-numbers:hover{
	background: #3fa9f5;
	color: #fff;
}

span.dots{
	width: inherit;
	background: none;
	color: #4d4d4d;
	border: none;
	border-radius: inherit;
	margin: 0;
}

span.current{
	background: #336098;
	color: #fff;
	border-color: #336098;
}

a.prev,
a.next{
	width: inherit;
	background: none;
	color: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
	border: none;
	border-radius: inherit;
}

a.prev:hover,
a.next:hover{
	color: #c6000b;
	background: none;
}

/* =Front-page
-------------------------------------------------------------- */
#f_about{
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	max-width: 1300px;
	padding: 50px 0 50px 250px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.f_about_img{
	width: 460px;
	height: 380px;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	margin-top: -190px;
}

.f_about_img img{
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.f_about_content{
	background: #3fa9f5;
	padding: 105px 100px 95px 300px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.f_about_content:before{
	content: 'About us';
	display: block;
	color: rgba(255, 255, 255, 0.25);
	font-family: "A1明朝";
	font-size: 80px;
	font-size: 8.0rem;
	line-height: 1.0;
	position: absolute;
	top: -13px;
	right: 0;
}

#content .f_about_content h3{
	color: #fff;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.0;
	margin-bottom: 25px;
}

#content .f_about_content p{
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.f_equipped{
	height: 514px;
	border-bottom: 1px solid #3fa9f5;
	position: relative;
}

.f_equipped_img{
	width: 48%;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.f_equipped_img img{
	width: 100%;
	height: auto;
	min-height: 514px;
	max-height: 514px;
}

.f_equipped_img a{
	display: block;
}

.f_equipped_content{
	width: 50%;
	padding: 100px 25px 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_equipped_content .f_title{
	display: flex;
	margin-bottom: 25px;
}

#content .f_equipped_content h3.f-title{
	font-size: 32px;
	font-size: 3.2rem;
	margin-right: 45px;
	margin-bottom: 0;
}

#content .f_equipped_content h3.f-title-en{
	margin-top: 5px;
}

#content .f_equipped p{
	margin-bottom: 45px;
}

.f_equipped .inner{
	overflow: hidden;
}

#f_cad{
	border-top: 1px solid #3fa9f5;
}

#f_ct .f_equipped_content{
	padding: 100px 0 0 50px;
	float: right;
}

#f_ct .f_equipped_img{
	right: inherit;
	left: 0;
}

#f_medical{
	padding: 100px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.f_medical_menu{
	display: flex;
	flex-flow: wrap;
}

#f_medical .f_title{
	width: calc((100% - 100px) / 2);
	width: -webkit-calc((100% - 100px) / 2);
	border: 1px solid #3fa9f5;
	border-left: none;
	padding-top: 180px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	margin-right: 100px;
	margin-bottom: 100px;
}

#f_medical .f_title:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #3fa9f5;
	position: absolute;
	top: -1px;
	left: -100%;
}

#f_medical .f_title:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #3fa9f5;
	position: absolute;
	left: -100%;
	bottom: -1px;
}

#content #f_medical h3.f-title:before{
	content: '';
	width: 300px;
	height: 300px;
	display: block;
	background: rgba(64, 169, 245, 0.2);
	position: absolute;
	left: -210px;
	bottom: -40px;
	z-index: 1;
}

.f_medical_menu dl{
	width: calc((100% - 100px) / 2);
	width: -webkit-calc((100% - 100px) / 2);
	margin-right: 100px;
	margin-bottom: 100px;
}

.f_medical_menu dl:nth-of-type(1),
.f_medical_menu dl:nth-of-type(3),
.f_medical_menu dl:nth-of-type(5){
	margin-right: 0;
}

#content .f_medical_menu dl dt{
	line-height: 0;
}

#content .f_medical_menu dl dt img{
	width: 100%;
	height: auto;
}

#content .f_medical_menu dl dt a{
	display: block;
}

#content .f_medical_menu dl dd.fmm_title{
	width: 100%;
	height: 80px;
	position: relative;
}

#content .f_medical_menu dl dd.fmm_title span{
	width: 300px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #3fa9f5;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	position: absolute;
	top: -30px;
	left: 50%;
	z-index: 1;
	margin-left: -150px;
}

#content .f_medical_menu dl dd.fmm_note{
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.7;
	margin-bottom: 25px;
}

#content .f_medical_menu dl dd.fmm_more .more a{
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
}

#content .f_medical_menu dl.f_medical_aesthetic dd.fmm_more{
	display: flex;
	justify-content: space-between;
}

#content .f_medical_menu dl.f_medical_aesthetic dd.fmm_more .more{
	width: calc((100% - 10px) / 2);
	width: -webkit-calc((100% - 10px) / 2);
}

#f_safety{
	background: url(images/f_safety_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 110px 0 100px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content #f_safety h3.f-title{
	color: #336098;
}

.f_safety_menu{
	display: flex;
	justify-content: space-between;
}

.f_safety_menu dl{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
}

.f_safety_menu dl a{
	display: block;
}

#content .f_safety_menu dl dt{
	line-height: 0;
	overflow: hidden;
}

#content .f_safety_menu dl dt img{
	width: 100%;
	height: auto;
}

#content .f_safety_menu dl a:hover dt img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#content .f_safety_menu dl dd{
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #336098;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0;
	border: 1px solid #336098;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#content .f_safety_menu dl a:hover dd{
	background: #fff;
	color: #336098;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

#insurance_medical_notice{
	padding: 100px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#insurance_medical_notice a{
	display: flex;
	border: 1px solid #baa05f;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#insurance_medical_notice a:hover{
	border-color: #3fa9f5;
}

.imn_img{
	width: 50%;
	line-height: 0;
	overflow: hidden;
}

.imn_img img{
	width: 100%;
	height: auto;
	min-height: 140px;
	max-height: 140px;
	pointer-events: none;
}

a:hover .imn_img img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

#content #insurance_medical_notice h3{
	width: 50%;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #baa05f;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	margin-bottom: 0;
}

#content #insurance_medical_notice a:hover h3{
	color: #3fa9f5;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.intro_movie{
	width: 80%;
	max-width: 640px;
	line-height: 0;
	margin: 0 auto;
	margin-bottom: 50px;
}

#video{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	object-fit: cover;
}

/* =CAD／CAM冠
-------------------------------------------------------------- */
.page-id-40 #content h3.entry-title{
	margin-bottom: 0;
}

.cad_intro_img{
	line-height: 0;
	margin-bottom: 50px;
}

.cad_intro_img img{
	width: 100%;
	height: auto;
	pointer-events: none;
}

.cad_intro{
	position: relative;
	margin-bottom: 100px;
}

.cad_intro .inner:before{
	content: '';
	width: 210px;
	height: 180px;
	background: url(images/tooth.jpg) no-repeat;
	background-size: 210px 180px;
	position: absolute;
	top: -125px;
	left: 20px;
	z-index: -1;
}

.cad_circle{
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3fa9f5;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	border: 1px solid #3fa9f5;
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: absolute;
	top: -125px;
	right: 70px;
}

.cad_circle:after{
	content: '※条件あり';
	display: block;
	font-weight: normal;
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	position: absolute;
	right: -50px;
	bottom: 0;
}

#content .cad_intro h3.p-title-2{
	margin-bottom: 45px;
}

#content .cad_intro p{
	margin-bottom: 30px;
}

.cad_intro_block{
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.cad_intro_block_content{
	width: calc(100% - 335px);
	width: -webkit-calc(100% - 335px);
}

#content .cad_intro_block p:last-child{
	margin-bottom: 0;
}

.cad_intro_block_img{
	width: 290px;
	line-height: 0;
}

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

.cad_price{
	overflow: hidden;
	margin-bottom: 25px;
}

#content .cad_price h4{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3fa9f5;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	margin-bottom: 0;
}

#content .cad_price ul.price{
	display: flex;
	margin-bottom: 15px;
}

.cad_price ul.price li{
	width: 25%;
	text-align: center;
	border-right: 1px solid #3fa9f5;
	border-bottom: 1px solid #3fa9f5;
	padding: 15px 0 12px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.cad_price ul.price li:nth-of-type(1){
	border-left: 1px solid #3fa9f5;
}

#content .cad_price ul.caution{
	float: right;
}

#content .cad_intro table{
	table-layout: fixed;
	border: 1px solid #336098;
	clear: both;
	margin-bottom: 0;
}

#content .cad_intro tr th,
#content .cad_intro tr td{
	text-align: center;
	border: 1px solid #336098;
	padding: 10px 0;
}

#content .cad_intro tr th{
	background: #336098;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	padding: 15px 0 13px 0;
}

.cad_flow{
	position: relative;
}

.cad_flow:after{
	content: '';
	width: 430px;
	height: 400px;
	background: url(images/cad_flow_deco.png) no-repeat;
	background-size: 430px 400px;
	position: absolute;
	top: -80px;
	right: 0;
}

#content .cad_flow h3{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3fa9f5;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	border-top: 1px solid #3fa9f5;
	border-bottom: 1px solid #3fa9f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 45px;
}

#content .cad_flow p{
	text-align: center;
	font-weight: bold;
	margin-bottom: 42px;
}

.cad_flow_block{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.cad_flow_block_img{
	width: calc(50% - 50px);
	width: -webkit-calc(50% - 50px);
	line-height: 0;
}

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

.cad_flow_block_content{
	width: 50%;
	position: relative;
}

.cad_flow_block_content:after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -22%;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #d8edfd transparent transparent transparent;
	border-width: 30px 25px 0 25px;
	margin-left: -25px;
}

.cad_flow_block.mb0 .cad_flow_block_content:after{
	content: none;
}

#content .cad_flow_block_content h4{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d8edfd;
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-bottom: 0;
}

#content .cad_flow_block_content h4:before{
	content: '';
	display: block;
	width: 50px;
	height: 100px;
	background: #d8edfd;
	position: absolute;
	top: 0;
	left: -50px;
	z-index: -1;
}

#content .cad_flow_block_content h4:after{
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background: #d8edfd;
	position: absolute;
	top: 0;
	right: -100%;
	z-index: -1;
}

/* =CTについて
-------------------------------------------------------------- */
.ct_about{
	margin-bottom: 90px;
}

#content .ct_about ul{
	display: flex;
	margin-bottom: 100px;
}

.ct_about ul li{
	width: 50%;
	line-height: 0;
}

.ct_about ul li img{
	width: 100%;
	height: auto;
}

#content .ct_about h3.p-title-2{
	margin-bottom: 45px;
}

#content .ct_about p{
	margin-bottom: 30px;
}

#content .ct_about p:last-child{
	margin-bottom: 0;
}

#content .ct_system h3.p-title-2{
	margin-bottom: 45px;
}

#content .ct_system p{
	margin-bottom: 45px;
}

#content .ct_system h4{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3fa9f5;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	border: 1px solid #3fa9f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 50px;
}

.ct_system dl{
	margin-bottom: 40px;
}

#content .ct_system dl dt{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background: #336098;
	color: #fff;
	font-weight: bold;
	line-height: 1.0;
	padding-left: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 25px;
}

#content .ct_system dl dd{
	text-align: justify;
	text-justify: inter-ideograph;
}

#content .ct_system dl dd ul{
	margin: 35px 0;
}

#content .ct_system dl dd ul li{
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#content .ct_system dl dd ul li:before{
	content: '■';
	display: block;
	color: #3fa9f5;
	position: absolute;
	top: 0;
	left: 0;
}

#content .ct_system dl dd p{
	margin-bottom: 0 !important;
}

/* =インプラント
-------------------------------------------------------------- */
.page-id-15 #content h3.entry-title{
	margin-bottom: 95px;
}

.implant_intro{
	margin-bottom: 100px;
}

#content .implant_intro p{
	margin-bottom: 90px;
}

.implant_period{
	display: flex;
	justify-content: space-between;
}

.implant_period_img{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	line-height: 0;
}

.implant_period_img img{
	width: 100%;
	height: auto;
	min-height: 300px;
	max-height: 300px;
	object-position: 0 0;
}

.implant_period_content{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	padding-top: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .implant_period_content h3.p-title-2{
	margin-bottom: 30px;
}

.implant_period_content dl{
	text-align: center;
	border: 1px solid #336098;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.implant_period_content dl:nth-of-type(1){
	margin-bottom: 30px;
}

#content .implant_period_content dl dt{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #336098;
	color: #fff;
	line-height: 1.0;
}

#content .implant_period_content dl dd{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.0;
}

.implant_flow{
	margin-bottom: 60px;
}

.implant_flow_block{
	display: flex;
	flex-flow: wrap;
}

.implant_flow_block dl{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	margin-right: 50px;
	margin-bottom: 30px;
}

.implant_flow_block dl:nth-of-type(2n){
	margin-right: 0;
}

#content .implant_flow_block dl dt{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background: #336098;
	color: #fff;
	font-weight: bold;
	line-height: 1.0;
	padding-left: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .implant_flow_block dl dd{
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 25px;
	margin-bottom: -7px;
}

#content .implant_flow_block dl dd ul{
	margin-bottom: 0;
}

#content .implant_flow_block dl dd ul li{
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#content .implant_flow_block dl dd ul li:before{
	content: '■';
	display: block;
	color: #3fa9f5;
	position: absolute;
	top: 0;
	left: 0;
}

.implant_comparison{
	margin-bottom: 90px;
}

#content .implant_comparison p{
	margin-bottom: 0;
}

#content .implant_comparison h3.p-title-2{
	margin-bottom: 45px;
}

#content .implant_comparison p.center{
	margin-bottom: 45px;
}

#content .implant_comparison table{
	table-layout: fixed;
	margin-bottom: 45px;
}

#content .implant_comparison tr th,
#content .implant_comparison tr td{
	text-align: center;
	line-height: 1.5;
	padding: 13px 0 12px 0;
}

#content .implant_comparison tr th{
	background: #d8edfd;
}

.implant_price{
	overflow: hidden;
	margin-bottom: 90px;
}

#content .implant_price table{
	table-layout: fixed;
	margin-bottom: 15px;
}

#content .implant_price tr th,
#content .implant_price tr td{
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
	padding: 13px 0 12px 0;
}

#content .implant_price tr th{
	background: #d8edfd;
}

#content .implant_price ul.caution{
	display: flex;
	float: right;
}

.implant_price ul.caution li{
	margin-right: 5px;
}

.implant_price ul.caution li:last-child{
	margin-right: 0;
}

.implant_deduction{
	margin-bottom: 90px;
}

#content .implant_deduction h3.p-title-2{
	margin-bottom: 45px;
}

#content .implant_deduction p{
	margin-bottom: 45px;
}

.implant_deduction_block{
	display: flex;
	justify-content: space-between;
}

.implant_deduction_block dl{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
}

#content .implant_deduction_block dl dt{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background: #336098;
	color: #fff;
	font-weight: bold;
	line-height: 1.0;
	padding-left: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 25px;
}

#content .implant_deduction_block dl dd{
	text-align: justify;
	text-justify: inter-ideograph;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#content .implant_deduction_block dl dd span.answer{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.implant_explanation,
.implant_ledger{
	margin-bottom: 100px !important;
}

.implant_outro{
	border: 1px solid #3fa9f5;
	padding: 45px 50px 40px 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .implant_outro p{
	margin-bottom: 0;
}

/* =歯周病治療
-------------------------------------------------------------- */
.periodontal_definition{
	margin-bottom: 90px;
}

#content .periodontal_definition h3.p-title-2{
	margin-bottom: 45px;
}

#content .periodontal_definition p{
	margin-bottom: 0;
}

#content .periodontal_definition p:nth-of-type(1){
	text-align: center;
	margin-bottom: 45px;
}

.periodontal_definition_block{
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.periodontal_definition_block dl{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
}

#content .periodontal_definition_block dl dt{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background: #336098;
	color: #fff;
	font-weight: bold;
	line-height: 1.0;
	padding-left: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 25px;
}

#content .periodontal_definition_block dl dd{
	text-align: justify;
	text-justify: inter-ideograph;
}

#content .periodontal_definition_block dl dd ul{
	margin-bottom: 0;
}

#content .periodontal_definition_block dl dd ul li{
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

#content .periodontal_definition_block dl dd ul li:before{
	content: '■';
	display: block;
	color: #3fa9f5;
	position: absolute;
	top: 0;
	left: 0;
}

.periodontal_treatment{
	margin-bottom: 45px;
}

#content .periodontal_treatment h3.p-title-2{
	margin-bottom: 45px;
}

#content .periodontal_treatment p.center{
	text-align: center;
	margin-bottom: 25px;
}

.periodontal_treatment_block{
	display: flex;
	flex-flow: wrap;
}

.periodontal_treatment_block_content{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	margin-right: 50px;
}

.periodontal_treatment_block_content:nth-of-type(2n){
	margin-right: 0;
}

.periodontal_treatment_block_content:nth-of-type(1),
.periodontal_treatment_block_content:nth-of-type(2){
	margin-bottom: 25px;
}

.periodontal_regroth{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.periodontal_regroth_content{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
}

#content .periodontal_regroth_content h4,
#content .periodontal_treatment_block_content h4{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3fa9f5;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	margin-bottom: 25px;
}

#content .periodontal_treatment_block_content h4{
	background: none;
	color: #3fa9f5;
	border: 1px solid #3fa9f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .periodontal_regroth_content p,
#content .periodontal_treatment_block_content p{
	margin-bottom: 0;
}

.prc_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	margin-bottom: 0;
}

.prc_flex dl{
	width: calc((100% - 60px) / 4);
	width: -webkit-calc((100% - 60px) / 4);
}

#content .prc_flex dl dt{
	line-height: 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	margin-bottom: 17px;
}

#content .prc_flex dl dt:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -15px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent transparent #3fa9f5;
	border-width: 15px 0 15px 15px;
	margin-top: -15px;
}

#content .prc_flex dl:last-child dt:after{
	content: none;
}

#content .prc_flex dl dt img{
	width: 100%;
	height: auto;
}

#content .prc_flex dl dd{
	font-feature-settings: "palt"1;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.0;
}

.periodontal_flap{
	margin-bottom: 90px;
}

.periodontal_flap_bg{
	background: #d8edfd;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 40px;
}

#content .periodontal_flap h4{
	text-align: center;
	color: #3fa9f5;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	margin-bottom: 30px;
}

.periodontal_flap_block{
	display: flex;
	justify-content: space-between;
}

.periodontal_flap_block dl{
	width: calc((100% - 60px) / 4);
	width: -webkit-calc((100% - 60px) / 4);
}

#content .periodontal_flap_block dl dt{
	line-height: 0;
	position: relative;
	margin-bottom: 17px;
}

#content .periodontal_flap_block dl dt:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -15px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent transparent #3fa9f5;
	border-width: 15px 0 15px 15px;
	margin-top: -15px;
}

#content .periodontal_flap_block dl:last-child dt:after{
	content: none;
}

#content .periodontal_flap_block dl dt img{
	width: 100%;
	height: auto;
}

#content .periodontal_flap_block dl dd{
	font-feature-settings: "palt"1;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.0;
}

#content .periodontal_flap p{
	margin-bottom: 30px;
}

#content .periodontal_flap p:last-child{
	margin-bottom: 0;
}

#content .periodontal_price h3.p-title-2{
	margin-bottom: 45px;
}

#content .periodontal_price p{
	margin-bottom: 25px;
}

/* =レーザー治療
-------------------------------------------------------------- */
.laser_intro{
	margin-bottom: 90px;
}

.laser_intro_img{
	line-height: 0;
	margin-bottom: 100px;
}

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

#content .laser_intro h3.p-title-2{
	margin-bottom: 45px;
}

#content .laser_intro p{
	margin-bottom: 0;
}

.laser_point dl{
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}

.laser_point dl:last-child{
	margin-bottom: 0;
}

#content .laser_point dl dt{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3fa9f5;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0;
	border: 1px solid #3fa9f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .laser_point dl dd{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: -5px;
}

/* =歯列矯正
-------------------------------------------------------------- */
.orthodontics{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

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

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

.orthodontics_content{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	padding-top: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .orthodontics_content h3.p-title-2{
	margin-bottom: 25px;
}

#content .orthodontics_content p{
	letter-spacing: -0.25px;
	margin-bottom: 0 !important;
}

#content .orthodontics_content ul{
	margin-bottom: 25px;
}

.orthodontics_content ul li{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #d8edfd;
	color: #3fa9f5;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	margin-bottom: 10px;
}

.orthodontics_content ul li:last-child{
	margin-bottom: 0;
}

.orthodontics_img{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	line-height: 0;
}

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

.orthodontics_merit{
	margin-bottom: 90px;
}

.orthodontics_child_merit{
	margin-bottom: 60px;
}

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

#content .orthodontics_merit h3{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3fa9f5;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	border: 1px solid #3fa9f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 25px;
}

#content .orthodontics_implant_merit h3{
	margin-bottom: 30px;
}

#content .orthodontics_merit p{
	margin-bottom: 0;
}

#content .orthodontics_merit p.center{
	margin-bottom: 25px;
}

.orthodontics_merit_block{
	display: flex;
	flex-flow: wrap;
	margin-bottom: 40px;
}

.orthodontics_child_merit .orthodontics_merit_block,
.orthodontics_implant_merit .orthodontics_merit_block{
	margin-bottom: 0;
}

.orthodontics_merit_block dl{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	margin-right: 50px;
	margin-bottom: 30px;
}

.orthodontics_merit_block dl:nth-of-type(2n){
	margin-right: 0;
}

#content .orthodontics_merit_block dl dt{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	background: #336098;
	color: #fff;
	font-weight: bold;
	line-height: 1.0;
	padding-left: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 25px;
}

#content .orthodontics_merit_block dl dd{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* =審美歯科
-------------------------------------------------------------- */
.aesthetic_dentistry,
.aesthetic_restoration{
	margin-bottom: 90px;
}

#content .aesthetic_restoration h3.p-title-2{
	margin-bottom: 45px;
}

#content .aesthetic_restoration p{
	clear: both;
	margin-bottom: 45px;
}

#content .aesthetic_restoration table{
	table-layout: fixed;
	border: 1px solid #3fa9f5;
	margin-bottom: 50px;
}

#content .aesthetic_restoration table.ar_table_2{
	margin-bottom: 25px;
}

#content .aesthetic_restoration tr th,
#content .aesthetic_restoration tr td{
	text-align: center;
	border: 1px solid #3fa9f5;
	padding: 10px 0;
}

#content .aesthetic_restoration tr th{
	background: #3fa9f5;
	color: #fff;
	font-weight: bold;
	border-right-color: #fff;
}

#content .aesthetic_restoration tr th:last-child{
	border-right-color: #3fa9f5;
}

#content .aesthetic_restoration tr td.bg_blue{
	background: #d8edfd;
}

#content .aesthetic_restoration ul.caution{
	display: flex;
	float: right;
	margin-top: -10px;
	margin-bottom: 20px;
}

.aesthetic_restoration ul.caution li{
	margin-right: 5px;
}

.aesthetic_restoration ul.caution li:last-child{
	margin-right: 0;
}

.aesthetic_restoration dl{
	text-align: center;
	border: 1px solid #3fa9f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 25px;
}

#content .aesthetic_restoration dl dt{
	background: #3fa9f5;
	color: #fff;
	font-weight: bold;
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#content .aesthetic_restoration dl dd{
	padding: 10px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.aesthetic_whitening{
	margin-bottom: 90px;
}

#content .aesthetic_whitening h3.p-title-2{
	margin-bottom: 45px;
}

#content .aesthetic_whitening p{
	margin-bottom: 35px;
}

#content .aesthetic_whitening p:nth-of-type(1){
	margin-bottom: 30px;
}

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

/* =PRP（多血小板血漿）について
-------------------------------------------------------------- */
.orthodontics_prp{
	margin-bottom: 90px;
}

.orthodontics_prp .orthodontics_content{
	padding-top: 0;
}

.orthodontics_prpeffect{
	margin-bottom: 90px;
}

.platelet{
	margin-bottom: 80px;
}

#content .platelet h3.p-title-2{
	margin-bottom: 30px;
}

#content .platelet h4{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3fa9f5;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	border: 1px solid #3fa9f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 25px;
}

.platelet_block{
	position: relative;
	margin-bottom: 40px;
}

#content .platelet_block p{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	margin-bottom: 20px;
}

.platelet_movie{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	height: 338px;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: 0;
}

.platelet_movie video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#content .platelet_block ul{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	margin-bottom: 0;
}

.platelet_block ul li{
	text-align: justify;
	text-justify: inter-ideograph;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.platelet_block ul li:before{
	content: '●';
	display: block;
	color: #3fa9f5;
	font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', Arial, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
}

#content .platelet .platelet_factor h4{
	margin-bottom: 50px;
}

.platelet_factor_img{
	line-height: 0;
}

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

.prp_process{
	margin-bottom: 100px;
}

#content .prp_process h3.p-title-2{
	margin-bottom: 25px;
}

#content .prp_process p{
	margin-bottom: 45px;
}

.prp_process_img{
	line-height: 0;
}

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

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

.orthodontics_consentform .orthodontics_content{
	padding-top: 5px;
}

/* =より良い歯科医院であるために
-------------------------------------------------------------- */
.p_better .orthodontics{
	margin-bottom: 90px;
}

.better_check{
	margin-bottom: 100px;
}

#content .better_check h3.p-title-2{
	margin-bottom: 25px;
}

#content .better_check p{
	margin-bottom: 90px;
}

#content .better_check h4,
#content .better_sterilization h4{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3fa9f5;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.0;
	border: 1px solid #3fa9f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 30px;
}

.infection_prevention{
	display: flex;
	justify-content: space-between;
}

.infection_prevention dl{
	width: calc((100% - 60px) / 3);
	width: -webkit-calc((100% - 60px) / 3);
}

#content .infection_prevention dl dt{
	line-height: 0;
	margin-bottom: 20px;
}

#content .infection_prevention dl dt img{
	width: 100%;
	height: auto;
}

#content .infection_prevention dl dd{
	line-height: 1.0;
}

#content h3.better_title{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3fa9f5;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.0;
	border-top: 1px solid #3fa9f5;
	border-bottom: 1px solid #3fa9f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 100px;
}

.better_sterilization{
	margin-bottom: 70px;
}

.p_better .better_sterilization .orthodontics{
	margin-bottom: 50px;
}

#content .better_sterilization h4{
	margin-bottom: 25px;
}

#content .better_sterilization p{
	margin-bottom: 90px;
}

.autoclave_howto{
	display: flex;
	flex-flow: wrap;
}

.autoclave_howto dl{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	margin-right: 50px;
	margin-bottom: 25px;
}

.autoclave_howto dl:nth-of-type(2n){
	margin-right: 0;
}

#content .autoclave_howto dl dt{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	color: #3fa9f5;
	font-weight: bold;
	line-height: 1.0;
	border: 1px solid #3fa9f5;
	padding-left: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 25px;
}

#content .autoclave_howto dl dd{
	text-align: justify;
	text-justify: inter-ideograph;
}

.better_handpiece_block{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 100px;
}

#content .better_handpiece_block h3{
	width: calc((100% - 60px) / 3);
	width: -webkit-calc((100% - 60px) / 3);
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #3fa9f5;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
	border: 1px solid #3fa9f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 0;
}

.better_handpiece_block dl{
	width: calc((100% - 60px) / 3);
	width: -webkit-calc((100% - 60px) / 3);
}

.better_handpiece_block dl:nth-of-type(1){
	margin-left: calc((100% - 60px) / 3 + 30px);
	margin-left: -webkit-calc((100% - 60px) / 3 + 30px);
}

#content .better_handpiece_block dl dt{
	line-height: 0;
	margin-bottom: 20px;
}

#content .better_handpiece_block dl dt img{
	width: 100%;
	height: auto;
}

#content .better_handpiece_block dl dd{
	line-height: 1.0;
}

.better_ledger{
	display: flex;
	justify-content: space-between;
}

#content .better_ledger p{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	margin-top: -5px;
	margin-bottom: 0;
}

#content .better_ledger ul{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	display: flex;
	margin-bottom: 0;
}

.better_ledger ul li{
	width: 50%;
	line-height: 0;
}

.better_ledger ul li img{
	width: 100%;
	height: auto;
}

/* =医院案内
-------------------------------------------------------------- */
.clinic_greeting{
	margin-bottom: 100px;
}

.director_img{
	line-height: 0;
	position: relative;
	margin-bottom: 100px;
}

.director_img:before{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(64, 169, 245, 0.2);
	border-radius: 20px;
	position: absolute;
	right: -50px;
	bottom: -50px;
	z-index: -1;
}

.director_img img{
	width: 100%;
	height: auto;
	border-radius: 20px;
}

#content .clinic_greeting p{
	margin-bottom: 30px;
}

#content .clinic_greeting p.right{
	text-align: right;
	margin-bottom: 0;
}

.clinic_landscape{
	margin-bottom: 100px;
}

#content .clinic_landscape_block ul{
	display: flex;
	flex-flow: wrap;
	margin-bottom: 0;
}

.clinic_landscape_block ul li{
	width: calc((100% - 50px) / 2);
	width: -webkit-calc((100% - 50px) / 2);
	margin-right: 50px;
	margin-bottom: 50px;
	line-height: 0;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.clinic_landscape_block ul li:nth-of-type(2n){
	margin-right: 0;
}

.clinic_landscape_block ul li:hover{
	background: #3fa9f5;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}

.clinic_landscape_block ul li img{
	width: 100%;
	height: auto;
}

.clinic_landscape_block ul li a{
	display: block;
}

.clinic_landscape_block ul li a:hover img{
	opacity: 0.5;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.fancybox__slide{
	padding: 60px 100px 50px 100px !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after{
	border-color: #0096c8 !important;
}

.google_map{
	line-height: 0;
}

/* =保険医療機関の書面掲示について
-------------------------------------------------------------- */
#content .written_notice p{
	text-align: center;
	margin-bottom: 45px;
}

#content .written_notice table{
	margin-bottom: 0;
}

#content .written_notice tr th,
#content .written_notice tr td{
	vertical-align: middle;
	font-feature-settings: "palt"1;
	letter-spacing: 1px;
	padding: 12px 15px 8px 15px;
}

#content .written_notice tr th{
	text-align: center;
	background: #d8edfd;
	padding: 12px 0 8px 0;
}

#content .written_notice ul{
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 0;
}

.written_notice ul li{
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
	padding: 14px 50px 10px 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.written_notice ul li:last-child{
	border-bottom: none;
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1300px){
	/* CAD／CAM冠 *********/
	.cad_flow:after{
		width: 330px;
		height: 307px;
		background-size: 330px 307px;
		top: -60px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1200px){
	/* Header *********/
	.tmenu_img{
		width: 40%;
	}
	
	.tmenu_img img{
		object-position: 0 50%;
	}
	
	.tmenu_content{
		width: 60%;
		left: 40%;
	}
	
	/* Footer *********/
	#f_time{
		background: url(images/f_time_bg.png) center center no-repeat;
	}
	
	/* Front-page *********/
	.f_about_content{
		padding: 105px 30px 95px 240px;
	}
	
	.f_equipped{
		height: 460px;
	}
	
	.f_equipped_img img{
		min-height: 460px;
		max-height: 460px;
	}
	
	.f_equipped_content{
		padding: 70px 0 0 0;
	}
	
	#f_ct .f_equipped_content{
		padding: 70px 0 0 0;
	}
	
	#content #f_medical h3.f-title:before{
		width: 200px;
		height: 200px;
		left: -80px;
	}
	
	/* CAD／CAM冠 *********/
	.cad_flow:after{
		top: 0;
	}
	
	/* 医院案内 *********/
	.director_img{
		width: calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1080px){
	/* Header *********/
	#branding{
		padding: 24px 20px;
	}
	
	.h_tel{
		width: 300px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 1060px){
	html,
	body{
		width: 100%;
	}
	
	.inner{
		width: 100%;
		display: block;
		float: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin: 0;
	}
	
	/* Header *********/
	#branding{
		padding: 14px 15px;
	}
	
	.h_tel{
		width: 210px;
		right: 160px;
	}
	
	.h_tel a{
		line-height: 1.2;
		padding-top: 9px;
	}
	
	.h_tel a .sp{
		display: block;
	}
	
	.h_tel a span.num{
		font-size: 26px;
		font-size: 2.6rem;
		margin-top: 0;
	}
	
	.h_tel a span.num:before{
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.h_contact{
		width: 80px;
		right: 80px;
	}
	
	.top_caption{
		right: 20px;
	}
	
	.navi-toggle{
		width: 80px;
		height: 80px;
	}
	
	.tmenu_content{
		width: 100%;
		height: 100%;
		left: 0;
	}
	
	.tci_ul{
		margin-bottom: 60px;
	}
	
	.tmenu_img{
		display: none;
	}
	
	/* Footer *********/
	#f_time{
		background: none;
		background-size: inherit;
		border-bottom: none;
		padding: 90px 0 0 0;
	}
	
	.f_time_content{
		width: 100%;
		max-width: 500px;
		float: none;
		margin: 0 auto;
	}
	
	.f_time_content h3.f-title,
	.f_time_content h3.f-title-en{
		text-align: center;
	}
	
	.f_time_content ul{
		margin-bottom: 40px;
	}
	
	#site-info{
		margin-bottom: 15px;
	}
	
	p.add{
		margin-bottom: 30px;
	}
	
	.f_time_img{
		display: block;
		line-height: 0;
	}
	
	.f_time_img img{
		width: 100%;
		height: auto;
	}
	
	/* Contact *********/
	#content .contact p{
		max-width: 800px;
		text-align: justify;
		text-justify: inter-ideograph;
		margin: 0 auto;
	}
	
	#content .contact p .pc{
		display: none;
	}
	
	.contact_form{
		max-width: 800px;
		margin: 0 auto;
	}
	
	#content table.contact_table tr th{
		width: 210px;
		padding: 42px 0 0 20px;
	}
	
	#content table.contact_table tr:nth-of-type(1) th{
		padding: 18px 0 0 20px;
	}
	
	#content table.contact_table tr td .caution{
		font-feature-settings: "palt"1;
		letter-spacing: 0.5px;
	}
	
	/* Front-page *********/
	#f_about{
		padding: 150px 0 50px 0;
	}
	
	.f_about_img{
		top: 50px;
		left: 50%;
		margin-top: 0;
		margin-left: -230px;
	}
	
	.f_about_img .pc{
		display: none;
	}
	
	.f_about_img .sp{
		display: block;
	}
	
	.f_about_content{
		max-width: 700px;
		padding: 255px 40px 90px 40px;
		margin:  auto;
	}
	
	.f_about_content:before{
		top: inherit;
		bottom: -10px;
	}
	
	.f_equipped{
		height: 400px;
	}
	
	.f_equipped_img{
		width: 50%;
	}
	
	.f_equipped_img img{
		min-height: 400px;
		max-height: 400px;
	}
	
	.f_equipped_content{
		padding: 50px 20px 0 0;
	}
	
	#f_ct .f_equipped_content{
		padding: 50px 0 0 20px;
	}
	
	#content .f_equipped_content h3.f-title{
		font-size: 28px;
		font-size: 2.8rem;
		margin-right: 20px;
	}
	
	#content .f_equipped_content h3.f-title-en{
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	#content .f_equipped p{
		margin-bottom: 30px;
	}
	
	#f_medical{
		padding: 100px 0 40px 0;
	}
	
	#f_medical .f_title{
		width: calc((100% - 60px) / 2);
		width: -webkit-calc((100% - 60px) / 2);
		margin-right: 60px;
		margin-bottom: 60px;
	}
	
	.f_medical_menu dl{
		width: calc((100% - 60px) / 2);
		width: -webkit-calc((100% - 60px) / 2);
		margin-right: 60px;
		margin-bottom: 60px;
	}
	
	.f_safety_menu dl{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
	}
	
	#content .f_safety_menu dl dd{
		height: 50px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	/* CAD／CAM冠 *********/
	.cad_intro .inner:before{
		width: 175px;
		height: 150px;
		background-size: 175px 150px;
		top: -100px;
		left: 10px;
	}
	
	.cad_circle{
		right: 60px;
	}
	
	.cad_circle:after{
		right: -40px;
	}
	
	.cad_intro_block_content{
		width: calc(100% - 310px);
		width: -webkit-calc(100% - 310px);
	}
	
	.cad_flow:after{
		width: 300px;
		height: 279px;
		background-size: 300px 279px;
		top: -80px;
	}
	
	#content .cad_flow p .sp{
		display: block;
	}
	
	.cad_flow_block{
		margin-bottom: 60px;
	}
	
	.cad_flow_block_content:after{
		bottom: -18%;
	}
	
	#content .cad_flow_block_content h4{
		height: 90px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	#content .cad_flow_block_content h4:before,
	#content .cad_flow_block_content h4:after{
		height: 90px;
	}
	
	/* インプラント *********/
	.implant_period_img{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
	}
	
	.implant_period_content{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		padding-top: 0;
	}
	
	#content .implant_period_content h3.p-title-2{
		margin-bottom: 26px;
	}
	
	.implant_period_content dl:nth-of-type(1){
		margin-bottom: 25px;
	}
	
	#content .implant_period_content dl dd{
		height: auto;
		display: block;
		justify-content: inherit;
		align-items: inherit;
		line-height: 1.5;
		padding: 12px 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	#content .implant_period_content dl dd .sp{
		display: block;
	}
	
	/* 歯周病治療 *********/
	.periodontal_flap_bg{
		padding: 30px 20px 25px 20px;
	}
	
	#content .periodontal_flap_block dl dd{
		line-height: 1.4;
	}
	
	/* レーザー治療 *********/
	#content .laser_point dl dt{
		width: 360px;
	}
	
	#content .laser_point dl dd{
		width: calc(100% - 380px);
		width: -webkit-calc(100% - 380px);
	}
	
	/* 歯列矯正 *********/
	.orthodontics,
	.orthodontics_2{
		display: block;
		justify-content: inherit;
		flex-direction: inherit;
		margin-bottom: 60px;
	}
	
	.orthodontics_content{
		width: 100%;
		padding-top: 0 !important;
		margin-bottom: 30px;
	}
	
	#content .orthodontics_content h3.p-title-2{
		margin-bottom: 27px;
	}
	
	#content .orthodontics_content ul{
		max-width: 475px;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	
	.orthodontics_img{
		width: 100%;
		max-width: 475px;
		margin: 0 auto;
	}
	
	.orthodontics_child_merit{
		margin-bottom: 70px;
	}
	
	.orthodontics_merit_block{
		margin-bottom: 20px;
	}
	
	/* 審美歯科 *********/
	#content .aesthetic_restoration table.ar_table_1 tr th{
		vertical-align: middle;
		line-height: 1.4;
	}
	
	#content .aesthetic_restoration table.ar_table_1 tr th .sp{
		display: block;
	}
	
	/* PRP（多血小板血漿）について *********/
	.platelet_block{
		position: static;
	}
	
	#content .platelet_block p{
		width: 100%;
		margin-bottom: 25px;
	}
	
	.platelet_movie{
		width: 100%;
		max-width: 475px;
		height: auto;
		position: static;
		top: inherit;
		right: inherit;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	
	.platelet_movie video{
		height: auto;
	}
	
	#content .platelet_block ul{
		width: 100%;
		max-width: 475px;
		margin: 0 auto;
	}
	
	/* より良い歯科医院であるために *********/
	.p_better .orthodontics{
		margin-bottom: 100px;
	}
	
	.p_better .orthodontics_content{
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	#content .better_check h4,
	#content .better_sterilization h4{
		margin-bottom: 20px;
	}
	
	.infection_prevention dl{
		width: calc((100% - 40px) / 3);
		width: -webkit-calc((100% - 40px) / 3);
	}
	
	#content .infection_prevention dl dt{
		margin-bottom:  15px;
	}
	
	#content .infection_prevention dl dd{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#content h3.better_title{
		font-size: 21px;
		font-size: 2.1rem;
	}
	
	.p_better .better_sterilization .orthodontics{
		margin-bottom: 40px;
	}
	
	#content .better_handpiece_block h3{
		width: calc((100% - 40px) / 3);
		width: -webkit-calc((100% - 40px) / 3);
	}
	
	.better_handpiece_block dl{
		width: calc((100% - 40px) / 3);
		width: -webkit-calc((100% - 40px) / 3);
	}
	
	.better_handpiece_block dl:nth-of-type(1){
		margin-left: calc((100% - 40px) / 3 + 20px);
		margin-left: -webkit-calc((100% - 40px) / 3 + 20px);
	}
	
	#content .better_handpiece_block dl dt{
		margin-bottom: 15px;
	}
	
	#content .better_handpiece_block dl dd{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.better_ledger{
		max-width: 600px;
		display: block;
		justify-content: inherit;
		margin: 0 auto;
	}
	
	#content .better_ledger p{
		width: 100%;
		margin-top: 0;
		margin-bottom: 30px;
	}
	
	#content .better_ledger ul{
		width: 100%;
	}
	
	/* 医院案内 *********/
	.clinic_landscape{
		margin-bottom: 130px;
	}
	
	.clinic_landscape_block ul li{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	/* 保険医療機関の書面掲示について *********/
	.table_pc{
		display: none;
	}
	
	.table_sp{
		display: block;
	}
	
	#content .written_notice table{
		max-width: 600px;
		table-layout: fixed;
		margin: 0 auto;
	}
	
	#content .written_notice tr th{
		width: 200px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 900px){
	/* Header *********/
	.h_tel,
	.h_contact{
		display: none;
	}
	
	/* Footer *********/
	.bottom_menu{
		width: 100%;
		display: block;
		pointer-events: none;
		position: fixed;
		left: 0;
		bottom: -60px;
		z-index: 2;
		transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
	}
	
	.bottom_menu.is-animation{
		bottom: 0;
		pointer-events: inherit;
		transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
	}
	
	.bottom_menu ul{
		display: flex;
	}
	
	.bottom_menu ul li{
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 1.0;
	}
	
	.bottom_menu ul li.bottom_menu_tel{
		width: calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
	}
	
	.bottom_menu ul li.bottom_menu_tel a{
		width: 100%;
		height: 100%;
		display: block;
		background: #3fa9f5;
		color: #fff;
		font-size: 15px;
		font-size: 1.5rem;
		padding-top: 15px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	.bottom_menu ul li.bottom_menu_tel a span.num{
		display: inline-block;
		vertical-align: middle;
		font-family: 'DINBold';
		font-size: 28px;
		font-size: 2.8rem;
		margin: 0 0 7px 15px;
	}
	
	.bottom_menu ul li.bottom_menu_tel a span.num:before{
		content: "\f095";
		display: inline-block;
		font-family: 'FontAwesome';
		font-size: 24px;
		font-size: 2.4rem;
		margin-right: 5px;
	}
	
	.bottom_menu ul li.bottom_menu_mail{
		position: relative;
	}
	
	.bottom_menu ul li.bottom_menu_mail a{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-indent: -9999px;
		background: #336098;
	}
	
	.bottom_menu ul li.bottom_menu_mail a:before{
		content: '';
		width: 44px;
		height: 44px;
		display: block;
		background: url(images/icon_mail_b.png) no-repeat;
		background-size: 44px 44px;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		margin: auto;
	}
	
	.bottom_menu ul li.bottom_menu_totop img{
		width: 100%;
		height: auto;
	}
	
	.bottom_menu ul li.bottom_menu_totop a{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		border-top: 1px solid #3fa9f5;
		padding: 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	#pagetop{
		display: none;
	}
	
	.f_globalmenu{
		display: none;
	}
	
	#site-generator{
		padding: 9px 0 68px 0;
	}
	
	/* Content *********/
	.more a{
		height: 60px;
		padding: 1px 0 0 20px;
	}
	
	.more a:after{
		right: 20px;
	}
	
	/* News *********/
	#f_news{
		max-width: 600px;
		padding: 95px 0 90px 0;
		margin: 0 auto;
	}
	
	#f_news .f_title{
		margin-bottom: 40px;
	}
	
	.f_news{
		width: 100%;
		position: static;
		top: inherit;
		right: inherit;
	}
	
	#content .f_news ul a,
	#content .p_news ul a{
		display: block;
	}
	
	li.date,
	li.blog-title{
		width: 100%;
	}
	
	.news_more{
		top: 10px;
		left: inherit;
		right: 20px;
		bottom: inherit;
	}
	
	.news_more a{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.news_more a:after{
		margin: 0 0 5px 10px;
	}
	
	/* Front-page *********/
	.f_equipped{
		height: auto;
		border-top: none;
		position: static;
	}
	
	.f_equipped_img,
	#f_ct .f_equipped_img{
		width: 100%;
		position: static;
		top: inherit;
		left: inherit;
		right: inherit;
	}
	
	.f_equipped_img .pc{
		display: none;
	}
	
	.f_equipped_img .sp{
		display: block;
	}
	
	.f_equipped_img img{
		min-height: inherit;
		max-height: inherit;
	}
	
	.f_equipped_content,
	#f_ct .f_equipped_content{
		width: 100%;
		padding: 60px 0;
	}
	
	#content .f_equipped_content h3.f-title{
		font-size: 34px;
		font-size: 3.4rem;
	}
	
	#content .f_equipped_content h3.f-title-en{
		font-size: 18px;
		font-size: 1.8rem;
		margin-top: 8px;
	}
	
	#content #f_medical h3.f-title:before{
		width: 120px;
		height: 120px;
		left: 0;
		bottom: -20px;
	}
	
	#insurance_medical_notice{
		max-width: 600px;
		margin: 0 auto;
	}
	
	.imn_img img{
		min-height: 120px;
		max-height: 120px;
	}
	
	#content #insurance_medical_notice h3{
		height: 120px;
	}
	
	/* レーザー治療 *********/
	.laser_point dl{
		max-width: 600px;
		display: block;
		justify-content: space-between;
		margin: 0 auto;
		margin-bottom: 90px;
	}
	
	#content .laser_point dl dt{
		width: 100%;
		height: 60px;
		margin-bottom: 20px;
	}
	
	#content .laser_point dl dd{
		width: 100%;
		margin-top: 0;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 800px){
	.w740{
		width: 100%;	
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* Header *********/
	#branding{
		padding: 19px 15px;
	}
	
	#site-title{
		width: 392.5px;
		height: 42px;
	}
	
	#site-title a{
		width: 392.5px;
		height: 42px;
		background-size: 392.5px 42px;
	}
	
	#access{
		padding: 55px 0 25px 0;
	}
	
	#access ul li a{
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	#access ul li a:before,
	#access ul li:nth-of-type(2) a:before,
	#access ul li:nth-of-type(3) a:before,
	#access ul li:nth-of-type(4) a:before,
	#access ul li:nth-of-type(5) a:before{
		width: 90px;
		height: 90px;
		background-size: 90px 90px;
		top: -115px;
		margin-left: -45px;
	}
	
	.tmenu_content_inner{
		min-width: 480px;
	}
	
	.tci_ul{
		margin-bottom: 50px;
	}
	
	#t-navi h3{
		width: 392.5px;
		height: 42px;
		margin-right: 0;
	}
	
	#t-navi h3 a{
		width: 392.5px;
		height: 42px;
		background-size: 392.5px 42px;
	}
	
	#t-navi p.address{
		float: none;
		margin-bottom: 15px;
	}
	
	#t-navi p.tel{
		float: none;
	}
	
	.top_slider ul.slick-slider li img{
		min-height: 320px;
	}
	
	/* Footer *********/
	#site-info{
		width: 392.5px;
		height: 42px;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	#site-info a{
		width: 392.5px;
		height: 42px;
		background-size: 392.5px 42px;
	}
	
	/* Contact *********/
	#content .contact p,
	.contact_form{
		max-width: 600px;
	}
	
	#content table.contact_table{
		margin-bottom: 10px;
	}
	
	#content table.contact_table tr th,
	#content table.contact_table tr:nth-of-type(1) th{
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 0;
		margin-bottom: 5px;
	}
	
	#content table.contact_table tr td,
	#content table.contact_table tr:nth-of-type(1) td{
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 0;
		margin-bottom: 30px;
	}
	
	#content table.contact_table tr td .caution{
		top: 16px;
	}
	
	/* Front-page *********/
	#f_medical{
		padding: 100px 0 50px 0;
	}
	
	#f_medical .f_title{
		width: calc((100% - 50px) / 2);
		width: -webkit-calc((100% - 50px) / 2);
		margin-right: 50px;
		margin-bottom: 50px;
	}
	
	.f_medical_menu dl{
		width: calc((100% - 60px) / 2);
		width: -webkit-calc((100% - 60px) / 2);
		margin-right: 50px;
		margin-bottom: 50px;
	}
	
	#content .f_medical_menu dl dt img{
		min-height: 170px;
	}
	
	#content .f_medical_menu dl dd.fmm_note{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#content .f_medical_menu dl dd.fmm_title{
		height: 60px;
	}
	
	#content .f_medical_menu dl dd.fmm_title span{
		width: 200px;
		height: 80px;
		font-size: 22px;
		font-size: 2.2rem;
		margin-left: -100px;
	}
	
	#content .f_medical_menu dl.f_medical_aesthetic dd.fmm_more{
		display: block;
		justify-content: inherit;
	}
	
	#content .f_medical_menu dl dd.fmm_more .more a{
		max-width: 200px;
	}
	
	#content .f_medical_menu dl.f_medical_aesthetic dd.fmm_more .more{
		width: 100%;
	}
	
	#content .f_medical_menu dl.f_medical_aesthetic dd.fmm_more .more:nth-of-type(1){
		margin-bottom: 10px;
	}
	
	#f_safety{
		background: url(images/f_safety_bg_sp.jpg) center center no-repeat;
		background-size: cover;
		padding: 90px 0 100px 0;
	}
	
	.f_safety_menu{
		max-width: 500px;
		display: block;
		justify-content: inherit;
		margin: 0 auto;
	}
	
	.f_safety_menu dl{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.f_safety_menu dl:last-child{
		margin-bottom: 0;
	}
	
	.f_safety_menu dl a{
		display: flex;
	}
	
	#content .f_safety_menu dl dt{
		width: calc(100% - 200px);
		width: -webkit-calc(100% - 200px);
		height: 130px;
	}
	
	#content .f_safety_menu dl dt img{
		height: 100%;
	}
	
	#content .f_safety_menu dl dd{
		width: 200px;
		height: 130px;
		font-feature-settings: "palt"1;
		text-align: center;
		line-height: 1.4;
	}
	
	#content .f_safety_menu dl dd .sp{
		display: block;
	}
	
	/* CAD／CAM冠 *********/
	.cad_intro .inner:before{
		top: -130px;
	}
	
	.cad_circle{
		width: 140px;
		height: 140px;
	}
	
	#content .cad_intro h3.p-title-2{
		line-height: 1.5;
		margin-bottom: 35px;
	}
	
	#content .cad_intro h3.p-title-2 .sp{
		display: block;
	}
	
	.cad_intro_block{
		display: block;
		justify-content: inherit;
		margin-bottom: 40px;
	}
	
	.cad_intro_block_content{
		width: 100%;
		margin-bottom: 40px;
	}
	
	.cad_intro_block_img{
		width: 100%;
		max-width: 290px;
		margin: 0 auto;
	}
	
	.cad_price{
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	
	#content  ul.price{
		flex-flow: wrap;
	}
	
	.cad_price ul.price li{
		width: 50%;
	}
	
	.cad_price ul.price li:nth-of-type(3){
		border-left: 1px solid #3fa9f5;
	}
	
	#content .cad_intro table{
		max-width: 600px;
		margin: 0 auto;
	}
	
	#content .cad_intro tr th .sp:nth-of-type(1){
		display: block;
	}
	
	.cad_flow{
		padding-bottom: 80px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	.cad_flow:after{
		width: 230px;
		height: 214px;
		background-size: 230px 214px;
		top: -50px;
	}
	
	.cad_flow_block{
		display: block;
		justify-content: inherit;
		position: relative;
		margin-bottom: 190px;
	}
	
	.cad_flow_block:after{
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		bottom: -152px;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #d8edfd transparent transparent transparent;
		border-width: 30px 25px 0 25px;
		margin-left: -25px;
	}
	
	.cad_flow_block.mb0:after{
		content: none;
	}
	
	.cad_flow_block_img{
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}
	
	.cad_flow_block_content{
		width: 100%;
		top: -40px;
		z-index: -1;
	}
	
	.cad_flow_block_content:after{
		content: none;
	}
	
	#content .cad_flow_block_content h4{
		height: 120px;
		padding-top: 40px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		top: 0;
		left: 0;
		transform: inherit;
	}
	
	#content .cad_flow_block_content h4:before{
		width: 100%;
		height: 120px;
		left: -100%;
	}
	
	#content .cad_flow_block_content h4:after{
		height: 120px;
	}
	
	/* インプラント *********/
	#content .implant_intro p{
		margin-bottom: 45px;
	}
	
	.implant_period{
		max-width: 600px;
		display: block;
		justify-content: inherit;
		margin: 0 auto;
	}
	
	.implant_period_img{
		width: 70%;
		margin: 0 auto;
		margin-bottom: 100px;
	}
	
	.implant_period_img img{
		min-height: inherit;
		max-height: inherit;
	}
	
	.implant_period_content{
		width: 100%;
	}
	
	#content .implant_period_content dl dd .sp{
		display: none;
	}
	
	.implant_flow{
		margin-bottom: 80px;
	}
	
	.implant_flow_block dl{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	#content .implant_flow_block dl dt{
		padding-left: 20px;
	}
	
	#content .implant_flow_block dl dd{
		font-size: 15px;
		font-size: 1.5rem;
		margin-top: 15px;
	}
	
	#content .implant_comparison p.center .sp{
		display: block;
	}
	
	#content .implant_comparison tr th,
	#content .implant_comparison tr td{
		font-feature-settings: "palt"1;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#content .implant_comparison tr td .sp{
		display: block;
	}
	
	#content .implant_price tr th,
	#content .implant_price tr td{
		font-feature-settings: "palt"1;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#content .implant_price ul.caution{
		display: block;
		float: none;
	}
	
	.implant_price ul.caution li{
		margin-right: 0;
	}
	
	.implant_deduction_block dl{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
	}
	
	#content .implant_deduction_block dl dt{
		padding-left: 20px;
		margin-bottom: 15px;
	}
	
	#content .implant_deduction_block dl dd{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.implant_outro{
		padding: 30px 30px 25px 30px;
	}
	
	/* 歯周病治療 *********/
	.periodontal_definition_block dl{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
	}
	
	#content .periodontal_definition_block dl dt{
		padding-left: 20px;
		margin-bottom: 15px;
	}
	
	#content .periodontal_definition_block dl dd{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	#content .periodontal_treatment p.center .sp{
		display: block;
	}
	
	.periodontal_regroth_content{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
	}
	
	#content .periodontal_regroth_content p{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.prc_flex{
		justify-content: inherit;
		flex-flow: wrap;
	}
	
	.prc_flex dl{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	
	.prc_flex dl:nth-of-type(2n){
		margin-right: 0;
	}
	
	.prc_flex dl:nth-of-type(1),
	.prc_flex dl:nth-of-type(2){
		margin-bottom: 17px;
	}
	
	#content .prc_flex dl dt{
		margin-bottom: 12px;
	}
	
	#content .prc_flex dl:nth-of-type(2) dt:after{
		content: none;
	}
	
	#content .prc_flex dl dd{
		line-height: 1.4;
	}
	
	#content .periodontal_flap_block dl dt{
		margin-bottom: 12px;
	}
	
	/* 歯列矯正 *********/
	.orthodontics_merit_block{
		margin-bottom: 50px;
	}
	
	.orthodontics_merit_block dl{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	#content .orthodontics_merit_block dl dt{
		padding-left: 20px;
		margin-bottom: 15px;
	}
	
	#content .orthodontics_merit_block dl dd{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	/* 審美歯科 *********/
	#content .aesthetic_restoration tr th,
	#content .aesthetic_restoration tr td{
		vertical-align: middle;
		line-height: 1.4;
	}
	
	#content .aesthetic_restoration table.ar_table_2 tr td.bg_blue .sp{
		display: block;
	}
	
	#content .aesthetic_restoration ul.caution{
		display: block;
		float: none;
	}
	
	.aesthetic_restoration ul.caution li{
		margin-right: 0;
	}
	
	/* より良い歯科医院であるために *********/
	#content .infection_prevention dl dt{
		margin-bottom: 10px;
	}
	
	#content .infection_prevention dl dd{
		line-height: 1.4;
	}
	
	.autoclave_howto dl{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	#content .autoclave_howto dl dt{
		padding-left: 20px;
		margin-bottom: 15px;
	}
	
	#content .better_handpiece_block dl dt{
		margin-bottom: 10px;
	}
	
	#content .better_handpiece_block dl dd{
		line-height: 1.4;
	}
	
	/* 医院案内 *********/
	.fancybox__slide{
		padding: 10px 48px 0 48px !important;
	}
	
	.fancybox__nav .carousel__button.is-prev{
		left: 0 !important;
	}
	
	.fancybox__nav .carousel__button.is-next{
		right: 0 !important;
	}
	
	/* 保険医療機関の書面掲示について *********/
	#content .written_notice p{
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	.written_notice ul li{
		padding: 14px 15px 11px 15px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 640px){
	/* Footer *********/
	.bottom_menu ul li.bottom_menu_tel a{
		font-feature-settings: "palt"1;
		font-size: 13px;
		font-size: 1.3rem;
		padding-top: 10px;
	}
	
	.bottom_menu ul li.bottom_menu_tel a span.num{
		display: block;
		letter-spacing: 0.5px;
		margin: 3px 0 0 0;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 600px){
	*{
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
		-moz-tap-highlight-color:transparent rgba(0,0,0,0);
		-ms-tap-highlight-color:transparent rgba(0,0,0,0);
		-o-tap-highlight-color:transparent rgba(0,0,0,0);
		-webkit-tap-highlight-color:transparent rgba(0,0,0,0);
	}
	
	.table{display: block;}
	.table .cell{display: block;}
	.pc{display: none;}
	.tb{display: none;}
	.sp{display: block;}
	
	.page img{
		width: 100%;
		height: auto;
	}
	
	body{
		line-height: 1.8;
	}
	
	#content{
		width: 100%;
		line-height: 1.8;
		margin: 0 0 0 0;
	}

	.one-column #content{
		margin-bottom: 80px;
	}

	.section,
	.article{
		margin-bottom: 2.4em;
	}
	
	/* Header *********/
	#branding{
		padding: 15px 15px 14px 15px;
	}
	
	#site-title{
		width: 290px;
		height: 31px;
	}
	
	#site-title a{
		width: 290px;
		height: 31px;
		background-size: 290px 31px;
	}
	
	#access{
		display: none;
	}
	
	.top_caption{
		right: 10px;
	}
	
	.navi-toggle{
		width: 60px;
		height: 60px;
	}
	
	.navi-toggle span.name{
		font-feature-settings: "palt"1;
		font-size: 11px;
		font-size: 1.1rem;
		padding-top: 26px;
	}
	
	.navi-toggle span.bar{
		width: 30px;
		top: 22px;
	}
	
	.navi-toggle.on span.bar{
		top: 50%;
	}
	
	.navi-toggle span.bar:before,
	.navi-toggle span.bar:after{
		opacity: 1;
	}
	
	.tmenu_content_inner{
		left: 20px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	
	.tci_ul{
		margin-bottom: 40px;
	}
	
	#t-navi ul:nth-of-type(1){
		margin-right: 20px;
	}
	
	#t-navi ul li{
		margin-bottom: 25px;
	}
	
	#t-navi ul li.mb30{
		margin-bottom: 20px !important;
	}
	
	#t-navi ul li.mb15{
		margin-bottom: 12.5px !important;
	}
	
	#t-navi ul li.sub{
		margin-bottom: 10px;
	}
	
	#t-navi ul li a{
		font-feature-settings: "palt"1;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	#t-navi h3{
		width: 290px;
		height: 31px;
	}
	
	#t-navi h3 a{
		width: 290px;
		height: 31px;
		background-size: 290px 31px;
	}
	
	#t-navi p.address{
		margin-top: 0;
		margin-bottom: 15px;
	}
	
	#t-navi p.caution{
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	
	.top_slider ul.slick-slider li img{
		min-height: inherit;
	}
	
	/* Footer *********/
	#f_time{
		padding: 75px 0 0 0;
	}
	
	#f_time .f_title{
		margin-bottom: 40px;
	}
	
	.f_time_content table{
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	.f_time_content tr th{
		width: 140px;
		font-feature-settings: "palt"1;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 10px 0 9px 0;
	}
	
	.f_time_content tr td{
		font-feature-settings: "palt"1;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 10px 0 9px 0;
	}
	
	.f_time_content tr td:last-child{
		width: 50px;
	}
	
	.f_time_content ul{
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 70px;
	}
	
	.f_time_content ul li{
		font-feature-settings: "palt"1;
		font-size: 11px;
		font-size: 1.1rem;
	}
	
	#site-info{
		width: 320px;
		height: 34px;
	}
	
	#site-info a{
		width: 320px;
		height: 34px;
		background-size: 320px 34px;
	}
	
	p.add{
		margin-bottom: 25px;
	}
	
	/* Content *********/
	p,
	#content p{
		line-height: 1.8;
	}
	
	h3.f-title,
	#content h3.f-title{
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	
	h3.f-title-en,
	#content h3.f-title-en{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	h3.entry-title,
	#content h3.entry-title{
		height: 70px;
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 80px;
	}
	
	.p_title{
		margin-bottom: 40px;
	}
	
	h3.p-title,
	#content h3.p-title{
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	
	h3.p-title-en,
	#content h3.p-title-en{
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	h3.p-title-2,
	#content h3.p-title-2{
		font-size: 21px;
		font-size: 2.1rem;
		margin-bottom: 40px;
	}
	
	.p_eyecatch img{
		min-height: 120px;
	}
	
	.more a{
		width: 200px;
		height: 50px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	.jumbi{
		margin: 120px 0 40px 0;
	}
	
	/* Contact *********/
	.page-id-35 #content{
		margin-bottom: 30px !important;
	}
	
	.contact{
		margin-bottom: 65px;
	}
	
	#content input[name="your-name"],
	#content input[name="your-tel"]{
		max-width: inherit;
	}
	
	#content input[name="your-zip1"]{
		width: 85px;
		margin: -17px 5px 20px 5px;
	}
	
	#content input[name="your-zip2"]{
		width: 85px;
		margin: -17px 0 20px 5px;
	}
	
	#content table.contact_table tr td .caution{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.4;
		padding-left: 15px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		top: 11px;
		left: 215px;
	}
	
	#content table.contact_table tr td .caution span.kome{
		position: absolute;
    	top: 0;
    	left: 0;
	}
	
	#content input[type="submit"]{
		width: 240px;
		height: 70px;
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
	
	/* News *********/
	#primary,
	#container{
		float: none;
	}
	
	#f_news{
		padding: 75px 0 70px 0;
	}
	
	#f_news .f_title{
		margin-bottom: 30px;
	}
	
	.news_more{
		top: 0;
	}
	
	/* Front-page *********/
	#f_about{
		width: 100%;
		padding: 140px 0 0 0;
	}
	
	.f_about_img{
		width: 300px;
		height: auto;
		top: 60px;
		margin-left: -150px;
	}
	
	.f_about_content{
		padding: 175px 20px 80px 20px;
	}
	
	.f_about_content:before{
		font-size: 70px;
		font-size: 7.0rem;
		right: 50%;
		bottom: -9px;
		margin-right: -145px;
	}
	
	#content .f_about_content h3{
		text-align: center;
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 35px;
	}
	
	.intro_movie{
		width: 100%;
		margin: 50px auto;
	}
	
	.f_equipped_content .f_title{
		display: block;
		margin-bottom: 35px;
	}
	
	#content .f_equipped_content h3.f-title{
		text-align: center;
		font-size: 24px;
		font-size: 2.4rem;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	#content .f_equipped_content h3.f-title-en{
		text-align: center;
		font-size: 16px;
		font-size: 1.6rem;
		margin-top: 0;
	}
	
	#content .f_equipped p{
		margin-bottom: 35px;
	}
	
	.f_equipped_content .more a{
		margin: 0 auto;
	}
	
	#f_medical{
		padding: 80px 0 0 0;
	}
	
	.f_medical_menu{
		display: block;
		flex-flow: inherit;
	}
	
	#f_medical .f_title{
		width: 240px;
		height: 140px;
		border-left: 1px solid #3fa9f5;
		padding-top: 42px;
		margin: 0 auto;
		margin-bottom: 80px;
	}
	
	#f_medical .f_title:before,
	#f_medical .f_title:after{
		content: none;
	}
	
	#content #f_medical h3.f-title:before{
		width: 60px;
		height: 60px;
		left: -20px;
		bottom: -20px;
	}
	
	.f_medical_menu dl{
		width: 100%;
		max-width: 400px;
		margin: 0 auto !important;
		margin-bottom: 80px !important;
	}
	
	#content .f_medical_menu dl dt img{
		min-height: inherit;
	}
	
	#content .f_medical_menu dl dd.fmm_title{
		height: 30px;
	}
	
	#content .f_medical_menu dl dd.fmm_title span{
		height: 60px;
		font-size: 19px;
		font-size: 1.9rem;
		padding-top: 2px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	#f_safety{
		padding: 70px 0 80px 0;
	}
	
	#f_safety .f_title{
		margin-bottom: 40px;
	}
	
	.f_safety_menu{
		max-width: 400px;
	}
	
	#content .f_safety_menu dl dt{
		width: calc(100% - 160px);
		width: -webkit-calc(100% - 160px);
		height: 120px;
	}
		
	#content .f_safety_menu dl dd{
		width: 160px;
		height: 120px;
		font-size: 15px;
		font-size: 1.5rem;
		padding-top: 1px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	#insurance_medical_notice{
		max-width: 400px;
		padding: 20px 0;
	}
	
	#insurance_medical_notice a{
		display: block;
	}
	
	.imn_img{
		width: 100%;
	}
	
	.imn_img img{
		min-height: inherit;
		max-height: inherit;
	}
	
	#content #insurance_medical_notice h3{
		width: 100%;
		height: 50px;
		font-size: 16px;
		font-size: 1.6rem;
		padding-top: 1px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	
	/* CAD／CAM冠 *********/
	.cad_intro_img{
		margin-bottom: 70px;
	}
	
	.cad_intro{
		margin-bottom: 80px;
	}
	
	.cad_intro .inner:before{
		width: 128px;
		height: 110px;
		background-size: 128px 110px;
		top: -110px;
		left: 50%;
		margin-left: -185px;
	}
	
	#content .cad_intro h3.p-title-2{
		margin-bottom: 25px;
	}
	
	.cad_circle{
		width: 100px;
		height: 100px;
		text-align: center;
		line-height: 1.4;
		padding-top: 5px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		top: -110px;
		right: 50%;
		margin-right: -175px;
	}
	
	.cad_circle:after{
		right: 50%;
		bottom: -20px;
		margin-right: -30px;
	}
	
	#content .cad_intro p{
		margin-bottom: 25px;
	}
	
	.cad_intro_block{
		margin-bottom: 30px;
	}
	
	.cad_intro_block_content{
		margin-bottom: 35px;
	}
	
	.cad_intro_block_img{
		max-width: 260px;
	}
	
	.cad_price{
		margin-bottom: 30px;
	}
	
	#content .cad_price h4{
		height: 46px;
	}
	
	.cad_price ul.price li{
		line-height: 1.6;
	}
	
	#content .cad_price ul.caution{
		float: none;
	}
	
	#content .cad_intro table{
		max-width: 400px;
		border: none;
	}
	
	#content .cad_intro tr th{
		width: 100%;
		display: block;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.5;
		padding: 15px 20px 13px 20px;
	}
	
	#content .cad_intro tr th .sp:nth-of-type(1),
	#content .cad_intro tr th br{
		display: none;
	}
	
	#content .cad_intro tr td{
		width: 100%;
		display: block;
	}
	
	#content .cad_intro tr:nth-of-type(2) td:nth-of-type(1){
		border-bottom: none;
	}
	
	#content .cad_flow h3{
		height: 80px;
		font-size: 21px;
		font-size: 2.1rem;
		margin-bottom: 35px;
	}
	
	#content .cad_flow p{
		margin-bottom: 35px;
	}
	
	.cad_flow:after{
		width: 150.5px;
		height: 140px;
		background-size: 150.5px 140px;
		top: -10px;
	}
	
	.cad_flow_block{
		margin-bottom: 150px;
	}
	
	.cad_flow_block:after{
		bottom: -128px;
		border-width: 20px 20px 0 20px;
		margin-left: -20px;
	}
	
	/* CTについて *********/
	.ct_about{
		margin-bottom: 70px;
	}
	
	#content .ct_about ul{
		margin-bottom: 80px;
	}
	
	#content .ct_about h3.p-title-2{
		margin-bottom: 35px;
	}
	
	#content .ct_about p{
		margin-bottom: 25px;
	}
	
	#content .ct_system h3.p-title-2{
		line-height: 1.5;
		margin-bottom: 35px;
	}
	
	#content .ct_system p{
		margin-bottom: 35px;
	}
	
	#content .ct_system h4{
		height: 46px;
		margin-bottom: 35px;
	}
	
	.ct_system dl{
		margin-bottom: 30px;
	}
	
	#content .ct_system dl dt{
		height: 46px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	
	#content .ct_system dl dd ul{
		margin: 25px 0;
	}
		
	/* インプラント *********/
	.page-id-15 #content h3.entry-title{
		margin-bottom: 75px;
	}
	
	.implant_intro{
		margin-bottom: 80px;
	}
	
	#content .implant_intro p{
		margin-bottom: 35px;
	}
	
	.implant_period_img{
		margin-bottom: 80px;
	}
	
	#content .implant_period_content h3.p-title-2{
		margin-bottom: 22px;
	}
	
	.implant_period_content dl{
		max-width: 400px;
		margin: 0 auto;
	}
	
	#content .implant_period_content dl dt{
		height: 46px;
	}
	
	#content .implant_period_content dl dd .sp{
		display: block;
	}
	
	.implant_flow_block{
		display: block;
		flex-flow: inherit;
	}
	
	.implant_flow_block dl,
	.implant_flow_block dl:nth-of-type(2n){
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	#content .implant_flow_block dl dt{
		height: 46px;
		padding-left: 15px;
	}
	
	#content .implant_flow_block dl dd{
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: -5px;
	}
	
	.implant_comparison{
		margin-bottom: 70px;
	}
	
	#content .implant_comparison h3.p-title-2{
		margin-bottom: 35px;
	}
	
	#content .implant_comparison p.center{
		margin-bottom: 37px;
	}
	
	#content .implant_comparison table{
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 35px;
	}
	
	#content .implant_comparison tr th{
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	#content .implant_comparison tr th:nth-of-type(1),
	#content .implant_comparison tr td:nth-of-type(1){
		width: 80px;
	}
	
	#content .implant_comparison tr th span.f_small{
		font-size: 11.5px;
		font-size: 1.15rem;
	}
	
	#content .implant_comparison tr td:nth-of-type(1){
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	#content .implant_comparison tr td:nth-of-type(2),
	#content .implant_comparison tr td:nth-of-type(3),
	#content .implant_comparison tr td:nth-of-type(4){
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	#content .implant_comparison tr td span.f_small{
		font-size: 11.5px;
		font-size: 1.15rem;
	}
	
	.implant_price{
		margin-bottom: 70px;
	}
	
	#content .implant_price table{
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	
	#content .implant_price ul.caution{
		max-width: 400px;
		margin: 0 auto;
	}
	
	.implant_deduction{
		margin-bottom: 65px;
	}
	
	#content .implant_deduction h3.p-title-2,
	#content .implant_deduction p{
		margin-bottom: 35px;
	}
	
	.implant_deduction_block{
		display: block;
		justify-content: inherit;
	}
	
	.implant_deduction_block dl{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 35px;
	}
	
	.implant_deduction_block dl:last-child{
		margin-bottom: 0;
	}
	
	#content .implant_deduction_block dl dt{
		height: 46px;
		padding-left: 15px;
	}
	
	.implant_explanation,
	.implant_ledger{
		margin-bottom: 80px !important;
	}
	
	#content .implant_explanation h3.p-title-2{
		line-height: 1.4;
		margin-bottom: 25px;
	}
	
	.implant_outro{
		padding: 20px 20px 15px 20px;
	}
	
	/* 歯周病治療 *********/
	.periodontal_definition{
		margin-bottom: 70px;
	}
	
	#content .periodontal_definition h3.p-title-2{
		margin-bottom: 35px;
	}
	
	#content .periodontal_definition p:nth-of-type(1){
		text-align: justify;
		text-justify: inter-ideograph;
		margin-bottom: 37px;
	}
	
	.periodontal_definition_block{
		display: block;
		justify-content: inherit;
		margin-bottom: 32px;
	}
	
	.periodontal_definition_block dl{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	
	.periodontal_definition_block dl:nth-of-type(1){
		margin-bottom: 35px;
	}
	
	#content .periodontal_definition_block dl dt{
		height: 46px;
		justify-content: center;
		padding-left: 0;
	}
	
	#content .periodontal_definition_block dl dd{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.periodontal_treatment{
		margin-bottom: 35px;
	}
	
	#content .periodontal_treatment p.center{
		text-align: justify !important;
		text-justify: inter-ideograph !important;
	}
	
	#content .periodontal_treatment p.center .sp{
		display: none;
	}
	
	.periodontal_treatment_block{
		display: block;
		flex-flow: inherit;
	}
	
	.periodontal_treatment_block_content,
	.periodontal_treatment_block_content:nth-of-type(2n){
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	
	.periodontal_treatment_block_content:last-child{
		margin-bottom: 0;
	}
		
	.periodontal_regroth{
		display: block;
		justify-content: inherit;
		margin-bottom: 40px;
	}
	
	.periodontal_regroth_content{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	
	.periodontal_regroth_content:nth-of-type(1){
		margin-bottom: 35px;
	}
	
	#content .periodontal_regroth_content h4,
	#content .periodontal_treatment_block_content h4{
		height: 46px;
		margin-bottom: 25px;
	}
	
	#content .periodontal_regroth_content p{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.prc_flex{
		max-width: 260px;
		margin: 0 auto;
		margin-top: 25px;
	}
	
	#content .prc_flex dl dt{
		margin-bottom: 10px;
	}
	
	.periodontal_flap{
		margin-bottom: 70px;
	}
	
	.periodontal_flap_bg{
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 35px;
	}
	
	#content .periodontal_flap h4{
		line-height: 1.5;
		margin-bottom: 25px;
	}
	
	.periodontal_flap_block{
		justify-content: inherit;
		flex-flow: wrap;
	}
	
	.periodontal_flap_block dl{
		width: calc((100% - 20px) / 2);
		width: -webkit-calc((100% - 20px) / 2);
		margin-right: 20px;
	}
	
	.periodontal_flap_block dl:nth-of-type(2n){
		margin-right: 0;
	}
	
	.periodontal_flap_block dl:nth-of-type(1),
	.periodontal_flap_block dl:nth-of-type(2){
		margin-bottom: 17px;
	}
	
	#content .periodontal_flap_block dl dt{
		margin-bottom: 10px;
	}
	
	#content .periodontal_flap_block dl:nth-of-type(2) dt:after{
		content: none;
	}
	
	#content .periodontal_flap p{
		margin-bottom: 25px;
	}
	
	#content .periodontal_price h3.p-title-2{
		margin-bottom: 35px;
	}
	
	/* レーザー治療 *********/
	.laser_intro_img{
		margin-bottom: 80px;
	}
	
	.laser_intro{
		margin-bottom: 70px;
	}
	
	#content .laser_intro h3.p-title-2{
		margin-bottom: 35px;
	}
	
	.laser_point dl{
		margin-bottom: 70px;
	}
	
	#content .laser_point dl dt{
		height: 50px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	/* 歯列矯正 *********/
	.orthodontics{
		margin-bottom: 50px;
	}
	
	.orthodontics_content ul li{
		height: 46px;
	}
		
	.orthodontics_merit{
		margin-bottom: 70px;
	}
	
	#content .orthodontics_merit h3{
		height: 46px;
	}
	
	.orthodontics_merit_block{
		margin-bottom: 40px;
	}
	
	.orthodontics_merit_block dl,
	.orthodontics_merit_block dl:nth-of-type(2n){
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 35px;
	}
	
	.orthodontics_merit_block dl:last-child{
		margin-bottom: 0;
	}
	
	#content .orthodontics_merit_block dl dt{
		height: 46px;
		justify-content: center;
		padding-left: 0;
	}
	
	#content .orthodontics_merit_block dl dd{
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	#content .orthodontics_content p{
		letter-spacing: 0;
	}
	
	/* 審美歯科 *********/
	.aesthetic_dentistry,
	.aesthetic_restoration,
	.aesthetic_whitening{
		margin-bottom: 70px;
	}
	
	#content .aesthetic_restoration h3.p-title-2,
	#content .aesthetic_restoration p,
	#content .aesthetic_whitening h3.p-title-2{
		margin-bottom: 35px;
	}
	
	#content .aesthetic_restoration tr th,
	#content .aesthetic_restoration tr td{
		font-feature-settings: "palt"1;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 8px 0;
	}
	
	#content .aesthetic_restoration dl dt,
	#content .aesthetic_restoration dl dd{
		font-feature-settings: "palt"1;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	#content .aesthetic_whitening p{
		margin-bottom: 35px;
	}
	
	#content .aesthetic_whitening p:nth-of-type(1){
		margin-bottom: 25px;
	}
	
	/* PRP（多血小板血漿）について *********/
	.orthodontics_prp{
		margin-bottom: 70px;
	}
	
	.orthodontics_prpeffect,
	.platelet{
		margin-bottom: 80px;
	}
	
	#content .platelet h4{
		height: 46px;
	}
	
	#content .platelet .platelet_factor h4{
		margin-bottom: 30px;
	}
	
	.prp_process{
		margin-bottom: 75px;
	}
	
	#content .prp_process p{
		margin-bottom: 10px;
	}
	
	#content .orthodontics_consentform .orthodontics_content h3.p-title-2{
		line-height: 1.4;
		margin-bottom: 25px;
	}
	
	/* より良い歯科医院であるために *********/
	.p_better .orthodontics{
		margin-bottom: 80px;
	}
	
	.better_check{
		margin-bottom: 75px;
	}
	
	#content .better_check p{
		margin-bottom: 70px;
	}
	
	#content .better_check h4{
		height: 46px;
		margin-bottom: 30px;
	}
	
	.infection_prevention{
		display: block;
		justify-content: inherit;
	}
	
	.infection_prevention dl{
		width: 85%;
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.infection_prevention dl:last-child{
		margin-bottom: 0;
	}
	
	#content .infection_prevention dl dd{
		line-height: 1.0;
	}
	
	#content h3.better_title{
		height: 80px;
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 80px;
	}
	
	#content .p_better .orthodontics_content h3.p-title-2{
		line-height: 1.4;
		margin-bottom: 25px;
	}
	
	.better_sterilization{
		margin-bottom: 40px;
	}
	
	#content .better_sterilization h4{
		height: 46px;
		margin-bottom: 20px;
	}
	
	#content .better_sterilization p{
		margin-bottom: 70px;
	}
	
	.autoclave_howto{
		display: block;
		flex-flow: inherit;
	}
	
	.autoclave_howto dl,
	.autoclave_howto dl:nth-of-type(2n){
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 27px;
	}
	
	#content .autoclave_howto dl dt{
		height: 46px;
		padding-left: 15px;
		margin-bottom: 20px;
	}
	
	.better_handpiece_block{
		display: block;
		justify-content: inherit;
		position: static;
		margin-bottom: 70px;
	}
	
	#content .better_handpiece_block h3{
		width: 100%;
		height: 46px;
		line-height: 1.0;
		position: static;
		top: inherit;
		left: inherit;
		margin-bottom: 30px;
	}
	
	.better_handpiece_block dl,
	.better_handpiece_block dl:nth-of-type(1){
		width: 85%;
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.better_handpiece_block dl:last-child{
		margin-bottom: 0;
	}
	
	#content .better_handpiece_block dl dd{
		line-height: 1.0;
	}
	
	/* 医院案内 *********/
	.clinic_greeting{
		margin-bottom: 80px;
	}
	
	.director_img{
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		margin-bottom: 70px;
	}
	
	.director_img:before{
		border-radius: 15px;
		right: -20px;
		bottom: -20px;
	}
	
	.director_img img{
		border-radius: 15px;
	}
	
	#content .clinic_greeting p{
		margin-bottom: 25px;
	}
	
	.clinic_landscape{
		margin-bottom: 70px;
	}
	
	.clinic_landscape_block ul li{
		width: calc((100% - 10px) / 2);
		width: -webkit-calc((100% - 10px) / 2);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.google_map iframe{
		height: 400px;
	}
	
	/* 保険医療機関の書面掲示について *********/
	#content .written_notice table{
		max-width: 400px;
	}
	
	#content .written_notice tr th{
		width: 100px;
		font-size: 15px;
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.6;
		padding: 9px 0;
	}
	
	#content .written_notice tr td{
		font-size: 15px;
		font-size: 1.5rem;
		letter-spacing: 0;
		padding: 9px 0 9px 20px;
	}
}

/* @media screen
-------------------------------------------------------------- */
@media screen and (max-width: 500px){
	/* 審美歯科 *********/
	#content .aesthetic_restoration table.ar_table_1 tr th:nth-of-type(1),
	#content .aesthetic_restoration table.ar_table_1 tr td:nth-of-type(1){
		width: 78px;
	}
}
