@charset "UTF-8";
body
{
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
/*---------------------*/
body {
    position: relative;
    height: 90vh;
}
section {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.section {
    box-sizing: border-box;
    max-width: 810px;
    padding: 30px 5%;
    margin: auto;
    border: solid 2px #12708a;
    background: #f9f9f9;
}

img.logo01 {
    display: block;
    margin: auto;
}
p{
    text-align: center;
    line-height: 2;
}
p.center {
    margin: 2em 1em 1em;
}
.text01 a {
    color: #93c54b;
  font-weight: bold; 
}
.text02 a {
    color: #12708a;
  font-weight: bold; 
}



/*スマホサイズ*/
@media screen and ( max-width: 767px ){
.section {
    margin: 50px auto;
}	
}
@media screen and ( max-width: 440px ){
}
	



	