/* common */
.prs202507-h2 {
    font-weight:bold;
    font-size:1.1em;
}
.prs202507-all a {
    text-decoration: underline;
}
.prs202507-all .small {
    font-size:0.8em;
}
.prs202507-all .float {
    float:left;
    width:78%;
}

.prs202507-all .clear {
    clear:both;
}
table {
	margin: 3rem auto;
	width: 100%;
	border-style:none;
	margin: 2rem auto;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-style:none;
}

tr {
	border-style:none;
}

/* each */
.prs202507-all {
    font-size: 0.9em;
}
.prs202507-logos table {
    width:100%;
    border:0;
    margin-top:-70px;
}
.prs202507-logos table tr {
    border:0;
}
.prs202507-logos table td {
    width:33%;
    border:0;
}
.prs202507-logos .left {
    text-align:left;
}
.prs202507-logos .center {
    text-align:center;
}
.prs202507-logos .right {
    text-align:right;
}

.prs202507-header {
    width:100%;
    font-size:1.1em;
}
.prs202507-header-right {
    width:380px;
    margin-left:auto;        
    text-align:left;
}
.prs202507-title {
	text-align:center;
	font-size:3em;
	font-weight:bold;
    border:2px solid black;
	margin-bottom:1em;
    padding:1em;
}
.prs202507-subtitle {
    margin-top:0.5em;
    font-size:0.7em;
}
.prs202507-mainmsg {
    margin-left:auto;
    margin-right:auto;
    width:95%;
    font-size:1.2em;
}
.prs202507-mainmsg p {
    line-height:1.8em;
    margin-bottom:1.8em;
}

.prs202507-inquiry {
    width:100%;
    border-top:1px dotted black;
    padding-top:10px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:1em;
    text-align:left;
}
.prs202507-inquiry ul {
    list-style-type: disc;
    margin-left: 2em;
    margin-bottom: 1em;
}

.prs202507-reference {
}
.prs202507-note {
    list-style: none;
    padding-left: 1em;
    text-indent: -2em;
    text-align:left;
    margin-bottom:5em;
}
.prs202507-comment-ja {
    padding-left: 1em;
	margin-bottom:3em;
}
.prs202507-annotation-jp {
    margin-left: 2em;
    margin-right: 2em;
}
.prs202507-annotation-jp p {
    padding-left: 2em;
    padding-bottom: 1em;
    text-indent: -2.5em;
	margin: 0;
	font-size: 0.9em;
}
.prs202507-mainmsg p.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
.prs202507-annotation-en {
    margin-left: 2em;
    margin-right: 2em;
}
.prs202507-annotation-en p {
    padding-left: 2em;
    padding-bottom: 1em;
    text-indent: -2.5em;
	margin: 0;
	font-size: 0.9em;
}
.prs202507-border-box{
	position:relative;
    border:5px solid #f5f5f5;
    padding:25px 20px;
    margin:40px 30px;
}

.prs202507-border-box .title2{
    position:absolute;
    top: -10px;
    padding: 5px 25px;
    background-color: #ffffff;
    border-radius:4px;
    color:#000000;
    line-height: 1em;
	font-size: 18px;
}
ol.list_parentheses{
 counter-reset:item;
 list-style:none;
}
ol.list_parentheses li{
 padding-left:1.5em;
 text-indent:-1.5em;
}
ol.list_parentheses li:before{
 content:"(" counters(item, "-") ")";
 counter-increment:item;
 margin-right:0.5em;
}
ul.list_rhombus {
  position: relative;
  list-style:none;
}
ul.list_rhombus li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.flex{
    display: flex;
    justify-content: space-between;
}

.flex>p{
    width: 49%;
}
