@charset "utf-8";
/*
Theme Name: Portals_Discovery
Author: Portals
Author URI: http://www.portals.co.jp/
*/
/*==================================
			  reset
==================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

ol, ul {
    list-style:none;
}

img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
}

blockquote, q {
    quotes:none;
}

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

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

/* change colors to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colors to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

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

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

/* change border color to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*      WordPress Natie Styles     
--------------------------------------*/
/* editor */
 
.post h3:not([class]) {
	clear: both;
	margin: 32px -24px 24px;
	padding: 26px 16px;
	background: url(image/all/h_style02_bg.png) no-repeat left top;
	color: #fff;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
}
.post h4 {
	margin: 32px 0 24px;
	padding: 0 8px;
	font-size: 18px;
	border-left: solid 8px #FF7A4D;
	border-bottom: dotted 2px #FF7A4D;
	clear: both;
}
.post h5 {
	margin: 24px 0 16px;
	padding: 0 8px 2px 32px;
	border-bottom: dotted 2px #FF9326;
	background: url(image/page/page_ico01.png) no-repeat;
	font-size: 16px;
}
.post h6 {
	margin: 24px 0 16px;
	padding: 0 4px 2px;
	border-bottom: double 4px #59B200;
	font-size: 16px;
}
.post p {
    display: block;
    margin: 1em;
}
.post strong { font-weight: bold; }
.post em { font-style: oblique; }
.post blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
.post ul {
	list-style: disc;
	margin: 0 3em 1em;
}
.post ol {
	list-style: decimal;
	margin: 0 3em 1em;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto 8px;
}
.alignright { float: right; margin: 0 0 8px 8px; }
.alignleft { float: left; margin: 0 8px 8px 0 }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

/*==================================
			  base
==================================*/
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.img_left {
	margin: 0 16px 16px 0;
	float: left;
}
.img_right {
	margin: 0 0 16px 16px;
	float: right;
}
.img_center {
	display: block;
	margin: 0 auto 16px;
}
/*=================================
			design
=================================*/
body {
	background: #fff;
	color: #79796A;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	min-width: 1240px;/*main_imgの幅*/
}
#contents {
	overflow: hidden;
	margin: 40px auto;
	width: 1024px;
}
#sidebar {
	float:left;
	width:256px;
}
#main {
	float:right;
	width:720px;
}
footer {
	background: url(image/top/main_img_bg.png);
}
/*			common
------------------------------*/
.h_style01 /*下層ページのh2などに利用してください*/{
	margin: 0 0 32px;
	padding: 20px 20px 20px 50px;
    width: 680px;
    height: 56px;
	background: url(image/all/h_style01_bg.png) no-repeat;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 34px;
}	
.h_style02 /*トップのh2、下層のh3*/{
	margin: 32px 0 24px;
	padding: 26px 16px;
	background: url(image/all/h_style02_bg.png) no-repeat left top;
	color: #fff;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
}
.h_style03 {
	margin: 15px auto;
	padding: 3px 5px 3px 20px;
	color: #330000;
	font-size: 15px;
	width:680px;
	border-bottom: 1px dotted #CFCFC7;
	border-left: 6px solid #79796A;
	height: 20px;
	line-height: 20px;
}

.h_no_topmargin {
	margin: 0 0 24px;
}
a:link {
	color: #83A139;
}
a:visited {
	color: #FCAFA7;
}
a:hover {
	color: #BAEA83;
}
a:active {
	color: #BAEA83;
}
.conts{
	margin: 0 24px 24px;
}
.conts p {
	margin-bottom: 16px;
}
.conts .img_left {
	margin: 0 16px 16px 0;
	float: left;
}
.conts .img_right {
	margin: 0 0 16px 16px;
	float: right;
}
.conts .img_center {
	display: block;
	margin: 0 auto 16px;
}
.news-text{
	padding: 0.5em 1em;
    margin: 2em 0.5em;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #FFA719;
    border-radius: 10px;
	text-align:center;
}
.ttl {
	margin: 0 0 32px;
	text-align: center;
}
a:hover img, a:active img {
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
/*           header
---------------------------------*/
.h_bg {
	background: none;
}
.h_inner {
	overflow: hidden;
	margin: 0 auto;
	padding: 16px 0;
	width: 1024px;
}
.h_inner h1{
	font-size: 12px;
}
.h_left {
	width: 576px;
	float: left;
}
.h_menu {
    float: right;
    margin: 0;
    overflow: hidden;
}

.h_menu li {
    float: left;
    margin: 0 4px;
}
/*        main_img
---------------------------------*/
.main_img {
	background: url(image/top/main_img_bg.png) repeat;
}
.main_img img{
	display: block;
	margin: 0 auto;
}
/*        contact
---------------------------------*/
.page_top {
	margin: 0 32px 0 0;
	text-align: right;
	font-size: 13px;
}
.page_top a {
	color: #6C4C3D;
}
.page_top a:hover,
.page_top a:active {
	color: #BAEA83;
}
/*        side
---------------------------------*/
.sideUpper, .sideNav, .sideLower, .topUpper, .topLower {
	margin: 0 0 16px;
}
/*メインメニュー*/
.main_menu li {
	margin: 0 0 8px;
}
/*メニュー（固定ページ）*/
.widget_nav_menu {
	border: solid 1px #59B200;
	border-radius: 8px;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.widget_nav_menu h2 {
	padding: 8px;
	background: #59B200;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 6px 6px 0 0;
}
.widget_nav_menu ul {
	margin: 16px;
}
.widget_nav_menu li {
	margin: 0 0 8px;
	padding: 0 0 2px 32px;
	background: url(image/side/side_menu_ico01.png) no-repeat left 2px;
	border-bottom: dotted 2px #BCBCB2;
}
.widget_nav_menu li:hover,
.widget_nav_menu li:active {
	color: #BDBDAE;
}
.widget_nav_menu li a {
	color: inherit;
	text-decoration: none;
}
/*カテゴリ（投稿記事）*/
.widget_categories {
	border: solid 1px #A3D900;
	border-radius: 8px;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}
.widget_categories h2 {
	padding: 8px;
	background: #A3D900;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 6px 6px 0 0;
}
.widget_categories ul {
	margin: 16px;
}
.widget_categories li {
	margin: 0 0 8px;
	padding: 0 0 2px 32px;
	background: url(image/side/side_menu_ico01.png) no-repeat left 2px;
	border-bottom: dotted 2px #BCBCB2;
}
.widget_categories li:hover,
.widget_categories li:active {
	color: #BDBDAE;
	background: url(image/side/side_menu_ico01h.png) no-repeat left 2px;
}
.widget_categories li a {
	color: inherit;
	text-decoration: none;
}
/*新着記事*/
.widget_recent_entries {
	border: solid 1px #FFBF00;
	border-radius: 8px;
}
.widget_recent_entries h2 {
	padding: 8px;
	background: #FFBF00;
	text-align: center;
	color: #fff;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	border-radius: 6px 6px 0 0;
}
.widget_recent_entries ul {
	margin: 16px;
}
.widget_recent_entries li {
	position: relative;
	padding: 16px 0 0;
	margin: 0 0 8px;
	border-bottom: dotted 2px #BCBCB2;
	font-size: 15px;
}
.widget_recent_entries .post-date {
	position: absolute;
	top:0;
	display: block;
	font-size: 13px;
}
.widget_recent_entries li:hover,
.widget_recent_entries li:active {
	color: #BDBDAE;
}
.widget_recent_entries li a {
	color: inherit;
	text-decoration: none;
}
/*        footer
---------------------------------*/
.f_inner {
	overflow: hidden;
	margin: 0 auto;
	padding: 16px 0;
	width: 1024px;
}
.f_inner address {
	width: 696px;
	float: left;
	margin: 0 0 24px 0;
}
.f_left {
	width: 680px;
}
.f_left ul {
	float: left;
}
.f_menu01 {
	float: left;
}
.f_menu01 li {
    background: rgba(0, 0, 0, 0) url("image/all/footer_menu_ico01.png") no-repeat scroll left 4px;
    margin: 0 0 8px;
    padding: 0 0 0 20px;
	
}
.f_menu01 li:nth-child(2){
	    background: rgba(0, 0, 0, 0) url("image/all/footer_menu_ico02.png") no-repeat scroll left 4px;
	
}
.f_menu02 {
	float: left;
	margin: 0 0 0 16px;
}
.f_menu02 li{
    background: rgba(0, 0, 0, 0) url("image/all/footer_menu_ico03.png") no-repeat scroll left 4px;
    margin: 0 0 8px;
    padding: 0 0 0 20px;
}
.f_menu02 li:root{
    background: none;
}
.f_menu02 li ul li {
	    background: rgba(0, 0, 0, 0) url("image/all/footer_menu_ico05.png") no-repeat scroll left 4px;
    margin: 0 0 8px;
    padding: 0 0 0 20px;
		font-size:12px;
}
.f_menu03 {
	float: left;
	margin: 0 0 0 16px;
}
.f_menu03 li{
    background: rgba(0, 0, 0, 0) url("image/all/footer_menu_ico04.png") no-repeat scroll left 4px;
    margin: 0 0 8px;
    padding: 0 0 0 20px;
}
.f_menu03 li:root{
    background: none;
}
.f_menu03 li ul li {
	    background: rgba(0, 0, 0, 0) url("image/all/footer_menu_ico05.png") no-repeat scroll left 4px;
    margin: 0 0 8px;
    padding: 0 0 0 20px;
		font-size:12px;
}
.f_right {
	width: 328px;
	float: right;
}
.f_right span {
	display:block;
	font-size:14px;
	
}
.copyright {
	padding: 16px 0;
	text-align: center;
	font-size: 14px;
}
.copyright a {
	color: inherit;
}
.copyright a:hover,
.copyright a:active {
	color: #BAEA83;
}
/*        コンタクト
---------------------------------*/
.contact_conts {
	margin: 0 24px 32px;
	padding: 32px;
	border: solid 1px #FF8800;
	background: #FFF;
	border-radius: 8px;
}
.contact_tel {
	margin: 0 0 16px;
}
.contact_uketsuke {
	overflow: hidden;
}
.contact_add {
	margin: 0 0 16px;
}
.contact_add dt{
	margin: 16px 0 0;
	font-weight: bold;
	color: #604D31;
}
.contact_map {
	margin: 0 auto;
	width: 100%;
	height: 368px;
}
/*      症例・患者様の声
---------------------------------*/
.shourei, .voice {
  margin: 0 0 40px;
}
.shourei_list li, .voice_list li {
	margin: 0 24px 32px;
	padding: 24px;
	background: #F0F0E1;
	border: solid 1px #BDBDAE;
	border-radius: 8px;
}
.shourei_conts, .voice_conts  {
	overflow: hidden;
	padding: 24px;
	background: #fff;
}
.shourei_conts h3, .voice_conts h3 {
	float: right;
	margin: 0 0 8px;
	padding: 8px 16px;
	background: #fff;
	border-bottom : dotted 2px #E3E3DA;
	box-sizing: border-box;
}
.shourei_conts h3 {
	color: #79796A;/*患者様の声と色を変える*/
	width: 458px;
}
.voice_conts h3 {
	color: #79796A;/*症例と色を変える*/
	width: 408px;
}
.shourei_txt, .voice_txt {
	clear: right;
	overflow: hidden;
	padding: 0 0 0 16px;
}
.shourei_txt p, .voice_txt p {
	margin: 0 0 1em;
}
.shourei_pic {
	float: left;
	width: 100px;
	margin: 0 16px 0 0;
}
.shourei_pic p:first-child {
	margin: 0 0 8px;
}
.shourei_pic p:first-child img {
	width: 100px;
	height: auto;
}
.voice_pic {
	float: left;
	width: 150px;
	margin: 0 16px 0 0;
}
.voice_pic p:first-child {
	margin: 0 0 8px;
}
.menseki {
	overflow: hidden;
	margin: 16px 0 0;
	font-size: 12px;
	color: #79796A;
}
/*	　　トップページ
---------------------------------*/
.top_catch h2 {
	margin: 0 0 32px;
}
.top_sejutsu_bt {
	overflow: hidden;
	margin: 0 0 24px;
}
.top_sejutsu_bt li {
	float: left;
	margin: 0 0 8px;
	width: 33.333%;
	text-align: center;
}
.top_point_list {
	margin: 0 24px;
}
.top_point_list li {
	overflow: hidden;
	padding: 24px 0;
	border-bottom: dotted 2px #E3E3DA;
}
.top_point_list li:first-child {
	padding: 0 0 24px;
}
.top_point_list h3 {
	float: left;
	margin: 0 0 16px;
	width: 416px;
}
.top_point_txt {
	clear: left;
	overflow: hidden;
	font-size: 14px;
}
.top_flow ol {
    margin: 0 auto 24px;
    width: 100%;
}
.top_flow li {
    display: inline-block;
    margin: 0px 4px 16px;
    vertical-align: top;
    width: 31.333%;
}
.top_flow li img {
	max-width: 100%;
}
/*	　　下層ページ共有
---------------------------------*/
/*キャッチ*/
.catch_list {
	overflow: hidden;
}
.catch_list ul {
	margin: 4px 0;
	float: left;
	width: 432px;
}
.catch_list li {
	margin: 0 0 4px;
	padding: 6px 0 6px 44px;
	background: url(image/page/catch_ico01.png) no-repeat left 4px;
	font-size: 18px;
	border-bottom: dotted 2px #C9C9BA;
}
.catch_list .img_right {
	width: 224px;
}
.catch_list .img_right img {
	width: 224px;
	height: auto;
}
/*バナー*/
.bnr {
	margin: 0 0 16px;
	text-align: center;
}
	
/*         相互リンク
---------------------------------*/ 
.link_infomation {
    border: solid 1px #EAEAEA;
    width: 600px;
    margin: auto auto;
}
.link_th {
    width: 128px;
    line-height: 3em;
    background-color: #FFEFBF;
    border-bottom: 1px solid #EAEAEA;
    padding-left: 10px;
}
.link_td {
    padding: 10px;
    border-bottom: 1px solid #EAEAEA;
}
.link_th02 {
    width: 158px;
    line-height: 3em;
    background-color: #FFEFBF;
    padding-left: 10px;
}
.link_td02 {
    padding: 10px;
}
.sogo_link {
    border: 1px solid #EAEAEA;
    width: 598px;
    margin: auto auto;
}
.sogo_link dt {
    padding-left: 10px;
    line-height: 2em;
    background-color: #FFEFBF;
}
.sogo_link dd {
    padding: 10px;
}

/*         アクセス
---------------------------------*/
/*         料金表
---------------------------------*/
/*         カスタム料金表
---------------------------------*/
.ryoukin_ttl {
	clear: both;
    overflow: hidden;
    margin: 24px auto;
    padding: 0 8px;
    font-size: 18px;
    border-left: solid 8px #ff8000;
    border-bottom: dotted 1px #ff9900;
    width: 90%;
}
.ryoukin_pic {
	margin: 16px 16px 16px 32px;
	float: left;
}
.ryoukin01 {
	width: 600px;
	margin: 10px auto;
	border-top: 1px solid #ccc;
	border-left:1px solid #ccc;
}
.ryoukin01 th {
    	background: #FEFBE0;
    	padding: 10px;
    	border-right: 1px solid #ccc;
    	border-bottom: 1px solid #ccc;
		text-align:center;
    	width: 180px;
		vertical-align: middle;
}
.ryoukin02 {
	width: 600px;
	margin: 25px auto 10px;
	border-top: 1px solid #ccc;
	border-left:1px solid #ccc;
}
.ryoukin02 th {
	width: 250px;
    background: #EBF8E4;
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}
.ryoukin01 td,.ryoukin02 td {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	text-align:center;
	vertical-align: middle;
}
.ryoukin_txt {
	background: #EBF8E4;
	padding: 10px;
	width: 93%;
	margin: 0px auto 30px;
}
/*         ページ送り
---------------------------------*/
.pager {
	text-align: right;
	padding-bottom: 10px;
}
a.page-numbers, .pager .current {
	color: rgba(214, 176, 78, 1);
	border: solid 1px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 5px 8px;
	margin: 0 2px;
}
.pager .current {
	background: rgba(214, 176, 78, 1);
	border: solid 1px rgba(0,0,0,0.1);
	;
	color: rgba(255,255,255,1);
}
.navigation {
	margin: 0 auto;
	width: 630px;
}
.navigation {
	overflow: hidden;
	margin: 0 auto;
	width: 630px;
}
.navigation .alignleft {
	width: 50%;
	float: left;
}
.navigation .alignright {
	width: 50%;
	float: right;
	text-align: right;
}
/*=========================contactあとで消す===========================*/
.contact_attention {
	width: 860px;
	margin: 0 auto 40px;
	list-style: inside disc;
}
.contact_attention li {
	padding-left: 1em;
	text-indent: -1em;
	margin: 0 0 10px;
}
.contact_form {
	width: 720px;
	margin: 0 auto 40px;
}
.contact_form tr {
	padding-bottom:24px;
	border-bottom:#ccc 1px solid;
}
.contact_form th{
	width: 120px;
	padding:8px 8px 32px;
	font-size:13px;
	text-align:left;
	color:#F11789;
	font-weight: normal;
}
.contact_form td{
	width: 360px;
	font-size:14px;
	padding:24px;
	border-left:#ccc 1px solid;
}
.contact_form p {
	padding: 5px 10px;
}
.form_check {
	word-break: keep-all;
	font-size: 100%;
	line-height:24px;
}
.contact_required {
	font-size: 10px;
	background: #F11789;
	color: #fff;
	padding: 2px 6px;
	margin: 0 0 0 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 4px;
	letter-spacing: 1px;
}
.contact_flow {
	overflow: hidden;
	margin: 0 auto 30px;
	border-bottom: solid 1px #C9C52E;
	padding: 10px 0;
}
.contact_flow_l {
	width: 91%;
	float: left;
	width: 472px;
}
.contact_flow_r01 {
	padding-top: 35px;
	float: right;
}
.contact_flow_r02 {
	float: right;
}
.contact_flow_r03 {
	padding-top: 60px;
	float: right;
}
.contact_flow_txt {
	position: relative;
	background: #ffe2de;
	border: 1px solid #f5d3b0;
	padding: 20px 20px;
	margin-top: 16px;
}
.contact_flow_txt:after, .contact_flow_txt:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.contact_flow_txt:after {
	border-color: rgba(255, 226, 222, 0);
	border-left-color: #ffe2de;
	border-width: 20px;
	margin-top: -20px;
}
.contact_flow_txt:before {
	border-color: rgba(245, 211, 176, 0);
	border-left-color: #f5d3b0;
	border-width: 21px;
	margin-top: -21px;
}
.flow_txt_min {
	font-size: 0.7em;
	color: #AB9C30;
}
/*=============== font ===============*/
.bold {
	font-weight: bold;
}
.fon9 {
	font-size: 10px;
}
.fon10 {
	font-size: 77%;
}
.fon11 {
	font-size: 85%;
}
.fon12 {
	font-size: 93%;
}
.fon13 {
	font-size: 100%;
}
.fon14 {
	font-size: 108%;
}
.fon15 {
	font-size: 116%;
}
.fon16 {
	font-size: 123.1%;
}