@charset "UTF-8";
/* =========================================================
モジュールを独自cssで調整
========================================================= */
/* =========================================================
ヘッダーカレント表示
========================================================= */
@media screen and (min-width: 751px){
	.un_gnav .un_gnav_inner > ul > .bl_pc_headNav.bl_pc_headNav__company { border-top: 6px solid #e5004f; }
} /* media*/
/* =========================================================
事業案内 /business/index.html
========================================================= */
.un_sectBlock { width: 92%; margin: 0 auto 45px; }

@media (min-width: 751px) { .un_sectBlock { width: 1300px; margin: 0 auto; } }

.un_sectBlock_link:hover { text-decoration: none; }

.un_sectBlock_link:hover .un_sectBlock_img { opacity: 1; }

@media (min-width: 751px) { .un_sectBlock_link:hover .un_sectBlock_img { transform: scale(1.05); } }

.un_sectBlock_ttl { font-size: 15px; font-weight: bold; padding-left: 30px; background: url(/common/images/icon_link.svg) no-repeat center left 8px; background-size: 16px; }

@media (min-width: 751px) { .un_sectBlock_ttl { font-size: 16px;  background: url(/common/images/icon_link.svg) no-repeat bottom 6px left 14px; background-size: 14px; padding-left: 40px; margin-bottom: 10px; } }

.un_sectBlock_img_box { margin-bottom: 12px; }

@media (min-width: 751px) { .un_sectBlock_img_box { width: 410px; height: 220px; overflow: hidden; margin-bottom: 22px; } }

@media (min-width: 751px) { .un_sectBlock_img { transition: all 0.2s ease; } }

.un_sectBlock_txt { color: #333; padding: 0 8px; font-size: 14px; line-height: 24px; margin-bottom: 12px; }

@media (min-width: 751px) { .un_sectBlock_txt { padding: 0 15px; } }

.un_sectBlock__3col { display: flex; justify-content: flex-start; flex-wrap: wrap; }

@media (min-width: 751px) { .un_sectBlock__3col { justify-content: flex-start; } }

.un_sectBlock__3col .un_sectBlock_link { width: 100%; margin-bottom: 35px; }

@media (min-width: 751px) { .un_sectBlock__3col .un_sectBlock_link { width: 410px; height: 395px; margin: 0 32px 0 0; } }

.un_sectBlock__3col .un_sectBlock_link:nth-child(3n) { margin-right: 0; }
