@charset "UTF-8";

h1{
	text-align: center;
	padding: 80px 0;
	background: #10d2ff;
	color: #fff;
	font-size: 3.7rem;
}
.menu_box{
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #e9faff;
}
.menu{
	position: relative;
	width: 60%;
	text-align: center;
}
.menu li{
	position: relative;
}
.menu a{
	display: inline-block;
	width: 100%;
	padding: 30px 70px 30px 30px;
	text-align: left;
	box-shadow: 7px 7px 0 0px rgba(100, 162, 251, 0.9);
	background: #fff;
	margin-bottom: 35px;
	color: #3e3a39;
	text-decoration: none;
	font-size: 22px;
	position: relative;
	box-sizing: border-box;
}
.menu a:hover{
	opacity: .5;
}
.menu a:before,
.menu a:after{
	content: "";
	position: absolute;
	top: 50%;
}
.menu a:before{
	background: #65a2fb;
	width: 45px;
	height: 45px;
	right: 20px;
	border-radius: 50%;
	transform: translateY(-50%);
}
.menu a:after{
	right: 42px;
	width: 10px;
	height: 10px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	top: 48%;
}

/* 詳細ページ */
.box h2{
	text-align: left;
	margin: 0 0 35px;
	display: block;
	width: 100%;
}
.box h2 span{
	width: 100%;
	font-size: 28px;
}
.box dt{
	margin-bottom: 25px;
}
.box dd{
	margin-bottom: 80px;
}
.box dd.flex{
	flex-wrap: wrap;
	align-items: flex-start;
}
.box dd img{
	width: 300px;
	border: 1px solid #ddd;
}
.box_inner{
	padding: 0 15px;
	padding-bottom: 100px;
}
.use_box{
	padding: 30px 35px;
	text-align: left;
  align-items: normal;
}
dd.flex img{
	margin-right: 20px;
	margin-bottom: 20px;
}
.box_list{
	padding: 22px 16px 16px;
	background: #f7f9f9;
	margin-bottom: 60px;
}
.box_list h4{
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 5px;
}
.box_list li a{
	display: block;
	padding: 15px 5px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 1.6rem;
	text-decoration: none;
	color: #787c7b;
}
.box_list li a:hover{
	opacity: .6;
}
.box_list li:last-child a{
	border: none;
}
.list_link{
	margin-bottom: 20px;
}
.list_link a{
	display: inline-block;
	text-decoration: none;
	color: #16afdc;
	padding: 10px 10px 10px 40px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	position: relative;
}
.shop_use .list_link a{
	color: #ff6f70;
}
.list_link a:before{
	content: "";
	position: absolute;
	left: 10px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #666;
	border-right: 3px solid #666;
	transform: rotate(45deg) translateY(-50%);
	top: 48%;
}
.list_link a:hover{
	background: #e8e8e8;
}

/* select */
.select{
	display: flex;
	justify-content: space-around;
	width: 1000px;
}
.select li{
	margin: 10px;
	width: 300px;
	position: relative;
}
.select .img_box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 300px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 7px 7px 0 0px rgba(100, 162, 251, 0.9);
	position: relative;
	margin-bottom: 40px;
	left: 3.5px;
}
.select .img_box img{
	width: 150px;
}
.select li:first-child .img_box img{
	width: 110px;
}
.select h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 18px;
}
.select p{
margin-bottom: 30px;
}
.select a{
	display: inline-block;
	background: #10d2ff;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
    font-weight: bold;
    padding: 12px 25px;
}
.select a:hover{
	opacity: .6;
}



/* shop_use */
.shop_use h1{
	background: #ff7070;
}
.shop_use .select a{
	background: #ff7070;
}
.shop_use .menu_box{
	background: #ffe9e9;
}
.shop_use .menu a,
.shop_use .select .img_box{
	box-shadow: 7px 7px 0 0px rgba(251, 100, 100, 0.9);
}
.shop_use .menu a:before{
	background: #fb6565;
}
.shop_use h2 span{
	border-bottom: 6px solid #ff6f70;
}

