@import
url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');

/*------------------header----------------------*/
div.global_menu {
    width: 100%;
    text-align: left;
}
div.global_menu div {
    display: inline-block;
    margin-left: 0px;
    vertical-align: top;
    margin-top: 30px;    
}
div.global_menu div:nth-child(1) {
    width: 377px;
}
    div.global_menu div:nth-child(2) {
    width: 378px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 18px;     
}





.square00{
    position: relative;
    width: 800px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    z-index: 1;
}
.header_ba{
    background-color: #ff6501;
    width: 96%;
    height: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #FFFFFF;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 15px;
}


.right{
    text-align: right;
}

/*----------------------------------------*/
.square{
    position: relative;
    width: 800px;
    height: auto;
    background-color: #ffffff;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.square0{
	position: relative;
	width:820px;
	height:170px;
	background-color:#FFDE7C;
	margin: auto;
	z-index: 11;
}

.square01{
	position: relative;
	width:800px;
	height:auto;
	background-color:#FF6500;
	margin: auto;
	z-index: 11;
}
txt{
	border: solid 0px #7F9DB9; /*1pxには線の太さ、その後は色*/
	width: 525px; /*横幅*/
	height: 150px; /*空白の大きさ*/
	overflow: auto; /**/
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
body {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFDE7C;
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: lighter;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    line-height: 18px;
}
p {
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #F5FFB8;
}
h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 23px;
}
h3 {
	color: #090;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
	font-style: normal;
}
h4 {
	color: #006633;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	padding: 0px;
	margin: 0px;
}

.top20 {
	margin-top: 20px;
}
.top60 {
	margin-top: 60px;
}
.margin_top5px {
	margin-top:5px;
	left: auto;
}
.margin_top10px {
	margin-top:5px;
	left: auto;
}
.margin_top20px {
	margin-top:20px;
	left: auto;
}
.margin_left20px {
	left: auto;
	margin-left: 20px;
}
.margin_bot5px {
	margin-bottom:5px;
	left: auto;
}
.margin_bot15px {
	margin-bottom:15px;
	left: auto;
}
.margin_bot15px_r {
	margin-bottom:15px;
	left: auto;
	text-align: right;
}




A:link{
	color:#FF6600;
}
A:visited{
	color:#009900;
}
A:hover{
	color:#009900;
}
A:active{color:#9977ff;
}
