@charset "UTF-8";

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

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

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

.contents_img_01 {
    width: 1098px;
    height: 398px;
    background: url("../pc_img/business/contents_img_001.png") no-repeat;
    position: relative;
    margin-bottom: 30px;
}
.contents_img_01 p {
    position:absolute;
	top: 46px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,0);
    text-align: center;
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

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

.business_01 {
    width: 964px;
    margin: 0 auto 70px auto;
}
.business_01 ul {
    width: 860px;
    margin: 0 auto 50px auto;
}
.business_01 li {
    width: 25%;
    text-align: center;
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.business_01 li img {
    margin-bottom: 40px;
}
.business_01 li:nth-child(1) img {
    margin-bottom: 25px !important;
}
.business_01 p {
    font-size: 15px;
    line-height: 30px;
}

.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;
}

.business_02 {
    width: 964px;
    margin: 0 auto 70px auto;
}
.business_02 p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
}
.business_02 dl {
    width: 964px;
    background: #f3f6f8;
    padding: 35px 0;
    text-align: center;
}
.business_02 dt {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #0d61c9;
    margin-bottom: 20px;
}
.business_02 dd {
    font-size: 15px;
    line-height: 30px;
}

.business_03 {
    width: 964px;
    margin: 0 auto 70px auto;
}
.business_03 h3 {
    background: #0d61c9;
    padding: 20px 0;
    text-align:center;
    font-size: 19px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}
.business_03 h3::before {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
    border-top: 15px solid #0d61c9;
}
.business_03 ul {
    margin-bottom: 30px;
    text-align: center;
}
.business_03 li {
    display:inline-block;
    width: 20%;
    box-sizing: border-box;
    padding: 25px 10px;
    box-sizing: border-box;
    border-right: 1px solid #cfd0d1;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.business_03 li:first-child {
    border-left: 1px solid #cfd0d1;
}
.business_03 li:nth-child(1):before {
    content: "01\A";
    white-space: pre;
    font-family: Arial, Helvetica, "sans-serif";
    color: #0d61c9;
    font-size: 21px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.business_03 li:nth-child(2):before {
    content: "02\A";
    white-space: pre;
    font-family: Arial, Helvetica, "sans-serif";
    color: #0d61c9;
    font-size: 21px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.business_03 li:nth-child(3):before {
    content: "03\A";
    white-space: pre;
    font-family: Arial, Helvetica, "sans-serif";
    color: #0d61c9;
    font-size: 21px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.business_03 li:nth-child(4):before {
    content: "04\A";
    white-space: pre;
    font-family: Arial, Helvetica, "sans-serif";
    color: #0d61c9;
    font-size: 21px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.business_03 li:nth-child(5):before {
    content: "05\A";
    white-space: pre;
    font-family: Arial, Helvetica, "sans-serif";
    color: #0d61c9;
    font-size: 21px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.business_04 {
    width: 964px;
    margin: -30px auto 0 auto;
    text-align: center;
}
.business_04 li {
    width: 235px;
    display: inline-block;
    margin: 0 10px;
}