.sub_cont_story_wrapper_top {
  float: none !important;
  width: 100% !important;
  text-align: left;
}

.sub_cont_inner {
    padding: 40px 0px;
    border-bottom: 1px dotted #cbcbcb;
}

/* special_talk start*/
.sub_cont_inner.special_talk {
    border-bottom: 0px;
}

.special_talk .sub_cont_story_wrapper .sub_cont_title {
    border-bottom: 0px;
    color: #b67077;
    font-size: 35px;
    font-weight: 500;
}

.special_talk .sub_cont_story_wrapper .sub_cont_story {
    border: 1px solid #eee;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 16px 0px;
}

.special_talk2 .sub_cont_story .special_hr {
    margin: 10px;
    content: '';
}

.special_talk2 .sub_cont_author {
    font-size: 17px;
}

.special_talk2 .sub_cont_author i {
    font-style: normal;
    margin-left: 20px;
}

/* special_talk end*/


.sub_cont:last-child .sub_cont_inner {
    border-bottom: 1px solid #ababab;
}

.sub_cont_inner:after {
    content: "";
    display: block;
    clear: both;
}

.sub_cont_img {
    float: left;
    width: 290px;
    text-align: center;
    padding: 0 50px 50px 0;
    box-sizing: border-box;
}

.sub_cont_img.no2.veblen {
    width: 300px;
}

.sub_cont_img.no2 {
    float: left;
    width: 400px;
    text-align: center;
}

.sub_cont_img_2 {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}


.sub_cont_img span {
    font-size: 14px;
    letter-spacing: -0.05em;
    padding-bottom: 10px;
    display: inline-block;
}

.sub_cont_img img:first-child {
    padding-top: 0px;
}

.sub_cont_img img {
    padding-top: 5px;
    max-width: 100%;
}

.sub_cont_story_wrapper {
    float: right;
    width: 875px;
    padding-right: 60px;
    box-sizing: border-box;
}

.sub_cont_story_wrapper.no3.veblen {
    width: 840px;
}

.sub_cont_story_wrapper.no3 {
    float: right;
    width: 740px;
}

.sub_cont_story_wrapper_wide {
    float: right;
    width: 100%;
}

.sub_cont_story_wrapper .sub_cont_title {
    font-size: 20px;
    letter-spacing: -0.03em;
    padding-bottom: 15px;
    margin-bottom: 9px;
    /*	border-bottom:1px solid #c8c8c8;*/
    font-weight: 400;
}

.sub_cont_story {
    font-size: 15px;
    letter-spacing: -0.05em;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 0px 20px;
    word-break: keep-all;
}

.sub_cont_author {
    font-size: 13px;
    color: #2e276d;
    letter-spacing: -0.05em;
    font-weight: 400;
    text-align: right;
    padding-right: 10px;
}

.sub_cont_author.special {
    font-size: 17px;
    text-align: left;
    font-weight: 400;
    color: #000;
}

.sub_cont_author.special span {
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    width: 80px;
    height: 19px;
    position: relative;
    top: 4.5px;
}

.sub_cont_author span {
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #2e276d;
    margin: 0px 10px;
    position: relative;
    top: 1px;
}

.sub_cont_refer {
    text-align: left;
    font-size: 12px;
    letter-spacing: -0.05em
}

.sub_cont_story_table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.sub_cont_story_table tr {}

.sub_cont_story_table tr th {
    background: #d6a402;
    border-right: 1px solid #ddd;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
}

.sub_cont_story_table tr td {
    padding: 8px 15px;
    border-bottom: 1px solid #c8c8c8;
    border-right: 1px solid #ddd;
}

.sub_cont_story_table tr td:last-child {
    border-right: none;
}

.sub_cont_story_table tr td:first-child {
    text-align: center;
}

.blue_contents {
    margin-top: 20px;
    color: #257ecd;
}

.blue_hr {
    margin-top: 10px;
    content: '';
}

.blue_contents span {
    font-weight: 500;
}

.sub_cont_img p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px
}

.sub_cont_img .img_tit {
    font-size: 16px;
    margin: 15px 0 3px 0;
    font-weight: 500;
}

.info_img {
    text-align: center;
    margin: 0 0 30px 0;
    overflow: hidden;
}

.info_img .img_tit {
    font-size: 17px;
    font-weight: 500;
    margin: 60px 0 10px 0;
}

.info_img p {
    font-size: 16px;
    line-height: 22px;
}

.info_img div:nth-of-type(1) {
    margin: 0 4%;
}

.info_img div {
    width: 43%;
    float: left;
}

.info_img img {
    width: 480px;
}

.sub__title1 {
    font-size:14px;
    color: rgba(0, 100, 83, 1);
}

.sub__title2 {
    display: block;
    margin-right: 10px;
    color:rgba(0, 100, 83, 1);
    font-weight: 200;
    margin-bottom: 10px;
}

.grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.grid1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.grid1 .div1 { grid-area: 1 / 1 / 3 / 3; }
