@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
#gG8092-238-001 {
	font-family: "游明朝体" YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 50px;
	background-color: #FFFFFF;
}

#gG8092-238-001 img {
	text-align: center;
	margin-bottom: 50px;
}

#gG8092-238-001 p {
	color: #262626;
	font-weight: normal;
	line-height: 1.4;
	font-size: 24px;
}

#gG8092-238-001 .title {
	width: 100%;
    margin: auto;
	background-color: #fff;
    margin-bottom: 50px;
	position: relative;
}

#gG8092-238-001 .title img {
	width: 100%;
    margin: auto;
	height: auto;
}

#gG8092-238-001 .title h1 {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.3;
	font-size: 66px;
	letter-spacing: 0.12em;
	position: absolute;
	width: 80%;
	text-align: left;
	top: 30px;
	left: 15px;
}

#gG8092-238-001 .title h3 {
	position: absolute;
	color: #262626;
	font-weight: bolder;
	letter-spacing: 0.12em;
	line-height: 1.2;
	font-size: 56px;
	top: 160px;
	left: 15px;
}

#gG8092-238-001 .title h3 span {
	font-size: 34px;
	line-height: 1.3;
}

#gG8092-238-001 .title p {
	position: absolute;
	color: #262626;
	font-weight: bold;
	font-size: 36px;
	top: 350px;
	left: 30px;
}

#gG8092-238-001 .title h5 {
	position: absolute;
	color: #ff0000;
	line-height: 1.2;
	align: center;
	top: 370px;
	left: 30px;
	font-size: 36px;
	font-weight: 700;
}

#gG8092-238-001 .title h5 span{
	font-size: 60px;
	align: center;
	font-weight: 800;
}

#gG8092-238-001 #p1, #p2, #colors {
	margin-bottom: 50px;
}

#gG8092-238-001 #p1 h3, #p2 h3, #colors h3 {
	color: #FFFFFF;
	background-color: #48BCA5;
	font-size: 44px;
	font-weight: bold;
	padding: 20px 20px;
	margin-bottom: 20px;
}

#gG8092-238-001 #p1 h3 span, #p2 h3 span {
	font-size: 60px;
	font-weight: bold;
	padding: 0px;
}

#gG8092-238-001 #p1 p {
	color: #262626;
	font-weight: bolder;
	line-height: 1.3;
	font-size: 32px;
	text-align: center;
	margin: 30px;
}

#gG8092-238-001 #colors {
	text-align: center;
}

#gG8092-238-001 #colors .color-box {
	display: flex;
    flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}

#gG8092-238-001 #colors .color-box img {
	text-align: center;
	margin-bottom: 0px;
}

#gG8092-238-001 #colors .color-box .color1, .color-box .color2, .color-box .color3, .color-box .color4, .color-box .color5, .color-box .color6 {
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}

#gG8092-238-001 #colors .color-box p{
	text-align: center;
	padding-top: 0px;
	margin-bottom: 20px;
}

#gG8092-238-001 #conditions {
	margin: 0 10px 50px 10px;
}

#gG8092-238-001 #conditions table{
	border-collapse: collapse;
	border: solid 2px orange;
}

#gG8092-238-001 #conditions table th{
	background: #FFBBD8;
	font-weight: bold;
	font-size: 32px;
	padding: 6px;
}

#gG8092-238-001 #conditions table td{
	background: #fff5e5;
	font-weight: bolder;
	font-size: 24px;
	padding: 4px;
}

#gG8092-238-001 #conditions h3{
	color: #262626;
	font-weight: bolder;
	line-height: 1.4;
	font-size: 44px;
}

#gG8092-238-001 #conditions p{
	font-size: 18px;
	margin: 0px;
}


@media screen and ( min-width:521px ){ /* tablet&PC */
#gG8092-238-001 h2 {/* 絶対必要 */
	padding: 0;
	background-color: transparent;
}
	
#gG8092-238-001 #conditions table{
	text-align: center;
	border: 2;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

}


@media screen and ( max-width:520px ){/* SP */
#gG8092-238-001 h2 {/* 絶対必要 */
	padding: 0;
	background-color: transparent;
}
	
#gG8092-238-001 {
	margin-bottom: 20px;
}

#gG8092-238-001 img {
	margin-bottom: 20px;
}

#gG8092-238-001 p {
	font-size: 14px;
	padding: 2px;
	margin: 5px;
}

#gG8092-238-001 .title {
    margin-bottom: 50px;
	position: relative;
}

#gG8092-238-001 .title img {
	width: 100%;
    margin: auto;
	height: auto;
}

#gG8092-238-001 .title h1 {
	font-size: 28px;
	letter-spacing: 0.1em;
	position: absolute;
	top: 3%;
	left: 2%;
}

#gG8092-238-001 .title h3 {
	position: absolute;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1;
	font-size: 22px;
	top: 17%;
	left: 2%;
}

#gG8092-238-001 .title h3 span {
	font-size: 14px;
	line-height: 1.2;
}

#gG8092-238-001 .title p {
	position: absolute;
	color: #262626;
	font-size: 16px;
	top: 32%;
	left: 3%;
}

#gG8092-238-001 .title h5 {
	position: absolute;
	color: #ff0000;
	line-height: 1.2;
	top: 34%;
	left: 3%;
	font-size: 20px;
	font-weight: 700;
}

#gG8092-238-001 .title h5 span{
	font-size: 28px;
	font-weight: 700;
}

#gG8092-238-001 #p1, #p2, #colors {
	margin-bottom: 20px;
}

#gG8092-238-001 #p1 h3, #p2 h3, #colors h3 {
	font-size: 18px;
	padding: 2px 2px;
	margin-bottom: 5px;
}

#gG8092-238-001 #p1 h3 span, #p2 h3 span {
	font-size: 24px;
}

#gG8092-238-001 #p1 p {
	line-height: 1.3;
	font-size: 18px;
	margin: 5px;
}

#gG8092-238-001 #colors {
	text-align: center;
}

#gG8092-238-001 #colors p{
	text-align: right;
}

#gG8092-238-001 #conditions table{
	border-collapse: collapse;
	border: solid 2px orange;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#gG8092-238-001 #conditions table th{
	background: #FFBBD8;
	font-weight: bold;
	font-size: 16px;
	padding: 3px;
}

#gG8092-238-001 #conditions table td{
	background: #fff5e5;
	font-weight: bolder;
	font-size: 12px;
	padding: 2px;
}

#gG8092-238-001 #conditions h3{
	color: #262626;
	font-weight: bolder;
	line-height: 1.4;
	font-size: 14px;
}

#gG8092-238-001 #conditions p{
	font-size: 12px;
	padding: 5px;
}

}