@charset "utf-8";

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
    display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    font-feature-settings: 'palt';
    -webkit-text-size-adjust: none;
}
@media (max-width: 767px) {
    body {
        font-size: 10px;
    }
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
input,
a,
textarea,
select,
span,
nav,
section,
header {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input,
textarea {
    margin: 0;
    font-size: 100%;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
}
label {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
fieldset,
img {
    border: 0;
}
img {
    vertical-align: top;
    max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}
q:after,
q:before {
    content: '';
}
a,
input {
    /* outline: none; */
}
abbr,
acronym {
    border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
    display: block;
    min-height: 1%;
}
.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
    /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html {
    overflow-y: scroll;
}
body {
}
@media print {
    html,
    html body {
        *zoom: 0.65;
    }
}

/* link
------------------------------------------------ */
a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s !important;
    -moz-transition: all 0.3s !important; /* Firefox */
    -webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

a:hover {
    opacity: 0.5;
}

.op,
.op a,
.op img,
.op input {
    -webkit-transition: opacity 0.8s ease-out;
    -moz-transition: opacity 0.8s ease-out;
    -ms-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); /* IE lt 8 */
    -ms-filter: 'alpha(opacity=50)'; /* IE 8 */
    -webkit-transition: opacity 0.8s ease-out;
    -moz-transition: opacity 0.8s ease-out;
    -ms-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
@media (max-width: 767px) {
    a:hover {
        opacity: 1;
    }
    .op:hover,
    .op a:hover,
    .op:hover img,
    .op:hover input {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100); /* IE lt 8 */
        -ms-filter: 'alpha(opacity=100)'; /* IE 8 */
    }
}

/* !fs
------------------------------------------------ */
.visible-pc {
    display: block !important;
}
.visible-tab {
    display: none !important;
}
.visible-ts {
    display: none !important;
}
.visible-pc-only {
    display: block !important;
}

@media (max-width: 1024px) {
    .visible-tab {
        display: block !important;
    }
    .visible-pc-only {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .visible-pc {
        display: none !important;
    }
    .visible-ts {
        display: block !important;
    }
}

/* !fonts
------------------------------------------------ */
.fwb {
    font-weight: 600;
}
.fwm {
    font-weight: 500;
}

.vat {
    vertical-align: top !important;
}
.vam {
    vertical-align: middle !important;
}
.tal {
    text-align: left !important;
}
.tac {
    text-align: center !important;
}
.tar {
    text-align: right !important;
}

/* !fc
------------------------------------------------ */

/* html
----------------------------------------------- */
html.html-lock {
}

/* wrapper
----------------------------------------------- */
#wrapper {
    overflow: hidden;
}

.inner {
    max-width: 1036px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* teaser
----------------------------------------------- */
.teaser {
    background-image: url('../img/bg_teaser.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 20px;
    font-feature-settings: normal;
}
.teaser .teaser_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
}
.teaser .teaser_cont {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    gap: 10px;
}
.teaser .teaser_hd {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.25;
}
.teaser .teaser_txt {
    font-size: min(33px, 2.54vw);
    line-height: 1.5;
    font-weight: 700;
    text-indent: -1em;
    padding-left: 1em;
}
.teaser .teaser_type {
    border-left: 2px #fff solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0 10px 20px;
    flex-shrink: 0;
    gap: 10px;
}
.teaser .teaser_type .type_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.2;
    gap: 15px;
}
.teaser .teaser_type .type_ico {
    width: 65px;
}
.teaser .teaser_type .type_tit {
    font-size: 17px;
}
.teaser .teaser_type .type_txt {
    font-size: 36px;
}

@media (max-width: 1024px) {
    .teaser .teaser_hd {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    .teaser {
        background-image: url('../img/bg_teaser_sp.jpg');
    }
    .teaser .teaser_inner {
        padding: 10px 0;
        gap: 0;
    }
    .teaser .teaser_cont {
        padding: 0;
        gap: 5px;
    }
    .teaser .teaser_hd {
        font-size: min(29px, 7.74vw);
    }
    .teaser .teaser_txt {
        font-size: min(14px, 3.74vw);
        line-height: 1.2;
    }
    .teaser .teaser_type {
        display: none;
    }
}

/* H
----------------------------------------------- */

/* DTS case
----------------------------------------------- */
.dtscase_imple {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px 20px;
}
.dtscase_imple .imple_tit {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}
.dtscase_imple .imple_cont {
    background: #1e60bb;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

@media (max-width: 767px) {
    .dtscase_imple {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 20px;
    }
    .dtscase_imple .imple_tit {
        font-size: 10px;
    }
    .dtscase_imple .imple_cont {
        padding: 5px 15px;
        font-size: 13px;
    }
}

.dtscase_main {
    background: rgba(0, 0, 0, 0.05);
    font-feature-settings: normal;
}
.dtscase_main .main_box {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.dtscase_main .main_box .main_img {
    width: 49%;
}
.dtscase_main .main_box .main_in {
    padding: 0 0 0 5.8%;
    width: 51%;
}
.dtscase_main .main_box .main_intro {
    display: flex;
    align-items: center;
    margin: 0 0 35px;
}
.dtscase_main .main_box .main_logo {
    width: 157px;
}
.dtscase_main .main_box .main_intro .intro_type {
    display: none;
}
.dtscase_main .main_box .main_intro .intro_tit {
}
.dtscase_main .main_box .main_intro .intro_txt {
}
.dtscase_main .main_box .main_intro .intro_ico {
}
.dtscase_main .main_box .main_name {
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: 700;
}
.dtscase_main .main_box .main_message {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.dtscase_main .main_box .main_message li {
    display: flex;
    align-items: stretch;
    font-size: 14px;
    line-height: 1.43;
}
.dtscase_main .main_box .main_message .message_tit {
    width: 90px;
    flex-shrink: 0;
    font-weight: 700;
}
.dtscase_main .main_box .main_message .message_txt {
}
@media (max-width: 1024px) {
    .dtscase_main .main_box {
        display: block;
    }
    .dtscase_main .main_box .main_img {
        width: 100%;
    }
    .dtscase_main .main_box .main_img img {
        width: 100%;
    }
    .dtscase_main .main_box .main_in {
        padding: 40px;
        width: auto;
    }
}
@media (max-width: 767px) {
    .dtscase_main .main_box .main_in {
        padding: 20px 20px 20px 40px;
    }
    .dtscase_main .main_box .main_intro {
        margin: 0 0 20px;
        justify-content: space-between;
    }
    .dtscase_main .main_box .main_logo {
        width: 100px;
    }
    .dtscase_main .main_box .main_intro .intro_type {
        display: flex;
        align-items: center;
        padding: 5px 0 5px 10px;
        border-left: 1px #000 solid;
        font-weight: 700;
        flex-shrink: 0;
    }
    .dtscase_main .main_box .main_intro .intro_tit {
        font-size: 10px;
    }
    .dtscase_main .main_box .main_intro .intro_txt {
        font-size: 18px;
        margin: 0 5px 0 10px;
    }
    .dtscase_main .main_box .main_intro .intro_ico {
        width: 26px;
        margin: 5px 0 0;
    }
    .dtscase_main .main_box .main_name {
        margin: 0 0 5px;
        font-size: 13px;
    }
    .dtscase_main .main_box .main_message {
        gap: 5px;
    }
    .dtscase_main .main_box .main_message li {
        font-size: 10px;
    }
    .dtscase_main .main_box .main_message .message_tit {
        width: 55px;
    }
}

.dtscase_compare {
    padding: 35px 20px 85px;
    max-width: 1240px;
    margin: 0 auto;
}
.dtscase_compare .compare_det {
    font-size: 18px;
    font-weight: 700;
    line-height: 2.33;
    margin: 0 0 60px;
}
.dtscase_compare .compare_box {
    display: flex;
    align-items: stretch;
    gap: 26px;
}
.dtscase_compare .compare_item {
    width: calc((100% - 26px) / 2);
    position: relative;
}
.dtscase_compare .compare_item .item_tit {
    line-height: 1;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 20px;
}
.dtscase_compare .compare_item .item_list li + li {
    margin: min(10px, 0.8vw) 0 0;
}
.dtscase_compare .compare_item .item_list li {
    font-size: min(18px, 1.44vw);
    font-feature-settings: 'palt';
    line-height: 1.66;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    padding: 0 0 0 25px;
}
.dtscase_compare .compare_item .item_list li:before {
    position: absolute;
    content: '';
    width: min(11px, 0.88vw);
    height: min(11px, 0.88vw);
    top: min(10px, 0.8vw);
    left: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 0;
}
.dtscase_compare .compare_item .item_eng {
    position: absolute;
    top: 0;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
}
.dtscase_compare .compare_bg img {
    width: 100%;
}
.dtscase_compare .compare_asis {
    position: relative;
}
.dtscase_compare .compare_asis .asis_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px 60px 10px 15px;
    z-index: 1;
}
.dtscase_compare .compare_asis .item_eng {
    right: 70px;
    color: rgba(0, 0, 0, 0.15);
}
.dtscase_compare .compare_tobe {
    position: relative;
}
.dtscase_compare .compare_asis .item_list li {
    padding: 0 0 0 35px;
}
.dtscase_compare .compare_asis .item_list li:before {
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
}
.dtscase_compare .compare_tobe .tobe_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px 20px 10px;
    z-index: 1;
}
.dtscase_compare .compare_tobe .item_tit {
    color: #1e60bb;
}
.dtscase_compare .compare_tobe .item_eng {
    right: 20px;
    color: rgba(30, 96, 187, 0.15);
}
.dtscase_compare .compare_tobe .item_list li:before {
    background: #1e60bb;
}
@media (max-width: 1024px) {
    .dtscase_compare .compare_box {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .dtscase_compare .compare_item {
        width: 630px;
        max-width: 100%;
    }
    .dtscase_compare .compare_asis .item_eng {
        right: 20px;
    }
    .dtscase_compare .compare_item .item_list li + li {
        margin: 10px 0 0;
    }
    .dtscase_compare .compare_item .item_list li {
        font-size: 18px;
    }
    .dtscase_compare .compare_item .item_list li:before {
        width: 11px;
        height: 11px;
        top: 10px;
    }
    .dtscase_compare .compare_asis .asis_box {
        padding: 15px 20px 10px;
    }
}
@media (max-width: 767px) {
    .dtscase_compare {
        padding: 30px 20px 50px;
    }
    .dtscase_compare .compare_det {
        font-size: 12px;
        font-weight: 600;
        line-height: 2;
        margin: 0 0 25px;
    }
    .dtscase_compare .compare_item .item_tit {
        font-size: 12px;
        margin: 0 0 10px;
    }
    .dtscase_compare .compare_item .item_list li {
        font-size: min(11px, 2.94vw);
        line-height: 1.45;
        padding: 0 0 0 20px;
    }
    .dtscase_compare .compare_item .item_list li:before {
        width: 6px;
        height: 6px;
        top: 5px;
        left: 7px;
    }
    .dtscase_compare .compare_item .item_eng {
        font-size: 28px;
    }
    .dtscase_compare .compare_item .item_list li + li {
        margin: 5px 0 0;
    }
    .dtscase_compare .compare_asis {
        position: relative;
    }
    .dtscase_compare .compare_asis .asis_box {
        padding: 10px 10px 10px 6px;
    }
    .dtscase_compare .compare_asis .item_eng {
        right: 10px;
    }
    .dtscase_compare .compare_asis .item_list li {
        padding: 0 0 0 20px;
    }
    .dtscase_compare .compare_asis .item_list li:before {
        left: 7px;
    }
    .dtscase_compare .compare_tobe .tobe_box {
        padding: 10px 10px 10px 6px;
    }
    .dtscase_compare .compare_tobe .item_eng {
        right: 10px;
    }
    .dtscase_compare .compare_box {
        gap: 10px;
    }
    .dtscase_compare .compare_item {
        width: 340px;
    }
}

.dtscase_block {
    padding: 0 0 90px;
}
.dtscase_block .dtscase_item + .dtscase_item {
    margin: 170px 0 0;
}
.dtscase_hdl {
    background: -moz-linear-gradient(left, #1e60bb, #1eade7);
    background: -webkit-gradient(linear, left, from(#1e60bb), to(#1eade7));
    background: -webkit-linear-gradient(left, #1e60bb, #1eade7);
    text-align: center;
    padding: 5px 10px;
    font-size: 25px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}
.dtscase_det {
    text-align: center;
    margin: 0 0 25px;
    line-height: 1.375;
    font-size: 32px;
    font-weight: 700;
}
.fc_blue {
    color: #1e60bb;
}
@media (max-width: 767px) {
    .dtscase_block {
        padding: 0 0 45px;
    }
    .dtscase_block .dtscase_item + .dtscase_item {
        margin: 50px 0 0;
    }
    .dtscase_hdl {
        font-size: 13px;
        margin: 0 0 10px;
    }
    .dtscase_det {
        margin: 0 0 15px;
        font-size: 17px;
    }
}

.dtscase_block .dtscase_cont {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.dtscase_block .dtscase_txt {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.02em;
}
.dtscase_block .dtscase_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 55px;
}
.dtscase_block .dtscase_flex .flex_in {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.dtscase_block .dtscase_flex .flex_pic {
    width: 282px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.dtscase_block .dtscase_flex .flex_pic_pc {
}
.dtscase_block .dtscase_flex .flex_pic_sp {
    display: none;
}
.dtscase_block .dtscase_flex .flex_img {
}
.dtscase_block .dtscase_flex .flex_cap {
    font-size: 13px;
    line-height: 1.38;
}
.dtscase_block .dtscase_flex .flex_cap .cap_lar {
    font-size: 16px;
}
.dtscase_block .dtscase_fggs {
    margin: 20px 0 30px;
    padding: 10px 25px 15px;
    background: rgba(30, 96, 187, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.dtscase_block .dtscase_fggs .fggs_tit {
    text-align: center;
    font-size: 20px;
    color: #0d1e81;
    font-weight: 700;
}
.dtscase_block .dtscase_fggs .fggs_det {
    text-align: center;
    margin: 0 0 25px;
    font-size: 16px;
}
.dtscase_block .dtscase_fggs .fggs_cont {
    display: flex;
    padding: 0 35px;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}
.dtscase_block .dtscase_fggs .fggs_cont li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.dtscase_block .dtscase_fggs .fggs_img img {
    width: 344px;
}
.dtscase_block .dtscase_fggs .fggs_name {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.dtscase_block .dtscase_fggs .fggs_note {
    background: #fff;
    margin: 25px 0 0;
    padding: 5px 10px;
    text-align: center;
    color: #17448e;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.dtscase_block .dtscase_flow {
    padding: 45px 20px 35px;
    margin: 20px 0 0;
    background: rgba(30, 96, 187, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.dtscase_block .dtscase_flow .flow_inner {
    text-align: center;
}
.dtscase_block .dtscase_flow .flow_inner img {
    width: 922px;
}
.dtscase_partner {
    margin: 140px 0 0;
    padding: 0 20px;
}
.dtscase_partner .partner_box {
    max-width: 1200px;
    margin: 0 auto;
    border: 2px #c8113d solid;
    padding: 25px 30px 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.dtscase_partner .partner_tit {
    text-align: center;
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 700;
    color: #c8113d;
    letter-spacing: 0.02em;
}
.dtscase_partner .partner_txt {
    line-height: 2;
}
@media (max-width: 1024px) {
    .dtscase_block .dtscase_flex {
        gap: 30px;
    }
}
@media (max-width: 767px) {
    .dtscase_block .dtscase_cont {
        display: flex;
        flex-direction: column;
        gap: 2em;
    }
    .dtscase_block .dtscase_txt {
        width: 100%;
        font-size: 12px;
    }
    .dtscase_block .dtscase_flex {
        flex-direction: column;
        align-items: center;
        gap: 2em;
    }
    .dtscase_block .dtscase_flex .flex_in {
        align-items: center;
    }
    .dtscase_block .dtscase_flex .flex_pic {
        width: 141px;
        gap: 5px;
    }
    .dtscase_block .dtscase_flex .flex_pic_pc {
        display: none;
    }
    .dtscase_block .dtscase_flex .flex_pic_sp {
        display: flex;
    }
    .dtscase_block .dtscase_flex .flex_cap {
        font-size: 8px;
    }
    .dtscase_block .dtscase_flex .flex_cap .cap_lar {
        font-size: 10px;
    }
    .dtscase_block .dtscase_fggs {
        margin: 0 0 20px;
        padding: 15px 20px 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }
    .dtscase_block .dtscase_fggs .fggs_tit {
        font-size: 12px;
    }
    .dtscase_block .dtscase_fggs .fggs_det {
        margin: 0 0 15px;
        font-size: 10px;
    }
    .dtscase_block .dtscase_fggs .fggs_cont {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .dtscase_block .dtscase_fggs .fggs_cont li {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    .dtscase_block .dtscase_fggs .fggs_img img {
        width: 172px;
    }
    .dtscase_block .dtscase_fggs .fggs_name {
        font-size: 10px;
    }
    .dtscase_block .dtscase_fggs .fggs_note {
        margin: 15px 15px 0;
        padding: 5px 10px;
        font-size: 10px;
        line-height: 1.4;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }
    .dtscase_block .dtscase_flow {
        padding: 15px 30px 10px;
        margin: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }
    .dtscase_block .dtscase_flow .flow_inner {
        overflow-x: scroll;
    }
    .dtscase_block .dtscase_flow .flow_inner img {
        width: 540px;
        max-width: none;
    }
    .dtscase_partner {
        margin: 50px 0 0;
    }
    .dtscase_partner .partner_box {
        border: 1px #c8113d solid;
        padding: 15px 10px 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }
    .dtscase_partner .partner_tit {
        font-size: 12px;
        margin: 0 0 10px;
    }
}

/* 
----------------------------------------------- */
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
}

/* Additional adjustments */
body {
    letter-spacing: 0;
}
.teaser {
    padding-top: 60px;
}
