@charset "utf-8";

*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,ol{
    list-style: none;
}

a{
    color: inherit;
    text-decoration: none;
}

.toplogo{
    width: 350px;
}

.topimage{
    width: 100vw;
}

body{
    font-family: 源ノ角ゴシック Code JP;
    font-size: 16px;
    color: #000000;
    line-height: 1;
    background-color: #ffffff;
}

.header{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.header-inner {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.header-logo {
    display: block;
    width: 400px;
}

.site-menu {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.site-menu ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.main_photo{
    max-width: 1200px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.footer {
    color: #000000;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.footer-left{
    float: left;
    display: flex;
}  

.footer-site-menu{
    margin-left: 70px;
}

.footer-information_01{
    float: right;
}

.footer-logo {
    display: block;
}

.copyright {
    font-size: 14px;
    font-weight: bold;
    margin-top: 90px;
    clear: both;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.header-logo{
    width: 100px;
}

.tableborderRed{
    width: 90%;
    height: 500px;
    border: 2px solid red;
    margin: 50px auto;
    position: relative;
    border-radius: 30px;
    padding-top: 14px;
    padding-left: 4px;
}

.tableborderBlue{
    width: 90%;
    height: 500px;
    border: 2px solid blue;
    margin: 50px auto;
    position: relative;
    border-radius: 30px;
    padding-top: 14px;
    padding-left: 4px;
}

.midashi{
    position: absolute;
    top:-35px;
    display: block;
    width: fit-content;
    margin: auto;
    left: 36%;
}

.footer-logo{
    width: 400px;
}

.narabi{
    display: flex;
    justify-content: space-between;
    width: 500px;
}

.table{
    width: 370px;
    position: absolute;
    top: 75px;
    left: 70px;
}

.circle{
    border: 1px solid #444;
    border-radius: 8px;
    display: block;
    height: 9px;
    margin: 5px auto;
    width: 9px;
}

td{
    position: relative;
}

.cross::before{
    background: #444;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    transform: rotate(-45deg);
}

.cross::after{
    background: #444;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    transform: rotate(45deg);
}

.attention{
    position: absolute;
    top: 165px;
    left: 100px;
}

iframe{
    position: absolute;
    right: 20px;
    top: 40px;
}
.jihi{
    font-weight: bold;
}