@charset "utf-8";

/* サイト設定を記述する。
wysiwygエディターでも使用する。 */

/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;500&family=Noto+Serif+JP:wght@200..900&display=swap'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');

 /* 明朝体
.noto-serif-jp-<uniquifier> {
	font-family:"Noto Serif JP", serif;
	font-optical-sizing:auto;
	font-weight:<weight>;
}
*/

 /* 丸ゴシック */
/* .m-plus-rounded-1c-regular {
	font-family:"M PLUS Rounded 1c", sans-serif;
	font-weight:300;
}
.m-plus-rounded-1c-bold {
	font-family:"M PLUS Rounded 1c", sans-serif;
	font-weight:500;
} */



:root {
	--base_color:#eee;
	--main_color:#234;
	--sub_color:#468;
	--accent_color:#800;

	--light_gray:#ccc;
	--dark_gray:#999;

	--link_color:#039;

	--blue:#36a;	/* submit_color */
	--yellow:#fa0;	/* caution_color */
	--red:#d33;		/* danger_color */
	--green:#3a4;	/* success_color */
}


* { margin:0; padding:0; box-sizing:border-box; }
article, aside, details, figcaption, figure, header, main, menu, nav, section, footer { display:block; overflow:hidden; }
img, area { border:none; outline:none; }

html { scroll-behavior:smooth; }
body {
font-family:'Hiragino maru Gothic ProN', 'ヒラギノ丸ゴ ProN W4', 'Meiryo', 'メイリオ', -apple-system, BlinkMacSystemFont, sans-serif;
margin:0 auto;
padding: 0;
line-height: 1.6;
text-align: left;

 -webkit-text-size-adjust:none;
 /* font-feature-settings: "pwid"; */
}

address{ font-style:normal;}
a{ word-break: break-all;}
a:link, a:visited{ text-decoration: none; color:#007ab0;}/*007ab0*/
a:hover{ opacity: 0.6; transition: 0.4s; color:#0099FF;}/*0099FF*/
area { outline:none; }


/*------------------------mainStyle*/
.mainColor{ color: #009b43;}
.subColor{ color: #2ca3dd;}