section#contents {
    padding: 50px 0 100px
}

section#contents .waku h2 {
    margin-bottom: 30px
}

section#contents .waku p.txt {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 2
}

section#contents .waku ul.shitenList {
    display: block
}

section#contents .waku ul.shitenList li {
    display: block;
    margin-top: 20px
}

section#contents .waku ul.shitenList li+li {
    padding-top: 20px;
    border-top: 1px dotted #ccc
}

section#contents .waku ul.shitenList li>strong {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold
}

section#contents .waku ul.shitenList li>strong span {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    vertical-align: middle
}

section#contents .waku ul.shitenList li .txtImgLayout .img {
    width: 20% !important;
    padding-right: 20px;
    margin: 0;
    float: left !important
}

section#contents .waku ul.shitenList li .txtImgLayout .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: auto
}

section#contents .waku ul.shitenList li .txtImgLayout .wakuT {
    width: 80% !important;
    float: left !important
}

section#contents .waku ul.shitenList li .txtImgLayout .wakuT.full {
    width: 100% !important
}

section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr>* {
    border: 1px solid #b2d8e8
}

section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr>*+* {
    border: 1px solid #b2d8e8
}

section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr:last-child>* {
    border: 1px solid #b2d8e8
}

section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr th,
section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr td {
    padding: 10px
}

section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr th {
    width: 20%;
    text-align: center
}

section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr td {
    width: 80%
}

.wakuT table tbody tr td a{
	font-size: 14px;
    color: #035fb4;
    text-decoration: underline;
    word-break: break-word;
}


@media only screen and (max-width: 1240px) {
    section#contents {
        padding: 40px 0 80px
    }
    section#contents .waku ul.shitenList li {
        margin-top: 15px
    }
    section#contents .waku ul.shitenList li+li {
        padding-top: 15px;
        border-top: 1px dotted #ccc
    }
    section#contents .waku ul.shitenList li>strong {
        margin-bottom: 8px;
        font-size: 15px
    }
    section#contents .waku ul.shitenList li>strong span {
        margin-left: 8px;
        font-size: 12px
    }
    section#contents .waku ul.shitenList li .txtImgLayout .img {
        width: 20% !important;
        padding-right: 15px
    }
    section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr th,
    section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr td {
        padding: 8px
    }
    section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr th {
        width: 20%
    }
    section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr td {
        width: 80%
    }
	.wakuT table tbody tr td a{
		font-size: 13px;
	}
}

@media only screen and (max-width: 768px) {
    section#contents {
        padding: 30px 0 60px
    }
    section#contents .waku ul.shitenList li {
        margin-top: 10px
    }
    section#contents .waku ul.shitenList li+li {
        padding-top: 10px
    }
    section#contents .waku ul.shitenList li>strong {
        margin-bottom: 6px;
        font-size: 14px
    }
    section#contents .waku ul.shitenList li>strong span {
        display: block;
        margin-left: 0;
        font-size: 11px
    }
    section#contents .waku ul.shitenList li .txtImgLayout .img {
        width: 20% !important;
        padding-right: 10px
    }
    section#contents .waku ul.shitenList li .txtImgLayout .wakuT table {
        width: 100%
    }
    section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr th,
    section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr td {
        padding: 6px;
    }
    section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr th {
        width: 38%
    }
    section#contents .waku ul.shitenList li .txtImgLayout .wakuT table tbody tr td {
        width: 62%
        word-break: break-all;
    }
	.wakuT table tbody tr td a{
		font-size: 12px;
	}
}

@media only screen and (max-width: 680px) {
    section#contents {
        padding: 20px 0 40px
    }
	.wakuT table tbody tr td a{
		font-size: 11px;
	}
}