@charset "UTF-8";

/* ############################################## */

.main_title_wrap {
    margin-bottom: 0 !important;
}

.contents_wrap {
    width: 1098px;
    margin: 0 auto;
    padding-bottom: 60px;
}

/* ############################################## */

.contents_img_01_wrap {
    width: 100%;
    background:url("../pc_img/company/contents_bg_001.png") no-repeat top center;
    padding-top: 40px;
}

.contents_img_01 {
    width: 1098px;
    margin: 0 auto 70px auto;
    text-align: center;
}
.contents_img_01 figure {
    width: 424px;
    margin: 0 auto 40px auto;
}
.contents_img_01 dt {
    font-size: 37px;
    line-height: 1;
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
    color: #580877;
    margin-bottom: 20px;
}
.contents_img_01 dd {
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
    color: #000;
    margin-bottom: 40px;
}
.contents_img_01 p {
    width: 964px;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
}
.contents_img_01 h4 {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}

/* ############################################## */

.contents_title_01 {
    width: 1098px;
    margin-bottom: 50px;
}
.contents_title_01 h3 {
    border-bottom: 1px solid #0d61c9;
    padding: 20px 0 25px 0;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.contents_title_02 {
    width: 964px;
    margin: 0 auto 40px auto;
}
.contents_title_02 h3 {
    background: #0d61c9;
    padding: 20px 0;
    text-align:center;
    font-size: 19px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
}
.contents_title_02 h3::before {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
    border-top: 15px solid #0d61c9;
}
.contents_txt_01 {
    margin-bottom: 40px;
}
.contents_txt_01 p {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
}
.contents_txt_02 {
    width: 964px;
    margin: 0 auto 70px auto;
}
.contents_txt_02 li {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    padding: 20px 10px;
    box-sizing: border-box;
    border-right: 1px solid #cfd0d1;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.contents_txt_02 li:first-child {
    border-left: 1px solid #cfd0d1;
}
.contents_txt_02 li:nth-child(1):before {
    content: "01\A";
    white-space: pre;
    font-family: Arial, Helvetica, "sans-serif";
    color: #0d61c9;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.contents_txt_02 li:nth-child(2):before {
    content: "02\A";
    white-space: pre;
    font-family: Arial, Helvetica, "sans-serif";
    color: #0d61c9;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.contents_txt_02 li:nth-child(3):before {
    content: "03\A";
    white-space: pre;
    font-family: Arial, Helvetica, "sans-serif";
    color: #0d61c9;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.contents_table {
    width: 810px;
    margin: 0 auto;
}
.contents_table h5 {
    text-align: center;
    margin-bottom: 45px;
    padding-top: 15px;
}
.contents_table table {
    border-collapse: separate;
    border-spacing: 10px 0;
}
.contents_table th {
    border-bottom: 2px solid #0d61c9;
    padding: 25px 0 15px 0;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    width: 180px;
}
.contents_table td {
    border-bottom: 1px solid #d1d1d1;
    padding: 25px 25px 15px 25px;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
}