@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Lexend:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

@media only screen and (max-width: 1139px) {/*タブレット*/
}

@media only screen and (min-width:1140px) {/*ＰＣ*/
}
body {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 180%;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px;
	margin : 0px;
	letter-spacing: 0.05em;
}
form {
	margin: 0px;
	padding: 0px;
}
td {
	text-align:left;
	vertical-align:top;
}
img {
	border: none;
}
table {
	border: none;
	letter-spacing: 1px;
}
.space0 {
	margin: 0px;
	padding: 0px;
	text-align:left;
}
.yetxt{
	background-color: #FBFA8B;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear:both;
}
h1{
	font-size:60px;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto {

  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

    #f_gr_back{
        clear: both;
        margin: 0 0 0 0;
        padding: 50px 0px;
        background-color: #77a713;
        color: #fff;
    }
    #f_logo2{
        text-align: center;
    }
    #f_logo2 img{
        margin: auto;
        width: 150px;
        height: auto;
    }
    footer table{
    margin: auto;
    border-left: 1px solid #a4d341;
}
footer table td{
    width: 33%;
    padding: 0px 50px;
    border-right: 1px solid #a4d341;
}
footer table td p{
    margin: 0px;
}
.reveal { opacity: 0; transform: translateY(18px); will-change: transform, opacity; }   