@charset "UTF-8";

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

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

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

.contents_img_01 {
    width: 100%;
    padding-top: 84.91%;
    background: url("../sp_img/business/contents_img_001.png") no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 12%;
}
.contents_img_01 p {
    position:absolute;
	top: 15%;
	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: 18px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

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

.business_01 {
    width: 100%;
    margin: 0 auto 10% auto;
}
.business_01 ul {
    width: 100%;
    margin: 0 auto 2.5% auto;
}
.business_01 li {
    width: 50%;
    text-align: center;
    float: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 4.5%;
}
.business_01 li img {
    width: 70%;
    height: auto;
    padding-bottom: 7.5%;
}
.business_01 li:nth-child(1) img {
    padding-bottom: 2.5% !important;
}
.business_01 p {
    font-size: 13px;
    line-height: 25px;
}

.contents_title_01 {
    width: 100%;
    margin-bottom: 5.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;
}

.business_02 {
    width: 100%;
    margin: 0 auto 10% auto;
}
.business_02 p {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 7.5%;
}
.business_02 dl {
    width: 100%;
    background: #f3f6f8;
    padding: 5.5% 7.5%;
    box-sizing: border-box;
    text-align: center;
}
.business_02 dt {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #0d61c9;
    margin-bottom: 20px;
    text-align: center;
}
.business_02 dd {
    font-size: 13px;
    line-height: 25px;
    text-align: left;
}

.business_03 {
    width: 100%;
    margin: 0 auto 10% auto;
}
.business_03 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%;
}
.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:0 10% 10% 10%;
    text-align: center;
}
.business_03 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;
}
.business_03 li br {
    display: none;
}
.business_03 li:first-child {
    border-top: 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: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2.5%;
    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: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2.5%;
    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: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2.5%;
    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: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2.5%;
    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: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2.5%;
    display: block;
}
.business_04 {
    width: 80%;
    margin: 0 auto 0 auto;
    text-align: center;
}
.business_04 li {
    width: 48%;
    display: inline-block;
    margin: 0 1%;
}
.business_04 li img {
    width: 100%;
    height: auto;
}