@charset "utf-8";
/*===========================
add
===========================*/

/*===========================
color
===========================*/

:root {
	--basic-color:#447abd;
}


/*===========================
subtxt
===========================*/
@media screen and (max-width: 600px) {
 .subtxt{
  line-height: 150%;
  margin-top: 5px;
 }
}




/*===========================
margin
===========================*/

@media screen and (max-width: 600px) {
 .mgb-sp20{
  margin-bottom: 20px !important;
 }
}

/*===========================
width
===========================*/
@media screen and (max-width: 768px) {
	.w100Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}
}