/* html, body {
height: 100%;
} */
* html .layer_board_bg, * html .layer_board {
position: absolute;
}
.layer_board_bg {
position: fixed;
width: 100%;
height: 100%;
z-index: 1000;
top: 0;
left: 0;
display: none;
cursor: pointer;
}
.layer_board {
display: none;
position: absolute;
top: 115px;
left: 50%;
width: 755px;
margin-left: -375px;
padding: 50px 50px 131px;
text-align: center;
z-index: 2000;
background-color: #ffffff;
box-sizing: border-box;
}
.layer_board p {
font-size: 14px;
text-align: left;
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
padding-bottom: 16px;
line-height: 2;
}
.layer_board .btn_close {
text-align: center;
padding-bottom: 0;
text-decoration: underline;
}

@media screen and (max-width: 800px) {

.layer_board {
top: 43px;
width: 88%;
margin-left: -44%;
padding: 10% 6%;
}
.layer_board p {
padding-bottom: 40px;
}

}
