/*! ========================================================================
===========================================================================

	outline.css
	---------------------------
	// Last modified: 2024/08/05

===========================================================================
======================================================================== */
.p_outline {margin-bottom: 60px}
.p_outlineTitle {text-align: center}
.p_outlineTable {
 width: 100%;
 margin-bottom: 40px;
 table-layout: fixed;
 font-size: 16px;
 border-top: 1px solid #ccc
}
@media(max-width: 700px) {
 .p_outlineTable {font-size: 13px }
}
.p_outlineTable th, .p_outlineTable td {
 padding: .75em 1.5em;
 border-bottom: 1px solid #ccc
}
@media(max-width: 700px) {
 .p_outlineTable th, .p_outlineTable td {padding: .5em .75em}
}
.p_outlineTable th {
 width: 25%;
 background: #e9f2f3;
 text-align: left;
 font-weight: bold
}
@media(max-width: 700px) {
 .p_outlineTable th {width: 40%}
}
.yokoku dl {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap
}
.yokoku dl dt {
 display: flex;
 justify-content: center;
 align-items: center;
 border: 1px solid #000;
 font-size: 18px
}
@media(min-width: 701px) {
 .yokoku dl dt {width: 120px}
}
@media(max-width: 700px) {
 .yokoku dl dt {
  width: 100%;
  margin-bottom: .5em;
  padding: .5em
 }
}
.yokoku dl dd {
 text-align: justify;
 font-size: 14px
}
@media(min-width: 701px) {
 .yokoku dl dd {
  width: calc(100% - 120px);
  padding-left: 1em
 }
}
@media(max-width: 700px) {
 .yokoku dl dd {font-size: 12px}
}