html {
    font-size: 62.5%;
}

div.main-contents {
    width: auto;
    height: auto;
    margin: 0;
}

div.caution {
    font-size: 145%;
    font-weight: bold;
    line-height: 180%;
    padding-left: 43px;
    padding-right: 13px;
    height: 80px;
    color: #db5220;
    display: flex;
    align-items: center;
}

hr {
    border-width: 1px;
    border-color: #737373;
    border-style: solid;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

pre {
    white-space: pre-wrap;
}

div.main-content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 135%;
    line-height: 180%;
}

.title {
    font-size: 150%;
    font-weight: bold;
    padding-left: 52px;
    padding-top: 10px;
    /*height: 50px;*/
    line-height: 120%;
    color: orange;
    background-image: url("../images/h2_icon07.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 23px;
    background-position-x: 15px;
    display: flex;
    align-items: center;
}

.daikoumoku {
    font-weight: bold;
    font-size: 110%;
    padding-top: 15px;
}

.textBox{
    position: relative;
    padding: 5px;
    margin: 0 0 10px 0;
    border: solid 1px #cdcdcd;
    border-radius: 5px;
    font-size: 80%;
    line-height: 180%;
}

.footerText {
    font-size: 130%;
    text-align: right;
    display: flex;
    align-items: center;
    height: 40px;
    float: right;
    padding-right: 20px;
}

.toc a {
    color: black;
	font-weight: bold;
	text-decoration: underline;
}

.toc {
	padding: 1px 10px 1px 13px;
	font-size: 14px;
	line-height: 35px;
}

.terms-all-index-point {
	width: 15px;
}

.terms-all-index-div {
	display:flex;
	align-items:center;
	line-height: 140%;
	padding-top: 6px;
	padding-bottom: 6px;
}