@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
	margin-bottom: 0;
}
.mainVisual h2  ul li {
	width: 140px;
	text-align: center;
    margin: auto;
	color: #fff;
	background-color: #0097D0;
	font-size: 1.6rem;
    font-weight: normal;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding: 3px;
    margin-bottom: 20px;
    margin-top: 25px;
}
#conts p {
    margin-bottom: 25px;
    font-size: 1.6rem;
    line-height: 1.625;
}
#conts > .comTab:last-child {
	margin-bottom: 0 !important;
}
#conts .tableBox {
    margin-bottom: 71px;
}
#conts .tableBox table {
    width: 100%;
    border-collapse: collapse;
}
#conts .tableBox table th, #conts .tableBox table td {
    padding: 12px 10px 12px;
    font-size: 1.4rem;
    line-height: 1.43;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ddd;
    letter-spacing: 1.2px;
}
#conts .tableBox table tbody td {
    height: 30px;
}
#conts .tableBox table tbody th {
    padding: 22px 15px 20px;
    vertical-align: top;
    font-weight: normal;
}
#conts .tableBox table thead td, #conts .tableBox table thead th {
    padding: 6px 10px 1px;
    color: #000;
    line-height: 1.625;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    background-color: #CCCCCC;
}
.comTab {
    margin-bottom: 78px;
}
.comTab th {
    width: 22%;
}
.comTab td {
    padding-left: 20px;
}
.comTab td span {
    margin-top: 4px;
    display: block;
}
.comTab td ul {
    margin-top: 5px;
}
.comTab td ul li {
    padding-left: 20px;
    position: relative;
}
.comTab td ul li:not(:last-child) {
    margin-bottom: 15px;
}
.comTab td ul li:before {
    position: absolute;
    left: 3px;
    top: 9px;
    width: 4px;
    height: 4px;
    content: "";
    background: #000;
    border-radius: 100%;
}
#conts .sample {
    padding-bottom: 50px;
}
#conts .comTab  td a {
    text-decoration: underline;
}
#conts .comTab td a:hover {
	text-decoration: none;
}
.comTab .sample_th {
	width: 35%;
}

@media only screen and (max-width: 767px) {
    .mainVisual h2 ul li {
		width: 80px;
		font-size: 1rem;
		padding: 2px 3px;
        margin-bottom: 10px;
        margin-top: 15px;
	}
    #conts p {
        margin-bottom: 30px;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    #conts .tableBox {
        margin-bottom: 50px;
        overflow-x: scroll;
    }
    #conts .tableBox table {
        width: 767px;
    }
    #conts .tableBox table th, #conts .tableBox table td {
        padding: 10px;
        font-size: 1.2rem;
    }
    #conts .tableBox table tbody th {
        padding: 18px 15px;
    }
    #conts .tableBox table thead td, #conts .tableBox table thead th {
        padding: 5px 10px;
        line-height: 1.5;
        font-size: 1.3rem;
    }
    .comTab td ul li {
        padding-left: 15px;
    }
    .comTab td ul li:not(:last-child) {
        margin-bottom: 10px;
    }
    .comTab td ul li:before {
        left: 3px;
        top: 6px;
    }
    #conts .sample {
    padding-bottom: 25px;
}
}
@media only screen and (-ms-high-contrast:none) {}
