@charset "utf-8";

/*---------------------------------
CSS information
file name  :  voice.css
style info :  患者さまの声スタイル
admin info :  ファースト整骨院
---------------------------------*/

/*------------header---------------------------------*/




/*------------eyecatch---------------------------------*/

section.eyecatch{
	width:90%;
	max-width: 960px;
	margin:20px auto;
}

section.eyecatch img{
	margin-bottom:0;
}


/*------------voice_item---------------------------------*/

.voice_item {
  position: relative;
  overflow: hidden;
}

.voice_item ul {
  position: relative;
  left: 50%;
  float: left;
}

.voice_item ul li {
  position: relative;
  left: -50%;
	padding: 5px 20px ;
	margin-bottom: 20px;
  float: left;
	border-right:none;
}
.voice_item ul li:last-child{
	border-right: none;
}

.voice_item ul li a {
	color: #0e9ffa;/*#67c5ff*/

-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.voice_item ul li a:hover {
	opacity: 0.5;
}

/*------------voice---------------------------------*/

div#voice{
	width:90%;
	max-width: 960px;
	margin:80px auto;
	padding-top:0;
	padding-bottom: 60px;
	border-bottom:1px #999999 solid;
	box-sizing: border-box;
}

div#voice h2{
	margin-bottom:40px;
	color:#000;
	font-size:1.2rem;
	font-weight: bold;
	text-align:center;
}
#mainbox #voice h3{
	margin:60px auto;
	color:#000000;
	font-size:1.2rem;
	font-weight: bold;
	text-align:center;
	border-bottom: 1px solid #999999;
	border-top:  1px solid #999999;
	padding: 20px;
}
div#voice img{
	width: 100%;
}

/*-------------voice_comment------------*/


/*-------------odd------------*/

.voice_comment_odd {
	width: 100%;
    padding: 20px;
    margin: 0 auto;
    background: #f4f4f4;
    border-left: solid 6px #ffc2db;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.11);
    background-image:url(../images/logo_lightgray.png);
    background-repeat:no-repeat;
    background-position : right 30px bottom 30px;
	background-size: 200px;
	box-sizing: border-box;
}

.voice_comment_odd h4{
	margin:20px auto 20px auto;
	color:#333333;
	font-size:1.2rem;
	font-weight: bold;
	text-align:left;
	
	padding:0;
	background: linear-gradient(rgba(0,0,0,0) 90%, #ffe800 0%);
	display: inline;		
	
}

.voice_comment_odd .textbox {
	width:100%!important;
    margin-top: 0!important; 
    margin-bottom: 0!important; 
	font-size:1.0rem;
	float:left;
	padding-top: 1em;
}
.voice_comment_odd img{
  float:right;
  width:100%;

}

.voice_comment_odd:after{
  display:block;
  clear:both;
  content:"";

} 

.voice_comment_odd dt {
float: left ;/*左に寄せる*/
clear: left ;/*後続の左寄せを解除*/
margin:10px 20px 10px auto;
width: 100% ;
	padding: 10px;
	font-weight: bold;
}

.voice_comment_odd dd {
float: left ;
margin:10px 20px 10px auto;
	padding: 10px;
	background-color: #ffffff;
}


/*-------------even------------*/

.voice_comment_even {
	width: 100%;
    padding: 20px;
    margin: 0 auto;
    background: #f4f4f4;
    border-right: solid 6px #c2e8ff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.11);
    background-image:url(../images/logo_lightgray.png);
    background-repeat:no-repeat;
    background-position : left 30px bottom 30px;
	background-size: 200px;
	box-sizing: border-box;
}

.voice_comment_even h4{
	margin:20px auto 20px auto;
	color:#333333;
	font-size:1.2rem;
	font-weight: bold;
	text-align:left;
	
	padding:0;
	background: linear-gradient(rgba(0,0,0,0) 90%, #ffe800 0%);
	display: inline;		
	
}

.voice_comment_even .textbox {
	width:100%!important;
    margin-top: 0!important; 
    margin-bottom: 0!important; 
	font-size:1.0rem;
	float:right;
	padding-top: 1em;
}
.voice_comment_even img{
  float:left;
  width:100%;

}

.voice_comment_even:after{
  display:block;
  clear:both;
  content:"";

} 


.voice_comment_even dt {
float: left ;/*左に寄せる*/
clear: left ;/*後続の左寄せを解除*/
margin:10px 20px 10px auto;
width: 100% ;
	padding: 10px;
	font-weight: bold;
}

.voice_comment_even dd {
float: left ;
margin:10px 20px 10px auto;
	padding: 10px;
	background-color: #ffffff;
}















.square_btn {
	width: 100%;
    display: inline-block;
    padding: 1.2em 1em;
    text-decoration: none;
	text-align: center;
    color: #67c5ff;
	font-size: 1.2rem;
    border: solid 2px  #979797;
    border-radius: 60px;
    transition: .6s;
	box-sizing: border-box;
	margin:0 auto 0 auto;
}

.square_btn:hover {
    background: #ffe800;
    color: #000000;
}




/*------------------------------------------------------
タブレット向けのスタイル:
------------------------------------------------------*/

@media screen and (min-width: 640px){
	
/*------------voice_item---------------------------------*/

.voice_item {
  position: relative;
  overflow: hidden;
}

.voice_item ul {
  position: relative;
  left: 50%;
  float: left;
}

.voice_item ul li {
  position: relative;
  left: -50%;
	padding: 5px 20px ;
  float: left;
	border-right: #999999 1px solid;
}
.voice_item ul li:last-child{
	border-right: none;
}

.voice_item ul li a {
	color: #67c5ff;

-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.voice_item ul li a:hover {
	opacity: 0.5;
}
	
.voice_comment_odd .textbox{
  width:60%!important;
}
.voice_comment_odd img{
  width:auto;
  max-width: 38%;

}
	
.voice_comment_odd dt {
float: left ;/*左に寄せる*/
clear: left ;/*後続の左寄せを解除*/
margin-right: 0.5em ;
width: 60% ;
	padding: 10px;
}

	
.voice_comment_even .textbox{
  width:60%!important;
}
.voice_comment_even img{
  width:auto;
  max-width: 38%;

}
	
.voice_comment_even dt {

width: 60% ;
}	
	
	
	

	
	
	
}


/*------------------------------------------------------
						PC
------------------------------------------------------*/
@media screen and (min-width: 768px){







}


/*------------------------------------------------------
						PC
------------------------------------------------------*/
@media screen and (min-width: 960px){
	



}

@media screen and (min-width: 1280px){
	
	

	
}

