@charset "UTF-8";

body { font-size: 1.5rem; font-family: "Inter", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal;}

@media screen and (max-width: 767px) {
	body { font-size: 1.3rem;}
}

/* 見出しテキスト */
h2 { font-size: 7.0rem;}
h3 { font-size: 3.2rem;}
h4 { font-size: 2.8rem;}
h5 { font-size: 2.0rem;}
h6 { font-size: 1.5rem;}

p { font-size: 1.5rem; text-align: left;}

@media screen and (max-width: 767px) {
	h2 { font-size: 4.0rem;}
 h3 { font-size: 2.6rem;}
 h4 { font-size: 2.4rem;}
 h5 { font-size: 2.2rem;}
	h6 { font-size: 1.4rem;}
 p { font-size: 1.3rem;}
}

ol.sub_menu li { font-family: "Inter", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal;}


dl.group_list dt { width: 140px;}
dl.group_list dd { width: calc(100% - 180px); padding: 16px 0;}
