@charset "UTF-8";

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
  
table,tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

input[type=button], input[type=text], input[type=image], input[type=submit], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

a {
    color: inherit;
    text-decoration: none;
}
  
a:active, a:hover {
    text-decoration: none;
}

caption,legend {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

input, select, textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-family: inherit;
    margin: 0;
    padding: 0;
}

input[type=submit], input[type=button], button, label {
    cursor: pointer;
}

@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; unicode-range: U+0020-007E; src: url(../fonts/Roboto-Thin.woff2) format("woff2"), url(../fonts/Roboto-Thin.woff) format("woff"), url(../fonts/Roboto-Thin.otf) format("opentype"); }

@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; unicode-range: U+0020-007E; src: url(../fonts/Roboto-Light.woff2) format("woff2"), url(../fonts/Roboto-Light.woff) format("woff"), url(../fonts/Roboto-Light.otf) format("opentype"); }

@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; unicode-range: U+0020-007E; src: url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular.otf) format("opentype"); }

@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; unicode-range: U+0020-007E; src: url(../fonts/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto-Medium.woff) format("woff"), url(../fonts/Roboto-Medium.otf) format("opentype"); }

@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; unicode-range: U+0020-007E; src: url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold.otf) format("opentype"); }

/* common */
body {
    width:100%;
    font-family: 'Roboto';
    font-weight:400;
    font-size:14px;
    color:#373737;
    line-height:1;
    height: 100%;
    min-height: 100vh;
}

body * {
    font-family: 'Roboto';
}

.blind {
    clip: rect(0 0 0 0);
    display: inline-block !important;
    height: 0px !important;
    left: 0px;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 0px !important;
}

.promo_main_wrap {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1000px;
    min-width: 1000px;
    padding: 47px 30px;
    width: 100%;
}

.promo_main_wrap section + section {
    margin-top: 50px;
}

.promo_top h1 {
    color: #373737;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 18px;
    text-align: center;
}

.promo_top h1 span {
    color: #2453A5 ;
}

.promo_top > p {
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.blue_box {
    background: #E3F2FF;
    border-radius: 20px;
    box-sizing: border-box;
}

.promo_top .blue_box {
    margin-top: 50px;
    padding: 28px 24px 25px;
}

.promo_main_wrap h2 {
    color: #373737;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 10px;
    padding-left: 12px;
    position: relative;
}

.promo_main_wrap h2::before {
    background: #5EA4E5;
    border-radius: 50%;
    content: '';
    height: 6px;
    position: absolute;
    left: 0;
    top: -2px;
    width: 6px;
}

.preview_txt {
    color: #373737;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}

.preview_txt > span {
    color: #2453A5;
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.preview_list {
    border: 1px dashed #1E71C1;
    border-radius: 20px;
    box-sizing: border-box;
    column-gap: 24px;
    display: flex;
    flex-direction: row;
    margin-top: 42px;
    padding: 29px 28px;
    position: relative;
}

.preview_list::before {
    background: url(../img/preview_top.png) center top no-repeat;
    content: '';
    height: 24px;
    left: 0;
    position: absolute;
    top: -25px;
    width: 100%;
}

.preview_list > li {
    flex: 1;
    flex-shrink: 0;
}

.preview_list .preview_tit {
    color: #2453A5;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

.img_wrap {
    font-size: 0;
}

.preview_list .img_wrap {
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.15);
    margin-top: 19px;
    overflow: hidden;
}

.preview_list .img_wrap > img {
    height: auto;
    width: 100%;
}

.app_info .app_wrap {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    padding-left: 10px;
}

.app_info .app_wrap .app_ico {
    align-items: center;
    column-gap: 7px;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    width: 40px;
}

.app_info .ico_wrap {
    height: 38px;
    width: 38px;
}

.app_info .ico_wrap.app_img {
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.app_info .ico_wrap img {
    height: 100%;
    width: 100%;
}










.dot_list {
    box-sizing: border-box;
    padding-left: 10px;
}

.dot_list > li {
    box-sizing: border-box;
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 21px;
    position: relative;
}

.dot_list > li::before {
    background: #000;
    border-radius: 50%;
    content: '';
    height: 3px;
    left: 9px;
    position: absolute;
    top: 10px;
    width: 3px;
}

.dot_list > li strong {
    color: #000;
}

.chg_info .blue_box {
    padding: 36px 42px;
}

.chg_info .thm_txt {
    color: #2453A5;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.theme_list {
    column-gap: 20px;
    display: flex;
    flex-direction: row;
}

.theme_list > li {
    flex: 1;
    flex-shrink: 0;
}

.theme_list .img_wrap {
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.15);
    overflow: hidden;
}

.theme_list .img_wrap > img {
    height: auto;
    width: 100%;
}

.chg_top_wrap {
    box-sizing: border-box;
    margin: 15px 0 50px;
    min-height: 320px;
    padding-left: 179px;
    position: relative;
}

.chg_top_wrap .top_cont {
    margin-bottom: 88px;
    padding-top: 17px;
}

.chg_top_wrap .top_cont .img_wrap {
    left: 8px;
    position: absolute;
    top: 0;
    width: 148px;
}

.chg_top_wrap .top_cont .img_wrap img {
    height: auto;
    width: 100%;
}

.chg_top_wrap .bottom_cont .cont_detail {
    box-sizing: border-box;
    column-gap: 13px;
    display: flex;
    flex-direction: row;
    margin-top: 18px;
    padding-left: 4px;
}

.chg_top_wrap .bottom_cont .cont_detail .dot_list {
    margin-top: 2px;
}

.chg_top_wrap .bottom_cont .img_wrap {
    width: 75px;
}

.chg_top_wrap .bottom_cont .img_wrap img {
    height: auto;
    width: 100%;
}

.arr_txt {
    box-sizing: border-box;
    color: #2453A5;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 23px;
}

.arr_txt.is_left {
    background: url(../img/ico_left.png) left top 2px no-repeat;
    background-size: 16px;
}

.arr_txt.is_bottom {
    background: url(../img/ico_bottom.png) left top 2px no-repeat;
    background-size: 16px;
}

.chg_bottom_wrap {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.chg_bottom_wrap > div {
    box-sizing: border-box;
    padding-right: 30px;
    width: 50%;
}

.chg_bottom_wrap .left_wrap .img_wrap {
    margin-top: 11px;
    width: 206px;
}

.chg_bottom_wrap .right_wrap {
    column-gap: 20px;
    display: flex;
    flex-direction: row;
}

.chg_bottom_wrap .right_wrap .img_wrap {
    flex-shrink: 0;
    width: 129px;
}

.chg_bottom_wrap .img_wrap img {
    height: auto;
    width: 100%;
}

.manual_info .manual_wrap {
    box-sizing: border-box;
    padding-left: 12px;
}

.manual_wrap .manual_txt {
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.manual_info .link_list {
    column-gap: 14px;
    display: flex;
    flex-direction: row;
    margin-top: 14px;
}

.manual_info .link_list a {
    background: #5EA4E5 url(../img/ico_down.png) center right 10px no-repeat;
    background-size: 16px;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 7px 32px 7px 15px;
}