@charset "utf-8";

/*----------------------------------------------------------------------------------------------------

  addisional
  
----------------------------------------------------------------------------------------------------*/

.bdij {
    border: 2px solid #3894CA;
    border-radius: 12px;
    padding: 1.25em;
    margin-bottom: 1.5em;
}

.bdij h3 {
    font-size: 150%;
    border-bottom: 1px solid #3894CA;
    margin-bottom: 1em;
}

.bdij h3::after {
    border-bottom: none;
}

.bdij .certification {
    float: right;
    margin-left: 1em;
    width: 300px;
}

.bdij .certification-2 {
    float: right;
    margin-left: 1em;
    width: 150px;
}


/*----------------------------------------------------------------------------------------------------

  mainvisual
  
----------------------------------------------------------------------------------------------------*/

#mainvisual {
    background-image: url(../img/mainvisual_bg.jpg);
    background-repeat: repeat-x;
    margin-top: 90px;
    border-bottom: 4px solid #049acd;
}

#mainvisual .mv-wrap {
    width: 1260px;
    height: 465px;
    background-image: url(../img/mainvisual.jpg);
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}

#mainvisual .hero {
    position: absolute;
    left: 150px;
    top: 165px;
    text-align: left;
    color: #fff;
    text-shadow: 0px 0px 9px #0c3160;
}

#mainvisual .hero .message {
    font-size: 250.0%
}

#mainvisual .hero h1 {
    font-weight: normal;
    font-size: 375.0%;
    line-height: 1.2;
    margin-top: 6px;
}

#mainvisual .hero h1 span {
    font-size: 40.0%;
    display: block;
}

@media print,
screen and (max-width:1380px) {
    #mainvisual .mv-wrap {
        width: 1080px;
    }
}

@media print,
screen and (max-width:767px) {
    #mainvisual {
        margin-top: 0;
    }
    #mainvisual .mv-wrap {
        width: 100%;
        background-position: -80px;
    }
    #mainvisual .hero {
        top: 100px;
        left: 50px;
        width: auto;
        padding: 30px;
    }
    #mainvisual .hero .message {
        font-size: 175.0%
    }
}

@media print,
screen and (max-width:500px) {
    #mainvisual .mv-wrap {
        height: 400px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: -80px;
    }
    #mainvisual .hero {
        top: 80px;
        left: 20px;
        padding: 20px;
    }
}

@media print,
screen and (max-width:380px) {
    #mainvisual .mv-wrap {
        height: 350px;
    }
    #mainvisual .hero {
        top: 80px;
        left: 10px;
        padding: 10px;
    }
    #mainvisual .hero .message {
        font-size: 160.0%
    }
    #mainvisual .hero h1 {
        font-size: 350.0%;
    }
}


/*----------------------------------------------------------------------------------------------------

  subvisual
  
----------------------------------------------------------------------------------------------------*/

#subvisual {
    background-image: url(../img/mainvisual_bg.jpg);
    background-repeat: repeat-x;
    margin-top: 90px;
    border-bottom: 4px solid #049acd;
}

#subvisual .mv-wrap {
    width: 1260px;
    height: 240px;
    background-image: url(../img/subvisual.jpg);
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}

#subvisual .hero {
    position: absolute;
    left: 150px;
    top: 40px;
    text-align: left;
    color: #fff;
    text-shadow: 0px 0px 9px #0c3160;
}

#subvisual .hero .message {
    font-size: 250.0%
}

#subvisual .hero h1 {
    font-weight: normal;
    font-size: 375.0%;
    line-height: 1.2;
    margin-top: 6px;
}

#subvisual .hero h1 span {
    font-size: 40.0%;
    display: block;
}

@media print,
screen and (max-width:1380px) {
    #subvisual .mv-wrap {
        width: 1080px;
    }
}

@media print,
screen and (max-width:767px) {
    #subvisual {
        margin-top: 0;
        background-size: contain;
    }
    #subvisual .mv-wrap {
        width: 100%;
        height: 465px;
        background-image: url(../img/mainvisual.jpg);
        background-position: -80px;
    }
    #subvisual .hero {
        top: 100px;
        left: 50px;
        width: auto;
        padding: 30px;
    }
    #subvisual .hero .message {
        font-size: 175.0%
    }
}

@media print,
screen and (max-width:500px) {
    #subvisual .mv-wrap {
        height: 400px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: -80px;
    }
    #subvisual .hero {
        top: 80px;
        left: 20px;
        padding: 20px;
    }
}

@media print,
screen and (max-width:380px) {
    #subvisual .mv-wrap {
        height: 350px;
    }
    #subvisual .hero {
        top: 80px;
        left: 10px;
        padding: 10px;
    }
    #subvisual .hero .message {
        font-size: 160.0%
    }
    #subvisual .hero h1 {
        font-size: 350.0%;
    }
}


/*----------------------------------------------------------------------------------------------------

  introduction
  
----------------------------------------------------------------------------------------------------*/

#introduction {
    margin-bottom: 2em;
}

#introduction h2 {
    width: 5em;
}


/*----------------------------------------------------------------------------------------------------

  syozoku-bn 20240321追記
  
----------------------------------------------------------------------------------------------------*/

#syozoku-bn {
    margin-top: 2em;
    margin-bottom: 2em;
}

#syozoku-bn h2 {
    width: 20em;
}

#syozoku-bn img {
    margin-left: 2px;
    margin-right: 2px;
    height: 60px;
    width: auto;
}

@media screen and (max-width:767px) {
    #syozoku-bn h2 {
        max-width: 100%;
        width: auto;
    }

    #syozoku-bn h2::after {
        border: none;
    }
}


/*----------------------------------------------------------------------------------------------------

  information
  
----------------------------------------------------------------------------------------------------*/

#information {
    width: 1032px;
    margin: 0 auto;
    box-sizing: border-box;
}

#information h2 {
    border-top: 4px solid #049acd;
    padding: 0.75em;
    background-color: #dbf9ff;
    color: #004a7f;
    font-size: 187.5%;
    font-weight: normal;
    position: static;
    left: 0;
    margin-bottom: 0;
}

#information h2::before {
    border: none;
}

#information h2::after {
    border-width: 0;
}

#information h2 span {
    padding-left: 1em;
    color: #555555;
}

#information ul {
    padding: 0.25em 1.5em;
    background-color: #f6fdff;
    margin-bottom: 0;
}

#information li {
    display: table;
    width: 100%;
    list-style: none;
    padding: 1em 0;
    border-bottom: 1px dotted #049acd;
}

#information li:last-child {
    border-bottom: none;
}

#information li span {
    display: table-cell;
}

#information li .date {
    width: 10em;
    color: #0d8aa5;
}

@media screen and (max-width:767px) {
    #information {
        width: auto;
        margin: 0 auto;
        padding: 0 1.5em;
        box-sizing: border-box;
    }
    #information li span {
        display: block;
    }
    #information li .date {
        display: block;
    }
}





/*----------------------------------------------------------------------------------------------------

  profile
  
----------------------------------------------------------------------------------------------------*/

#profile h2 {
    width: 7em;
}

#profile .doctor .doctor_photo {
    float: right;
    width: 20%;
    border: 4px solid #fff;
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 1em;
}

#profile .doctor ul {
    font-size: 125.0%;
}

#profile .doctor ol.last {
    margin-bottom: 0;
}

@media screen and (max-width:640px) {
    #profile .bdij .certification {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 1em;
    }

    #profile .bdij .certification-2 {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 1em;
    }

}

@media screen and (max-width:520px) {
    #profile .doctor .doctor_photo {
        display: block;
        float: none;
        width: 260px;
        margin: 0 auto 1em;
    }
}

/*----------------------------------------------------------------------------------------------------

  about
  
----------------------------------------------------------------------------------------------------*/

#about h2 {
    width: 8.5em;
}

#about dt {
    font-weight: bold;
    font-size: 125%;
    margin-bottom: 0.5em;
    color: #3894CA;
    text-indent: 1.25em;
}

/*----------------------------------------------------------------------------------------------------

  remedy
  
----------------------------------------------------------------------------------------------------*/

#remedy h2 {
    width: 10.5em;
}


/*----------------------------------------------------------------------------------------------------

  plasty
  
----------------------------------------------------------------------------------------------------*/

#plasty h2 {
    width: 8.5em;
}


/*----------------------------------------------------------------------------------------------------

  flow
  
----------------------------------------------------------------------------------------------------*/

#flow h2 {
    width: 8.5em;
}

#flow .box ul {
    list-style: disc;
    margin-left: 1em;
    margin-top: 1.5em;
    margin-bottom: 0;
}

#flow .box ul li {
    text-indent: 0;
}

#flow .bdij {
    margin-left: 1em;
    padding: 1em 2em;
}

#flow .bdij h3 {
    margin-top: 0.5em;
}

#flow .bdij ul {
    margin-top: 1em;
    font-weight: bold;
}

#flow .bdij ul li span {
    font-weight: normal;
    font-size: 75.0%;
}

#flow .box .list_square:before {
    content: "■";
    display: table-cell;
    padding-left: 1em;
}

#flow .box .list_square {
    margin-bottom: 1em;
}

#flow .box .list_square p,
#flow .box .list_square div {
    display: table-cell;
    padding-left: 1em;
    text-indent: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

#flow .box .text_indent {
    padding-left: 1em;
    margin-bottom: 1em;
}


/*----------------------------------------------------------------------------------------------------

  consultation
  
----------------------------------------------------------------------------------------------------*/

#consultation h2 {
    width: 9.5em;
}

#consultation .box ul {
    list-style: disc;
    padding-left: 2.5em;
}

#consultation .box li {
    text-indent: 0;
    padding-left: 0.5em;
    margin-bottom: 1em;
}

#consultation .box .check {
    list-style: none;
    border: 2px solid #3894CA;
    border-radius: 12px;
    padding: 1em 0.5em;
    font-size: 125%;
    font-weight: bold;
    margin-top: 1em;
    margin-left: 2.5em;
}

#consultation .box .check li {
    margin-bottom: 0.5em;
}

#consultation .box .check li:last-child {
    margin-bottom: 0;
}

#consultation .box .list_square:before {
    content: "■";
    display: table-cell;
    padding-left: 1em;
}

#consultation .box .list_square {
    margin-bottom: 1em;
}

#consultation .box .list_square p,
#consultation .box .list_square div {
    display: table-cell;
    padding-left: 1em;
    text-indent: 0;
}

#consultation .box .text_indent {
    padding-left: 1em;
    margin-bottom: 1em;
}


/*----------------------------------------------------------------------------------------------------

  result
  
----------------------------------------------------------------------------------------------------*/

#result h2 {
    width: 4.5em;
}

#result h3 .date {
    font-size: 75%;
    font-weight: normal;
    border-bottom: none;
    bottom: 0px;
}

#result .opecount {
    font-size: 200%;
    text-indent: 0;
    padding-left: 1em;
    font-weight: bold;
    color: #3894CA;
}

#result .opecount span {
    font-size: 150%;
}

#result .comment {
    text-indent: 0;
    font-weight: bold;
    font-size: 125%;
}

#result .countall {
    font-size: 150%;
    margin-bottom: 0.5em;
    color: #F76062;
}


/*----------------------------------------------------------------------------------------------------

  voice
  
----------------------------------------------------------------------------------------------------*/

#voice h2 {
    width: 6.5em;
}

#voice .desc {
    font-size: 125.0%;
}

#voice .pdfdl {
    display: block;
    color: #484848;
    text-decoration: none;
    padding: 1em;
    border: 2px solid #F76062;
    margin-top: 2em;
    transition: 0.3s;
}

#voice .pdfdl:hover {
    background-color: #FFE6E7;
}

#voice .pdfdl p {
    margin-bottom: 0;
    line-height: 2.4;
}

#voice .pdfdlicon {
    float: left;
}

#voice .pdflink {
    color: #484848;
    font-size: 125.0%;
    background-color: #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    line-height: 41px;
    margin-right: 1em;
    padding-right: 0.5em;
    transition: 0.3s;
    box-sizing: border-box;
}

#voice .pdflink:hover {
    background-color: #FFE6E7;
}

#voice .pdflink .iconbg {
    float: left;
    display: inline-block;
    padding: 0.25em;
    margin-right: 0.5em;
    background-color: #FFB7B8;
}

#voice .pdflink .icon {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(../img/voice_pdficon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
}

#voice .pdflink:hover .icon {
    /*
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
	*/
}

@media screen and (max-width:660px) {
    #voice .pdfdlicon {
        float: none;
        display: block;
        margin: 0 auto 1em;
    }
}

@media screen and (max-width:480px) {
    #voice .pdfdl p {
        line-height: 1.6;
    }
}


/*----------------------------------------------------------------------------------------------------

  method
  
----------------------------------------------------------------------------------------------------*/

#method h2 {
    width: 9.5em;
}



/*----------------------------------------------------------------------------------------------------

  inspection
  
----------------------------------------------------------------------------------------------------*/

#inspection h2 {
    width: 10.5em;
}



/*----------------------------------------------------------------------------------------------------

  blog
  
----------------------------------------------------------------------------------------------------

#blog h2 {
	width: 3.5em;
}

#blog .bloglist li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	text-indent: 0;
}

#blog .bloglist li .balloon {
	display: inline-block;
 	margin: 0.25em 1.5em 0.5em 0;
	padding: 4px 10px 4px 16px;
	min-width: 120px;
 	max-width: 100%;
	color: #fff;
	background: #f79833;
	border-radius: 6px;
}

#blog .bloglist li .new {
	display: inline-block;
	font-size: 87.5%;
	color: #fff;
	background-color: #ff0000;
	text-indent: 0;
	padding: 0 0.5em;
	border-radius: 6px;
}

#blog .bloglist li .title {
	display: block;
}



@media screen and (max-width:767px) {
	#blog .main {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	#blog .side {
		float: none;
		width: 100%;
	}
}

#blog .detail h3 {
	padding: 0.75em;
	box-sizing: border-box;
	background-color: #dbf9ff;
	border-top: 4px solid #049acd;
	border-bottom: none;
}

#blog .detail h3 .balloon {
 	position: relative;
	display: inline-block;
 	margin-bottom: 1em;
	padding: 2px 6px 2px 12px;
	min-width: 120px;
 	max-width: 100%;
	color: #fff;
	font-weight: normal;
	font-size: 62.5%;
	background: #f79833;
	border-radius: 6px;
	border-bottom: none;
}

#blog .detail h3 .balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 20%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #f79833;
}

#blog .detail h3 .title {
	display: block;
	border-bottom: none;
	padding: 0;
	text-indent: 0;
}
