@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");
/**================================================**/


#g8090-091-004{
	width:100%;
	background-color: #fff;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom:  5%;
	margin-left: auto;
	}

#g8090-091-004 h3 {
	background-color: #fff;
	text-align: center;
	line-height: 1.2;
	color: #1d1d1d;
	font-size: 350%;
	font-weight: bold;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;

	
}

#g8090-091-004 .topimg{
	margin-top: 0%;
	margin-bottom: 0%;
}

#g8090-091-004 .cardeimg{
	text-align: center;
	width:10%;
	height: 10%;
}

#g8090-091-004 img{
	margin-top: 2%;
	margin-bottom: 2%;
}

#g8090-091-004 .space {
	margin-top: 0;
	margin-bottom: 0;
}
	
#g8090-091-004 h2 .marker_pink{
background: linear-gradient(transparent 60%, #ed4e9e 60%);
}

#g8090-091-004 h2 {
	position:relative;
	text-align: center;
	line-height: 1.2;
	color: #1d1d1d;
	font-size: 350%;
	font-weight: bold;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;

	
}

#g8090-091-004 p {
	color: #1d1d1d;
	font-size: 200%;
	margin-right: 3%;
	margin-left: 3%;
	
}



/*--------------------------
スマホ
--------------------------*/
@media screen and (max-width:640px) {
#g8090-091-004{
	width:100%;
	background-color: #fff;
	
}

#g8090-091-004 .topimg{
	text-align: center;
	margin-top: 0%;
	margin-bottom: 3%;
}

	#g8090-091-004 .cardeimg{
	text-align: center;
	width:15%;
	height: 15%;
}
	
#g8090-091-004 h3 {
	background-color: #fff;
	text-align: center;
	line-height: 1.2;
	color: #1d1d1d;
	font-size: 190%;
	font-weight: bold;
	margin-top: 1%;

}

#g8090-091-004 h2 {
	background-color: #fff;
	text-align: center;
	line-height: 1.2;
	color: #1d1d1d;
	font-size: 190%;
	font-weight: bold;
	margin-top: 3%;
	margin-bottom: 1%;
}


#g8090-091-004 p {
	color: #1d1d1d;
	font-size: 140%;
	margin-right: 2%;
	margin-left: 3%;
}

	
	
}


