.consulting-title{
    font-size: 21px;
    font-weight: 600;
    color: #17294d;
    margin-top: 48px;
}
#static_page_title {
    width: 760px;
    margin: 6px 0 0 0;
    padding-bottom: 5px;
    border-bottom: 3px #202f4e solid;
}
#static_page_title span {
    margin: 0;
    font-size: 16px;
    color: #202f4e;
}

#produce_main_visual {
    margin-top: 22px;
    width: 760px;
    height: auto;
}
#produce_catch_copy {
    margin-top: 40px;
    width: 460px;
    height: auto;
}
#produce_main_text {
    margin-top: 40px;
}

#produce_main_text p {
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
}

.produce_sub_title {
    margin-top: 40px;
    padding-bottom: 8px;
}
.produce_sub_title span {
    color: #17294d;
    font-weight: bold;
    border-bottom: 1px solid #17294d;
    padding-bottom: 4px;
    font-size: 20px;
}

.produce_grid_list {
    list-style-type: none;
    margin-top: 32px;
    overflow: auto;
    clear: both;
}

.produce_grid_list .case_study_element {
    float: left;
    width: 240px;
    min-height: 210px;
    font-size: 14px;
}
.produce_grid_list .case_study_element:nth-child(3n+1),
.produce_grid_list .case_study_element:nth-child(3n+2)
{
    margin-right: 20px;
}
.produce_grid_list .case_study_element a {
    display: block;
    text-decoration: none;
    min-height: 210px;
}
.produce_grid_list .case_study_element a:hover {
    opacity: 0.5;
}
.produce_grid_list .case_study_element img {
    max-width: 240px;
    margin-bottom: 7px;
}
.produce_grid_list .case_study_element .case_category {
    position: absolute;
    padding: 2px 6px;
    color: #FFF;
    background: #172940;
    max-width: 220px;
    font-size: 12px;
}
.produce_grid_list .case_study_element .case_name {
    color: #000;
    display: block;
    font-weight: bold;
    text-align: right;
}

#produce_team_title {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}
#produce_team_title p {
    font-size: 16px;
}

#produce_team_title p a {
    color: #000;
    text-decoration: underline;
}

.produce_team_caption {
    margin: 10px 0 20px 0;
    font-size: 12px;
}

#produce_links {
    text-align: center;
    margin: 80px 0;
}

#produce_links .link_text {
    text-decoration: underline;
    color: #17294d;
    font-weight: bold;
    font-size: 20px;
}

#produce_team_image {
    margin-top: 40px;
    text-align: center;
}
#produce_team_image img {
    width: 500px;
    height: auto;
    margin: 0 auto;
}
#produce_flow {
    font-size: 16px;
    margin-top: 2em;
    line-height: 1.5em;
    padding-bottom: 1em;
}
#produce_flow * {
    box-sizing: border-box;
}
#produce_flow dl {
    display: flex;
    flex-wrap: wrap;
}
#produce_flow dl > * {
    padding: 1.1em 1.7em;
}
#produce_flow dt {
    width: 25%;
    background-color: #17294d;
    color: #fff;
    font-weight: 600;
    padding: 1.4em 2em 1.4em 3em;
    position: relative;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
}
#produce_flow dt > span {
    position: relative;
}
#produce_flow dt .no {
    font-size: 135%;
    position: absolute;
    left: -1.1em;
    top: -.12em;
}
#produce_flow dt:before,
#produce_flow dt:after {
    content: "";
    display: block;
    position: absolute;
    border-width: .6em .8em;
    bottom: -1.1em;
    left: calc(50% - .8em);
    border-style: solid;
    border-color: transparent;
    border-top-color: #17294d;
    z-index: 2;
}
#produce_flow dt:after {
    bottom: -1.2em;
    border-top-color: #fff;
    z-index: 1;
}
#produce_flow dt.lst:before,
#produce_flow dt.lst:after {
    content: none;
}
#produce_flow .has_box {
    padding-bottom: 6.6em;
}
#produce_flow dt .box {
    background-color: #e2e2e2;
    position: absolute;
    font-weight: 300;
    left: 1.4em;
    bottom: 1.2em;
    width: 370%;
    padding: .8em;
    color: #17294d;
}
#produce_flow dt .box .sm {
    margin-top: 0;
}
#produce_flow dd {
    width: 75%;
    margin: 0;
    position: relative;
}
#produce_flow .sm,
#produce_4point .sm {
    font-size: 80%;
    display: block;
    margin-top: .4em;
    text-align: left;
}
#produce_4point {
    margin-top: 1.4em;
    font-size: 16px;
    line-height: 1.5em
}
#produce_4point .center {
    text-align: center;
}
#produce_4point h2 {
    background-color: #17294d;
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    width: auto;
    display: inline-block;
    padding: .1em .8em;
}
#produce_4point .point_box {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5em;
}
#produce_4point .point_box >* {
    box-sizing: border-box;
    width: 50%;
    padding: 1.8em 1.5em 2em;
}
#produce_4point .point_box >*:nth-child(1) {
    border-right: 1px solid #7e8aa3;
    border-bottom: 1px solid #7e8aa3;
    padding-left: 0;
}
#produce_4point .point_box >*:nth-child(2) {
    border-bottom: 1px solid #7e8aa3;
    padding-right: 0;
}
#produce_4point .point_box >*:nth-child(3) {
    border-right: 1px solid #7e8aa3;
    padding-left: 0;
}
#produce_4point .point_box >*:nth-child(4) {
    padding-right: 0;
}
#produce_4point .point_box ul,
#produce_4point .point_box li {
    position: relative;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#produce_4point .point_box li {
    padding-left: .7em;
}
#produce_4point .point_box li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "- ";
}
#produce_4point .point_box .img {
    text-align: center;
    margin: 1.5em 0;
}
#produce_4point .point_box .img img {
    width: 5.5em;
}

#produce_team_notice_title {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
#produce_team_notice {
    margin-top: 10px;
    padding: 25px 20px;
    border: 1px solid #bfbfbf;
}
#produce_team_notice p {
    font-size: 16px;
}

.produce_contact {
    text-align: center;
    margin-top: 76px;
    padding-bottom: 50px;
}
#content .produce_contact p {
    font-size: 16px;
    font-weight: bold;
    color: #172940;
}
.produce_contact a {
    display: block;
    width: 498px;
    margin: 30px auto 0 auto
}
.produce_contact a:hover {
    opacity: 0.5;
}
.produce_contact a img {
    width: 498px;
    height: auto;
}

.produce_grid_list_borderd {
    list-style-type: none;
    margin-top: 20px;
    overflow: auto;
    clear: both;
}
.produce_grid_list_borderd .image_title_text_link_element {
    border: 1px solid #000;
    width: 238px;
    float: left;
    margin-bottom: 20px;
}
.produce_grid_list_borderd .image_title_text_link_element:nth-child(3n+1),
.produce_grid_list_borderd .image_title_text_link_element:nth-child(3n+2)
{
    margin-right: 20px;
}
.produce_grid_list_borderd .image_title_text_link_element a {
    display: block;
    text-decoration: none;
    min-height: 230px;
}
.produce_grid_list_borderd .image_title_text_link_element a:hover {
    opacity: 0.5;
}
.produce_grid_list_borderd .image_title_text_link_element img {
    width: 220px;
    height: auto;
    padding: 9px;
}
.produce_grid_list_borderd .image_title_text_link_element .image_title {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: bold;
    display: block;
    padding:0 9px;
    color: #000;
}
.h1_title_small {
    font-weight: 300;
    font-size: 16px;
}
.underline-link {
    text-decoration: underline;
}
