@charset "utf-8";


/*----------------------------------------------------

	TOPページ用CSS

----------------------------------------------------*/

.uriBox {
	display: flex;
	width: 660px;
	margin: 0 auto 30px;
}

.uriBox li {
	margin: 0 10px;
}

.antiVirusBox {
	/*border: 2px solid #C90;
	background-color: #FFC;
	padding: 15px 20px;*/
	margin-bottom: 20px;
}

.antiVirusBox h2 {
	font-size: 1.2em;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #333;
	margin-bottom: 10px;
}

.antiVirusBox .virusList {
	overflow: hidden;
}

.antiVirusBox .virusList ul {
	width: 380px;
	margin-bottom: 15px;
	float: left;
}

.antiVirusBox .virusList ul li {
	list-style-type: disc;
	margin-left: 1.5em
}

.antiVirusBox .virusList p {
	width: 250px;
	float: right;
	margin-bottom: 15px;
}

.lineReservationBox {
	margin-bottom: 30px;
}

.creditcardBox {
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-bottom: 30px;
	padding: 15px;
}

.creditcardBox h3 {
	font-size: 22px;
	margin-bottom: 15px !important;
	color: #FFFFFF;
	background: #333333;
	padding: 3px;
	border-radius: 100px;
}

.doctorRecommendBox {
	margin-bottom: 30px;
}

.campaignBox {
	margin-bottom: 30px;	
}

.doctorRecommendBox {
	margin-bottom: 30px;
}

.b-plus-banner {
	margin-bottom: 30px;
}

.subTitle1 {
	background-color: #81B227;
	color: #FFF;
	border: 3px double #FFF;
	border-radius: 100px;
	text-align: center;
	padding: 5px;
	font-size: 1.2em;
}

.subTitle2 {
	background-color: #FF6699;
	color: #FFF;
	border: 3px double #FFF;
	border-radius: 100px;
	text-align: center;
	padding: 5px;
	font-size: 1.2em;
}


.troubleList {
	margin-bottom: 20px;
}

.troubleList li {
	background-image: url(../../img/icon_check.webp);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 34px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
}

.troubleBold {
	color: #81B227;
	font-size: 1.1em;
}

.aboutSeitaiBox {
	border: 2px solid #663300;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
}

.aboutSeitaiBox h3 {
	background-color: #663300;
	color: #FFF;
	font-size: 1.4em;
	border-radius: 20px;
	padding: 2px;
	margin-bottom: 15px !important;
}

.aboutSeitaiBox .aboutSeitaiTxt {
	font-size: 1.6em;
	margin-bottom: 10px;
}

.aboutSeitaiBox .aboutSeitaiTxt strong {
	background-color: #F7F700;
	padding: 2px;
}

.touinSeitaiBox {
	border: 2px solid #FFCC66;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
	background-image: url(../../img/bg_top01.webp);
	background-repeat: repeat;
}

.touinSeitaiBox h3 {
	color: #663300;
	font-size: 1.4em;
	margin-bottom: 5px !important;
}

.touinSeitaiBox ul {
	margin-right: -20px;
	margin-bottom: 10px;
	overflow: hidden;
}

.touinSeitaiBox ul li {
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	border-radius: 5px;
	width: 202px;
	height: 40px;
	padding: 15px 0 10px;
	margin: 0 20px 10px 0;
	background: #81b227; /* Old browsers */
	background: -moz-linear-gradient(top, #81b227 0%, #709922 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #81b227 0%,#709922 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #81b227 0%,#709922 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	float: left;
}

.touinSeitaiBox ul li:last-child {
	width: 240px;
}

.touinSeitaiBox ul li:nth-last-child(2){
	margin-left: 112px;
}

.exList {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-bottom: 30px;
}

.exList li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 15px 0;
	color: #663300;
	font-size: 1.1em;
	font-weight: bold;
}

.okotowariBox {
}

.okotowariList1,
.okotowariList2 {
	margin-bottom: 30px;
}

.okotowariList1 li {
	background-image: url(../../img/icon_x.webp);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 34px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
}

.okotowariList2 li {
	background-image: url(../../img/icon_o.webp);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 34px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
}

.campaignTxt {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 10px;
}



/*　max-width: 767px より小さい幅の時　*/
@media (max-width: 767px) {
.uriBox {
	display: flex;
	width: 100%;
	margin: 0 auto 30px;
}

.uriBox li {
	margin: 0 5px;
}

.antiVirusBox {
}

.antiVirusBox h2 {
}

.antiVirusBox .virusList {
	overflow: auto;
}

.antiVirusBox .virusList ul {
	width: 100%;
	margin-bottom: 15px;
	float: none;
}

.antiVirusBox .virusList ul li {
}

.antiVirusBox .virusList p {
	width: 100%;
	text-align: center;
	float: none;
}

.lineReservationBox {
}

.creditcardBox {
}

.creditcardBox {
}

.creditcardBox h3 {
	font-size: 14px;
}
	
.b-plus-banner {
	margin-bottom: 20px;
	text-align: center;
}
	
.b-plus-banner .sp {
	width: 100%;
}
	
.b-plus-banner img {
	width: 100%;
	height: auto;
}

.subTitle1 {
}


.troubleList {
}

.troubleList li {
	background-image: url(../../img/icon_check.webp);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-size: 20px 20px;
	padding-left: 28px;
	font-size: 1em;
}

.troubleBold {
}

.aboutSeitaiBox {
}

.aboutSeitaiBox h3 {
}

.aboutSeitaiBox .aboutSeitaiTxt {
	font-size: 1.4em;
}

.aboutSeitaiBox .aboutSeitaiTxt strong {
}

.touinSeitaiBox {
}

.touinSeitaiBox h3 {
}

.touinSeitaiBox ul {
	margin-right: 0px;
}

.touinSeitaiBox ul li {
	width: 95%;
	height: 34px;
	padding: 10px 0 10px;
	margin: 0 auto 10px;
	float: none;
}

.touinSeitaiBox ul li:last-child {
	width: 95%;
}

.touinSeitaiBox ul li:nth-last-child(2){
	margin-left: auto;
}

.exList {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-bottom: 30px;
}

.exList li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 15px 0;
	color: #663300;
	font-size: 1.1em;
	font-weight: bold;
}

.okotowariBox {
}

.okotowariList1,
.okotowariList2 {
	margin-bottom: 30px;
}

.okotowariList1 li {
	background-image: url(../../img/icon_x.webp);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-size: 20px 20px;
	padding-left: 28px;
	font-size: 1em;
}

.okotowariList2 li {
	background-image: url(../../img/icon_o.webp);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	background-size: 20px 20px;
	padding-left: 28px;
	font-size: 1em;
}

.campaignTxt {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 10px;
}
}


.recommendVoiceBox {
}

.recommendVoiceBox .recommendVoiceImg {
	width: 250px;
	float: left;
}

.recommendVoiceBox .recommendVoiceTxt {
	width: 400px;
	float: right;
}

.recommendVoiceBox .recommendVoiceTxt h3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6C961F;
	border-bottom-color: #6C961F;
	padding: 1px 0;
}

.recommendVoiceBox .recommendVoiceTxt h3 span {
	font-size: 1.286em;
	color: #663300;
	background-color: #6C961F;
	text-align: center;
	display: block;
	padding: 5px 0;
}

.recommendVoiceBox .recommendVoiceTxt h4 {
	text-align: center;
	color: #FF6600;
	font-size: 22px;
	margin-bottom: 10px;
}

/*　max-width: 767px より小さい幅の時　*/
@media (max-width: 767px) {
.recommendVoiceBox {
}

.recommendVoiceBox .recommendVoiceImg {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 15px;
}

.recommendVoiceBox .recommendVoiceTxt {
	width: 100%;
	float: none;
}

.recommendVoiceBox .recommendVoiceTxt h3 {
}
}


.voiceClickTitle {
}

.voiceThum {
	margin-right: -10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.voiceThum li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*　max-width: 767px より小さい幅の時　*/
@media (max-width: 767px) {
.voiceClickTitle {
}

.voiceThum {
	margin-right: -1%;
	margin-bottom: 20px;
	overflow: hidden;
}

.voiceThum li {
	width: 49%;
	float: left;
	margin-right: 1%;
	margin-bottom: 5px;
}
}







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

.youtubeBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.youtubeBox p {
	margin-bottom: 30px;
}


.greetingSec p {
	margin-bottom: 20px;
}



.contentsBox01 {
	clear: both;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.contentsBox01 .imgL {
	width: 250px;
	float: left;
}

.contentsBox01 .txtR {
	width: 400px;
	float: right;
	
}

.contentsBox01 .txtR h3 {
	font-size: 18px;
    font-weight: bold;
    color: #FF6A06;
	margin-bottom: 5px !important;
}

/*　max-width: 767px より小さい幅の時　*/
@media (max-width: 767px) {
.contentsBox01 {
}

.contentsBox01 .imgL {
	width: auto;
	float: none;
	text-align: center;
	margin-bottom: 10px;
}

.contentsBox01 .txtR {
	width: auto;
	float: none;
	
}

.contentsBox01 .txtR h3 {
}
}


.riyuuBox {
	margin-bottom: 30px;
}

.riyuuBox h2 {
	border-bottom: 1px solid #6C961F;
	padding-bottom: 5px;
}

.riyuuBox dl {
	margin-bottom: 20px;
}

.riyuuBox dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #FF6A06;
	
}

.riyuuBox dl dd {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.riyuuBox ul li {
	list-style: disc;
	margin-left: 1.5em;
}


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

.tokucyouBox h2 {
	border-bottom: 1px solid #6C961F;
	padding-bottom: 5px;
}

.tokucyouBox dl {
	margin-bottom: 20px;
}

.tokucyouBox dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #FF6A06;
}

.tokucyouBox dl dd {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
}


/* 当院からのお願い */
.request-container {
    border: 3px solid #81B227;
    padding: 25px;
    margin-bottom: 30px;
}

.request-container h2 {
    position: relative;
    padding: 10px;
    background: linear-gradient(to top, #81B227, #a1c55d);
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
}

.request-container p {
    margin-bottom: 25px;
}

.request-container h2:before {
    top: -2px;
}

.request-container h2:after {
    bottom: -2px;
}

.request-container h2:before, .request-container h2:after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #81B227;
    content: "";
}

.request-container h3 {
    background-color: #663300;
    color: #FFF;
    font-size: 1.4em;
    border-radius: 30px;
    padding: 2px;
    margin-bottom: 15px !important;
    text-align: center;
}

.request-container h4 {
    text-align: center;
    color: #81B227;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 25px;
    border: 1px solid #81B227;
    border-radius: 30px;
    padding: 5px;
}

.request-container ol {
    
}

.request-container ol li {
    list-style: decimal;
    margin-left: 1.5em;
}

.request-container ol li ul li {
    list-style: disc;
}

.request-container .strong-txt01 {
    background: linear-gradient(transparent 50%, #FFFF73 50%);
    font-size: 1.5em;
}

.request-container .strong-txt02 {
    font-size: 1.5em;
    color: #FF0000;
}

.request-container .strong-txt03 {
    color: #FF0000;
}

.request-container .request-message {
    color: #FF0000;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    border: 3px solid #FF0000;
    padding: 20px;
}

/*　max-width: 767px より小さい幅の時　*/
@media (max-width: 767px) {
    .request-container {
        padding: 15px;
    }

    .request-container h2 {
    }

    .request-container p {
    }

    .request-container h2:before {
    }

    .request-container h2:after {
    }

    .request-container h2:before, .request-container h2:after {
    }

    .request-container h3 {
    }

    .request-container h4 {
        font-size: 16px;
        border-radius: 50px;
    }

    .request-container ol {

    }

    .request-container ol li {
    }

    .request-container ol li ul li {
    }

    .request-container .strong-txt01 {
        background: linear-gradient(transparent 50%, #FFFF73 50%);
        font-size: 1.2em;
    }

    .request-container .strong-txt02 {
        font-size: 1.2em;
        color: #FF0000;
    }

    .request-container .strong-txt03 {
        color: #FF0000;
    }

    .request-container .request-message {
        font-size: 20px;
        padding: 15px;
    }
}










