@charset "UTF-8";
#amahub_202301 .amahub_container{
	max-width: 1162px;
	margin: auto;
}
#amahub_202301 .amahub_h2{
	font-size: 36px;
	text-align: center;
	font-weight: 700;
}
#amahub_202301 .l-breadcrumb{
	position: absolute;
    width: 100%;
	background-color: transparent;
}


/*top*/
#amahub_202301 .amahub_top{
	padding: 90px 30px;
	background: url(/shared/img/amazon_hub/img_amahub_top_bg.jpg) center center;
	background-size: cover;
}
#amahub_202301 .btn_amahub_blue{
	position: relative;
    color: #00AAE7;
    font-size: 25px;
    display: block;
    max-width: 490px;
    background: #FFFFFF;
    border-radius: 200px;
	border: 2px solid #00AAE7;
    font-weight: 700;
    padding: 13px;
    margin: 10px auto 0;
    text-align: center;
    line-height: 1.92857;
    transition: opacity 300ms;
	
}
#amahub_202301 .btn_amahub_blue:after {
    display: inline-block;
    margin-left: 0;
    right: 33px;
    width: 18px;
    height: 12px;
    background-image: url(/shared/img/amazon_hub/btn_arrow_blue.svg);
    background-size: 100% 100%;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#amahub_202301 .btn_amahub_blue:hover {
    opacity: 0.6;
}

/*feature*/
#amahub_202301 .amahub_feature{
	background: #FFFFFF;
	padding: 90px 30px;
}
#amahub_202301 .amahub_feature .amahub_h2{
	margin-bottom: 50px;
}
#amahub_202301 .amahub_feature .amahub_feature_list{
	display: flex;
	gap: 50px;
}
#amahub_202301 .amahub_feature .amahub_feature_list li{
	width: 33.3%;
}
#amahub_202301 .amahub_feature .amahub_feature_list .amahub_feature_img{
	max-width: 250px;
	margin: auto;
}
#amahub_202301 .amahub_feature .amahub_feature_list .amahub_feature_subtxt{
	font-size: 26px;
    color: #00AAE7;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 15px;
	line-height: 1.3;
}
#amahub_202301 .amahub_feature .amahub_feature_list .amahub_feature_txt{
	font-size: 16px;
	line-height: 1.8;
}

/*store*/
#amahub_202301 .amahub_store .amahub_h2{
    color: #00633C;
	margin-bottom: 15px;
	font-weight: 500;
}
#amahub_202301 .amahub_store .amahub_store_date{
	text-align: right;
    font-size: 16px;
}
#amahub_202301 .amahub_store{
	background: #FCF9EE;
	padding: 90px 30px;
}
#amahub_202301 .amahub_store table {
    width: 100%;
    border-spacing: 3px 5px;
    border-collapse: separate;
}
#amahub_202301 .amahub_store table th {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    background-color: #83B110;
}
#amahub_202301 .amahub_store table th:nth-child(1) {
    min-width: 90px;
}
#amahub_202301 .amahub_store table th:nth-child(2) {
    min-width: 200px;
}
#amahub_202301 .amahub_store table th:first-child {
    background-color: #509224;
}
#amahub_202301 .amahub_store table td {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    padding: 10px 15px 15px;
    background-color: #fff;
    vertical-align: middle;
}
#amahub_202301 .amahub_store table .store__table-name{
	font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}


@media screen and (max-width: 1162px){
#amahub_202301 .amahub_top{
	padding: 50px 3vw 10vw;
}
#amahub_202301 .btn_amahub_blue{
	max-width: 100%;
    width: 50%;
    font-size: 2.5vw;
    padding: 1vw;
    margin: 2vw auto 0;
}
#amahub_202301 .btn_amahub_blue:after {
    right: 3vw;
    width: 2vw;
    height: 2vw;
}
#amahub_202301 .amahub_feature{
	padding: 10vw 6vw;
}
#amahub_202301 .amahub_store{
	padding: 10vw 3vw;
}
}


@media screen and (max-width: 768px){
#amahub_202301 .pc {
	display: none !important;
	
}
#amahub_202301 .amahub_h2 {
    font-size: 7vw;
}

	
#amahub_202301 .btn_amahub_blue {
    max-width: 100%;
    width: 85%;
    font-size: 3.8vw;
    padding: 1.5vw;
    margin: 7vw auto 0;
	border: 0.41728vw solid #00AAE7;
}
#amahub_202301 .btn_amahub_blue:after {
    right: 5vw;
    width: 3vw;
    height: 3vw;
}
	
#amahub_202301 .amahub_feature .amahub_h2{
	margin-bottom: 8vw;
}
#amahub_202301 .amahub_feature .amahub_feature_list {
    flex-direction: column;
    flex-wrap: wrap;
	gap: 7vw;
}	
#amahub_202301 .amahub_feature .amahub_feature_list li {
    width: 100%;
}
#amahub_202301 .amahub_feature .amahub_feature_list .amahub_feature_img{
	width: 50%;
}
#amahub_202301 .amahub_feature .amahub_feature_list .amahub_feature_subtxt {
    font-size: 5.5vw;
}
	
#amahub_202301 .amahub_store .amahub_h2 {
    margin-bottom: 5vw;
}
#amahub_202301 .amahub_store table thead {
    display: none;
}
#amahub_202301 .amahub_store table td:last-child,
#amahub_202301 .amahub_store table td:nth-last-child(2),
#amahub_202301 .amahub_store table td:nth-last-child(3) {
    display: none;
}
#amahub_202301 .amahub_store table th {
	font-size: 16px;
    line-height: 16px;
    display: block;
    width: 100%;
    text-align: center;
	padding: 13px;
}
#amahub_202301 .amahub_store table td{
	display: block;
}
#amahub_202301 .amahub_store table td {
    padding: 20px 20px 15px;
}
#amahub_202301 .amahub_store .amahub_store_date {
    font-size: 12px;
}
}


@media screen and (min-width: 769px){
#amahub_202301 .sp {
	display: none;
}
}
