@charset "UTF-8";
/* CSS Document */

div.conTitle {
    aspect-ratio: 4.3 / 1;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url("../img/title_pc_bg.jpg");
    background-size: contain;
    position: relative;
}
div.conTitle h3 {
    font-size: 4.2rem;
    color: #2565A5;
    font-weight: 700;
    padding-top: 70px;
}
@media screen and (max-width: 767px) {
div.conTitle {
    aspect-ratio: 2.68 / 1;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url("../img/title_sp_bg.jpg");
    background-size: contain;
    position: relative;
}
div.conTitle h3 {
    font-size: 4.6vw;
    color: #2565A5;
    font-weight: 700;
    padding-top: 30px;
}	
}

h4.subTitle {
    margin: 100px auto 60px auto;
    padding: 1.6rem 0;
    text-align: center;
    border: 2px solid #2565A5;
    color: #2565A5;
    font-size:3rem;
    font-weight: 500;
    letter-spacing: 2rem;
	text-indent: 2rem;
}

.caseList {
	display: flex;
    display: -webkit-flex;
    align-items: flex-start;
	justify-content: center;
    height: auto;
    width: auto;
    margin: 15px auto 12px auto;
    padding: 0;
}


.caseMap {
    width: 75%;
    height: auto;
    display: block;
    margin: 50px auto;
}

.caseContents table {
    font-size: 1.8rem;
    margin: 30px 15px 15px 0;
}
.caseContents th,
.caseContents td {
   padding: 2px 5px;
}
td.nO {
    text-align: center;
}
td.pLace {
    text-align: left;
	white-space: nowrap;
}
td.lenGth {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: right;
	white-space: nowrap;
}
td.proDuct {
    text-align: left;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
h4.subTitle {
    margin: 20px auto 15px auto;
    padding: 0.8rem 0;
    text-align: center;
    border: 2px solid #2565A5;
    color: #2565A5;
    font-size:2.2rem;
    font-weight: 500;
    letter-spacing: 2rem;
}
.caseContents p {
	font-size: 1.6rem;
	text-align: left;
	margin: 0;
	padding: 0;
}
.caseList {
	display: flex;
    display: -webkit-flex;
    align-items: flex-start;
	justify-content: flex-start;
    height: auto;
    width: auto;
    margin: 10px auto 12px auto;
    padding: 0;
}
.caseMap {
    width: 100%;
    height: auto;
    display: block;
    margin: 50px auto;
}

.caseContents table {
    font-size: 1.4rem;
    margin: 0px 15px 15px 0;
	flex-shrink: 0;
}
.caseContents th,
.caseContents td {
   padding: 2px 3px;
}
td.nO {
    text-align: center;
}
td.pLace {
    text-align: left;
	white-space: nowrap;
}
td.lenGth {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: right;
	white-space: nowrap;
}
td.proDuct {
    text-align: left;
	font-size: 1.2rem;
}
}