@charset "UTF-8";
/*  -------------------------------------
	Color
  -------------------------------------*/
/*  -------------------------------------
	font
  -------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap");
/**================================================**/


#g8094-112-001 {
	text-align: center;
	width:100%;
	background-color: #fff;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom:  5%;
	margin-left: auto;
	}

#g8094-112-001 .main {
    position: relative;
    }
 
#g8094-112-001 .top {
    position: absolute;
    line-height: 1.3;
	color: #2854a5;
	font-size: 3em;
	font-weight: bold;
    top: 2px;
    left: 80px;
}
    
#g8094-112-001 .marker_water{
    font-size: 1.8em;
	font-weight: bold;
}

#g8094-112-001 .marker_water1{
    font-size: 2em;
	font-weight: bold;
}

#g8094-112-001 .point h4 {
	text-align: center;
	line-height: 1.2;
	color: #2854a5;
	font-size: 2em;
	font-weight: bold;
	margin-top: 8%;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: auto;
}

#g8094-112-001 p {
	color: #1d1d1d;
	font-size: 24px;
	line-height: 1.3;
	margin: 30px 0;
	font-weight: bold;
	text-align: center;
}

#g8094-112-001 .image {
    position: relative;
    margin-top: 10%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
}

#g8094-112-001 .text {
    position: absolute;
    top: 35px;
    left: 100px;
    color: #2854a5;
	font-size: 3em;
	font-weight: bold;
}
    
#g8094-112-001 .text1 {
    left: 500px;
}

#g8094-112-001 .group {
	border: 8px inset #31A9EE;
	margin: 50px 50px;
}

#g8094-112-001 .group h3 {
	font-size: 50px;
	text-align: center;
	line-height: 1.3;
	margin: 30px;
	color: #2B57A1;
	font-weight: bold;
}

#g8094-112-001 .colorbox {
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 15px;
	justify-content: center;
}

#g8094-112-001 .colorbox .colors {
	width: 32%;
	margin: 5px;
	padding: 5px;
}

#g8094-112-001 .colorbox p {
	font-size: 20px;
	text-align: center;
	padding: 5px;
	margin: 5px;
	line-height: 1.3;
}




/*--------------------------
スマホ
--------------------------*/
@media screen and (max-width:640px) {
#g8094-112-001{
	width:100%;
	background-color: #fff;
	}

#g8094-112-001 .main {
    position: relative;
    }
    
#g8094-112-001 .top {
    position: absolute;
    line-height: 1;
	color: #2854a5;
	font-size: 1.5em;
	font-weight: bold;
    top: 16px;
    left: 20px;
    }


#g8094-112-001 .marker_water{
    font-size: 1.5em;
	font-weight: bold;
    }
    
#g8094-112-001 .marker_water1{
    font-size: 2.5em;
	font-weight: bold;
    }


#g8094-112-001 .point h4 {
	text-align: center;
	line-height: 1.2;
	color: #2854a5;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 8%;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
    }

#g8094-112-001 p {
	color: #1d1d1d;
    line-height: 1.2;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	}


#g8094-112-001 .image {
    position: relative;
    margin-top: 5%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
    }

#g8094-112-001 .text {
	position: absolute;
	top: 15px;
	left: 15px;
	color: #2854a5;
	font-size: 2em;
	font-weight: bold;
}
    
#g8094-112-001 .text1 {
	left: 50px;
}
	
#g8094-112-001 .group {
	border: 5px inset #31A9EE;
	margin: 30px 30px;
}

#g8094-112-001 .group h3 {
	font-size: 24px;
	text-align: center;
	line-height: 1.3;
	margin: 15px;
	color: #2B57A1;
	font-weight: bold;
}

#g8094-112-001 .colorbox {
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 8px;
	justify-content: center;
}

#g8094-112-001 .colorbox .colors {
	width: 48%;
	margin: 3px;
	padding: 3px;
}

#g8094-112-001 .colorbox p {
	font-size: 14px;
	text-align: center;
	padding: 2px;
	margin: 2px;
	line-height: 1.3;
}

	

}