@charset "UTF-8";


.business-under {
	background-color: #fff!important;
	background-image: none!important;
}


.box02 .business02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box02 .business02 li {
    width: 48%;
		float: left;
    border: 1px solid #1c305c;
    align-items: center;
}
.box02 .business02 li:first-child {
	margin: 0 4% 0 0;
}
.business02 li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.box02 .business02 li:before {
    width: 104px;
    height: 10px;
    margin-top: -5px;
    display: block;
    content: "";
    background-color: #fff;
}

.box02 .business02 li p:nth-of-type(1) {
    font-size: 14px;
    margin-top: 38px;
    font-weight: bold;
    color: #1c305c;
}

.box02 .business02 li h3 + p {
    font-size: 12px;
    margin-top: 35px;
    line-height: 2;
    letter-spacing: .15em;
    text-align: center;
}
.box02 .business02 li h3 + p {
    font-weight: bold;
    color: #1c305c;
}

.box02 .business02 li i {
    font-family: "YakuHanJP", "Times New Roman", Times, YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HG明朝E", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
    color: #947f60;
    position: relative;
    z-index: 2;
		font-size: 2em;
    margin-top: -28px;
}

.box02 .business02 li > div {
    height: 88px;
}
.box02 .business02 li img {
    width: 70px;
    height: 70px;
    margin-top: 46px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
.box02 .business02 li h3 {
    font-size: 32px;
    letter-spacing: .1em;
		margin: 0!important;
    font-weight: bold;
    position: relative;
    color: #1c305c;
}


		@media screen and (max-width: 800px) {
			.box02 .business02 li {
					width: 100%;
					float: none;
			}
			.box02 .business02 li:first-child {
				margin: 0 0 50px 0;
			}
		}

		@media screen and (max-width: 430px) {
			.business02 p {
				font-size: 0.9em!important;
			}
		}
