#tent{
    max-width: 1200px;
    margin: 0 auto;
}

#tent .tent_title{
    margin: 100px auto 0;
    position: relative;
    max-width: 600px;
}

#tent .tent_title h1{
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

#tent .tent_title p{
    text-align: center;
    margin-top: 0;
    font-size: 120%;
}

#tent .tent_title .tent_titlebar{
    width: 100%;
    display: block;
    height: 8px;
    object-fit: cover;
}

#tent .tent_title .tent_titleleft{
    position: absolute;
    left: 20px;
    bottom: 10px;
    width: 50px;
}

#tent .tent_title .tent_titleright{
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 50px;
}

.wrapper-contents{
    text-align: justify;
}

#tent .tent_content1{
    margin-top: 50px;
}

#tent .tent_content1 p{
    text-align: center;
    line-height: 30px;
    padding: 20px 30px;
}

#tent .tent_content1 #ms-logo{
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#tent .tent_content2{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#tent .tent_content2 >h3{
    display: none;
}

.tent_content5 p{
    margin: 0 auto;
    width: fit-content;
    padding: 50px 30px 30px 30px;
}

p.tent-text a{
    text-decoration: underline;
}

p.tent_note{
    font-size: 12px;
}

span.tent_note{
    font-size: 12px;
}

.pc-only img{
    width: 100%;
    max-width: 1000px;
    display: block;
    margin: 0 auto 100px auto;
}

.sp-only img{
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto 100px auto;
}

@media screen and (max-width: 800px) {
    #tent .tent_content2 >h3{
        display: block;
        margin: 0 auto 20px;
        font-size: 120%;
        text-align: center;
    }
}

#tent .tent_content2 img{
    width: 70%;
    height: 400px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 10px;
}
@media screen and (max-width: 800px) {
    #tent .tent_content2 img{
        width: 100%;
        padding: 10px;
    }
}

#tent .tent_content2 >div{
    width: 30%;
    padding: 20px 30px;
}
@media screen and (max-width: 800px) {
    #tent .tent_content2 >div{
        width: 100%;
    }
}

#tent .tent_content2 >div h3{
    margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
    #tent .tent_content2 >div h3{
        display: none;
    }
}

#tent .tent_content2 >div p{
    line-height: 30px;
}

#tent .tent_content3{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#tent .tent_content3 >h3{
    display: none;
}
@media screen and (max-width: 800px) {
    #tent .tent_content3 >h3{
        display: block;
        margin: 0 auto 20px;
        text-align: center;
        font-size: 120%;
        order: 1;
    }
}

#tent .tent_content3 img{
    width: 70%;
    height: 400px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 10px;
}
@media screen and (max-width: 800px) {
    #tent .tent_content3 img{
        width: 100%;
        padding: 10px;
        order: 2;
    }
}

#tent .tent_content3 >div{
    width: 30%;
    padding: 20px 30px;
}
@media screen and (max-width: 800px) {
    #tent .tent_content3 >div{
        width: 100%;
        order: 3;
    }
}

#tent .tent_content3 >div h3{
    margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
    #tent .tent_content3 >div h3{
        display: none;
    }
}

#tent .tent_content3 >div p{
    line-height: 30px;
}

#tent .tent_content4{
    width: fit-content;
    margin: 50px auto 0;
    padding: 20px 30px;
}

#tent .tent_content4 dl{
    margin-top: 10px;
}

#tent .tent_content4 dl dt{
    float: left;
    font-weight: bold;
}

#tent .tent_content4 dl dd{
    margin-left: 135px;
}

#tent .tent_content5 a{
    display: block;
    max-width: 200px;
    margin: 50px auto 0;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    text-align: center;
}

#tent .tent_content6{
    margin-top: 100px;
}


@media screen and (min-width: 800px) {
    .sp-only{
    display: none;
}
}

@media screen and (max-width: 800px) {
    .pc-only{
    display: none;
}
}