@charset "utf-8";
/* CSS Document */

main.joined.other {
    padding-top: 150px;
    text-align: center;
}
main.joined > div > iframe{
	width:100%;
	height:650px;
	margin-bottom:100px;
}
.ttl-pic {
    height: 310px;
    background: top center no-repeat url(../img/ttl-joined-other.jpg);
}

main.joined.other table {
    width: 100%;
    margin-top: 5px;
}
main.joined.other table th,
main.joined.other table td {
    padding: 1em;
    text-align: left;
    border: solid 1px #ccc;
}

main.joined.other table th {
    width: 310px;
    vertical-align: top;
    padding: 1em 1.5em;
    background: #f7f7f7;
}
main.joined.other table:last-of-type {
    margin-bottom: 100px;
}
main.joined.other h3:last-of-type {
    padding-bottom: 50px;
}
main.joined.other .access {
    position: relative;
}
main.joined.other .access iframe {
    width: 100%;
    height: 480px;
}
main.joined.other .access img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media screen and (max-width: 767px) {
    .ttl-pic {
        height: 38vw;
        background: center center / cover no-repeat url(../img/ttl-joined-other-sp.jpg);
    }
    main.joined.other {
        padding-top: 40px;
    }
	main.joined > div > iframe{
		height:50vw;
		margin-bottom:40px;
	}
    main.joined.other .wrap.sans {
        padding: 0 15px;
    }
    main.joined.other table th {
        width: 7.5em;
    }

    main.joined.other table th,
    main.joined.other table td {
        font-size: 16px;
        padding: 0.5em;
    }
    main.joined.other table:last-of-type {
        margin-bottom: 40px;
    }
    main.joined.other h3:last-of-type {
        padding-bottom: 40px;
    }
    main.joined.other .access {
        padding-left: 15px;
        padding-right: 15px;
    }
    main.joined.other .access iframe {
        height: 80vw;
    }
    main.joined.other .access img {
        width: 16vw;
    }

}

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

    main.joined.other table th,
    main.joined.other table td {
        font-size: 12px;
    }
    
}