/*
Theme Name: Youzanjapan
*/
body{
	margin:0;
}
.mr-20{
  margin-right: 20px;
}
.mr-60{
  margin-right: 60px;
}
.yzj-content-container{
	width: 100%;
	overflow-x:hidden;
}
.inner{
	width: 1200px;
	margin: 0 auto;
}
.inner-s{
	width:1000px;
	margin:0 auto;
}
.ds-flex{
	display: flex;
}
.ds-jusp{
	justify-content: space-between;
}
.section-btn{
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.btn-group{
  width: 286px;
  height: 64px;
  display: flex;
  flex-direction: row;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 24px;
}
.btn-group::after{
  content: '';
  position: absolute;
  background: url(images/top/hander-point.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 36px;
  height: 42px;
  right: 30px;
  bottom: -1px;
}
a.btn-group:hover{
  opacity: 0.8;
}
.contact-btn{
  background-image: linear-gradient(0deg, #b91110 50%, #d41c19 50%);
}
.request-btn{
  background-image: linear-gradient(0deg, #34a8c7 50%, #5cb7d1 50%);
}
.trial-btn{
  background-image: linear-gradient(0deg, #466bb3 50%, #5379bc 50%);
}
.request-btn::after{
  right: 53px;
}
.txt-line{
  background: linear-gradient(transparent 60%, rgb(248 240 233 / 100%) 60%);
}
.jtpl-breadcrumb {
  position: relative;
  display: block;
  margin: 0 0 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.breadcrumb-other ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb-other li {
  display: inline-block;
  margin: 0;
}
.breadcrumb-other a:link, .breadcrumb-other a:visited {
  font-family: "Jun 201", sans-serif, "typesquare";
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  color: #666;
  padding: 3px 10px;
  text-decoration: none;
  transition: background-color .1s ease-in, color .1s ease-in;
  background-color: #fff;
}
.jtpl-breadcrumb a:link:before, .jtpl-breadcrumb a:visited:before {
  box-sizing: border-box;
  padding: 0 5px 0 0;
  content: "\00BB";
  padding-right: 10px;
}
.jtpl-breadcrumb li:first-child a:before {
  content: "";
}
.err_note {
  color: red;
}
@media only screen and (max-width:1366px){
  .inner{
    width: 100%;
  }
  .inner-s{
    width:100%;
  }
}
@media only screen and (max-width:768px){
  
	.section-btn{
		flex-direction: column;
    align-items: center;
	}
  .section-btn .mr-20{
    margin-right: 0;
  }
  .section-btn .contact-btn{
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:640px){
	.test{
		display:block;
	}

}

	

	

