.pawn-detail img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-radius: 20px;
}
.usage_page h2.title_row {
  padding-top: 0!important;
}
.usage_page h2 {
  display: grid;
  place-items: center;
}















.c-main {
  width: 100%;
  height: 50vh;
  background: url(../images/seiri/bg-itama1200.jpg) center center no-repeat #e6e6e6;
	background-size: cover;
  margin-bottom: 20px;
  display: grid;
  place-items: center;
  position: relative;
}
.c-main h1 {
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 1.4em;
	position: absolute;
	z-index: 1;
	margin-top: 100px;
	text-shadow:#5e882b 1px 1px 10px, black -1px 1px 10px,
	black 1px -1px 10px, black -1px -1px 10px;;

}
/*.c-main::before {
	content: "";
	background-color: rgba(0,0,0,.2);
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}*/
.maintitle-subtxt {
	font-size: 16px;
	line-height: 1.75em;
}
.eol-block {
  
}
.eol-visual {
  width: 100%;
  height: 180px;
  background: url(../images/seiri/AdobeStock_473457640.jpg) repeat fixed #e6e6e6;
  margin-bottom: -90px;
}
.eol-visual1 {
  width: 100%;
  height: 250px;
  background: url(../images/seiri/bg-washitsu1200.jpg) repeat fixed #e6e6e6;
  margin-bottom: -90px;
}
.eol-visual2 {
  width: 100%;
  height: 250px;
  background: url(../images/seiri/bg-tatami1200.jpg) repeat fixed #e6e6e6;
  margin-bottom: -90px;
}
.eol-p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1.75em;
  text-align: justify;
  margin-bottom: 1em;
}
.eol-daiji {
	text-align: center;
	display: block;
	font-size: 1.4em;
}
.problem {
	padding: 40px;
	border-radius: 20px;
	margin-top: 80px;
	background-color: #eeeeee;
}
.problem h3 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 10px;
}
.problem p {
	font-size: 1.4em;
	color: #393939;
}
.worries, .solve {
	padding: 20px 40px;
	border-radius: 20px;
}
.worries {
background-color: #fff;
}
.worries-h3 {
	background-color: #cfcfcf;
	border: 1px solid #a9a7a7;
}
.solve {
	margin-top: 80px;
	background-color: #fee1d7;
}
.solve-h3 {
	color: #fff;
	background-color: #fc8560;
	border: 1px solid #fff;
}
/*.worries, .solve {
	padding: 20px 40px;
	border: 5px dashed;
}
.worries {
	margin-bottom: 60px;
	border-color: gray;
}
.solve {
	margin-top: 100px;
	border-color: orange;
}*/
.problem-ilst {
	display: block;
	margin-top: -120px;
	margin-right: auto;
	margin-left: auto;
	width: 180px;
	position: relative;
}
.problem-ilst img {
	width: 100%;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	/*filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));*/
}
.eol-consultation {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: -40px;
}
.eol-consultation img {
	width: 40%;
	height: auto;
}
.peaples {
	width: 40%;
	max-width: 50%;
	margin: 50px auto 20px;
}
.peaples img {
	width: 100%;
	height: auto;
}
.cp_arrows {
  position: relative;
  display: flex;
  height: 50px;/*画面いっぱいにする場合100vh*/
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {/*矢印を配置するベースの設定*/
  position: absolute;
  top: 50%;/*着地点(cp_arrowsの高さの50%)*/
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2)  {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {/*矢印全体の設定*/
  position: absolute;
  content: '';
  top: 0;
  width: 30px;
  height: 3px;
  background: #fc8560;
}
.cp_arrows .cp_arrow:before {/*矢印左の線の位置と傾斜*/
  left: 3px;
  transform: rotate(30deg);
}
.cp_arrows .cp_arrow:after {/*矢印左の線の位置と傾斜*/
  right: 3px;
  transform: rotate(-30deg);
}
@keyframes arrow-move08 {
    0% { opacity: 0; top: 20%;/*スタート地点(cp_arrowsの高さの40%)*/}
   70% { opacity: 1;}
  100% { opacity: 0;}
}
.usage-strong {
	font-size: 1.1em;
	color: #fc8560;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.matome-p {
	font-size: 1.3em;
}





@media only screen and (max-width: 640px) {
.ihin-title-sp p {
	margin-top: -1.5em;
	letter-spacing: 0;
}
.problem {
	padding: 10px;
	border-radius: 12px;
}
.worries, .solve {
	padding: 20px;
	border-radius: 12px;
}
.problem h3 {
	margin-bottom: 20px!important;
}
.problem p {
	font-size: 1.3em;
	margin-bottom: 0!important;
}
.eol-consultation {
	margin-top: -30px;
}
.eol-consultation img {
	width: 70%;
}
}



































