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

@media screen and ( min-width:960px ){
	
.user-voice-block {
	width: 750px;
	display: block;
	margin-top: -1px;
	background-color: #FFFFFF;
}
.inner-box {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 42px;
}

h2{
	padding-top: 40px;
}
h3 {
	font-size: 28px;
	padding-top: 75px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: solid 3px #EA7F11;
	font-weight: bold;
}
.number-box {
	margin-bottom: 76px;
}
.number-01 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.box-text {
	background-color: #EA7F11;
	color: #fff;
	padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.number-02 {
	font-size: 16px;
	line-height: 160%;
}
.number-02 img {
	float: left;
	margin-right: 19px;
	margin-bottom: auto;
}
.number-box2 .p-photo01 {
	padding-top: 72px;
	text-align: center;
}
.number-box2 .p-photo02 {
	padding-top: 30px;
	text-align: center;
}
.number-box2 .p-photo03 {
	padding-top: 10px;
	text-align: center;
}
	
}

/* タブレット */
@media screen and ( max-width:959px ){
	
.user-voice-block {
	width: auto;
	display: block;
	margin-top: -1px;
	background-color: #FFFFFF;
}
.inner-box {
	width: 92%;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 42px;
}
	
h2 {
	padding-top: 40px;
}
	
h2 img {
	width: 100%;
	height: 100%;
	}
	
h3 {
	font-size: 24px;
	padding-top: 45px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: solid 3px #EA7F11;
	font-weight: bold;
}
	
.number-box {
	margin-bottom: 76px;
}
.number-01 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.box-text {
	background-color: #EA7F11;
	color: #fff;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}
	
.number-02 {
	font-size: 15px;
	line-height: 160%;
}
.number-02 img {
	float: left;
	margin-right: 19px;
	margin-bottom: auto;
}
.number-box2 .p-photo01 {
	padding-top: 12px;
	text-align: center;
}
.number-box2 .p-photo02 {
	padding-top: 30px;
	text-align: center;
}
.number-box2 .p-photo03 {
	padding-top: 10px;
	text-align: center;
}
	
}


/* スマホ */
@media screen and ( max-width:639px ){
	
.inner-box {
	width: 91%;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 42px;
}
h3 {
	font-size: 22px;
	padding-top: 45px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: solid 3px #EA7F11;
	font-weight: bold;
}
	
.number-box {
	margin-bottom: 40px;
}
.number-01 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.box-text {
	background-color: #EA7F11;
	color: #fff;
	padding: 0;
	margin: 0;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}
.number-02 {
	font-size: 14px;
	line-height: 160%;
}
	
}

@media screen and ( max-width:450px ){
	
.inner-box {
	width: 91%;
	margin-left: 15px;
	margin-right: 30px;
	padding-bottom: 42px;
}
h3 {
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: solid 3px #EA7F11;
	font-weight: bold;
	line-height: 140%;
}
	
.number-box {
	margin-bottom: 40px;
}
.number-01 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.box-text {
	background-color: #EA7F11;
	color: #fff;
	padding: 0;
	margin: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}
.number-02 {
	font-size: 13px;
	line-height: 160%;
}
.number-02 img {
	float: none;
	margin-right: 0;
	margin-bottom: auto;
	width: 100%;
}
	
}