@charset "UTF-8";

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

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

.contents_wrap {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 12%;
}

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

.contents_img_01_wrap {
    width: 100%;
}

.contents_img_01 {
    width: 100%;
    margin: 0 auto 12% auto;
    text-align: center;
    position: relative;
}
.contents_img_01 figure {
    width: 100%;
    margin: 0 auto 40px auto;
}
.contents_img_01 img {
    width: 100%;
    height:auto;
}
.contents_img_01 dl {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 0;
    text-align:center; 
    display: none;
}
.contents_img_01 dt {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
    color: #580877;
    margin-bottom: 3.5%;
}
.contents_img_01 dd {
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
    font-family: Arial, Helvetica, "sans-serif";
    color: #000;
}
.contents_img_01 p {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 7.5%;
    margin-top: -20%;
}
.contents_img_01 h4 {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

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

.contents_title_01 {
    width: 100%;
    margin-bottom: 7.5%;
}
.contents_title_01 h3 {
    border-bottom: 1px solid #0d61c9;
    padding: 0 0 5.5% 0;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.contents_title_02 {
    width: 100%;
    margin: 0 auto 10% auto;
}
.contents_title_02 h3 {
    background: #0d61c9;
    padding: 5.5%;
    box-sizing: border-box;
    text-align:center;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin-bottom: 10%;
}
.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: 10%;
}
.contents_txt_01 p {
    text-align: left;
    font-size: 13px;
    line-height: 25px;
}
.contents_txt_02 {
    margin-bottom: 20%;
}
.contents_txt_02 ul {
    margin:15% 10% 0% 10%;
    text-align: center;
}
.contents_txt_02 li {
    width: 100%;
    box-sizing: border-box;
    padding: 5.5%;
    box-sizing: border-box;
    border-bottom: 1px solid #cfd0d1;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}
.contents_txt_02 li:first-child {
    border-top: 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: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2.5%;
    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: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2.5%;
    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: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2.5%;
    display: block;
}
.contents_table {
    width: 100%;
    margin: 0 auto;
}
.contents_table h5 {
    text-align: center;
    margin-bottom: 7.5%;
    padding-top: 5.5%;
}
.contents_table h5 img {
    width: 30%;
    height: auto;
}
.contents_table table {
    border-collapse: separate;
    border-spacing: 10px 0;
}
.contents_table th {
    width: 100%;
    display: block;
    border-bottom: 2px solid #0d61c9;
    padding: 6.5% 0 3.5% 0;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.contents_table td {
    width: 100%;
    display: block;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 3.5% 3.5% 3.5% 3.5%;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
}