@charset "UTF-8";
body {
    margin: 0;
    background-color: #44bac7;
    font-family: 'Noto Sans', sans-serif;
}
p,
ul {
    margin: 0;
    padding: 0;
}
.djsw_sp_only {
    display: none !important;
}
/* font */
.roboto {
    font-family: 'Roboto', sans-serif;
}
/* header */
.djsw_header {
    width: 100%;
    height: 78px;
    background-color: #fff;
    border-bottom: 2px solid #dcdcdc;
}
.djsw_header_inner {
    position: relative;
    margin: 0 auto;
    width: 1024px;
    height: 78px;
}
.djsw_logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    margin: auto;
    width: 224px;
    height: 34px;
    background-image: url(/wp-content/uploads/2017/10/ico_logo_01.png);
    background-size: 224px 34px;
}
.djsw_logo a {
    display: block;
    width: 222px;
    height: 34px;
}
.djsw_header p {
    position: absolute;
    bottom: 8px;
    right: 0;
    text-align: left;
    font-size: 11px;
    line-height: 11px;
    color: #999;
}
.djsw_img_alt {
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
/* tagline */
.djsw_tagline {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
}
/* wrapper */
.wrapper {
    margin: 0 auto;
    width: 1024px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
}
/* contents */
.djsw_contents {
    width: 960px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
}
/* link */
a {
    cursor: pointer;
}
/* menu */
.djsw_step_menu_box,
.djsw_step_menu_bar,
.djsw_step_menu_bar02 {
    display: table;
    table-layout: fixed;
    width: 960px;
    height: auto;
}
.djsw_step_menu_box a,
.djsw_step_menu_bar a,
.djsw_step_menu_bar02 a {
    color: #fff;
}
.djsw_step_menu_box {
    margin: 32px auto;
}
.djsw_step_menu_bar,
.djsw_step_menu_bar02 {
    margin: 32px auto;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-weight: bold;
}
.djsw_step_menu_bar {
    width: 100%;
}
.djsw_step_menu_bar02 {
    width: 40%;
}
.djsw_step_menu_li a {
    display: block;
}
.djsw_step_menu_bar .djsw_step_menu_li,
.djsw_step_menu_bar02 .djsw_step_menu_li {
    display: table-cell;
    border-right: 2px solid #fff;
}
.djsw_step_menu_box .djsw_step_menu_li {
    display: table-cell;
    border-right: 2px solid #fff;
    background-color: #ff5a5f;
}
.djsw_step_menu_box .djsw_step_menu_li:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.djsw_step_menu_box .djsw_step_menu_li:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: none;
}
.djsw_step_menu_box .djsw_icon {
    display: block;
    padding: 8px 0;
    width: inherit;
    max-width: 30px;
    height: auto;
    margin: 0 auto;
}
.djsw_step_menu_box p {
    padding-bottom: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
}
.djsw_step_menu_bar .djsw_icon,
.djsw_step_menu_bar02 .djsw_icon {
    padding: 0 0 8px;
    max-width: 26px;
    height: auto;
}
.djsw_info_title_center {
    margin: 40px auto 20px;
    text-align: center;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 3px;
}
.djsw_info_title_center strong {
    display: block;
    margin: 20px auto 0;
    font-size: 40px;
    line-height: 40px;
}
/* arrow */
.djsw_step_menu_bar li a,
.djsw_step_menu_bar02 li a {
    position: relative;
    display: block;
    margin-right: 23px;
    height: 80px;
    line-height: 26px;
    background-color: #ff5a5f;
}
.djsw_step_menu_bar li a::before,
.djsw_step_menu_bar li a::after,
.djsw_step_menu_bar02 li a::before,
.djsw_step_menu_bar02 li a::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 0 solid #ff5a5f;
    border-width: 40px 20px;
}
.djsw_step_menu_bar li a::before,
.djsw_step_menu_bar02 li a::before {
    left: -22px;
    border-left-color: transparent;
}
.djsw_step_menu_bar li a::after,
.djsw_step_menu_bar02 li a::after {
    left: 100%;
    border-color: transparent;
    border-left-color: #ff5a5f;
}
.djsw_step_menu_bar li:first-child a,
.djsw_step_menu_bar02 li:first-child a {
    padding-left: 8px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}
.djsw_step_menu_bar li:last-child a,
.djsw_step_menu_bar02 li:last-child a {
    padding-right: 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/* check */
.djsw_check_img {
    margin-right: 8px;
    width: initial;
    max-width: 40px;
    height: auto;
}
.djsw_title_check {
    display: inline-block;
    margin: 32px auto 0;
    padding: 0 24px 8px;
    text-align: left;
    font-size: 30px;
    line-height: 30px;
    border-bottom: 2px solid #fff05a;
}
/* box */
.djsw_first,
.djsw_campaign {
    margin: 0 auto;
    text-align: center;
}
.djsw_section_area {
    margin: 16px auto 0;
    border-radius: 6px;
}
.djsw_bg_orange {
    background-color: #fff7eb;
}
.djsw_bg_red {
    background-color: #ffeeef;
}
.djsw_bg_blue {
    background-color: #ecf8f9;
}
.djsw_bg_yellow {
    background-color: #fff7cc;
}
/* img */
img.djsw_width_pc_img {
    display: block;
    margin: 0 auto;
    max-width: 60%;
    height: auto;
}
.djsw_first_img,
.djsw_campaign_img {
    width: initial;
    max-width: 100%;
    height: auto;
}
.djsw_first_img {
    margin-top: 32px;
}
.djsw_info_img {
    display: block;
    margin: 0 auto;
    width: initial;
    max-width: 70%;
    height: auto;
}
/* txt */
.djsw_txt_red {
    color: #ff5a5f;
    font-weight: bold;
}
.djsw_txt {
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    line-height: 36px;
    color: #474747;
}
/* djsw_info_txt_border */
.djsw_info_txt_border {
    margin: 0 auto 32px;
    padding: 40px 24px;
    text-align: left;
    font-size: 20px;
    line-height: 36px;
    color: #474747;
    border-radius: 16px;
    border: 2px solid #fff05a;
}
.djsw_txt small,
.djsw_info_txt_border small,
.djsw_info_txt small {
    display: inline-block;
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}
.djsw_info_txt_border strong {
    margin-bottom: -30px;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
}
.djsw_txt_small {
    margin: 0 auto;
    padding: 16px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #474747;
}
/* djsw_info_txt */
.djsw_info_txt,
.djsw_info_txt_inner {
    margin: 20px auto 0;
    text-align: left;
    font-size: 20px;
    line-height: 36px;
    border-radius: 16px;
}
.djsw_info_txt {
    width: 100%;
}
/* step */
.djsw_step_area {
    letter-spacing: 2.5px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
}
.djsw_step_area i {
    margin-left: 10px;
    font-weight: bold;
    font-size: 40px;
    vertical-align: baseline;
}
.djsw_li_step {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 20px 10px;
    width: 140px;
    height: auto;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    background-color: #44bac7;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    vertical-align: baseline;
}
.djsw_li_step_txt {
    margin: 20px 0 40px 160px;
    display: inline-block;
    text-align: left;
    font-size: 20px;
    line-height: 36px;
}
.djsw_bg_red {
    background-color: #ffeeef;
}
/* app */
.djsw_app_area {
    margin: 16px auto 0;
    text-align: center;
}
.djsw_app_img {
    margin: 0 8px;
    width: initial;
    max-width: 160px;
    height: auto;
}
/* title */
.djsw_large_txt {
    margin: 0 8px;
    padding-bottom: 6px;
    font-size: 40px;
    border-bottom: 2px solid #44bac7;
}
.djsw_title_marker,
.djsw_title_marker02 {
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 50px;
    line-height: 0;
    border-bottom: 30px solid #fff05a;
}
.djsw_title_marker02 {
    margin: 56px auto 8px;
}
.djsw_title_center {
    margin: 32px auto 16px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}
.djsw_title_center span {
    display: inline-block;
    margin-bottom: 6px;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #ff5a5f;
}
.djsw_title_img {
    display: block;
    margin: 24px auto 0;
    width: initial;
    max-width: 520px;
    height: auto;
}
.djsw_title_center span {
    display: inline-block;
    margin-bottom: 6px;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #ff5a5f;
}
.djsw_title_line {
    margin: 64px auto 0;
    padding: 16px 0;
    text-align: center;
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.5px;
    background-color: #44bac7;
    border-radius: 8px;
}
.djsw_title_line strong {
    display: inline-block;
    margin: 0 10px;
    font-size: 70px;
    line-height: 70px;
}
/* djsw_step_point_area */
.djsw_step_point_area {
    margin: 0 auto 64px;
    padding: 20px;
    width: 80%;
    height: auto;
    background-color: #faf8f0;
    background-image: url(/wp-content/uploads/2017/10/step_bg.png);
    background-size: 140px;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 8px;
}
.djsw_step_point_area_inner {
    padding-right: 120px;
}
.djsw_step_point_title {
    margin: 0 auto 6px;
    padding: 14px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #44bac7;
    font-weight: bold;
}
.djsw_step_point_txt {
    font-size: 20px;
    line-height: 36px;
    text-align: left;
}
img.djsw_width_pc_img {
    display: block;
    margin: 0 auto;
    max-width: 60%;
    height: auto;
}
/* btn */
.djsw_btn_area {
    margin: 20px auto 64px;
    text-align: center;
}
.djsw_btn_area_margin_top {
    margin-top: 64px;
}
.djsw_btn_area_margin_bottom {
    margin-bottom: 64px;
}
.djsw_btn_area_margin {
    margin: 16px auto 4px;
}
.djsw_normal {
    font-size: 14px;
}
.djsw_large {
    font-size: 20px;
}
.btn-cmn-transform {
    width: 430px;
    font-size: 24px;
}
.btn-cmn-transform .btn-cmn-in {
    padding: 10px 20px;
}
.btn-cmn-yellow .btn-cmn-in {
    box-shadow: 0 5px 0 0 #cdaa00;
}
.djsw_work_list .btn-cmn-txt {
    font-size: 16px;
}
/* txtlink */
.djsw_txtlink {
    margin: 8px auto;
}
.djsw_txtlink a {
    display: block;
    padding: 8px 0;
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
/* step_list */
.djsw_step_list {
    margin: 24px auto;
    padding: 24px;
    width: 96%;
    height: auto;
    text-align: center;
    font-weight: bold;
}
.djsw_step_list li {
    font-size: 16px;
    line-height: 26px;
    color: #474747;
}
.djsw_step_font {
    margin-right: 8px;
    color: #ff5a5f;
    font-size: 30px;
    line-height: 30px;
}
.djsw_step_asterisk {
    margin: 0 8px 0 4px;
    font-size: 10px;
    color: #ff5a5f;
}
.djsw_step_list_arrow {
    margin: 24px auto;
    width: 0;
    border-color: #ff5a5f;
    border-style: solid;
    border-width: 30px;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
/* table */
.djsw_table {
    margin-bottom: 32px;
}
.djsw_table th,
.djsw_table td {
    padding: 16px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #474747;
    border: 1px solid #dcdcdc;
}
.djsw_table th {
    width: 20%;
    background-color: #faf8f0;
    vertical-align: middle;
}
.djsw_table td {
    width: 80%;
}
.djsw_table_number li,
.djsw_table_asterisk li {
    position: relative;
    margin: 0 0 8px 0;
    padding-left: 20px;
    list-style: none;
    list-style-position: outside;
}
.djsw_table_number li:last-child,
.djsw_table_asterisk li:last-child {
    margin: 0;
}
.djsw_table_number span,
.djsw_table_asterisk span {
    position: absolute;
    top : 0;
    left: 0;
    margin: 0;
}
.djsw_table_caution li {
    margin: 0 0 8px 16px;
    list-style-type: decimal;
    list-style-position: outside;
}
.djsw_table_caution li:last-child {
    margin: 0 0 0 16px;
}
/* work */
.djsw_accordion_area {
    margin: 32px auto 0;
}
.djsw_work_list {
    margin: 0 auto;
}
.djsw_work_list li {
    padding: 16px 16px 12px;
    border-left: 1px dashed #44bac7;
    border-bottom: 1px solid #44bac7;
    border-right: 1px dashed #44bac7;
}
.djsw_work_list li:last-child {
    border-bottom: 1px dashed #44bac7;
}
.djsw_work_title {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #44bac7;
}
.djsw_work_title small {
    margin: 0 8px;
    font-size: 12px;
    line-height: 12px;
}
.djsw_list_img {
    float: left;
    display: block;
    margin: 16px 0 0 16px;
    width: inherit;
    max-width: 80px;
    height: auto;
}
.djsw_work_txt {
    float: left;
    margin-bottom: 16px;
    padding-left: 24px;
    width: 830px;
    height: auto;
    font-size: 16px;
    line-height: 32px;
    color: #474747;
}
.djsw_work_txt span {
    font-weight: bold;
    font-size: 12px;
}
/* accordion */
.accordion input {
    display: none;
}
.accordion label {
    position: relative;
    display: block;
    padding: 16px 0 8px 16px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}
.accordion label::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.accordion_box {
    max-height: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.accordion input:checked + label::after {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion input:checked ~ div {
    max-height: 1000px;
}
.djsw_dmarket_sub_title {
    margin: 32px 8px 20px 80px;
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
.djsw_dmarket_sub_title img {
    margin-right: 5px;
    width: 222px;
    height: 50px;
    vertical-align: 0;
}
/* footer */
.footer-order {
    padding: 16px 0 20px;
    background-color: rgba(255,255,255,0.7);
}
.djsw_footer {
    margin-bottom: 94px;
    padding: 32px 0;
    width: 100%;
    height: auto;
    background-color: #333;
}
.djsw_copy {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}
/* scroll_top */
.topBtn {
    position: fixed;
    bottom: 126px;
    right: 20px;
    display: block;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 22px;
    border-radius: 30px;
    padding-top: 30px;
    box-sizing: border-box;
}
.topBtn::before {
    content:'\25B2';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.topBtn::hover {
    opacity: 0.7;
}
/* menu */
.cat-nav-fix {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    margin: -32px auto 0;
    padding: 0;
    width: 100%;
    height: 88px;
    background-color: #ff5a5f;
    transition: margin-top .6s;
}
.cat-nav-fix + .djsw_txt {
    margin-top: 132px;
}
.cat-nav-fix .djsw_step_menu_box {
    width: 1024px;
}
.cat-nav-fix .djsw_step_menu_li:first-child {
    border-left: 2px solid #fff;
    border-radius: 0;
}
.cat-nav-fix .djsw_step_menu_li:last-child {
    border-right: 2px solid #fff;
    border-radius: 0;
}
.cat-nav-fix .djsw_step_menu_li p {
    font-size: 12px;
    line-height: 12px;
}
.cat-nav-fix .djsw_icon {
    display: block;
    padding: 8px 0;
    width: inherit;
    max-width: 20px;
    height: auto;
}
#menu_01,
#menu_02,
#menu_03,
#menu_04 {
    padding-top: 112px;
    margin-top: -112px;
}
#menu_01.djsw_title_marker,
#menu_02.djsw_title_marker,
#menu_03.djsw_title_marker,
#menu_04.djsw_title_marker {
    margin-top: -56px;
}
