



/* #writer */
#writer {
  background: #fefbf1;
  padding: 20px 4%;
  margin: 0 0 40px;
  border: 1px solid #dae5e0;
  border-bottom: #f88d2e 3px solid;
  box-shadow: 0px 4px 0 #eee;
  -webkit-box-shadow: 0px 4px 0 #eee;
  -moz-box-shadow: 0px 4px 0 #eee;
}
#writer h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
#writer .writer-inner {
  display: flex;
  justify-content: space-between;
}
#writer .writer-inner figure {
  width: 20%;
}
#writer .writer-inner figure img {
  border: #fff 3px solid;
  box-shadow: 0 0 5px #c1c0c0;
}
#writer .writer-inner .box {
  width: 75%;
}
#writer .writer-inner .box .link {
  text-align: right;
}
#writer a {
  color: #0d67d6;
}
#writer .writer-inner .box .license ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
#writer .writer-inner .box .license ul li {
  width: calc((100% - 10px) / 2);
}

/*===== [suisen] =====*/
#suisen .suisen-box .box h4 {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #ff9000;
  border-bottom: 1px dotted #ff9000;
  padding: 8px 5px 8px 2%;
  margin-bottom: 20px;
  line-height: 1.2;
}
#suisen .suisen-box .box:not(:last-child) {
  margin-bottom: 30px;
}
#suisen .suisen-box .box .img {
  width: 35%;
  margin-bottom: 10px;
  float: left;
}
#suisen .suisen-box .box .text {
  width: 62%;
  float: right;
}

/*--------------------------
	#voice 患者様の声
--------------------------*/
#voice {
}

#voice .voice-list .voice-box {
  width: 100%;
  margin: 0 auto 25px;
}

#voice .voice-box .box {
	border-top: 1px solid #5e4639;
	border-bottom: 1px solid #5e4639;
	background-color: #fffbe4;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
#voice .voice-box .box .hx {
	width: 100%;
	color: #73390c;
	background-color: #ffdb6d;
	padding: 10px 3%;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}

#voice .voice-box .box .img {
  width: 22%;
  float: left;
  margin-bottom: 15px;
  position: relative;
	margin-left: 3%;
}

#voice .voice-box .box .img img.icon-voice {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
}

#voice .voice-box .box .text {
  width: 67%;
  float: right;
  line-height: 1.4;
  margin-bottom: 25px;
  font-size: 14px;
	margin-right: 3%;
}

#voice .voice-box .box .text .sub-hx {
    color: #653200;
    font-size: 18px;
    font-weight: bold;
    background-color: #feefc8;
    border-left: 4px solid #f68712;
    padding: 6px 5px;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #ffffff;
    background-color: #f68712;
    border-left: none;
    margin: 10px 0;
}

#voice .voice-box .box .etc {
  clear: both;
  font-size: 13px;
  color: #555656;
  line-height: 1.2;
}

/*===============================================
	■tablet 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
}

/*===============================================
	■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
   /* #writer */
   #writer h4 {
    line-height: 1.4;
    text-align: center;
  }
  #writer .writer-inner {
  display: block;
  margin: 20px 0 0;
  }
  #writer .writer-inner figure {
    width: 50%;
    margin: 0 auto 10px;
  }
  #writer .writer-inner .box {
    width: auto;
  }
/*===== [suisen] =====*/
  #suisen .suisen-box .box h4 {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #ff9000;
    border-bottom: 1px dotted #ff9000;
    padding: 8px 5px 8px 2%;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  #suisen .suisen-box .box .img {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
  #suisen .suisen-box .box .text {
    width: 100%;
    float: none;
  }
/*--------------- #voice 患者様の声 -------------*/
  #voice .voice-box .box .hx {
	width: 100%;
	float: none;
  }
  #voice .voice-box .box .img {
	width: 80%;
	float: none;
	margin: 0 auto 15px;
  }
  #voice .voice-box .box .text {
	width: 96%;
	float: none;
	margin: 0 auto 15px;
  }
  #voice .voice-box .box .etc {
	width: 96%;
	margin: 0 auto;
  }
}