@charset "UTF-8";

#comcept_page .txt {
	text-align: center;
	padding: 10px;
	margin-top: 20px;
}
#comcept_page .link_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
    text-align: center;
}
#comcept_page .link_list li {
    line-height: 1;
    border-right: 50px solid #1477cf;
    font-weight: bold;
    background: #429DED;
    position: relative;
    display: inline-block;
    margin: 10px;
    text-align: left;
}
#comcept_page .link_list li a {
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    height: 40px;
    width: 120px;
    line-height: 44px;
}
#comcept_page .link_list li a:hover {
  opacity: .75;
}
#comcept_page .link_list li a::after {
    content: "";
    background: url(../images/arrow.png) no-repeat;
    width: 31px;
    height: 11px;
    display: block;
    position: absolute;
    top: 13px;
    right: -41px;
}

#comcept_page .txt p:not(:nth-of-type(1)) {
    margin-top: 10px;
}
.font_bold {
    font-weight: bold;
}
