@charset "UTF-8";


#name_top>div{text-align: center;}
#name_top>div>div{margin: 4em auto 10em auto;}
#name_top>div ul{}
#name_top>div ul li{display: inline-flex;padding: 0.5em;}
#name_top>div ul li a{}
	/*まずはお決まりのボックスサイズ算出をborer-boxに */
	*,
	*:before,
	*:after {
	  -webkit-box-sizing: inherit;
	  box-sizing: inherit;
	}

	html {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  font-size: 62.5%;/*rem算出をしやすくするために*/
	}

	.btn,
	a.btn,
	button.btn {
	  font-size: 1.6rem;
	  font-weight: 700;
	  line-height: 1.5;
	  position: relative;
	  display: inline-block;
	  padding: 1rem 4rem;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  text-align: center;
	  vertical-align: middle;
	  text-decoration: none;
	  color: #212529;
	}


	a.btn--circle {
		color: #747070;
		font-size: 2em;
	  line-height: 70px;
	  width: 70px;
	  height: 70px;
	  padding: 0;
		background-color: #fff;
		border: 2px solid #eae6e6;
	}

	a.btn--circle:hover {
		color: #000;
		border: 2px solid #cccccc;
	}

.gyo_icon>p{
		color: #747070;
		font-size: 2em;
	  line-height: 70px;
	  width: 70px;
	  height: 70px;
	  padding: 0;
		background-color: #fff;
		border: 2px solid #eae6e6;
		margin: 0 1em;

}

.inner > h3{border-bottom:1px solid #ccc;margin-bottom: 10px;margin-top: 50px;text-align: left;}
.cnt{display:table;
	/* margin-bottom: 1em; */
}
.cnt > h3{
	border-bottom:1px solid #fff;margin-bottom: 10px;margin-top: 50px;
	padding: 12px 12px;
    background: white;
    border-radius: 4px;
	color: rgba(227, 113, 155);
}

#dvProductBox h2, h3 {
    font-size: 18px;
}
.cnt > ul li{display: block;margin-bottom: 0;}
.cnt > ul li {
	width: 33%;
}
.cnt > ul li img{width: 100%;
	/* border:1px solid #ddd; */
}


.gyo_icon{}

#bna2{padding-bottom: 5em;}

#bna1 ul{flex-wrap: wrap;background: url(../img/line.png) center top repeat-y;margin-top: -5em;}
#bna1 ul li{width: 85%;margin: 0 0 0 auto;}
#bna1 ul li:hover{background: #F3F3F3;}
#bna1 ul li:nth-child(odd){}
#bna1 ul li:nth-child(even){}
#bna1 ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 1.5em 0.7em;
	border-bottom:1px dotted #aaa;
	align-items: center;
	font-size: larger;
}
#bna1 ul li a:hover {text-decoration: none;}
#bna1 img{width: 40px;border-style: none;margin-right: 0.5em;}

.backbutton a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  width: 150px;
  height: 25px;
	color: #747070;
  background-color: #fff;
  border: 2px solid #eae6e6;
  transition: 0.3s;
	margin: 1em 0 6em auto;
	padding: 1.5em 0.5em;
}

.backbutton a:hover {
	color: #000;
	border: 2px solid #cccccc;
	text-decoration: none;
}

.backbutton a:hover::after {
  border-top: 3px solid #f2f2f2;
  border-left: 3px solid #f2f2f2;
  transform: translateY(-5px) rotate(45deg);
}


@media screen and (max-width: 768px) {
.cnt{padding: 1em;}
.cnt > ul li {}
.inner {}
#bna1 ul {padding: 0 3%;margin: 0;}
#bna1 ul li{width: 100%;}
#bna1 ul li:nth-child(odd){padding-right: 0;border-right: none;}
#bna1 ul li:nth-child(even){padding-left: 0;}
#bna1 ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0.8em 0.7em;
	border-bottom:1px dotted #aaa;
	align-items: center;
	font-size: 14px;
}
#bna1 ul li  {

}
#bna1 .gyo_icon{
}
#bna1 .gyo_icon>p{
	padding: 0.4em 4.5em;
	border: none;
	background-color: #eaeaea;
	display: block;
	height: auto;
	line-height: initial;
	font-size: 1.5em;
	margin: 0 auto;
	justify-content: space-between;
	width: 95%;
}
#bna2{
	 margin-top: 2em;
   margin-bottom: -1em;
}

#name_top{}
#name_top>div>div{
	margin: 2em auto;
}
#name_top .inner{
	padding: 1em;
}
#name_top>div ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}
#name_top>div ul li {
	width: 20%;
	padding: 1%;
}

a.btn--circle {
	color: #747070;
	font-size: 1.5em;
  padding: 0;
	background-color: #fff;
	border: 2px solid #eae6e6;
	display: block;
	width: 100%;
	height: auto;
	line-height: initial;
}

.backbutton{
	padding-bottom: 1em;
}
.backbutton a {
	font-size: 10px;
	width: 100px;
	height: 5px;
	margin: 2em 0 4em auto;
}
#dvProductBox h2, h3 {
    font-size: 16px;
}
.cnt > ul li {
	width: 100%;
}
.cnt > h3 {
	margin-top: 0;
}
}