@charset "UTF-8";
/* CSS Document */
.content ul li:before {
  content: '';
  top: 10px;
}
/*PC*/
@media only screen and (min-width: 980px) {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  ::before, ::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  html {
    font-size: 65%;
  }
  p, table, figure, dl {
    margin: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    all: unset;
    display: block;
  }
  ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin-left: 0;
  }
  a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  strong {
    font-weight: bolder;
  }
  small {
    font-size: 80%;
  }
  img {
    border-style: none;
    vertical-align: bottom;
  }
  ::placeholder {
    font: inherit;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td, th {
    vertical-align: top;
  }
  th {
    text-align: left;
    font-weight: bold;
  }
  img {
    vertical-align: top;
  }
  a:hover {
    opacity: .8;
  }
  li {
    list-style: none;
  }
  .no-pc {
    display: none !important;
  }
  .img-fit {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .contents a {
    color: #0e69b3;
    text-decoration: underline;
  }
  .contents a:visited {
    color: #555fc0;
    text-decoration: none;
  }
  .contents > *:first-child {
    margin-top: 0;
  }
  .align-center {
    text-align: center !important;
  }
  .align-left {
    text-align: left !important;
  }
  .align-right {
    text-align: right !important;
  }
  .h-2 {
    padding: 33px 0 28px !important;
    font-size: 2.6rem !important;
    font-weight: bold !important;
    line-height: 2.6rem !important;
    color: #0e69b3 !important;
    position: relative !important;
    margin: 80px 0 25px !important;
  }
  .h-2::before, .h-2::after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 5px !important;
    background: -webkit-gradient(linear, left top, right top, from(#0c74bc), to(#01acea)) !important;
    background: linear-gradient(90deg, #0c74bc 0%, #01acea 100%) !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
  .h-2::after {
    height: 1px !important;
    top: auto !important;
    bottom: 0 !important;
  }
  .h-3 {
    font-size: 2.2rem !important;
    color: #0e69b3 !important;
    line-height: 1.4 !important;
    margin: 20px 0 20px !important;
  }
  .h-4 {
    background: -webkit-gradient(linear, left top, right top, from(#0c74bc), to(#01acea)) !important;
    background: linear-gradient(90deg, #0c74bc 0%, #01acea 100%) !important;
    color: #fff !important;
    font-size: 2.2rem !important;
    line-height: 1.4 !important;
    padding: 15px !important;
    margin: 55px 0 20px;
    display: block !important;
    text-align: center !important;
  }
  .h-5 {
    border-left: 4px solid #01acea !important;
    font-size: 2.2rem !important;
    line-height: 1.38 !important;
    padding-left: 12px !important;
    color: #0e69b3 !important;
    margin: 34px 0 15px !important;
  }
  .catchcopy {
    font-size: 3rem;
    line-height: 4rem;
    color: #000;
    margin-bottom: 45px;
    font-style: italic;
  }
  .text {
    font-size: 1.8rem;
    line-height: 1.78;
    margin: 20px 0;
    color: #333;
  }
  .text-s {
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 20px 0;
    color: #333;
  }
  .img-layout {
    margin: 20px auto;
    overflow: hidden;
  }
  .table {
    width: 100%;
    border-collapse: collapse;
  }
  .table-wrapper {
    width: 100%;
    margin: 30px 0;
  }
  .list-ul {
    margin-bottom: 30px;
  }
  .list-ul_item {
    margin-top: 15px;
    padding-left: 15px;
    position: relative;
    font-size: 1.6rem;
  }
  .list-ul_item::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #0e69b3;
    position: absolute;
    top: 1.3rem;
    left: 0;
  }
  .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#0c74bc), to(#01acea));
    background: linear-gradient(90deg, #0c74bc 0%, #01acea 100%);
    color: #fff !important;
    min-width: 326px;
    height: 50px;
    padding: 0 25px;
    margin-bottom: 30px;
    border-radius: 25px;
    font-size: 1.8rem;
    text-decoration: none !important;
    line-height: 1;
  }
  .button::before {
    content: "";
    width: 10px;
    height: 16px;
    display: block;
    background: url("https://www.daidometal.com/wp-content/themes/daido2015/assets-midtermplan2025/img//icon_arrow_w.svg") 0 0/contain no-repeat;
    margin-right: 5px;
  }
  .button[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("https://www.daidometal.com/wp-content/themes/daido2015/assets-midtermplan2025/img//icon_window_w.png") 0 0 no-repeat;
    margin-left: 10px;
  }
  .box {
    margin: 30px 0;
  }
  .box-1 {
    border: 1px solid #888;
    padding: 15px;
  }
  .box-1 .box_title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2rem;
  }
  .box_inner {
    margin-top: 5px;
  }
  .box *:last-child {
    margin-bottom: 0;
  }
  .dl {
    background: #f5f2ef;
    padding: 20px 20px 28px;
    margin-bottom: 40px;
  }
  .midterm-text-l {
    font-size: 2.7rem;
    line-height: 1.6;
  }
  .midterm-h_label {
    display: inline-block;
    font-size: 1.6rem;
    padding: 6px 6px;
    border-radius: 4px;
    border: 1px solid #0e69b3;
    color: #0e69b3;
    font-weight: bold;
    vertical-align: 0.2em;
  }
  .midterm-box {
    position: relative;
    margin: 40px 0 50px 0;
    text-align: center;
  }
  .midterm-box_title {
    margin-bottom: 15px;
    color: #0e69b3;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .midterm-box_title span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
  }
  .midterm-purpos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
    padding: 0 30px;
  }
  .midterm-purpos_item {
    display: inline-block;
    min-width: 240px;
    height: 60px;
    margin: 0 5px;
    padding: 15px 15px;
    border-radius: 30px;
    border: 2px solid #fff;
    background: #0e69b3;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
  .midterm-purpos_item br {
    display: none;
  }
  .midterm-vision-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .midterm-vision-layout_item {
    width: 48%;
    background: #f5f2ef;
  }
  .midterm-vision-layout_item .h-4 {
    margin-top: 0 !important;
    text-align: center !important;
  }
  .midterm-vision-layout_item p {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
  }
  .midterm-vision-layout_item .label {
    display: inline-block;
    padding: 6px 10px;
    background: #0e69b3;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .midterm-summary {
    padding: 10px 20px;
    background: #d7e9f7;
  }
  .midterm-summary dl {
    display: table;
    width: 100%;
    min-height: 140px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  .midterm-summary dt {
    display: table-cell;
    position: relative;
    width: 9em;
    padding: 1em;
    border-radius: 10px 0 0 10px;
    background: #0e69b3;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    vertical-align: middle;
  }
  .midterm-summary dd {
    display: table-cell;
    position: relative;
    padding: 1em 2em 1em 3em;
    font-size: 1.8rem;
    vertical-align: middle;
  }
  .midterm-summary dd svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
  }
  .midterm-summary dd strong {
    color: #0e69b3;
  }
  .midterm-table1 .table_thead th, .midterm-table1 .table_tbody td {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .midterm-table1 .table_thead th {
    padding: 8px 10px;
    border-bottom: 3px solid;
    text-align: center;
    vertical-align: bottom;
  }
  .midterm-table1 .table_tbody td {
    padding: 6px 10px;
    border-bottom: 1px solid;
    vertical-align: middle;
  }
  .midterm-table1 .table_tbody td:first-child {
    position: relative;
    border-right: 30px solid #fff;
  }
  .midterm-table1 .table_tbody td:first-child::before {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    border: 5px solid transparent;
    margin-top: -5px;
    border-left: 10px solid #0e69b3;
    content: "";
  }
  .midterm-table1 .row1 td {
    background: #eee;
  }
  .midterm-table1 .row2 td {
    background: #dce3f1;
    color: #2e55a2;
  }
  .midterm-table1 .row3 td {
    background: #d7eac5;
    color: #366806;
  }
  .midterm-table1 .row4 td {
    background: #fcd9e6;
    color: #c21652;
  }
  .midterm-table2 .table_thead th {
    width: 20%;
    padding: 8px 10px;
    border-bottom: 1px solid;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    vertical-align: bottom;
  }
  .midterm-table2 .table_tbody th, .midterm-table2 .table_tbody td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-size: 1.5rem !important;
    line-height: 1.4;
    text-align: center;
  }
  .midterm-table2 .table_tbody tr:last-child th, .midterm-table2 .table_tbody tr:last-child td {
    border-bottom-color: #333;
  }
  .midterm-table2 .table_tbody th {
    width: 11em;
    padding: 6px 0;
    font-size: 1.6rem !important;
  }
  .midterm-table2 .table_tbody th .label {
    display: block;
    padding: 5px;
    border-radius: 5px;
    background: #0e69b3;
    color: #fff;
    font-size: 1.4rem;
  }
  .midterm-table2 .table_tbody td {
    padding: 6px 10px;
    font-size: 1.5rem;
  }
  .midterm-table2 .table_tbody td.note {
    padding: 12px 10px;
    font-size: 1.5rem;
  }
  .midterm-table2 .table_tbody td .number {
    font-size: 2.2rem;
  }
  .midterm-basicpolicy {
    max-width: 750px;
    margin: 0 auto;
    padding: 10px 0 50px;
    background: url("https://www.daidometal.com/wp-content/themes/daido2015/assets-midtermplan2025/img//policy_arrow.svg") no-repeat center center / 150px 100%;
  }
  .midterm-basicpolicy li {
    position: relative;
    margin: 10px 0 10px 20px;
    padding: 20px 20px 20px 30px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  .midterm-basicpolicy li::before {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    background: #0e69b3;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    content: attr(data-number);
  }
  .midterm-basicpolicy_box {
    max-width: 750px;
    margin: 10px auto;
    padding: 15px;
    background: #0e69b3;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  .midterm-4thpillar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 120px;
  }
  .midterm-4thpillar_item {
    -webkit-flex: 1 0 49%;
    -ms-flex: 1 0 49%;
    flex: 0 0 49%;
  }
  .midterm-4thpillar_item .h-3 {
    margin-top: 0 !important;
  }
  .midterm-4thpillar_item .box {
    height: 95%;
    margin-bottom: 0;
    padding: 0;
  }
  .midterm-4thpillar_item .box_inner {
    padding: 15px;
  }
}
/*sp*/
@media only screen and (max-width: 979px) {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  ::before, ::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  html {
    font-size: 80%;
  }
  p, table, figure, dl {
    margin: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    all: unset;
    display: block;
  }
  ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin-left: 0;
  }
  a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  strong {
    font-weight: bolder;
  }
  small {
    font-size: 80%;
  }
  img {
    border-style: none;
    vertical-align: bottom;
  }
  ::placeholder {
    font: inherit;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td, th {
    vertical-align: top;
  }
  th {
    text-align: left;
    font-weight: bold;
  }
  img {
    vertical-align: top;
  }
  a {
    color: #000;
    word-break: break-all;
  }
  li {
    list-style: none;
  }
  .no-sp {
    display: none !important;
  }
  .img-fit {
    max-width: 100%;
    height: auto;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .contents {
    padding-bottom: 4rem;
  }
  .contents > *:first-child {
    margin-top: 0;
  }
  .contents a {
    color: #0e69b3;
    text-decoration: underline;
  }
  .contents a:visited {
    color: #555fc0;
    text-decoration: none;
  }
  .align-center {
    text-align: center;
  }
  .align-left {
    text-align: left;
  }
  .align-right {
    text-align: right;
  }
  .h-2 {
    padding: 5vw 0 4.375vw !important;
    font-size: 1.8rem !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    color: #0e69b3 !important;
    position: relative !important;
    margin: 7.8125vw 0 3.75vw !important;
  }
  .h-2::before, .h-2::after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 3px !important;
    background: -webkit-gradient(linear, left top, right top, from(#0c74bc), to(#01acea)) !important;
    background: linear-gradient(90deg, #0c74bc 0%, #01acea 100%) !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
  .h-2::after {
    height: 1px !important;
    top: auto !important;
    bottom: 0 !important;
  }
  .h-3 {
    font-size: 1.4rem !important;
    color: #0e69b3 !important;
    line-height: 1.4 !important;
    margin: 6.875vw 0 3.125vw !important;
  }
  .h-4 {
    background: -webkit-gradient(linear, left top, right top, from(#0c74bc), to(#01acea)) !important;
    background: linear-gradient(90deg, #0c74bc 0%, #01acea 100%) !important;
    color: #fff !important;
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
    padding: 1.2rem !important;
    margin: 7.8125vw 0 3.125vw;
  }
  .h-5 {
    border-left: 2px solid #01acea !important;
    font-size: 1.2rem !important;
    line-height: 1.38 !important;
    padding-left: 1.875vw !important;
    color: #0e69b3 !important;
    margin: 5.3125vw 0 2.1875vw !important;
  }
  .catchcopy {
    font-size: 1.7rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 7.03125vw;
    font-style: italic;
  }
  .text {
    font-size: 1.5rem;
    line-height: 1.78;
    margin: 1rem 0;
    color: #333;
  }
  .text-s {
    font-size: 1.4rem;
    line-height: 1.875;
    margin: 1rem 0;
    color: #333;
  }
  .img-layout {
    margin: 7.8125vw auto 3.125vw;
  }
  .table {
    width: 100%;
    border-collapse: collapse;
  }
  .table-wrapper {
    width: 100%;
    margin: 4.6875vw 0;
    overflow-x: scroll;
  }
  .list-ul {
    margin-bottom: 4.6875vw;
  }
  .list-ul_item {
    margin-top: 2.34375vw;
    padding-left: 2.34375vw;
    position: relative;
    font-size: 1.2rem;
  }
  .list-ul_item::before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #0e69b3;
    position: absolute;
    top: 1rem;
    left: 0;
  }
  .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#0c74bc), to(#01acea));
    background: linear-gradient(90deg, #0c74bc 0%, #01acea 100%);
    color: #fff !important;
    min-width: 75vw;
    padding: 2.5vw 5vw;
    margin-bottom: 4.6875vw;
    border-radius: 5vw;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-decoration: none !important;
  }
  .button::before {
    content: "";
    width: 1.875vw;
    height: 3.125vw;
    display: block;
    background: url("https://www.daidometal.com/wp-content/themes/daido2015/assets-midtermplan2025/img//icon_arrow_w.svg") 0 0/contain no-repeat;
    margin-right: 1.25vw;
  }
  .button[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("https://www.daidometal.com/wp-content/themes/daido2015/assets-midtermplan2025/img//icon_window_w.png") 0 0/contain no-repeat;
    margin-left: .6rem;
  }
  .box {
    margin: 4.6875vw 0;
  }
  .box-1 {
    border: 1px solid #888;
    padding: 2.34375vw;
  }
  .box-1 .box_title {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .box_inner {
    margin-top: .3rem;
  }
  .box *:last-child {
    margin-bottom: 0;
  }
  .dl {
    background: #f5f2ef;
    padding: 1rem 1rem 1.4rem;
    margin-bottom: 3rem;
  }
  .midterm-text-l {
    font-size: 2rem;
    line-height: 1.6;
  }
  .midterm-h_label {
    display: inline-block;
    font-size: 0.8em;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #0e69b3;
    color: #0e69b3;
    font-weight: bold;
    vertical-align: 0.1em;
  }
  .midterm-box {
    position: relative;
    margin: 20px 0 30px 0;
  }
  .midterm-box_title {
    margin-bottom: 15px;
    color: #0e69b3;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .midterm-purpos-image {
    width: 80%;
    max-width: 300px;
    margin: 30px auto;
  }
  .midterm-purpos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
  }
  .midterm-purpos_item {
    flex: 0 0 calc(50% - 5px);
    padding: 10px;
    border-radius: 10px;
    background: #0e69b3;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: center;
  }
  .midterm-vision-layout_item {
    padding-bottom: 10px;
    background: #f5f2ef;
  }
  .midterm-vision-layout_item p {
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
  }
  .midterm-vision-layout_item .label {
    display: inline-block;
    margin: 2px 0;
    padding: 2px 10px;
    background: #0e69b3;
    color: #fff;
    font-weight: bold;
  }
  .midterm-summary {
    padding: 5px 15px;
    background: #e8f4fb;
  }
  .midterm-summary dl {
    margin: 15px 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
  .midterm-summary dt {
    padding: 0.5em 1em;
    background: #0e69b3;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    vertical-align: middle;
  }
  .midterm-summary dt br {
    display: none;
  }
  .midterm-summary dd {
    position: relative;
    padding: 1em;
    background: #fff;
    font-size: 1.3rem;
    vertical-align: middle;
  }
  .midterm-summary dd svg {
    display: none;
  }
  .midterm-summary dd strong {
    color: #0e69b3;
  }
  .midterm-table1 .table_thead th, .midterm-table1 .table_tbody td {
    padding: 8px 10px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .midterm-table1 .table_thead th {
    border-bottom: 3px solid;
    line-height: 1.4;
    text-align: center;
    vertical-align: bottom;
  }
  .midterm-table1 .table_tbody td {
    border-bottom: 1px solid;
    font-size: 1.2rem;
    vertical-align: middle;
  }
  .midterm-table1 .table_tbody td:first-child {
    position: relative;
    border-right: 30px solid #fff;
  }
  .midterm-table1 .table_tbody td:first-child::before {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    border: 5px solid transparent;
    margin-top: -5px;
    border-left: 10px solid #0e69b3;
    content: "";
  }
  .midterm-table1 .row1 td {
    background: #eee;
  }
  .midterm-table1 .row2 td {
    background: #dce3f1;
    color: #2e55a2;
  }
  .midterm-table1 .row3 td {
    background: #d7eac5;
    color: #366806;
  }
  .midterm-table1 .row4 td {
    background: #fcd9e6;
    color: #c21652;
  }
  .midterm-table2 .table_thead th {
    padding: 8px 10px;
    border-bottom: 1px solid;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
  }
  .midterm-table2 .table_tbody th, .midterm-table2 .table_tbody td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
  }
  .midterm-table2 .table_tbody tr:last-child th, .midterm-table2 .table_tbody tr:last-child td {
    border-bottom-color: #333;
  }
  .midterm-table2 .table_tbody th {
    width: 11em;
    padding: 6px 0;
    font-size: 1.2rem;
  }
  .midterm-table2 .table_tbody th .label {
    display: block;
    padding: 3px 8px;
    border-radius: 4px;
    background: #0e69b3;
    color: #fff;
  }
  .midterm-table2 .table_tbody td {
    padding: 6px 15px;
    font-size: 1.1rem;
  }
  .midterm-table2 .table_tbody td.note {
    padding: 12px 15px;
  }
  .midterm-table2 .table_tbody td .number {
    font-size: 1.6rem;
  }
  .midterm-basicpolicy {
    padding: 10px 0 30px;
    background: url("https://www.daidometal.com/wp-content/themes/daido2015/assets-midtermplan2025/img//policy_arrow.svg") no-repeat center center / 150px 100%;
  }
  .midterm-basicpolicy li {
    position: relative;
    margin: 10px 0 10px 15px;
    padding: 15px 15px 15px 25px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .midterm-basicpolicy li::before {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 50%;
    background: #0e69b3;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    content: attr(data-number);
  }
  .midterm-basicpolicy_box {
    margin: 10px 0;
    padding: 15px;
    background: #0e69b3;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
  }
  .midterm-4thpillar {
    margin-bottom: 60px;
  }
  .midterm-4thpillar_item .box {
    height: 95%;
    margin-bottom: 0;
    padding: 0;
  }
  .midterm-4thpillar_item .box_inner {
    padding: 15px;
  }
}
/*ptrint*/
@media print {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  ::before, ::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  html {
    font-size: 65%;
  }
  p, table, figure, dl {
    margin: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    all: unset;
    display: block;
  }
  ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin-left: 0;
  }
  a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  strong {
    font-weight: bolder;
  }
  small {
    font-size: 80%;
  }
  img {
    border-style: none;
    vertical-align: bottom;
  }
  ::placeholder {
    font: inherit;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td, th {
    vertical-align: top;
  }
  th {
    text-align: left;
    font-weight: bold;
  }
  img {
    vertical-align: top;
  }
  a:hover {
    opacity: .8;
  }
  li {
    list-style: none;
  }
  .no-pc {
    display: none !important;
  }
  .img-fit {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .mt-0 {
    margin-top: 0 !important;
  }
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .contents a {
    color: #0e69b3;
    text-decoration: underline;
  }
  .contents a:visited {
    color: #555fc0;
    text-decoration: none;
  }
  .contents > *:first-child {
    margin-top: 0;
  }
  .align-center {
    text-align: center !important;
  }
  .align-left {
    text-align: left !important;
  }
  .align-right {
    text-align: right !important;
  }
  .h-2 {
    padding: 33px 0 28px !important;
    font-size: 2.6rem !important;
    font-weight: bold !important;
    line-height: 2.6rem !important;
    color: #0e69b3 !important;
    position: relative !important;
    margin: 80px 0 25px !important;
  }
  .h-2::before, .h-2::after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 5px !important;
    background: -webkit-gradient(linear, left top, right top, from(#0c74bc), to(#01acea)) !important;
    background: linear-gradient(90deg, #0c74bc 0%, #01acea 100%) !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
  .h-2::after {
    height: 1px !important;
    top: auto !important;
    bottom: 0 !important;
  }
  .h-3 {
    font-size: 2.2rem !important;
    color: #0e69b3 !important;
    line-height: 1.4 !important;
    margin: 20px 0 20px !important;
  }
  .h-4 {
    background: -webkit-gradient(linear, left top, right top, from(#0c74bc), to(#01acea)) !important;
    background: linear-gradient(90deg, #0c74bc 0%, #01acea 100%) !important;
    color: #fff !important;
    font-size: 2.2rem !important;
    line-height: 1.4 !important;
    padding: 15px !important;
    margin: 55px 0 20px;
    display: block !important;
    text-align: center !important;
  }
  .h-5 {
    border-left: 4px solid #01acea !important;
    font-size: 2.2rem !important;
    line-height: 1.38 !important;
    padding-left: 12px !important;
    color: #0e69b3 !important;
    margin: 34px 0 15px !important;
  }
  .catchcopy {
    font-size: 3rem;
    line-height: 4rem;
    color: #000;
    margin-bottom: 45px;
    font-style: italic;
  }
  .text {
    font-size: 1.8rem;
    line-height: 1.78;
    margin: 20px 0;
    color: #333;
  }
  .text-s {
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 20px 0;
    color: #333;
  }
  .img-layout {
    margin: 20px auto;
    overflow: hidden;
  }
  .table {
    width: 100%;
    border-collapse: collapse;
  }
  .table-wrapper {
    width: 100%;
    margin: 30px 0;
  }
  .list-ul {
    margin-bottom: 30px;
  }
  .list-ul_item {
    margin-top: 15px;
    padding-left: 15px;
    position: relative;
    font-size: 1.6rem;
  }
  .list-ul_item::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #0e69b3;
    position: absolute;
    top: 1.3rem;
    left: 0;
  }
  .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#0c74bc), to(#01acea));
    background: linear-gradient(90deg, #0c74bc 0%, #01acea 100%);
    color: #fff !important;
    min-width: 326px;
    height: 50px;
    padding: 0 25px;
    margin-bottom: 30px;
    border-radius: 25px;
    font-size: 1.8rem;
    text-decoration: none !important;
    line-height: 1;
  }
  .button::before {
    content: "";
    width: 10px;
    height: 16px;
    display: block;
    background: url("https://www.daidometal.com/wp-content/themes/daido2015/assets-midtermplan2025/img//icon_arrow_w.svg") 0 0/contain no-repeat;
    margin-right: 5px;
  }
  .button[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("https://www.daidometal.com/wp-content/themes/daido2015/assets-midtermplan2025/img//icon_window_w.png") 0 0 no-repeat;
    margin-left: 10px;
  }
  .box {
    margin: 30px 0;
  }
  .box-1 {
    border: 1px solid #888;
    padding: 15px;
  }
  .box-1 .box_title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2rem;
  }
  .box_inner {
    margin-top: 5px;
  }
  .box *:last-child {
    margin-bottom: 0;
  }
  .dl {
    background: #f5f2ef;
    padding: 20px 20px 28px;
    margin-bottom: 40px;
  }
  .midterm-text-l {
    font-size: 2.7rem;
    line-height: 1.6;
  }
  .midterm-h_label {
    display: inline-block;
    font-size: 1.6rem;
    padding: 6px 6px;
    border-radius: 4px;
    border: 1px solid #0e69b3;
    color: #0e69b3;
    font-weight: bold;
    vertical-align: 0.2em;
  }
  .midterm-box {
    position: relative;
    margin: 40px 0 50px 0;
    text-align: center;
  }
  .midterm-box_title {
    margin-bottom: 15px;
    color: #0e69b3;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .midterm-box_title span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
  }
  .midterm-purpos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
    padding: 0 30px;
  }
  .midterm-purpos_item {
    display: inline-block;
    min-width: 240px;
    height: 60px;
    margin: 0 5px;
    padding: 15px 15px;
    border-radius: 30px;
    border: 2px solid #fff;
    background: #0e69b3;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
  .midterm-purpos_item br {
    display: none;
  }
  .midterm-vision-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .midterm-vision-layout_item {
    width: 48%;
    background: #f5f2ef;
  }
  .midterm-vision-layout_item .h-4 {
    margin-top: 0 !important;
    text-align: center !important;
  }
  .midterm-vision-layout_item p {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
  }
  .midterm-vision-layout_item .label {
    display: inline-block;
    padding: 6px 10px;
    background: #0e69b3;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .midterm-summary {
    padding: 10px 20px;
    background: #d7e9f7;
  }
  .midterm-summary dl {
    display: table;
    width: 100%;
    min-height: 140px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    background: #fff;
  }
  .midterm-summary dt {
    display: table-cell;
    position: relative;
    width: 9em;
    padding: 1em;
    border-radius: 10px 0 0 10px;
    background: #0e69b3;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    vertical-align: middle;
  }
  .midterm-summary dd {
    display: table-cell;
    position: relative;
    padding: 1em 2em 1em 3em;
    font-size: 1.8rem;
    vertical-align: middle;
  }
  .midterm-summary dd svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
  }
  .midterm-summary dd strong {
    color: #0e69b3;
  }
  .midterm-table1 .table_thead th, .midterm-table1 .table_tbody td {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .midterm-table1 .table_thead th {
    padding: 8px 10px;
    border-bottom: 3px solid;
    text-align: center;
    vertical-align: bottom;
  }
  .midterm-table1 .table_tbody td {
    padding: 6px 10px;
    border-bottom: 1px solid;
    vertical-align: middle;
  }
  .midterm-table1 .table_tbody td:first-child {
    position: relative;
    border-right: 30px solid #fff;
  }
  .midterm-table1 .table_tbody td:first-child::before {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    border: 5px solid transparent;
    margin-top: -5px;
    border-left: 10px solid #0e69b3;
    content: "";
  }
  .midterm-table1 .row1 td {
    background: #eee;
  }
  .midterm-table1 .row2 td {
    background: #dce3f1;
    color: #2e55a2;
  }
  .midterm-table1 .row3 td {
    background: #d7eac5;
    color: #366806;
  }
  .midterm-table1 .row4 td {
    background: #fcd9e6;
    color: #c21652;
  }
  .midterm-table2 .table_thead th {
    width: 20%;
    padding: 8px 10px;
    border-bottom: 1px solid;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    vertical-align: bottom;
  }
  .midterm-table2 .table_tbody th, .midterm-table2 .table_tbody td {
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    font-size: 1.5rem !important;
    line-height: 1.4;
    text-align: center;
  }
  .midterm-table2 .table_tbody tr:last-child th, .midterm-table2 .table_tbody tr:last-child td {
    border-bottom-color: #333;
  }
  .midterm-table2 .table_tbody th {
    width: 11em;
    padding: 6px 0;
    font-size: 1.6rem !important;
  }
  .midterm-table2 .table_tbody th .label {
    display: block;
    padding: 5px;
    border-radius: 5px;
    background: #0e69b3;
    color: #fff;
    font-size: 1.4rem;
  }
  .midterm-table2 .table_tbody td {
    padding: 6px 10px;
    font-size: 1.5rem;
  }
  .midterm-table2 .table_tbody td.note {
    padding: 12px 10px;
    font-size: 1.5rem;
  }
  .midterm-table2 .table_tbody td .number {
    font-size: 2.2rem;
  }
  .midterm-basicpolicy {
    max-width: 750px;
    margin: 0 auto;
    padding: 10px 0 50px;
    background: url("https://www.daidometal.com/wp-content/themes/daido2015/assets-midtermplan2025/img//policy_arrow.svg") no-repeat center center / 150px 100%;
  }
  .midterm-basicpolicy li {
    position: relative;
    margin: 10px 0 10px 20px;
    padding: 20px 20px 20px 30px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  .midterm-basicpolicy li::before {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    background: #0e69b3;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    content: attr(data-number);
  }
  .midterm-basicpolicy_box {
    max-width: 750px;
    margin: 10px auto;
    padding: 15px;
    background: #0e69b3;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  .midterm-4thpillar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 120px;
  }
  .midterm-4thpillar_item {
    -webkit-flex: 1 0 49%;
    -ms-flex: 1 0 49%;
    flex: 0 0 49%;
  }
  .midterm-4thpillar_item .h-3 {
    margin-top: 0 !important;
  }
  .midterm-4thpillar_item .box {
    height: 95%;
    margin-bottom: 0;
    padding: 0;
  }
  .midterm-4thpillar_item .box_inner {
    padding: 15px;
  }
}