@charset "utf-8";
/* CSS Document */

.box{
    width: 100%;
    height: auto;
    padding-top: 137px;
}

.box-1{
    width: 100%;
    height: auto;
}
@media screen and (max-width:960px){
    .box{
        padding-top: 98px;
    }
}
@media screen and (max-width:520px){
    .box{
        padding-top: 87px;
    }
}
@media screen and (max-width:480px){
    .box{
        padding-top: 80px;
    }
}
@media screen and (max-width:375px){
    .box{
        padding-top: 70px;
    }
}
/*ページ見出し*/
.title{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 55px;
    background-image: url("image/background-midashi.webp");
    background-position: center;
/*    background-repeat: no-repeat;*/
    object-fit: cover;
    background-size:cover;
}
.title h1{
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 35px;
    letter-spacing: 0.08em;
}
.title h1:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #14B8DC;
    border-radius: 2px;
}
.title span{
	display:inline-block;
}
@media screen and (max-width:640px){
    .title h1{
        font-size: 30px;
    }
}
@media screen and (max-width:520px){
    .title{
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .title h1{
        font-size: 22px;
    }
    .title h1:before{
        width: 50px;
        bottom: -20px;
    }
}

/*ページ見出し終わり*/

.content{
    padding-bottom: 100px;
}
/*写真・画像*/
.content-1_1 img{
    display: block;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
}

.content-1_1 p a{
    color: #14B8DC;
    font-weight: bold;
}
.content-1_1 p a:hover{
    opacity: 0.7;
}
.content-1_1 p a i{
    margin-right: 3px;
}
@media screen and (max-width:768px){
    .content-1:first-child{
        padding-top: 0;
    }
}
@media screen and (max-width:520px){
    .content-1_1 p{
        font-size: 15px;
    }
}
@media screen and (max-width:375px){
    .content-1{
        padding-top: 30px;
    }
}


/*患者様の声*/
.voice1 {
	background-color:#fff;
	padding:15px 30px;
	border-radius:10px;
	margin:10px 0;
	box-shadow: 2px 2px 5px #cdcdcd;
	border:solid 1px#14B8DC;
}
.voice1 p{
	display:block;
	margin:0;
	border-bottom:dotted 3px #14B8DC;
	padding:5px;
	font-weight:bold;
}
.voice1-bottom{
	padding-top:20px;
	display:flex;
	justify-content:space-between;
}
.voice-img{
	width:35%;
}
.voice-img img{
	width:100%;
	display:block;
	margin-bottom:10px;
}
.sheet{
	border:solid 1px #adadad;
}
.voice1-bottom-text{
	padding-left:0;
	width:63%;
}
.voice1-bottom-text a{
	color:#000;
	font-weight:bold;
}
.voice1-bottom-text a:hover{
	color:#14B8DC;
}
.voice1-bottom-text ul{
	padding-left:0px;
	margin:0;
}
.voice1-bottom-text ul li{
	color:#14B8DC;;
	font-weight:bold;
	font-size:17px;
	margin-bottom:17px;
	list-style:none;
	margin-right:30px;
}
.voice1-bottom-text ul .voice-q{
	color:#14B8DC;;
	font-weight:bold;
	font-size:17px;
	margin-bottom:5px 0 0 0;
	list-style:none;
	display:flex;
}
.voice1-bottom-text ul .voice-q::before{
	content:"●";
	margin-right:3px;
	margin-top:5px;
	font-size:10px;
}
.voice1-bottom-text .voice-a{
	color:#000;
	font-weight:normal;
	display:block;
	padding:0 0 5px 0;
	margin:0 0 0 13px;
	font-size:16px;
}
@media(max-width:768px){
.voice1-bottom{
	padding-top:20px;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}	
.voice-img{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.voice-img a{
	width:49%;
	display:block;
}
.voice1-bottom-text{
	width:100%;
}
}
@media(max-width:520px){
.voice-img a{
	width:100%;
	display:block;
}
.voice1-bottom-text ul li{
	margin-bottom:10px;
	margin-right:0px;
}
.voice1-bottom-text ul .voice-q{
	font-size:16px;
}
.voice1-bottom-text .voice-a{
	color:#000;
	font-weight:normal;
	font-size:15px;
	display:block;
	padding:0 0 5px 0;
	margin:0 0 0 13px;
}
}
/*リンク位置調整*/
.jump-adjust{
	padding-top:150px;
	margin-top:-150px;
}
.voice-btn {
	margin-top:15px;
	margin-bottom:35px;
}
.voice-btn ul{
	padding-left:0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.voice-btn ul li{
	width:19%;
	margin-bottom:5px;
}
.voice-btn ul li a{
	/*border:solid 2px #95CDD9;*/
	width:100%;
	display:block;
	padding:10px 0;
	box-sizing: border-box;
	border-radius:5px;
	color:#000;
	background-color:#A1E2F1;
	border-bottom:solid 2px #adadad;
	font-weight:bold;
}
.voice-btn ul li a:hover{
	opacity:0.8;
}
.voice-btn-empty{
	content:"";
	display:block;
	width:19%;
	margin-bottom:5px;
}
@media(max-width:480px){
.voice-btn ul li{
	width:32%;
	margin-bottom:5px;
}
.voice-btn ul li a{
	padding:7px 0;
	font-size:15px;
}
.voice-btn-empty{
	content:"";
	display:block;
	width:32%;
	margin-bottom:5px;
}
}