#gw {
	width: 100%;
	margin:0 auto ;
	padding: 3% 0;
	position: relative;
	overflow: hidden;
}
ul {
	padding:0;
	margin:0;
}
.visual {
	width: 40%;
	max-width: 300px;
	margin: 5% auto 2%;
}

.visual img {
    width: 100%;
    margin: 0 auto;
}

#gw h1 {
	font-family: "Roboto", serif;
	font-size: 2em;
	text-align: left;
	margin: 7% auto 3%;
	color: #fff;
}

#gw h2 {
	font-family: "Noto Sans JP", serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 500;
	margin: 10% 0 0;
	padding: 5% 0;
	text-align: center;
	background-color: #003f8f;
	color: #fff;
}

#gw p {
	font-size: 15px;
	text-align: center;
	margin: 3% 0;
	line-height: 2em;
	font-weight: 400;
}

#gw img {
	width: 100%;
}

.txt_box {
	margin: 2% auto;
}

.T1 {
	width: 30%;
	position: absolute;
	bottom: 3%;
	left: -10%;
}
.T2 {
	width: 30%;
	position: absolute;
	bottom: 3%;
	right: -10%;
}

ul.sizelist {
	list-style: disc;
	padding: 0 10%;
	margin: 4% auto;
}

ul.sizelist li {
	font-family: "Noto Sans JP", serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 2.5em;
	list-style: none;
	text-align: center;
	border: solid 2px #003f8f;
	margin: 6% 0;
}

ul.sizelist li a {
	text-decoration: none;
	color: #000;
}

.sp {
	display: none;
}
.clear {
	clear: both;
}

.flxbox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 2%;
	margin: 0 auto;
}

.cate {
	width: 33%;
	text-align: left;
}

.triangle-button{
    background-color: #fff;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.triangle-button::after{
    content: '';
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


.Btn-1 {
	display: block;
	width: 70%;
	max-width: 400px;
	font-size: 13px;
	font-weight: 500;
	margin: 5% auto;
	padding: 10px 5px;
	color: #fff;
	background-color: #000;
}


@media only screen and (max-width: 750px) {
	.visual {
		padding:0 1%;
		margin-bottom:2%;
	}
	
	#gw h1 {
		font-size: 1.6em;
		margin: 10% 0 4%;
	}
	
	#gw h2 {
		font-size: .7em;
	}
	
	#gw p {
		font-size: .8em;
	}
	
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	.Btn-1 {
		font-size: 12px;
	}
	
}
