
html { 
  scroll-behavior: smooth;
}

body {
  font-family: "NotoSansJP", "ƒqƒ‰ƒMƒmŠpƒSƒVƒbƒN", "Hiragino Sans", "Helvetica", "Inter", sans-serif;
  font-size: 22px;
  margin:0;
  padding:0;
  background-color: #ffffff;
  color: #5b5b5b;
  width:100%;
  text-align: center;
  left: 0;
}


img {
	max-width: 100%;
	vertical-align: bottom;
}


.wrap{
  overflow: hidden;
}

.content{
  padding: 220px auto 0;
}

/*header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width:100%;
  background-color:#ffffff;
}*/


footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width:100%;
  background-color:#ffffff;
}



.col4 {
    display: flex;
}

.col4 li {
    width: calc(100% / 4);
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    padding:0;
    border:0;
}



a.anchor {
    display: block;
    padding-top:0;
}

.item {
    width: 94%;
    background-color: #ffffff;
    margin: 0 3%;
}

table {
	border-collapse:collapse;
	border-spacing: 0!important;
}

table, th, td {
	border: 0;
}

table.list tr td {
	border: 0;
	padding: 15px;
	text-align:left;
}

.yohaku{
    margin:100px auto 0;
}

.yohaku2{
    margin:50px auto 0;
}



hr{
    background-color:#ffffff;
}


.rbtn{
    position:fixed;
    top:6%;
    width:9%;
    right:0;
    z-index:99999999;
}

.rbtn:hover{
    border-bottom: none;
    transform: translateY(5px);
    cursor: pointer;
}
