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