@charset "Shift_JIS";
/*common*/
body{
	margin:0;
	padding:0;
	color: #333333;
	background:url(../img/page_bg.jpg) #FCFAF3 center repeat-y;
}
img{
	border:0px;
}
button{
	border:0px;
	background-color:transparent;
}
p {
	margin:0px;
	padding:0px;
	line-height:160%;
	font-size:90%;
}
a,
a:link,
a:visited{
	color:#0099FF;
}
a:hover,
a:active{
	color: #00CCFF;
}
h1{
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
}
ol,
ul {
margin:0px;
padding:0px;
font-size:90%;
line-height:160%;
}
li {
	list-style:none;
}
#content_container{
	width:770px;
	margin:0 auto;
	padding-bottom:6px;
}
#content_container:after {   
	content: ".";   
	display: block;   
	visibility: hidden;
	height: 0;   
	line-height: 0;   
	clear: both;   
}
.mgn_01{
	margin-bottom:10px!important;
}
.mgn_02{
	margin-bottom:20px!important;
}
.mgn_03{
	margin-bottom:30px!important;
}
.mgn_04{
	margin-bottom:40px!important;
}
.txt_r{
	text-align:right;
}
.txt_large{
	font-size:larger;
	font-weight:bold;
}
.txt_small{
	font-size:80%;
}
.txt_attention{
	font-size:80%!important;
	text-indent:-1em;
	margin-left:1em;
}
.txt_mark{
	text-indent:-1em;
	margin-left:1em;
}
.hide{
	margin:0;
	padding:0;
	visibility: hidden;
	display:none;
	height: 0;   
	line-height: 0;   
}
.flex {
	display: flex;
}
/*header*/
#common_content_hdr #hdr_btn_inquiry{
	display:block;
	position:relative;
	margin:-32px 0 10px 320px;
	_margin:-32px 0 0 320px;
	*margin:-32px 0 0 320px;
}
#common_content_hdr{
	width:900px;
	background:url(../img/hdr_bg.jpg) left top repeat-y;
	border-bottom:#C8B398 2px solid;
}
#common_content_hdr:after {   
	content: ".";   
	display: block;   
	visibility: hidden;
	height: 0;   
	line-height: 0;   
	clear: both;   
}
#common_content_hdr h1{
	background:url(../../img/logo_aoyama_clinic.jpg) left top no-repeat;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}
#common_hdr_left{
	width:392px;
	float:left;
}
#common_hdr_right{
	width:508px;
	background:url(../img/img_inquiry.jpg) right top no-repeat;
	float:right;
}
#common_content_hdr p#common_hdr_txt{
	padding:7px 0 0 20px;
	font-size:80%;
	line-height:120%;
	margin:0;
	position:absolute;
}
#bread{
	width:840px;
	margin:0 auto 4px auto;
	font-size:80%;
}
#content_hdr {
	display: flex;
	justify-content: space-between;

}
#content_hdr h1 {
	margin-top: 0.5rem;
}
#new-hdr_right {
	margin-left: auto;
}
#new-hdr_right .home_link img {
	position: relative;
    top: 50px;
}
#new-hdr_right .contact-box {
	background: #fff;
    border-radius: 5px;
    border: 2px solid #c8b398;
	margin: 1rem 0;
}
#new-hdr_right .contact-box dl {
	margin: 0;
}
#new-hdr_right .contact-box dl dt {
	background: #73C2F1;
    text-align: center;
    color: #fff;
    border-radius: 3px 3px 0 0;
}
#new-hdr_right .contact-box dl dd {
	margin: 0;
	padding: 5px 1.5rem;
}
#new-hdr_right .contact-box dl dd .flex {
	display: flex;
	align-items: center;
}
#new-hdr_right .contact-box dl dd p {
	font-weight: bold;
}

#new-hdr_right .contact-box dl dd p span {
	font-size: 15px;
	font-weight: bold;
}
#new-hdr_right .contact-box dl dd p a,
#new-hdr_right .contact-box dl dd .flex a {
	margin-left: 0.5rem;
    text-decoration: none;
    font-weight: bold;
	color: #0167db;
}
#new-hdr_right .contact-box dl dd .info-text {
	font-size: 14px;
    font-weight: bold;
}
#new-hdr_right .contact-box dl dd p .mail-link {
	position: relative;
	color: #333;
	padding-left: 1rem;
}
#new-hdr_right .contact-box dl dd p .mail-link::before {
	display: inline-block;
	position: absolute;
	content: "";
	background-image: url(../img/img-mail-icon.png);
	top: -3px;
    left: -10px;
    width: 20px;
    height: 20px;
    background-size: contain;
}
#new-hdr_right .contact-box dl dd p .mail-link::after {
	display: inline-block;
	position: absolute;
	content: "";
	background-image: url(../../img/arw_blue_01.gif);
	top: 2px;
    right: -24px;
    width: 18px;
    height: 11px;
}

#new-hdr_right .contact-box dl dd p .mail-link:hover {
	color: #ef9f33;
}
#new-hdr_right .contact-box dl dd p .mail-link:hover::before {
	background-image: url(../img/img-mail-icon_02.png);
}
#new-hdr_right .contact-box dl dd p .mail-link:hover::after {
	background-image: url(../../img/arw_blue_02_f2.gif);
}
#lower_page #common_content_hdr {
	display: flex;
}
#lower_page #new-hdr_right {
	display: flex;
}
#lower_page #common_content_hdr h1 {
	position: absolute;
    top: 30px;
    background-size: cover;
    height: 117px;
}
/*navi_main*/
#navi_main{
	width:900px;
	margin-bottom:10px;
}
#navi_main ul{
	width:900px;
}
#navi_main ul li{
	float:left;
}
#navi_main ul:after {   
	content: ".";   
	display: block;   
	visibility: hidden;
	height: 0;   
	line-height: 0;   
	clear: both;   
}
/*content common*/
h2#h2_common{
	width:840px;
	margin:0 auto 20px auto;
	font-size:0;
	padding:0;
	line-height:0;
}
h2#h2_common .h2_ttl {
	display: flex;
    align-items: center;
	background: linear-gradient(to right,  #3ca2ff 0%,#ddf0fe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
	font-size: initial;
    height: 69px;
    padding: 0 2rem;
	position: relative;
}
h2#h2_common .h2_ttl.green {
	background: linear-gradient(to right,  #00B9B9 0%,#ddf0fe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
h2#h2_common .h2_ttl.orange {
	background: linear-gradient(to right, #FCB13D 0%, #FDDEAE 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
h2#h2_common .h2_ttl::before {
	position: absolute;
	content: "";
	border: 1px solid #fff;
	width: 830px;
	height: 60px;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
}
h2#h2_common .h2_ttl dt {
	font-size: 22px;
	font-weight: bold;
}
h2#h2_common .h2_ttl dt span {
	font-size: 18px;
}
h2#h2_common .h2_ttl dd {
	font-size: 14px;
    line-height: normal;
    font-weight: normal;
}
#layout_container{
	width:900px;
	margin:0 auto;
	padding-bottom:20px;
	background-color:#FFFFFF;
}
#container_inr{
	width:900px;
	margin:0 auto;
}
#content_common{
	width:840px;
	margin:0 auto 20px auto;
}
#content_common:after {   
	content: ".";   
	display: block;   
	visibility: hidden;
	height: 0;   
	line-height: 0;   
	clear: both;   
}
#content_right{
	width:616px;
	float:right;
	
}
.segment{
	width:616px;
	margin-bottom:34px;
}
.segment .segment-ttl {
	font-size: 26px;
	font-weight: bold;
	color: #3AA5FF;
	text-align: center;
	padding: 5px 0;
	display: block;
	border-top: 1px solid #3AA5FF;
	border-bottom: 1px solid #3AA5FF;
}
.inr_lr{
	width:616px;
}
.inr_lr:after {   
	content: ".";   
	display: block;   
	visibility: hidden;
	height: 0;   
	line-height: 0;   
	clear: both;   
}
.inr_lr .bikou {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
}
.inr_lr .bikou li {
	text-indent: -1em;
    padding-left: 1em;
}
.inr_lr.flex {
	margin-top: 1rem;
    gap: 3em;
}
.list_dot{
	margin-left:1em;
}
.list_dot li{
	list-style:disc;
}
.pagetop{
	padding-top:20px;
	text-align:right;
	font-size:80%;
}
.pagetop a{
	padding-left:1em;
	background: url(../img/arw_top.gif) left 0.2em no-repeat;
}
.txt_blue{
	color: #0099CC;
	font-weight:bold;
	padding:0 2px;
}
/*sidemenu*/
#sidemenu{
	width:185px;
	float:left;
}
#sidemenu ul{
	margin-bottom:30px;
}
#sidemenu ul,
#sidemenu li{
	line-height:0;
	font-size:0;
	padding:0;
}
#sidemenu ul li{
	margin-bottom:6px;
}
#side_bnr li{
	margin-bottom:16px!important;
}
/*footer*/
#copyright{
	font-size:80%;
	margin-top:10px;
	padding-left:10px;
}
#ftr_link{
	background:#74C7FB;
	font-size:70%;
	padding:6px 0 4px 10px;
	color: #003399;
}
#ftr_link a{
	color: #003399;
	text-decoration:none;
}
#ftr_link a:hover{
	color: #0066CC;
	text-decoration:underline;
}
