@charset "utf-8";
/* CSS Document */
.right_shop_regist {
    font-size: 16px;
    border: solid 1px #ff8b00;
    padding: 15px;
    background-color: #fff8df;
    margin-bottom: 30px;
}
.right_shop_regist strong {
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #ff8b00;
}
.right_shop_regist p {
	margin-bottom: 10px;
}
.right_shop_regist a {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255,167,44);
    background: linear-gradient(180deg, rgba(255,167,44,1) 0%, rgba(255,107,0,1) 100%);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 28%);
    padding: 10px 0px 10px 0px;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 6px;
	top: 0;
    transition: all 300ms 0s ease;
}
.right_shop_regist a:hover {
	top:2px;
	box-shadow: 0 0px 1px 0 rgb(0 0 0 / 28%);
}
.etc_page_link {
	margin-bottom: 40px;
}
.etc_page_link dt{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.etc_page_link dd ul li a{
	display: flex;
	justify-content: space-between;
	padding: 15px;
	color: #333333;
    transition: all 300ms 0s ease;	
}
.etc_page_link dd ul li a:hover {
	background-color: #fff8df;
}
.etc_page_link a::after {
    font-size: 18px;
    content: '\f105';
    font-family: 'FontAwesome';
    margin-left: 5px;
}
.etc_page_link dd ul {
	border: solid 1px #8e8e8e;
	border-radius: 6px;
    overflow: hidden;
}
.etc_page_link dd ul li {
	border-bottom: solid 1px #8e8e8e;
}
.etc_page_link dd ul li:last-child {
	border-bottom: none;
}
@media screen and (max-width: 760px) {
	.global_layout_1 > .right {
		display: none;
	}
	.global_layout_1 > .left {
		width: 100%;
	}
	.global_layout_1 {
		padding: 4vw;
	}
}







