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-pp {
	margin: 5px;
	padding-top: 15px;
    padding-left: 15px;
	padding-right: 10px;
    font-size: 135%;
    line-height: 180%;
	background-color: white;
}

td.table-indent-0-width-30 {
	padding-left: 0px;
	width: 30px;
}
td.table-indent-0-width-20 {
	padding-left: 0px;
	width: 20px;
}
td.table-indent-10 {
	padding-left: 10px;
}
td.table-indent-10-width-30 {
	padding-left: 10px;
	width: 30px;
}
td.table-indent-20 {
	padding-left: 20px;
}
td.table-indent-30 {
	padding-left: 30px;
}
div.div-indent-10 {
	padding-left: 10px;
}
td.table-indent-05 {
	padding-left: 5px;
}
div.div-indent-05 {
	padding-left: 5px;
}

.title i {
	font-style: italic;
}

i {
	font-style: italic;
}

i.italic-font {
	font-family: 'Hiragino Kaku Gothic ProN' !important;
}

.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;
}

th {
    text-align: left;
    padding-left: 5px;
}

table, th, td {
    /* width: auto !important; */
}

table.numbering-list-01 td {
	padding-right: 3px;
}

table.numbering-list-01 .number-03 {
	width: 45px;
}

table.dotted-line, td.dotted-line {
	border-style: dotted; border-width: 1px;
}

.main-contents b {
	font-weight: bold;
	font-size: 100%;
}

.main-contents a {
	color: black;
	text-decoration: underline;
}

body.font-settings-pp {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
