@charset "utf-8";

body {
    min-width: 320px;
    background: #fff;
    color: #000;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 12px;
    line-height: 1.4;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out 0s;
    transition: color .3s ease-in-out 0s
}

.chat-window a {
    color: #2962ff;
    text-decoration: underline
}

a:active,
a:focus {
    outline: none
}

img {
    width: 100%;
    height: auto
}

.pc {
    display: none !important
}

#header {
    position: relative;
    background: #fff
}

#header .tagline {
    display: none
}

#header .logo {
    position: relative;
    height: 60px
}

#header .logo a {
    display: block
}

#header .logo span {
    display: block;
    position: absolute;
    top: 43px;
    left: 15px;
    color: #666;
    font-size: 10px
}

#header .logo img,
#header .logo svg {
    display: block;
    position: absolute;
    top: 6px;
    left: 12px;
    width: 134px;
    height: auto
}

#header .login {
    position: absolute;
    top: 0;
    right: 0
}

#header .login ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#header .login ul li {
    width: 60px
}

#header .login ul li a {
    display: block;
    width: 60px;
    height: 60px;
    background: #ffaa25;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center
}

#header .login ul li:first-child a {
    padding-top: 23px;
    -webkit-box-shadow: inset -1px 0 0 rgba(255, 255, 255, .2);
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, .2)
}

#header .login ul li:last-child a {
    padding-top: 16px;
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
    text-shadow: none
}

#header .login ul li a.h23 {
    padding-top: 23px
}

#header .toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding-top: 40px;
    background: #ffaa25;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    text-align: center;
    cursor: pointer
}

#header .toggle.active {
    background: #999
}

#header .toggle span {
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
    left: 0;
    width: 20px;
    height: 4px;
    margin: auto;
    background: #fff
}

#header .toggle span:before,
#header .toggle span:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 4px;
    background: #fff
}

#header .toggle span:before {
    margin-top: -10px
}

#header .toggle span:after {
    margin-top: 6px
}

#header .toggle.active span {
    background: 0 0;
    box-shadow: none
}

#header .toggle.active span:before,
#header .toggle.active span:after {
    margin-top: -2px
}

#header .toggle.active span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#header .toggle.active span:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#header .sp-menu ul {
    display: none;
    position: relative
}

#header .sp-menu ul li a {
    display: block;
    position: relative;
    height: 40px;
    padding: 0 10px;
    background: #fff;
    border-top: 1px solid #e6decc;
    color: #6b5427;
    font-weight: 700;
    line-height: 40px
}

#header .sp-menu ul li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #ffaa25;
    border-right: 2px solid #ffaa25;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#header .sp-menu ul li.close {
    display: block;
    height: 40px;
    padding: 0 10px;
    background: #999;
    border-bottom: 1px solid #e6decc;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

#header .logout {
    display: none
}

#header .utility {
    display: none
}

#content {
    padding-top: 10px;
    background: url(/skin/assets/img/common/bg_body_01.png) repeat-x center 0
}

#content .box {
    display: block;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1px rgba(0, 0, 0, .2)
}

#content header h1 {
    color: #07789a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center
}

#content aside h1 {
    margin-bottom: 10px;
    color: #6b5427;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center
}

#content .push {
    padding-bottom: 10px
}

#content .push header h1 {
    position: relative;
    height: 35px;
    background: #ffaa25;
    border-radius: 3px 3px 0 0;
    color: #fff;
    line-height: 35px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}

#content .push header p {
    padding: 10px;
    text-align: center
}

#content .push header p em {
    color: #e4a400
}

#content .push .slider {
    position: relative;
    width: 100%;
    min-height: 85px;
    overflow: hidden
}

#content .shopping {
    margin-bottom: 45px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2)
}

#content .shopping_title {
    padding: 5px;
    text-align: center;
    background-color: #30c0df;
    border-radius: 3px 3px 0 0
}

#content .shopping_title img {
    width: 260px
}

#content .shopping_content {
    background-color: #f8efdc;
    height: 77px;
    border-radius: 0 0 3px 3px
}

#content .brand_all {
    padding: 5px
}

#content .brand_all:after {
    content: "";
    clear: both;
    display: block
}

#content .brand_logo {
    width: 30%;
    height: 27px;
    margin: 3px 4px;
    float: left;
    background-color: #fff;
    text-align: center;
    display: flex
}

#content .brand_logo img {
    object-fit: contain;
    align-items: center;
    padding: 4px
}

#content .otoku {
    margin-top: 40px
}

#content .otoku header h1 {
    position: absolute;
    top: -30px
}

#content .otoku dl dt {
    position: relative;
    height: 30px;
    background: #e4a400;
    border-radius: 0 0 3px 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}

#content .otoku dl dt sup {
    bottom: .15em;
    font-size: 12px
}

#content .otoku dl dd {
    padding: 5px
}

#content .otoku ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#content .otoku ul li {
    width: 33.33%;
    padding: 5px
}

#content .otoku ul li a {
    display: block
}

#content .otoku ul li img {
    display: block;
    margin-bottom: 5px
}

#content .app {
    margin-top: 40px
}

#content .app header h1 {
    position: absolute;
    top: -30px
}

#content .app dl dt {
    position: relative;
    height: 35px;
    background: #00d0e4;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}

#content .app dl dt img {
    width: auto;
    vertical-align: middle;
    margin: 0 10px 4px
}

#content .app span {
    font-size: 14px !important
}

#content .app dl dt sup {
    color: #06773d;
    bottom: .15em;
    font-size: 12px
}

#content .app dl dd {
    background-color: #f8f5ef;
    border: 1px solid #e6decc;
    padding: 5px;
    background-image: url(/_new_design/skin/smpv2/images/smp/bg_app.png);
    background-repeat: no-repeat;
    background-position: center bottom -115px;
    overflow: hidden;
    background-size: 290%
}

#content .app_title {
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 10px;
    height: 26px;
    overflow: hidden
}

#content .app_title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

#content .app ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#content .app ul li {
    width: 33.33%;
    padding: 5px;
    text-align: center
}

#content .app ul li a {
    display: block
}

#content .app_requirement {
    background-color: #f7eae4;
    border: solid 1px #df8693;
    border-radius: 3px;
    text-align: center;
    margin: 5px auto;
    font-size: 10px;
    height: 35px;
    padding: 3px;
    display: table;
    width: 100%
}

#content .app_requirement p {
    display: table-cell;
    vertical-align: middle
}

#content .app_more {
    margin: 10px auto 5px;
    width: 100px;
    padding: 3px;
    text-align: center;
    background-color: #f3efe2;
    border: solid 1px #d3c9ad;
    border-radius: 3px
}

#content .category {
    margin-top: 40px
}

#content .category header h1 {
    position: absolute;
    top: -30px
}

#content .category ul {
    padding: 5px
}

#content .category ul li {
    float: left;
    width: 50%;
    padding: 5px
}

#content .category ul li a {
    display: block;
    width: 100%;
    padding: 10px;
    background: #f8f5ef;
    border: 1px solid #e6decc;
    border-radius: 3px;
    text-align: center
}

#content .category ul li h2 {
    margin-bottom: 5px;
    font-weight: 700
}

#content .category ul li figure {
    display: none
}

#content .category ul li p {
    text-align: left
}

#content .popular {
    margin-top: 40px
}

#content .popular header h1 {
    position: absolute;
    top: -30px
}

#content .popular dl dt {
    position: relative;
    height: 35px;
    background: #ffaa25;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}

#content .popular dl dd {
    padding: 5px
}

#content .popular ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

#content .popular ul li {
    position: relative;
    width: 33.33%;
    padding: 5px
}

#content .popular ul li a {
    display: block
}

#content .popular ul li img {
    display: block;
    margin-bottom: 5px
}

#content .popular ul li strong {
    display: block;
    color: #ffaa25;
    font-weight: 700
}

#content .mointor {
    margin-top: 40px
}

#content .mointor header h1 {
    position: absolute;
    top: -30px
}

#content .mointor .search {
    padding: 5px 10px
}

#content .mointor .search ul li {
    width: 100%;
    padding: 5px 0
}

#content .mointor select {
    height: 30px;
    margin: 0 10px;
    border: 1px solid #e6decc;
    border-radius: 0;
    vertical-align: baseline
}

#content .mointor input[type=text] {
    width: 80%;
    height: 30px;
    margin: 0;
    padding: 5px;
    border: 1px solid #e6decc;
    border-right: none;
    border-radius: 0;
    line-height: 30px;
    vertical-align: top;
    -webkit-appearance: none
}

#content .mointor input[type=submit] {
    display: inline-block;
    position: relative;
    width: 20%;
    height: 30px;
    background: #ffaa25;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    cursor: pointer;
    -webkit-appearance: none
}

#content .mointor .search-result {
    padding: 10px;
    border-bottom: 1px solid #e6decc;
    line-height: 1
}

#content .mointor .entry {
    border-bottom: 1px solid #e6decc
}

#content .mointor .entry a {
    display: block;
    position: relative;
    min-height: 105px
}

#content .mointor .entry a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: auto;
    margin: auto;
    background: #ffaa25
}

#content .mointor .entry a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#content .mointor .entry figure {
    float: left;
    width: 95px;
    padding: 10px 0 10px 10px
}

#content .mointor .entry figure img {
    width: 85px;
    height: 85px
}

#content .mointor .entry .summary {
    position: relative;
    min-height: 105px;
    margin-right: 25px;
    padding: 10px 0 10px 10px;
    overflow: hidden
}

#content .mointor .entry .summary .tag {
    display: block;
    height: 12px;
    font-size: 10px;
    line-height: 1;
    overflow: hidden
}

#content .mointor .entry .summary .title {
    height: 35px;
    font-weight: 700;
    overflow: hidden
}

#content .mointor .entry .summary .text {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 20px;
    padding: 5px;
    background: #fbf4ed;
    font-size: 10px;
    line-height: 1;
    overflow: hidden
}

#content .mointor .entry .price1 {
    position: absolute;
    left: 105px;
    bottom: 33px;
    color: red;
    font-weight: 700
}

#content .mointor .entry .price2,
#content .mointor .entry .price3 {
    display: none
}

#content .mointor .pager {
    margin: 0 auto;
    padding: 15px 0;
    text-align: center
}

#content .mointor .pager a {
    display: inline-block;
    min-width: 25px;
    height: 25px;
    margin: 0 1px;
    background: #d5c9aa;
    line-height: 25px
}

#content .mointor .pager .prev,
#content .mointor .pager .next {
    width: 50px;
    height: 25px
}

#content .mointor .pager .select {
    background: #f0efe8;
    color: #666
}

#content .members {
    display: none
}

#content .members-info {
    margin: 10px
}

#content .members-info .welcome {
    padding: 8px 0;
    font-size: 12px;
    text-align: center
}

#content .members-info .message {
    padding: 10px;
    border-top: 1px solid #e6decc
}

#content .members-info .message h2 {
    padding: 3px 0;
    background: #ffaa25;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

#content .members-info .message .link {
    padding: 8px 0;
    text-align: center
}

#content .members-info .message a {
    text-decoration: underline
}

#content .members-info .message .notice {
    margin-left: 1em;
    font-size: 10px;
    text-indent: -1em
}

#content .members-info .mymenu {
    padding: 10px;
    border-top: 1px solid #e6decc
}

#content .members-info .mymenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: -5px -5px 5px
}

#content .members-info .mymenu ul li {
    width: 33.33%;
    padding: 5px;
    font-size: 10px;
    text-align: center
}

#content .members-info .mymenu ul li figure {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    padding: 14px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefd), to(#f3ebd8));
    background: -webkit-linear-gradient(top, #fefefd, #f3ebd8);
    background: linear-gradient(to bottom, #fefefd, #f3ebd8);
    background-color: #f3ebd8;
    border: 1px solid #e6decc;
    border-radius: 3px
}

#content .members-info .mymenu table {
    width: 100%;
    border-right: 2px solid #e4a400;
    border-bottom: 2px solid #e4a400
}

#content .members-info .mymenu table th {
    width: 50%;
    padding: 2px;
    background: #e4a400;
    border-top: 2px solid #e4a400;
    border-left: 2px solid #e4a400;
    color: #fff;
    font-weight: 700
}

#content .members-info .mymenu table td {
    width: 50%;
    padding: 8px 0;
    border-top: 2px solid #e4a400;
    border-left: 2px solid #e4a400;
    font-size: 16px;
    text-align: center
}

#content .members-info .action {
    padding: 10px;
    border-top: 1px solid #e6decc
}

#content .members-info .action h2 {
    padding: 3px 0;
    background: #ffaa25;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

#content .members-info .action .link {
    padding: 8px 0;
    text-align: center
}

#content .members-info .action .check {
    margin-bottom: 11px;
    text-align: center
}

#content .members-info .action .check dt {
    padding: 3px 0;
    background: #d90000;
    color: #fff
}

#content .members-info .action .check dd {
    padding: 5px 0;
    border: 1px solid #d90000;
    border-top: none
}

#content .members-info .action .link a,
#content .members-info .action .check a {
    text-decoration: underline
}

#content .members-info .action .next-action a {
    display: block;
    margin-top: -1px;
    border: 1px solid #d90000
}

#content .members-info .action .next-action dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px
}

#content .members-info .action .next-action dl dt {
    position: relative;
    width: 60px;
    height: 36px;
    margin-right: 10px;
    padding-top: 4px;
    background: #d90000;
    color: #fff;
    font-size: 10px;
    text-align: center
}

#content .members-info .action .next-action dl dt:after {
    content: '';
    position: absolute;
    top: 0;
    left: 60px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 5px solid #d90000
}

#content .members-info .action .next-action dl dd {
    width: 170px;
    color: #333
}

#content .members-info .action .item {
    padding: 10px
}

#content .members-info .action .item img {
    float: left;
    display: block;
    width: 65px;
    margin-right: 10px
}

#content .members-info .action .item time,
#content .members-info .action .item .price,
#content .members-info .action .item .title {
    display: block;
    font-size: 10px;
    overflow: hidden
}

#content .members-info .action .item time,
#content .members-info .action .item .price {
    color: red
}

#content .members-info .action .item .title {
    height: 30px;
    margin-top: 5px
}

#content .members-info .action a.more {
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    background: #999;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    text-align: center
}

#content .topics {
    padding: 10px
}

#content .topics ul li {
    margin-top: 10px
}

#content .twitter {
    max-width: 520px;
    height: 250px;
    margin: 0 auto 10px auto
}

#content .ranking h1 {
    margin: 0;
    padding: 10px
}

#content .ranking p {
    margin: 0 10px;
    padding: 5px 0;
    background: #eee;
    text-align: center
}

#content .ranking ul {
    padding: 0 10px
}

#content .ranking ul li {
    position: relative;
    min-height: 50px;
    padding: 10px 0 10px 40px;
    border-bottom: 1px dotted #e6decc
}

#content .ranking ul li:last-child {
    border-bottom: none
}

#content .ranking ul li span {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    text-align: center
}

#content .ranking ul li span.place1 {
    background: #d3bd23
}

#content .ranking ul li span.place2 {
    background: #b0a996
}

#content .ranking ul li span.place3 {
    background: #b38b34
}

#content .ad {
    display: none
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 20px !important;
    *zoom: 1;
}

.bx-wrapper img {
    display: block;
    max-width: 100%;
    height: auto
}

.bx-wrapper .bx-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 32px;
    background: url(/_new_design/skin/assets/img/slider/bx_loader.gif) no-repeat center center;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 45px;
    margin: auto;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-prev {
    left: 0;
    background: #ffaa25;
    border-radius: 0 3px 3px 0
}

.bx-wrapper .bx-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid #fff
}

.bx-wrapper .bx-next {
    right: 0;
    background: #ffaa25;
    border-radius: 3px 0 0 3px
}

.bx-wrapper .bx-next:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #fff
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.cf:after,
.entry:after {
    content: '';
    display: table;
    clear: both
}

.cf,
.entry {
    zoom: 1
}

#footer {
    width: 100%
}

.foot-nav ul li {
    display: inline-block;
    width: 50%;
    float: left
}

.foot-nav ul li a {
    display: block;
    height: 40px;
    margin-bottom: 1px;
    background: #c6c6c6;
    line-height: 40px;
    text-align: center
}

.foot-nav ul li a:nth-child(odd) {
    margin-right: 1px
}

#footer #copyright {
    width: 100%;
    height: 40px;
    background: #ffaa25;
    padding-top: 10px;
    margin-top: 0
}

#footer #copyright small {
    display: block;
    padding-top: 13px;
    color: #fff;
    font-size: 10px;
    text-align: center
}

.foot-nav {
    position: relative
}

.foot-nav div {
    position: relative;
    text-align: center;
    padding: 10px 0
}

.foot-nav img {
    width: 60px;
    height: auto
}

#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999
}

#page-top a {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #ffaa25;
    vertical-align: middle;
    text-indent: -9999px;
    z-index: 9999
}

#page-top a:before {
    content: '';
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.genre_menu {
    display: none
}

.otoku span {
    font-size: 14px !important
}

#main {
    margin: 0 10px
}

#main.feature {
    font-size: 14px;
    background-color: #fff;
    color: #656565
}

#main .tlStep {
    font-weight: 700;
    background-color: #cdeff9;
    color: #fff;
    padding: 4px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center
}

#main .aboutLink {
    margin-bottom: 15px;
    font-size: 12px
}

#main .aboutLink a {
    text-decoration: underline;
    margin-left: 12px
}

#main h2>img {
    margin-bottom: 15px
}

#main .featureList,
#main .featureList2 {
    margin-top: 15px
}

.featureList ul li,
.featureList2 ul li {
    border: solid 1px #e6decc;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 12px
}

.featureList2 ul li {
    width: 48%;
    float: left
}

.featureList2 ul li:nth-child(even) {
    margin-right: 0
}

.featureList2 ul:after {
    content: '';
    display: block;
    clear: both
}

.featureList ul li>h1,
.featureList2 ul li>h1 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.featureList ul li>h1 span,
.featureList2 ul li>h1 span {
    background-color: #666;
    color: #fff;
    padding: 2px 4px 1px;
    font-size: 90%;
    font-weight: 400
}

.featureList ul li .monitorImg,
.featureList2 ul li .monitorImg {
    position: relative;
    width: 80%;
    height: auto;
    border: solid 1px #ccc;
    margin: 0 auto 10px
}

.featureList ul li .monitorImg:before,
.featureList2 ul li .monitorImg:before {
    content: "";
    display: block;
    padding-top: 100%
}

.featureList ul li .monitorImg>img,
.featureList2 ul li .monitorImg>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: auto
}

.featureList ul li p,
.featureList2 ul li p {
    font-size: 12px
}

.featureList ul li p.cate,
.featureList2 ul li p.cate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.featureList ul li p.cate span,
.featureList2 ul li p.cate span {
    font-size: 9px;
    border-radius: 2px;
    color: #fff;
    padding: 2px 4px;
    margin-right: 2px
}

.featureList ul li p.cate span.pink,
.featureList2 ul li p.cate span.pink {
    background-color: #ef70b0
}

.featureList ul li p.cate span.purple,
.featureList2 ul li p.cate span.purple {
    background-color: #965bc9
}

.featureList ul li p.cate span.lightBlue,
.featureList2 ul li p.cate span.lightBlue {
    background-color: #68aed8
}

.featureList ul li p.cate span.yellowGreen,
.featureList2 ul li p.cate span.yellowGreen {
    background-color: #41c34c
}

.featureList ul li p.cate span.green,
.featureList2 ul li p.cate span.green {
    background-color: #6ab204
}

.featureList ul li p.cate span.cream,
.featureList2 ul li p.cate span.cream {
    background-color: #ffd071
}

.featureList ul li p.cate span.orange,
.featureList2 ul li p.cate span.orange {
    background-color: #ff814a
}

.featureList ul li p.cate span.coral,
.featureList2 ul li p.cate span.coral {
    background-color: #f4b5ae
}

.featureList ul li p.cate span.emerald,
.featureList2 ul li p.cate span.emerald {
    background-color: #96d6bc
}

.featureList ul li p.cate span.brown,
.featureList2 ul li p.cate span.brown {
    background-color: #c7975b
}

.featureList ul li p.cate+p,
.featureList2 ul li p.cate+p {
    margin-top: 10px
}

.featureList ul li p>em,
.featureList2 ul li p>em {
    color: #ef0000
}

.featureList ul li p>em>span,
.featureList2 ul li p>em>span {
    font-size: 18px
}

.featureList ul li p.featurePrice,
.featureList2 ul li p.featurePrice {
    display: inline-block;
    margin-right: 12px
}

.featureList ul li p.detailTxt,
.featureList2 ul li p.detailTxt {
    margin-top: 10px;
    font-size: 11px;
    width: 100%;
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.featureList ul li .btnEntry a,
.featureList2 ul li .btnEntry a {
    margin-top: 10px;
    display: block;
    color: #fff !important;
    background-color: #fcbd00;
    font-size: 13px;
    padding: 4px;
    border-radius: 2px;
    box-shadow: 0px 2px #f98e00;
    text-align: center
}

.shopping_menu ul li {
    float: left;
    padding: 12px 17px;
    background-color: #ebe0c5;
    margin: 3px 4px
}

.shopping_menu ul:after {
    content: '';
    display: block;
    clear: both
}

section.bnr header h1 {
    text-align: left !important
}

section.bnr ul li {
    margin-bottom: 8px;
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .4)
}

section.bnr div {
    padding: 2px 0
}

.linkList {
    padding-bottom: 7px
}

.linkList ul li {
    margin-bottom: 8px;
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, .4)
}

.remodal {
    padding: 30px 20px 20px 20px !important
}

.remodal .ttl {
    font-size: 16px;
    font-weight: 700
}

.remodal figure img {
    width: 34px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.remodal .selectDesign {
    font-size: 16px;
    margin-bottom: 20px
}

.remodal a.oldBtn {
    color: #fff;
    background-color: #9bc5c9;
    border-radius: 2px;
    box-shadow: 0px 2px 0px #8baeaf;
    margin-right: 15px;
    padding: 8px 0
}

.remodal a.newBtn {
    color: #fff;
    font-size: 12px;
    background-color: #30c0df;
    border-radius: 2px;
    box-shadow: 0px 2px 0px #2b98aa;
    padding: 8px 0
}

.current_step form {
    overflow: visible
}

.guideLeft,
.guideBottom {
    opacity: 0
}

.topArrow {
    position: relative
}

.topArrow img {
    display: inline;
    width: 70px;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px
}

.progress_btn-Wrapper {
    position: relative;
    margin-top: 10px
}

.arrowSubmit {
    position: absolute;
    left: 0;
    top: -45px
}

.arrowSubmit img {
    width: 65px;
    height: auto
}

.guideLeft .arrow span,
.guideBottom .arrow span {
    display: none
}

.guideLeft {
    position: relative;
    display: inline-block;
    padding-left: 36px
}

.guideLeft .arrow,
.guideBottom .arrow {
    background-image: url(/_new_design/skin/smpv2/images/smp/monitorhistory/arrow-fukidashi.png);
    background-repeat: no-repeat;
    position: absolute
}

.guideLeft .arrow {
    width: 36px;
    height: 28px;
    background-position: left -36px;
    background-size: 36px auto;
    left: 0;
    top: 50%;
    margin-top: -14px
}

.guideBottom {
    position: relative;
    display: inline-block;
    padding-bottom: 28px
}

.guideBottom .arrow {
    width: 36px;
    height: 28px;
    background-size: 36px auto;
    left: 50%;
    margin-left: -14px;
    bottom: 0
}

.guideText {
    padding: 10px;
    border: 1px solid #f5af41;
    background: #fff;
    border-radius: 3px;
    display: inline-block
}

.guideText p {
    font-size: 11px !important;
    color: #333 !important
}

.manualWrapper {
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
    background-image: url(/_new_design/skin/smpv2/images/smp/monitorhistory/arrow-manual.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 62px auto;
    padding-top: 30px
}

.manualWrapper>.guideBottom {
    position: absolute;
    left: -13px;
    top: -15px
}

.manualText {
    border: solid 2px #f5af41;
    border-radius: 2px;
    background-color: #f9f4e1;
    padding: 15px;
    width: 95%;
    margin-left: auto;
    margin-right: auto
}

.manualText .manualTtl,
.manualText .finish {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #f5af41
}

.manualText ol {
    counter-reset: number;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px
}

.manualText ol li {
    font-size: 13px;
    text-align: left
}

.manualText ol li+li {
    margin-top: 6px
}

.manualText ol li:before {
    counter-increment: number;
    content: counter(number)".";
    margin-right: 8px;
    font-style: italic;
    color: #ef8b06;
    font-size: 16px;
    margin-left: -20px
}

.manualWrapper li:after {
    margin: 0 10px 0 0;
    content: " ";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/_new_design/skin/smpv2/images/smp/monitorhistory/ico_link.png);
    background-size: contain;
    vertical-align: middle
}

.manualText ol li img {
    display: inline;
    width: 18px;
    height: auto
}

.guideStep2 {
    position: relative;
    width: 100%
}

.mailSubmit {
    position: relative
}

.mailSubmit .guideBottom,
.progress_btn-Wrapper .guideBottom {
    position: absolute;
    left: -13px;
    top: -82px
}

.progress_btn-Wrapper {
    margin-top: 80px
}

.progress_btn-Wrapper .guideBottom.positionC {
    left: 0;
    right: 0;
    top: -66px
}

.case_not_receive {
    position: relative;
    border: 1px solid red;
    font-size: 12px !important;
    padding: 0 10px;
    margin-top: 15px
}

.case_not_receive_title {
    padding: 5px;
    color: red
}

.case_not_receive_title:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 2px solid red;
    border-right: 2px solid red;
    position: absolute;
    right: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.case_not_receive_title.open:after {
    animation: openAnime .5s forwards
}

@keyframes openAnime {
    0% {
        transform: rotate(135deg)
    }

    100% {
        transform: rotate(-45deg)
    }
}

.case_not_receive_title.close:after {
    animation: closeAnime .5s forwards
}

@keyframes closeAnime {
    0% {
        transform: rotate(-45deg)
    }

    100% {
        transform: rotate(135deg)
    }
}

.case_not_receive_deal {
    display: none
}

.case_not_receive_deal div {
    background-color: #e6e6e6;
    padding: 5px;
    margin-top: 10px
}

.case_not_receive_text {
    text-align: center;
    margin: 10px 0;
    color: #000;
    line-height: 1.6
}

.detail_main {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.detail_new_top_main {
    width: 100%
}

.detail_new_top_title_a a {
    margin-bottom: 8px
}

.detail_new_top_title_dl .detail_new_top_subtitle {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: .5em
}

.detail_new_top_title {
    width: 95%;
    margin: auto;
    position: relative
}

.detail_new_top_title_dl {
    width: 100%
}

.detail_new_top_title_dl p {
    font-size: 17px;
    font-weight: 700
}

.detail_new_top_title_dl .main_img {
    float: right;
    width: 115px;
    height: auto;
    margin-left: 8px;
    margin-bottom: 8px;
    display: inline;
    position: inherit
}

.detail_new_top_title_a {
    display: inline;
    width: inherit
}

.addInfo {
    margin-top: 10px
}

.addInfo span+span {
    margin-left: 15px
}

.addInfo span a {
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: left center;
    font-size: 12px;
    padding-left: 28px;
    text-decoration: underline
}

.addInfo .ico_article a {
    background-image: url(/_new_design/skin/smpv2/images/smp/detail/ico_article.png)
}

.addInfo .ico_review a {
    background-image: url(/_new_design/skin/smpv2/images/smp/detail/ico_review.png)
}

ul.detail_new_top_main_title,
ul.detail_new_top_main_content {
    display: flex;
    justify-content: center
}

.detail_new_top_main_title li,
.detail_new_top_main_content li {
    font-size: 15px;
    font-weight: 400;
    padding: 4px;
    flex: 1
}

.detail_new_top_main .rate {
    width: 100%;
    background-color: #efece1;
    padding: 4px 0
}

.detail_new_top_main .rate p {
    text-align: center;
    color: #6d6d6d;
    font-size: 12px
}

.jobText {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    padding: 0 10px;
    margin-bottom: 20px
}

.submit_btn {
    letter-spacing: 3px
}

.favorite_btn {
    cursor: pointer;
    display: inline-block;
    border: none !important;
    background-color: #90d95f;
    border: solid 1px #90d95f;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
    font-size: 15px;
    padding: 5px 24px 4px;
    margin: 0 auto
}

.favorite_btn span {
    background-image: url(/_new_design/skin/smpv2/images/smp/detail/ico_favorite-on.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 16px auto;
    padding-left: 22px;
    color: #fff !important
}

.favorite_btn.off {
    border: none;
    background-color: #d8d8d8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.favorite_btn.off span {
    background-image: url(/_new_design/skin/smpv2/images/smp/detail/ico_favorite-off.png)
}

.linkJob {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px
}

.linkJob a {
    font-weight: 700;
    text-decoration: underline;
    background-image: url(/_new_design/skin/smpv2/images/smp/detail/ico_link-job.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    padding-left: 16px
}

.caution {
    color: red;
    padding: 0 10px;
    margin: 20px auto 0
}

.reviewContents {
    background-color: #f7fbfc;
    padding: 10px;
    margin-bottom: 20px
}

.reviewContents .reviewInner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.reviewContents .reviewInner+.reviewInner {
    margin-top: 20px
}

.reviewContents .reviewInner .reviewImg {
    float: left;
    position: relative;
    width: 90px;
    height: 68px;
    margin-right: 10px
}

.reviewContents .reviewInner p {
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.reviewContents .reviewInner .reviewTtl {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: .5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.reviewContents .reviewInner .reviewImg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto
}

#content .mointor .entry .close {
    position: absolute;
    top: 13px;
    left: 8px;
    width: 54px;
    height: 21px;
    background-image: url(/_new_design/skin/smpv2/images/smp/img-close.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover
}

#content .mointor .entry .close p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 1px;
    letter-spacing: .1em
}

.btn_favorite a,
.btn_favorite_on a {
    background-image: url(/_new_design/skin/smpv2/images/smp/ico_btn-favorite.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 14px auto;
    padding-left: 18px;
    color: #30c0e1 !important;
    font-size: 13px
}

.btn_favorite,
.btn_favorite_on {
    background-color: #fff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    margin-left: 10px;
    margin-bottom: 5px
}

.menu_money {
    width: 100% !important;
    text-align: center
}

.menu_money a:first-child {
    margin-right: 15px
}

.favorite_list_box {
    background-color: rgba(165, 165, 165, .85);
    width: 95%;
    margin: 10px auto;
    padding: 15px 0;
    position: fixed;
    bottom: 155px;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none
}

.favorite_list_box .favorite_list_inner {
    background-color: #fff;
    width: 95%;
    padding: 20px 10px 10px;
    margin: auto
}

.favorite_list_box .list_ttl {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: #fff
}

.btn_list {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px
}

.select_all {
    background-image: url(/_new_design/skin/smpv2/images/smp/ico_select.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 10px;
    font-size: 12px;
    text-decoration: underline;
    padding-left: 18px;
    display: table-cell;
    padding-right: 30px
}

.select_clear {
    background-image: url(/_new_design/skin/smpv2/images/smp/ico_clear.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 10px;
    font-size: 12px;
    text-decoration: underline;
    padding-left: 18px;
    display: table-cell
}

.favorite_list .list_check .ui-checkbox input {
    left: 0
}

.favorite_list {
    height: 270px;
    overflow-y: scroll
}

@media screen and (max-width:374px) {
    .favorite_list {
        height: 200px;
        overflow-y: scroll
    }

    .ip5 {
        display: none
    }
}

.favorite_list li {
    display: table;
    width: 100%;
    border-bottom: solid 1px #ededed
}

.favorite_list li:first-child {
    border-top: solid 1px #ededed
}

.favorite_list li>div,
.favorite_list li>a {
    display: table-cell;
    vertical-align: middle;
    table-layout: fixed
}

.favorite_list a {
    display: block;
    width: calc(100%-39px)
}

.favorite_list a .favorite_img {
    width: 55px;
    height: 55px;
    float: left;
    margin: 5px 10px 5px 15px
}

.favorite_list a .favorite_img img {
    width: 100%;
    height: auto
}

.favorite_list a .outline {
    margin: 5px 0;
    width: calc(100%-30px)
}

.favorite_list a .outline p {
    font-size: 12px;
    overflow: hidden;
    height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.favorite_list a .outline p+p {
    margin-top: 4px
}

.favorite_list a .outline p:first-child {
    font-weight: 700
}

.favorite_list a .outline p span {
    color: red;
    font-weight: 700
}

.favorite_list .removeList {
    background-color: #e5e5e5;
    text-align: center;
    padding: 0 5px;
    width: 24px
}

.favorite_list .removeList img {
    width: 17px;
    height: 17px
}

.btn_entry a {
    cursor: pointer;
    display: block;
    border-bottom: 2px solid #32a08e;
    border-top: 2px solid #79d8c8;
    background-color: #41c3ae;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 82%;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    margin: 15px auto 10px
}

.btn_favorite_on {
    background-color: #777;
    color: #fff;
    border: solid 1px #fff
}

.btn_favorite_on a {
    color: #fff !important
}

.btn_entry a span {
    font-size: 18px
}

.favorite_list_inner a.favorite_tutorial {
    text-decoration: underline !important
}

.fs {
    font-size: 10px;
    color: #999
}

.ui-li-heading {
    font-size: 14px !important
}

.basic-point,
.premium-point,
.campaign-point {
    background-position: left -2px;
    background-repeat: no-repeat;
    background-size: auto 16px;
    padding-left: 22px;
    margin-left: 8px
}

.basic-point {
    background-image: url(/_new_design/skin/smpv2/images/smp/mypage/ico_basic-point.png)
}

.premium-point {
    background-image: url(/_new_design/skin/smpv2/images/smp/mypage/ico_premium-point.png)
}

.campaign-point {
    background-image: url(/_new_design/skin/smpv2/images/smp/mypage/ico_campaign-point.png)
}

.icon {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px
}

.icon img {
    width: auto;
    height: 14px;
    display: inline;
    vertical-align: top;
    margin-left: 8px;
    font-size: 12px
}

.mb40 {
    margin-bottom: 40px
}

.alignC {
    text-align: center !important
}

#containerInner.lottery {
    border: none
}

#content #main #container #containerInner .containerMain header h1 {
    border: none
}

.btn-lotte-mypage a {
    display: block;
    width: 70%;
    margin: 30px auto;
    text-align: center;
    color: #fff !important;
    background-color: #fc6da7;
    box-shadow: 0px 4px #db3b84;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0
}

.btn-lotte-mypage a:hover {
    opacity: .8
}

article.containerMain section h2.ttl-center-border {
    font-size: 16px;
    font-weight: 700;
    text-align: center !important;
    background-image: url(/_new_design/skin/v2/img/lottery/ttl-line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #fff !important;
    padding-bottom: 12px !important;
    margin-bottom: 30px
}

.next-date {
    width: 100%;
    background: url(/_new_design/skin/v2/img/lottery/frame.png), url(/_new_design/skin/v2/img/lottery/frame-bottom.png);
    background-position: top center, bottom center;
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
    padding-top: 35px;
    padding-bottom: 30px;
    position: relative;
    margin: 40px auto 30px
}

section .next-date .ttl-ribon {
    background-color: #fff;
    width: 160px;
    position: absolute;
    top: -36px;
    left: 47%;
    margin-left: -80px
}

section .next-date .ttl-ribon img {
    width: 160px
}

.next-date .data-box {
    border: solid 1px #adadad;
    border-radius: 4px;
    padding: 10px;
    width: 235px;
    margin: 0 auto 10px
}

.next-date .data-box>p {
    background: url(/_new_design/skin/v2/img/lottery/ico-clock.png);
    background-repeat: no-repeat;
    background-position: left -3px;
    background-size: 28px;
    font-size: 20px;
    padding-left: 30px;
    line-height: 1
}

.next-date .data-box>p span {
    font-size: 11px
}

.next-date dl.present-point {
    margin: auto;
    width: 255px
}

.next-date .present-point dt {
    float: left;
    clear: left;
    width: 110px;
    padding-left: 35px
}

.next-date .present-point dd {
    text-align: right;
    margin-left: 120px;
    width: 130px
}

.next-date .present-point dt.winning1 {
    background: url(/_new_design/skin/v2/img/lottery/ico-1.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 26px auto
}

.next-date .present-point dt.winning2 {
    background: url(/_new_design/skin/v2/img/lottery/ico-2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px auto
}

.next-date .present-point dt.winning3 {
    background: url(/_new_design/skin/v2/img/lottery/ico-3.png);
    background-repeat: no-repeat;
    background-size: 20px auto
}

.next-date .present-point dt.winning4 {
    background: url(/_new_design/skin/v2/img/lottery/ico-4.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px auto
}

.next-date .present-point .winning1 {
    font-size: 25px
}

.next-date .present-point .winning2 {
    font-size: 22px
}

.next-date .present-point .winning3 {
    font-size: 19px;
    margin-top: 2px
}

.next-date .present-point .winning4 {
    font-size: 14px;
    margin-top: 4px
}

.step-text {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px
}

.note {
    font-size: 12px;
    margin: auto
}

#main.fuku .ui-content {
    padding: 0 !important;
    margin-bottom: 30px
}

.text-winning {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center
}

.text-winning img {
    width: 297px;
    height: auto
}

.winning-area {
    text-align: center;
    background-image: url(/_new_design/skin/smpv2/images/smp/lottery/winning-frame-col.jpg), url(/_new_design/skin/smpv2/images/smp/lottery/winning-frame-row.jpg), url(/_new_design/skin/smpv2/images/smp/lottery/winning-frame-col.jpg), url(/_new_design/skin/smpv2/images/smp/lottery/winning-frame-row.jpg);
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-size: auto 12px, 12px auto, auto 12px, 12px auto;
    background-position: left top, right 12px, left bottom, left 12px;
    width: 100%;
    padding: 35px 0
}

#main div .containerMain .winning-area .btn-lotte-mypage a {
    width: 80%;
    margin: 8px auto 0;
    font-size: 14px
}

.Lottery-date {
    font-size: 14px
}

.winning-lunk {
    font-size: 28px;
    margin-bottom: 20px
}

.winning-lunk span {
    margin-right: 28px
}

.winning-lunk span img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 4px
}

ul.lottery-list {
    margin: 0 auto 30px
}

ul.lottery-list li {
    width: 100%;
    max-width: 355px;
    margin: auto;
    height: 45px;
    background-image: url(/_new_design/skin/smpv2/images/smp/lottery/bg-kuji-list.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 45px;
    display: table;
    padding: 0 8px
}

ul.lottery-list li+li {
    margin-top: 5px
}

ul.lottery-list li div {
    display: table-cell;
    vertical-align: middle
}

ul.lottery-list li .group img {
    display: inline;
    width: 30px;
    height: 30px
}

ul.lottery-list li .lottery-number {
    text-align: right
}

ul.lottery-list li .lottery-number img {
    display: inline;
    width: auto;
    height: 16px
}

.btn-fuku {
    background-color: #fff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    margin-left: 10px;
    margin-bottom: 5px
}

.btn-fuku a {
    color: #30c0e1 !important;
    font-size: 13px
}

.btn-fuku a .lottery-sheets {
    background: #30c0e1;
    padding: 3px;
    font-size: 10px;
    color: #fff;
    border-radius: 7px;
    margin-left: 3px
}

.btn-fuku.winners {
    background-color: #4ae2fc;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-image: url(/_new_design/skin/smpv2/images/smp/ico_bell.png);
    background-repeat: no-repeat;
    background-position: right 8px top 1px;
    background-size: 20px;
    padding-right: 28px
}

.btn-fuku a {
    color: #30c0e1 !important;
    font-size: 13px
}

.btn-fuku.winners a {
    color: #fff !important
}

.btn-fuku a .lottery-sheets {
    background: #c7a867;
    padding: 3px;
    font-size: 10px;
    color: #fff;
    border-radius: 7px;
    margin-left: 3px
}

.gauge-wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 0 10px;
    margin-bottom: 10px
}

.gauge-wrapper .gauge-content {
    flex-basis: 32%;
    text-align: center;
    border: solid 1px #33bdd3;
    margin-left: -webkit-calc(4%/2);
    margin-left: -moz-calc(4%/2);
    margin-left: calc(4%/2)
}

.gauge-wrapper .gauge-content:first-child {
    margin-left: 0
}

.gauge-wrapper .gauge-content p {
    font-size: 12px !important;
    padding: 4px 0
}

.gauge-wrapper .gauge-content p em {
    font-size: 16px
}

.gauge-wrapper .gauge-content .monitor-lunk {
    background-color: #33bdd3;
    color: #fff;
    font-size: 10px;
    font-weight: 700
}

.gauge-wrapper .gauge-content .achieve,
.gauge-wrapper .gauge-content .price {
    background-color: #fff
}

.gauge-wrapper .gauge-content .gauge {
    border-top: solid 1px #4ae2fc;
    border-bottom: solid 1px #4ae2fc;
    background-color: #d4f6fd
}

.gauge-wrapper .gauge-content .gauge div {
    height: 10px;
    background-color: #4ae2fc
}

.gauge-wrapper .gauge-content .achievement_label {
    font-size: 9px;
    color: #fff;
    background-color: #bbb
}

.gauge-wrapper .gauge-content .achievement .goal_clear {
    height: 30px;
    float: left;
    padding-top: 7px;
    color: red;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    background-image: url(/_new_design/skin/img/mypage/clear_stamp.png);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat
}

.gauge-wrapper .gauge-content .achievement .goal {
    height: 30px;
    float: left;
    color: #ccc;
    padding-top: 8px;
    overflow: hidden
}

.gauge-wrapper .gauge-content .achievement .goal.target span {
    font-size: 15px
}

.gauge-wrapper .gauge-content .achievement .goal.target {
    text-decoration: underline;
    padding-top: 4px;
    color: #333
}

.gauge-wrapper .gauge-content .achievement .arrow {
    height: 30px;
    padding-top: 7px;
    float: left;
    background-image: url(/_new_design/skin/img/mypage/stamp_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.gauge-wrapper .gauge-content#premium-month {
    background: repeating-linear-gradient(135deg, #eee, #eee 4px, #fff 0, #fff 8px)
}

.containerMain.enquete section h2 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px
}

ul.enqueteList {
    border-top: solid 1px #d8d8d8;
    margin-bottom: 25px
}

ul.enqueteList li {
    border-bottom: solid 1px #d8d8d8;
    padding: 10px 0
}

ul.enqueteList li a {
    display: block;
    background-image: url(/_new_design/skin/smpv2/images/smp/enquete/ico-link.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-right: 30px
}

ul.enqueteList li .enqueteTtl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

ul.enqueteList li .enquetePoint {
    margin-top: 0;
    text-align: right
}

ul.enqueteList li .enquetePoint span {
    color: red
}

.ctable {
    line-height: 32px
}

.ctable a {
    font-size: 20px;
    border: solid 1px #aaa;
    padding: 5px;
    margin: 2px;
    cursor: pointer
}

.banklist {
    margin-top: 10px
}

#banknames,
#branchnames {
    padding-bottom: 20px
}

#banknames a,
#branchnames a {
    font-size: 19px;
    cursor: pointer
}

#banknames h3,
#branchnames h3 {
    font-size: 15px;
    margin: 10px 0
}

#banklist,
#bankbranch {
    font-size: 16px !important
}

.btn-photo-wrrap {
    position: relative
}

label.btn-photo {
    display: inline-block;
    width: 70%;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(#f5d252, #e09101);
    /* border: solid 1px #e09101; */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    text-shadow: 0 2px 0 rgba(0, 0, 0, .2);
    border-radius: 19px;
    font-size: 115%
}

.btn-photo.error {
    border: 2px solid red !important;
    box-shadow: 0 0 5px red;
}
.active-button{
    background: linear-gradient(#f5d252, #e09101) !important;
}
.nosubmit{
    background: #c1b7b79c !important;
}

.btn-photo input[type=file] {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.btn-photo-img>img {
    width: 125px;
    margin: 0 auto 30px
}

.confirm-form {
    background-color: #f1fbe9;
    padding: 30px;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    font-size: 110%
}

.confirm-form .ui-checkbox .ui-btn-inner {
    font-size: 14px;
    padding: 0;
    width: 200px;
    display: block;
    position: inherit;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1;
    padding-left: 40px;
    margin: 0 auto
}

.confirm-form .ui-btn-up-c {
    border: none;
    background: 0 0;
    font-weight: 400;
    color: #333;
    text-shadow: none;
    width: 200px;
    margin: auto
}

.confirm-form .ui-checkbox {
    width: 200px;
    margin: auto
}

.confirm-form div.btn-box .ui-btn-corner-all {
    border-radius: 2px;
    background-color: #96e055;
    margin: 30px auto 0;
    width: 200px;
    text-align: center
}

.confirm-form div.btn-box .ui-btn-text {
    color: #fff
}

#mypageDetailNotice img.mail-rep {
    width: 20px;
    height: auto;
    margin-right: 10px
}

.taC {
    text-align: center
}

.monitor-entry-wrraper {
    display: none;
    background: rgba(72, 72, 72, .8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100000
}

.monitor-entry-box {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 480px;
    overflow: scroll;
    background: #fff;
    border: 2px solid #999;
    box-sizing: border-box;
    border-radius: 4px
}

.monitor-entry-content {
    padding: 10px;
    line-height: 1.5;
    position: relative
}

.monitor-entry-content .btn-close a {
    display: block;
    border: 1px solid #999;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 20px
}

.monitor-entry-content .btn-close a span {
    background-image: url(/_new_design/skin/smpv2/images/smp/ico_btn-close.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-left: 18px
}

.monitor-entry-content .btn-detail a {
    display: block;
    text-align: center;
    background: #41c3ae;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0px 2px #32a08e;
    padding: 8px 0;
    border-radius: 20px;
    margin-bottom: 15px
}

.monitor-terms {
    width: 100%;
    margin: auto;
    padding: 0;
    background: #fff;
    position: relative
}

.monitor-terms label {
    display: block;
    text-align: center;
    color: #333;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/_new_design/skin/smpv2/images/smp/label-bg.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10px 29px;
    margin: 1px;
    font-size: 10px;
    padding: 12px 0 2px
}

input[type=checkbox].on-off~label.off {
    display: none
}

input[type=checkbox].on-off:checked~label.off {
    display: block !important
}

input[type=checkbox].on-off:checked~label.on {
    display: none !important
}

.monitor-terms input[type=checkbox].on-off {
    display: none
}

.monitor-terms .term-content {
    margin: 0;
    padding: 10px;
    color: #333;
    border: 1px solid #cecece;
    box-sizing: border-box
}

input[type=checkbox].on-off~.term-content {
    height: 68px;
    overflow: hidden
}

input[type=checkbox].on-off:checked~.term-content {
    height: auto;
    padding-bottom: 25px;
    overflow-y: scroll
}

.monitor-terms label img {
    width: 16px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px
}

img.arrow {
    display: block;
    width: 28px;
    height: 13px;
    margin: 0 auto
}

.confirm-check {
    text-align: center;
    margin-top: 20px
}

.confirm-check input {
    vertical-align: middle;
    padding-right: 8px
}

.confirm-check label {
    color: red;
    font-size: 12px
}

.confirm-check p {
    font-size: 9px;
    margin-top: 5px;
    color: #333
}

.monitor-entry {
    overflow: hidden;
    margin-top: 20px;
    position:relative;
}

.monitor-img {
    width: 82px;
    height: 82px;
    overflow: hidden;
    float: left;
    margin-right: 10px
}

.monitor-img img {
    width: 100%;
    height: auto
}

.monitor-entry .btn-entry a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    background-color: #41c3ae;
    box-shadow: 0px 2px #32a08e;
    border-radius: 2px;
    line-height: 1;
    padding: 8px 0 5px;
    margin-bottom: 5px;
    width: -webkit-calc(100% - 92px);
    width: -moz-calc(100% - 92px);
    width: calc(100% - 92px);
    float: right
}

.monitor-entry .btn-entry a span {
    font-size: 9px
}

.monitor-entry .monitor-ttl {
    font-size: 12px;
    font-weight: 700;
    height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    float: right;
    width: -webkit-calc(100% - 92px);
    width: -moz-calc(100% - 92px);
    width: calc(100% - 92px)
}

.monitor-entry .monitor-premium{
    float:left;
    font-size: 8pt;
    padding: 2px 7px 0;
    color:#fff;
    font-weight: bold;
}

.btn-close-bottom a {
    display: block;
    background-color: #999;
    border-radius: 0 0 2px 2px;
    padding: 8px 0;
    color: #fff;
    text-align: center
}

.btn-close-bottom a span {
    background-image: url(/_new_design/skin/smpv2/images/smp/ico_btn-close-wh.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-left: 18px
}

#containerInner.articles {
    border: none;
    color: #333
}

.articles {
    background-color: #fff;
    padding: 10px
}

.articles h2 {
    font-size: 145%;
    padding: .5em;
    color: #494949;
    background: #fffaf4;
    border-left: solid 5px #ffaf58
}

.articles h3 {
    font-size: 130%;
    color: #494949;
    border-bottom: dashed 2px #eab029
}

article.containerMain {
    background-color: #fff
}

.post_info {
    font-size: 12px;
    line-height: 1.5 !important
}

.post_info span {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    padding-left: 22px
}

.post_info span.post_date {
    background-image: url(/_new_design/skin/smpv2/images/smp/article/ico_post-date.png)
}

.post_info span.post_writer {
    background-image: url(/_new_design/skin/smpv2/images/smp/article/ico_post-writer.png);
    margin-right: 20px
}

.post_info span.post_tag {
    background-image: url(/_new_design/skin/smpv2/images/smp/article/ico_post-tag.png)
}

#content article.containerMain header h1 {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    border-left: solid 5px #e6a42c;
    padding-left: 10px;
    margin: 8px auto;
    text-align: left !important
}

article.containerMain section {
    margin-top: 15px
}

article.containerMain section h2 {
    font-size: 18px;
    background-color: #fff5e6;
    padding: 10px;
    margin-bottom: 16px;
    font-weight: 700
}

article.containerMain section p {
    font-size: 14px;
    line-height: 1.7
}

article.containerMain section p+p {
    margin-top: 1em
}

article.containerMain section p b {
    font-weight: 700
}

h2.ttl-logo {
    background-image: url(/_new_design/skin/assets/img/common/logo_01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80px auto;
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 42px 0 5px 100px !important;
    border-bottom: solid 1px #ebc945;
    background-color: #fff !important
}

.btn_monitor-entry a {
    display: block;
    width: 80%;
    margin: 25px auto;
    background-color: #eaaf3b;
    box-shadow: 0 2px #c95c02;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 25px
}

.btn_monitor-entry a span {
    background-image: url(/_new_design/skin/smpv2/images/smp/article/ico_monitor-entry.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    padding-right: 20px
}

.btn_monitor-entry a:hover {
    opacity: .8
}

article.containerMain section.related-article>h2,
article.containerMain section.recommended-article>h2 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: solid 1px #ccc;
    padding: 0 0 5px;
    background-color: #fff;
    margin-bottom: 0
}

section.related-article ul li {
    border-bottom: dotted 1px #ccc;
    padding: 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

section.related-article ul li:last-child {
    border: none
}

section.related-article ul li a {
    font-size: 14px;
    background-image: url(/_new_design/skin/smpv2/images/smp/article/ico_link-article-pc.png);
    background-position: 8px center;
    background-repeat: no-repeat;
    padding-left: 26px
}

section.recommended-article ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

section.recommended-article ul li {
    flex-basis: 48%;
    line-height: 1.5;
    margin-bottom: 15px
}

section.recommended-article ul li .thumb-article img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    margin-bottom: 8px
}

section.recommended-article ul li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    overflow: hidden;
    line-height: 1.5;
    font-weight: 700
}

.new-arrival-article.box {
    background-image: url(/_new_design/skin/smpv2/images/smp/bg_article-box.png) !important;
    background-position: top center !important;
    background-repeat: repeat-x !important;
    background-size: auto 27px !important;
    background-color: #fff;
    padding: 30px 10px 10px
}

.new-arrival-article.box .article-list-ttl {
    font-size: 18px;
    margin-bottom: 15px
}

ul.top-article-list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

ul.top-article-list li {
    flex-basis: 48%;
    line-height: 1.5;
    margin-bottom: 15px
}

.top-article-list li a .thumb-article img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    margin-bottom: 8px
}

.top-article-list li a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 34px;
    overflow: hidden;
    line-height: 1.5;
    font-weight: 700
}

.blog-top-ttl {
    border-left: none !important;
    padding-left: 0 !important
}

.article-list-ttl {
    background-color: #ffffff !important;
    background-image: url(/_new_design/skin/smpv2/images/smp/article/ico_article-ttl.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: 20px 15px;
    padding: 0 0 5px 30px !important;
    border-bottom: 1px solid #efa230;
    position: relative
}

.article-list-ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #efa230
}

.button-effect {
    font-size: 24px;
    font-weight: bold;
    color: #d4a82d;
    text-shadow:
      -1px -1px 0 #fff,
       1px -1px 0 #fff,
      -1px  1px 0 #fff,
       1px  1px 0 #fff,
       0 2px 4px rgba(0,0,0,0.2);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.button-effect .arrow {
    margin-left: 5px;
    font-size: 20px;
}
.new-arrival-article {
    margin-bottom: 15px
}

.new-arrival-article li {
    margin-bottom: 15px
}

.new-arrival-article li a {
    overflow: hidden;
    display: block
}

.new-arrival-article li a .article-img {
    float: left;
    width: 110px;
    height: 82px;
    margin-right: 5px
}

.new-arrival-article li a .article-img img {
    object-fit: cover;
    width: 100%;
    height: auto
}

.new-arrival-article li a .content-ttl {
    width: -webkit-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: calc(100% - 115px);
    overflow: hidden;
    float: right;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 14px;
    font-weight: 700
}

.new-arrival-article.box {
    background-image: url(/_new_design/skin/smpv2/images/smp/bg_article-box.png) !important;
    background-position: top center !important;
    background-repeat: repeat-x !important;
    background-size: auto 27px !important;
    background-color: #fff;
    padding: 30px 10px 10px
}

.new-arrival-article.box .article-list-ttl {
    font-size: 18px;
    margin-bottom: 15px
}

ul.top-article-list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

ul.top-article-list li {
    flex-basis: 48%;
    line-height: 1.5;
    margin-bottom: 15px
}

.top-article-list li a .thumb-article img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    margin-bottom: 8px
}

.top-article-list li a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 34px;
    overflow: hidden;
    line-height: 1.5;
    font-weight: 700
}

.monitor-info {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 15px 0 10px;
    margin-top: 40px
}

.monitor-info .thumb-monitor {
    width: 105px;
    float: left;
    margin-right: 10px
}

.monitor-info .thumb-monitor img {
    width: 105px;
    height: 105px;
    object-fit: cover
}

.monitor-info .monitor-ttl {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 2px
}

.monitor-price {
    font-size: 12px;
    line-height: 1.5
}

.monitor-price .monitor-price1 {
    font-size: 10px;
    color: red;
    margin-right: 8px
}

.monitor-price .monitor-price1 span {
    font-size: 18px
}

.monitor-price .monitor-price2 {
    margin-right: 8px
}

.monitor-price .monitor-price2 img {
    margin-right: 5px;
    vertical-align: text-bottom;
    height: 15px;
    width: auto
}

.ico-circle-ttl {
    margin-bottom: 20px;
    padding-left: 20px;
    letter-spacing: 0;
    font-size: 14px;
    background: url(/_new_design/skin/smpv2/images/smp/mypage/icon-title.png) left 3px no-repeat;
    background-size: 12px;
    font-weight: 700
}

#main.notice .ui-content {
    padding: 20px 0 !important
}

.notice .containerMain h3 {
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #30c0df
}

.notice .containerMain {
    font-size: 14px
}

.notice .containerMain section {
    margin-top: 30px
}

.notice .containerMain section p+p {
    margin-top: 1em
}

.notice .containerMain section figure {
    margin: 20px auto
}

.containerMain header .ico-notice {
    margin-bottom: 20px;
    background: url(/_new_design/skin/smpv2/images/smp/notice/ico_notice.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 26px
}

.monitorpack-container .containerMain {
    margin-top: 15px
}

.ttl-monitorpack {
    margin: 15px 0 10px 15px;
    padding-left: 20px;
    letter-spacing: 0;
    font-size: 14px;
    background: url(/_new_design/skin/smpv2/images/smp/mypage/icon-title.png) left 3px no-repeat;
    background-size: 12px
}

ul.monitar-pack-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 30px
}

ul.monitar-pack-list li {
    flex-basis: 48%;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    border: solid 1px #f5af41;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 0 15px;
    box-shadow: 0px 2px #d68900
}

ul.monitar-pack-list li a {
    display: block
}

ul.monitar-pack-list li a:hover {
    color: #333333 !important
}

ul.monitar-pack-list li a .monitor-type {
    font-size: 14px;
    font-weight: 700;
    color: #f48e08;
    line-height: 1.5
}

ul.monitar-pack-list li a img {
    margin: 10px auto;
    width: 57px;
    height: auto
}

.monitor-pack-text.ui-li-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    height: 50px;
    white-space: normal
}

.thanks-text {
    padding-bottom: 20px
}

.thanks-text {
    text-align: center
}

.thanks-text p {
    margin-bottom: 20px;
    font-size:
}

.fzL {
    font-size: 120%
}

.fzL b {
    font-weight: 700
}

.btn-basic {
    color: #fff !important;
    background-color: #eaaf3b;
    padding: 10px 30px;
    box-shadow: 0 2px 0 #c95c02;
    border-radius: 2px;
    margin-top: 20px;
    display: inline-block !important
}

.monitorpack-theme {
    margin: 0 10px
}

.monitorpack-price {
    color: red
}

.monitor-select {
    padding: 10px 0 20px 10px
}

.monitor-select input {
    background-color: #fff;
    text-decoration: none
}

ul.monitorpack-list {
    padding: 0 10px
}

ul.monitorpack-list li {
    border-bottom: 1px solid #e6decc;
    overflow: hidden;
    padding: 10px 0;
    height: 142px;
    position: relative
}

ul.monitorpack-list li:first-child {
    border-top: 1px solid #e6decc
}

ul.monitorpack-list li .monitor-select,
ul.monitorpack-list li a {
    float: left;
    margin-bottom: 10px
}

ul.monitorpack-list li a.monitorpack-summary-box {
    width: calc(100% - 30px);
    font-size: 14px
}

ul.monitorpack-list li .monitor-select {
    width: 30px;
    text-align: center;
    padding-top: 35px
}

.monitor-select input[type=radio],
input[type=checkbox] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: .5em
}

ul.monitorpack-list li img {
    display: inline
}

ul.monitorpack-list li a .monitorpack-img {
    float: left;
    width: 85px;
    height: 85px
}

ul.monitorpack-list li a .monitorpack-img {
    width: 85px;
    height: 85px;
    object-fit: cover
}

ul.monitorpack-list li a .monitorpack-summary p {
    padding-left: 95px
}

ul.monitorpack-list li a.monitorpack-summary-box {
    width: calc(100% - 40px)
}

ul.monitorpack-list li a .monitorpack-summary.tag {
    font-size: 10px;
    margin-bottom: 3px
}

ul.monitorpack-list li a .monitorpack-summary .title {
    font-weight: 700;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 10px
}

ul.monitorpack-list li a .monitorpack-price1 {
    color: red;
    font-weight: 700
}

ul.monitorpack-list li a .monitorpack-price1 img {
    height: 10px;
    width: auto;
    margin-right: 5px;
    vertical-align: middle
}

ul.monitorpack-list li a.monitor-detail-link {
    display: block;
    width: 15px;
    height: 100%;
    background-color: #c7a867;
    position: absolute;
    top: 0;
    right: 0
}

ul.monitorpack-list li a.monitor-detail-link img {
    width: 7px;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -3px
}

ul.monitorpack-list li .memo {
    clear: both
}

ul.monitorpack-list li .memo input[type=text].text-box {
    width: calc(100% - 105px);
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 25px
}

ul.monitorpack-list li .memo button.btn-save {
    color: #fff;
    background-color: #eab029;
    border-radius: 2px;
    margin-left: 5px;
    padding: 4px 8px
}

input.btn-monitorpack-entry {
    background-color: #eab029;
    color: #fff;
    font-size: 12px;
    width: 60%;
    display: block;
    margin: 30px auto;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0px 3px #d68900
}

.grid_l .ui-grid-a.prepaymant-detail {
    padding: 5px 0
}

.grid_l .ui-grid-a.prepayment-detail .ui-block-a {
    width: 78%;
    padding: 0
}

.grid_l .ui-grid-a.prepayment-detail .ui-block-b {
    width: -webkit-calc(22% - 5px);
    width: calc(22% - 5px);
    text-align: right;
    padding: 5px 10px 5px 0
}

.prepayment-total {
    text-align: right;
    margin: 0 20px 20px 0
}

.prepayments-form.ui-field-contain.ui-body.ui-br {
    border-bottom: 1px dashed #aaa;
    margin-bottom: 20px
}

ol.count-list {
    width: 90%;
    margin: auto;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 20px
}

ol.count-list li {
    margin-bottom: 20px;
    list-style-type: decimal
}

.grid_l .ui-grid-a.prepayment-detail .ui-block-a .prepayment-check {
    padding: 0
}

.grid_l .ui-grid-a.prepayment-detail .ui-block-a .prepayment-check label {
    font-weight: 700
}

.grid_l .ui-grid-a.prepayment-detail .ui-block-a .prepayment-check label input {
    float: left
}

.ui-grid-a.prepayment-detail>:nth-child(n) {
    width: 100% !important
}

.grid_l .ui-grid-a.prepayment-detail .ui-block-a span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: -webkit-calc(100% - 22px);
    width: calc(100% - 22px);
    display: block;
    padding-bottom: 2px;
    padding-left: 2px
}

.main-bank {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.main-bank a {
    border: 1px solid #ccc;
    background-color: #fceabb;
    border-radius: 4px;
    padding: 8px;
    flex-basis: 48%;
    margin-bottom: 15px;
    text-align: center
}

.prepayment-comfirm {
    text-align: center !important;
    margin: 0 10px;
    font-weight: 700;
    border-bottom: 1px dashed #aaa;
    padding: 15px 0 !important
}

.prepayment-comfirm label {
    font-size: 12px;
    font-weight: 400 !important
}

.prepayment-comfirm input {
    vertical-align: middle
}

.recommend-wrapper {
    background-color: #fff;
    padding: 8px 0 15px
}

.recommend-contents {
    border-top: 5px solid #fffaa4;
    padding-top: 5px
}

.recommend-ttl {
    margin-bottom: 15px
}

.recommend-list,.recommend-list-popup {
    margin: 0 10px;
    border-top: 1px solid #e6decc
}

.recommend-list li,.recommend-list-popup li {
    width: 100%;
    border-bottom: 1px solid #e6decc;
    padding: 10px 0;
    overflow: hidden
}

.recommend-list li,.recommend-list-popup li {
    display: block;
    position: relative
}

.recommend-list li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: auto;
    margin: auto;
    background: #c7a867
}

.recommend-list li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.recommend-list li .recommend-monitor-img,.recommend-list-popup li .recommend-monitor-img {
    float: left;
    margin: 0 10px 0 1px;
    width: 85px;
    height: 85px;
    position: relative;
    border: 1px solid #e8e8e8;
    background-color: #fff
}

.recommend-list li .recommend-monitor-img img,.recommend-list-popup li .recommend-monitor-img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.recommend-monitor-ttl {
    font-size: 15px;
    padding-right: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.recommend-monitor-price {
    font-size: 14px;
    font-weight: 700;
    color: red
}

.recommend-monitor-price span {
    font-size: 24px;
    margin: 0 4px
}

.recommend-monitor-price2 {
    font-size: 14px
}

.recommend-list li .close {
    position: absolute;
    top: 15px;
    left: -2px;
    width: 54px;
    height: 21px;
    background-image: url(/_new_design/skin/smpv2/images/smp/img-close.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover
}

.recommend-list li .close p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 1px;
    letter-spacing: .1em
}

.link-color {
    color: #eab029
}

.inquiry_title,
.tutorial_title {
    padding: .25em .5em;
    color: #30c0df;
    font-size: 17px;
    font-weight: 700;
    border-left: solid 5px #30c0df;
    border-bottom: solid 2px #30c0df;
    margin: 20px 0 10px
}

.inquiry_movelist li:before {
    content: '▼';
    color: #30c0df
}

.tutorial_movelist a:before {
    content: '▼';
    color: #30c0df
}

.video:before {
    display: none
}

.tutorial_movelist span {
    text-decoration: underline
}

.inquiry_movelist li,
.tutorial_movelist a {
    font-size: 15px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px
}

.inquiry_content,
.tutorial_category_content {
    border-bottom: 1px solid #b3b3b3
}

.inquiry_category,
.tutorial_category {
    padding: 5px 15px;
    background-color: #30c0df;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px
}

.inquiry_case,
.tutorial_case {
    padding: 10px 15px;
    font-size: 14px
}

.inquiry_case:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 2px solid #b3b3b3;
    border-right: 2px solid #b3b3b3;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.tutorial_case:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 2px solid #b3b3b3;
    border-right: 2px solid #b3b3b3;
    position: absolute;
    right: 20px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.inquiry_case.open:after {
    animation: openAnime .5s forwards
}

.tutorial_case.open:after {
    animation: openAnime .5s forwards
}

@keyframes openAnime {
    0% {
        transform: rotate(135deg)
    }

    100% {
        transform: rotate(-45deg)
    }
}

.inquiry_case.close:after {
    animation: closeAnime .5s forwards
}

.tutorial_case.close:after {
    animation: closeAnime .5s forwards
}

@keyframes closeAnime {
    0% {
        transform: rotate(-45deg)
    }

    100% {
        transform: rotate(135deg)
    }
}

.inquiry_content p {
    padding: 5px 15px 10px;
    display: none;
    line-height: 150%
}

.tutorial_category_contentInner {
    display: none;
    padding: 0 15px 20px;
    line-height: 200%
}

.tutorial_category_contentInner ol,
.tutorial_category_contentInner ul,
.tutorial_category_contentInner p {
    padding: 5px 0 10px
}

.tutorial_category_contentInner ol li {
    list-style-type: square;
    margin-left: 10px
}

.tutorial_category_contentInner ul li {
    list-style-type: decimal;
    margin-left: 10px
}

.inquiry_howto {
    padding: 5px;
    border: solid 1px #30c0df;
    color: #30c0df;
    margin: 20px auto;
    width: 50%;
    text-align: center
}

.backtobot {
    background-color: #4ae2fc;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 17px;
    font-weight: 700
}

.backtobot img {
    width: 20px;
    vertical-align: text-top
}

.inquiry_form {
    margin: 50px 0 30px
}

.inquiry_form_btn {
    background: #30bfdf;
    border: 1px solid #28869e;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 8px;
    width: 80%;
    margin: 10px auto
}

.inquiry_form_btn img {
    width: 20px;
    vertical-align: text-top
}

#content .members-info .horoscope {
    padding: 10px;
    border-top: 1px solid #e6decc
}

.horoscope h2 {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 5px 3px;
    background-image: url(/_new_design/skin/v2/img/horoscope/bg_header.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.horoscope_content {
    border: 1px solid #e6decc
}

.horoscope_contentUP {
    padding: 5px 0;
    border-bottom: 1px dashed #c7a867
}

.horoscope_contentUP:after {
    content: "";
    clear: both;
    display: block
}

.horoscope .zodiacSign {
    float: left;
    text-align: center;
    width: 65%;
    border-right: 1px dashed #c7a867
}

.horoscope .zodiacSign span,
.rank span {
    font-size: 17px;
    font-weight: 700;
    margin-right: 3px
}

.horoscope .rank {
    float: left;
    text-align: center;
    width: 35%
}

.horoscope .rank span {
    color: #86eb13
}

.horoscope_contentMAIN {
    padding: 10px
}

.horoscope_contentMAIN_L {
    float: left;
    width: 40%;
    text-align: center
}

.horoscope_contentMAIN_L img {
    width: 90px
}

.horoscope_contentMAIN_R {
    float: left;
    width: 60%
}

.horoscope_contentMAIN_R dl {
    width: 150px;
    border-bottom: 1px solid #c7a867;
    margin: auto
}

.horoscope_contentMAIN_R dt {
    float: left;
    width: 45px;
    margin: 3px 5px;
    border-bottom: #c7a867;
    color: #a28a57;
    font-weight: 700
}

.horoscope_contentMAIN_R dd {
    float: left;
    border-bottom: #c7a867;
    color: #f1eddf;
    font-size: 16px
}

.horoscope_contentMAIN_R dd span {
    color: #00d0e4
}

.horoscope_contentMAIN_R dl:after {
    content: "";
    clear: both;
    display: block
}

.horoscope_contentMAIN:after {
    content: "";
    clear: both;
    display: block
}

.horoscope_text {
    overflow: hidden;
    margin: 8px 0 2px;
    line-height: 1.5
}

.horoscope_content .horoscope_text p {
    padding: 0 10px
}

.more {
    text-align: right;
    margin-top: 5px
}

.btn_horoscopeRank {
    background-color: #c7a867;
    padding: 5px;
    width: 195px;
    margin: 5px auto;
    text-align: center;
    border-radius: 3px;
    border-bottom: solid 3px #a28a57
}

.btn_horoscopeRank img {
    width: 20px;
    vertical-align: text-bottom;
    margin-right: 5px
}

.btn_horoscopeRank a {
    color: #fff !important;
    font-size: 14px
}

.horoscope_date {
    background-color: #babde0;
    color: #474c8e;
    padding: 3px;
    width: 180px;
    margin: 10px auto;
    text-align: center;
    border-radius: 20px;
    font-size: 14px
}

.horoscope_ranking {
    border: 1px solid #e6decc;
    margin-bottom: 20px;
    padding: 0 5px
}

.horoscope_ranking img {
    width: 50px
}

.horoscope_ranking .rank {
    font-size: 18px
}

.horoscope_ranking .rank img {
    width: 30px;
    margin: 5px 0
}

.horoscope_ranking .rank span {
    color: #00d0e4;
    font-size: 34px;
    font-weight: 700
}

.horoscope_ranking .zodiacSigns span {
    font-size: 16px;
    font-weight: 700
}

.btm_dashed {
    border-bottom: 1px dashed #e6decc
}

.first_content {
    padding: 10px 5px;
    clear: both
}

.firstElement .rank {
    float: left;
    margin-right: 10px
}

.firstElement .zodiacSigns {
    float: left;
    margin-top: 6px
}

.firstElement:after {
    content: "";
    clear: both;
    display: block
}

.middle_content {
    width: 50%;
    float: left;
    padding: 5px
}

.middleElement {
    display: inline-block;
    width: 60%
}

.SS2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.SS3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.horoscopeElement {
    clear: both
}

.horoscopeElement_bg {
    padding: 5px 10px;
    color: #fff
}

.horoscopeElement_title {
    font-weight: 700;
    float: left;
    width: 20%
}

.horoscopeElement_star {
    float: left
}

.horoscopeElement_bg:after {
    content: "";
    clear: both;
    display: block
}

.horoscopeElement p {
    padding: 10px;
    line-height: 1.6
}

.lucky {
    width: 50%;
    float: left;
    text-align: center;
    margin: 10px 0
}

.lucky div {
    background-color: #ede6ce;
    color: #a28a57;
    font-weight: 700;
    padding: 3px;
    width: 80%;
    margin: 0 auto 5px;
    text-align: center;
    border-radius: 3px
}

.qa_menu {
    width: 90%;
    margin: 10px auto 30px
}

.qa_menu:after {
    content: "";
    display: table
}

.qa_menu:after {
    clear: both
}

.qa_menu img {
    width: 48% !important;
    float: left;
    margin: 3px !important;
    border-radius: 10px
}

div.shoppingList ul li {
    width: 48%;
    float: left;
    margin: 0 0 30px
}

div.shoppingList ul li:nth-child(2n) {
    float: right
}

div.shoppingList ul li a {
    display: block;
    overflow: hidden
}

div.shoppingList ul li a img {
    width: 100%;
    height: auto
}

div.shoppingList ul li a h3 {
    text-align: center;
    background-color: #ebe0c5;
    padding: 10px;
    line-height: 1.5em;
    font-size: 12px;
    font-weight: 700
}

div.shoppingList ul li a span {
    text-align: center;
    display: block;
    background-color: #f9f6ef;
    padding: 10px 0;
    line-height: 1.5em;
    font-size: 12px
}

div.shoppingList ul li a span em {
    color: #ba1414;
    font-weight: 700
}

div.shoppingList ul li a span em em {
    font-size: 18px
}

div.shoppingList ul li p {
    text-align: center;
    font-size: 10px;
    background-size: 16px;
    margin: 10px 0 0
}

div.shoppingList ul li p em {
    color: #ba1414;
    font-weight: 700
}

section.top_shopping {
    margin: 0 0 20px
}

section.top_shopping h2 {
    width: 100%;
    height: 0;
    text-indent: -9999px;
    background-image: url(../img/index/shopping_ttl2.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto 0px auto;
    padding-top: 11.5%
}

section.top_shopping a.link {
    width: auto;
    float: right;
    color: #ba1414;
    font-size: 12px;
    text-decoration: underline !important;
    font-weight: 700;
    display: inline-block;
    text-indent: 22px;
    background-position: left center;
    background-image: url(../img/index/shopping_icn.png);
    background-size: 16px;
    background-repeat: no-repeat;
    margin: -25px 0 20px
}

section.top_shopping ul {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 25px
}

section.top_shopping ul .slick-arrow {
    width: 15px;
    height: auto;
    position: absolute;
    top: 70px
}

section.top_shopping ul .slick-arrow.prev-arrow {
    left: 0
}

section.top_shopping ul .slick-arrow.next-arrow {
    right: 0
}

section.top_shopping ul li {
    margin: 0 5px
}

section.top_shopping ul li a {
    display: block;
    overflow: hidden
}

section.top_shopping ul li a span {
    text-align: center;
    display: block;
    background-color: #fff;
    padding: 2px 0;
    line-height: 1.5em;
    font-size: 10px
}

section.top_shopping ul li a span em {
    display: block;
    color: #ba1414;
    font-weight: 700
}

section.top_shopping ul li a span em em {
    display: inline;
    font-size: 14px
}

section.top_shopping ul li a img {
    width: 100%;
    height: auto
}

section.top_shopping ul li a h3 {
    text-align: center;
    line-height: 3em;
    font-size: 5px;
    font-weight: 700;
    margin: 8px 0 0;
    height: 31px
}

.top_shopping ul {
    display: none
}

.top_shopping ul.slick-initialized {
    display: block
}

.newsBlock {
    width: 100%
}

section.new_attention {
    margin-bottom: 10px
}

section.new_attention h2 {
    border-bottom: solid 1px #24a289
}

section.new_attention h2.yellow,
section.new_attention h2.shopping {
    border-bottom: solid 1px #d1ab3b
}

section.new_attention h2.shopping {
    margin: 44px 0 5px !important
}

section.new_attention h2 img {
    height: 32px;
    width: auto;
    margin-left: 7px;
    margin-bottom: 0 !important
}

section.new_attention h2 span {
    background-color: #24a289;
    border-radius: 10px 10px 0 0;
    float: right;
    color: #fff;
    font-size: 19px;
    margin: 2px 0 0;
    text-align: right;
    padding: 4px 10px 0 0
}

section.new_attention h2.yellow span {
    background-color: #d1ab3b
}

section.new_attention h2.shopping span {
    float: left;
    background-color: #e3a300
}

section.new_attention h2.shopping span img {
    height: 18px;
    margin: 4px 2px 6px 12px !important;
    width: auto
}

section.new_attention h2.shopping img {
    float: right;
    margin-top: 9px;
    width: 205px;
    height: auto
}

section.new_attention h2:after {
    content: "";
    clear: both;
    display: block
}

section.new_attention h2 span img {
    height: 14px;
    margin: 5px 4px 4px 7px !important
}

section.new_attention h2 span img:nth-child(2) {
    height: 15px;
    margin: 5px 0 4px !important
}

section.new_attention h2 span img:nth-child(3) {
    height: 15px;
    margin: 5px 0 4px !important
}

section.new_attention ul li {
    float: left;
    margin: 5px 5px 12px 0;
    width: 31%
}

section.new_attention ul li:first-child {
    margin-left: 6px
}

section.new_attention ul li:last-child {
    margin-right: 0
}

section.new_attention ul li img {
    min-width: 100%;
    min-height: 115px
}

section.new_attention ul li span img {
    min-width: initial;
    min-height: initial
}

section.new_attention ul li div {
    height: 40px;
    background: #fff;
    padding: 5px 5px 3px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

section.new_attention ul li span {
    background-color: #fff;
    padding: 1px 0 4px;
    text-align: center;
    display: block;
    font-size: 10px
}

section.new_attention span.date {
    background-color: #24a289;
    color: #fff;
    padding: 2px 6px;
    margin-top: -6px;
    display: block;
    text-align: center;
    font-size: 11px;
    float: right
}

section.new_attention:after {
    content: "";
    clear: both;
    display: block
}

section.new_attention ul li a span em {
    color: #ba1414;
    font-weight: 700
}

section.new_attention ul li a span em em {
    font-size: 14px
}

section.new_attention ul.qa li {
    width: 47%;
    padding: 10px 0 6px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    position: relative
}

section.new_attention ul.qa li span {
    font-size: 13px;
    color: #d1ab3b
}

section.new_attention ul.qa li img {
    display: block;
    float: right;
    min-width: inherit;
    min-height: inherit;
    width: 24px;
    position: absolute;
    right: 4px;
    top: 31px
}

.ui-content label,
fieldset legend {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 .3em;
    display: block
}

.ui-content select {
    cursor: pointer;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 1.5em;
    min-height: 100%;
    height: 3em;
    max-height: 100%;
    font-size: 16px;
    padding: .6em 20px;
    min-width: .75em;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: .5em 0 0;
    padding: 0;
    overflow: hidden;
    opacity: 1;
    border-radius: 1em;
    border: 1px solid #ccc;
    background: #eee;
    font-weight: 700;
    color: #2f3e46;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fff, #f1f1f1);
    background-image: -moz-linear-gradient(#fff, #f1f1f1);
    background-image: -ms-linear-gradient(#fff, #f1f1f1);
    background-image: -o-linear-gradient(#fff, #f1f1f1);
    background-image: linear-gradient(#fff, #f1f1f1);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .3)
}

.ui-content textarea {
    height: 50px;
    box-sizing: border-box;
    background-image: none;
    padding: .4em;
    margin: .5em 0 0;
    line-height: 1.4;
    font-size: 16px;
    display: block;
    width: 100%;
    outline: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    border: 1px solid #8c8c8c;
    color: #000;
    background: #fff;
    background-clip: padding-box
}

.ui-content input[type=text],
.ui-content input[type=password],
.ui-content input[type=email],
.ui-content input[type=tel] {
    -webkit-appearance: none;
    box-sizing: border-box;
    background-image: none;
    padding: .4em;
    margin: .5em 0 0;
    line-height: 1.4;
    font-size: 16px;
    display: block;
    width: 100%;
    outline: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #8c8c8c;
    color: #000
}

.ui-content a[data-role=button] {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: .5em 0 0;
    padding: 0;
    border: 1px solid #ccc;
    background: #eee;
    font-weight: 700;
    color: #2f3e46;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fff, #f1f1f1);
    background-image: -moz-linear-gradient(#fff, #f1f1f1);
    background-image: -ms-linear-gradient(#fff, #f1f1f1);
    background-image: -o-linear-gradient(#fff, #f1f1f1);
    background-image: linear-gradient(#fff, #f1f1f1);
    font-size: 16px;
    padding: .6em 20px;
    min-width: .75em;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    border-radius: 1em
}

.ui-content input[type=checkbox],
.ui-content input[type=radio] {
    -webkit-appearance: none;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    filter: Alpha(Opacity=0);
    opacity: 0;
    display: inherit
}

.ui-content input[type=checkbox]~label {
    margin-top: .5em;
    margin-bottom: .5em;
    text-align: left;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: .5em 0 0;
    padding: 0;
    background-clip: padding-box;
    border-radius: 1em;
    border: 1px solid #ccc;
    background: #eee;
    font-weight: 700;
    color: #2f3e46;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fff, #f1f1f1);
    background-image: -moz-linear-gradient(#fff, #f1f1f1);
    background-image: -ms-linear-gradient(#fff, #f1f1f1);
    background-image: -o-linear-gradient(#fff, #f1f1f1);
    background-image: linear-gradient(#fff, #f1f1f1);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    font-size: 16px;
    padding: .6em 20px;
    min-width: .75em;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1
}

.ui-content input[type=checkbox]:checked+label {
    border: solid 3px #4ebbb2
}

.ui-content input[type=checkbox]~label:before {
    position: absolute;
    content: "";
    display: block;
    top: 55%;
    left: 22px;
    margin-top: -12px;
    width: 20px;
    height: 20px;
    border: 2px solid #d6d6d6
}

.ui-content input[type=checkbox]:checked+label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 26px;
    margin-top: -12px;
    width: 10px;
    height: 18px;
    border-left: none;
    border-top: none;
    border-right: 4px solid #4ebbb2;
    border-bottom: 4px solid #4ebbb2;
    transform: rotate(45deg);
    opacity: 1
}

.mark_all {
    margin-top: 18px
}

.ui-content .mark_all input[type=checkbox]~label,
.ui-content .mark_all input[type=checkbox]:checked+label {
    border: none;
    background-image: none;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 25px;
    background: 0 0;
    box-shadow: none
}

.ui-content input[type=checkbox]~label:before {
    left: 11px
}

.ui-content input[type=checkbox]:checked+label:before {
    left: 17px
}

.ui-content input[type=submit],
button.bubbly-button.first-button,
.ui-content button[type=submit],
.ui-content input[type=button],
button.bubbly-button.first-button,
.ui-content button[type=button] {
    color: #2f3e46;
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: .5em 0 0;
    padding: 0;
    width: 100%;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    font-size: 16px;
    padding: .6em 20px;
    min-width: .75em;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1;
    border: 1px solid #bbb;
    background: #dfdfdf;
    font-weight: 700;
    color: #2f3e46;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fff, #f1f1f1);
    background-image: -moz-linear-gradient(#fff, #f1f1f1);
    background-image: -ms-linear-gradient(#fff, #f1f1f1);
    background-image: -o-linear-gradient(#fff, #f1f1f1);
    background-image: linear-gradient(#fff, #f1f1f1)
}

div[data-role=fieldcontain] {
    padding: .8em 0;
    margin: 0;
    border-width: 0 0 1px;
    overflow: visible;
    border-bottom: #828282;
    border-bottom: rgba(130, 130, 130, .3);
    border-bottom-width: 1px;
    border-bottom-style: solid
}

div[data-role=header] {
    position: relative;
    border-left-width: 0;
    border-right-width: 0;
    zoom: 1;
    border: 1px solid #b3b3b3;
    background: #eee;
    color: #3e3e3e;
    font-weight: 700;
    text-shadow: 0 1px 1px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ddd));
    background-image: -webkit-linear-gradient(#f0f0f0, #ddd);
    background-image: -moz-linear-gradient(#f0f0f0, #ddd);
    background-image: -ms-linear-gradient(#f0f0f0, #ddd);
    background-image: -o-linear-gradient(#f0f0f0, #ddd);
    background-image: linear-gradient(#f0f0f0, #ddd);
    height: auto;
    min-height: 1.1em;
    text-align: center;
    font-size: 16px;
    display: block;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    outline: 0 !important;
    box-sizing: border-box
}

div[data-role=header] h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 700
}

.ui-content input[type=radio]~label {
    border: 1px solid #ccc;
    background: #eee;
    font-weight: 700;
    color: #2f3e46;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fff, #f1f1f1);
    background-image: -moz-linear-gradient(#fff, #f1f1f1);
    background-image: -ms-linear-gradient(#fff, #f1f1f1);
    background-image: -o-linear-gradient(#fff, #f1f1f1);
    background-image: linear-gradient(#fff, #f1f1f1);
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: .5em 0;
    padding: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: left;
    float: left;
    font-size: 16px;
    padding: .6em 20px;
    min-width: .75em;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1
}

.ui-content input[type=radio]:checked+label {
    border: 1px solid #fc3;
    background: #fc3;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    text-shadow: 0 1px 1px #eee;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe038), to(#e5b72d));
    background-image: -webkit-linear-gradient(#ffe038, #e5b72d);
    background-image: -moz-linear-gradient(#ffe038, #e5b72d);
    background-image: -ms-linear-gradient(#ffe038, #e5b72d);
    background-image: -o-linear-gradient(#ffe038, #e5b72d);
    background-image: linear-gradient(#ffe038, #e5b72d);
    font-family: Helvetica, Arial, sans-serif
}

.ui-grid-a,
.ui-grid-b,
.ui-grid-c,
.ui-grid-d {
    overflow: hidden
}

.grid_l .ui-grid-a .ui-block-b {
    width: 65%
}

.grid_l .ui-grid-a .ui-block-a,
.grid_l .ui-grid-a .ui-block-b,
.grid_r .ui-grid-a .ui-block-a,
.grid_r .ui-grid-c .ui-block-c,
.grid_r .ui-grid-a .ui-block-b .ui-block-c {
    min-height: 2.4em;
    border-bottom: 1px dashed #aaa
}

.ui-grid-a .ui-block-a,
.ui-grid-a .ui-block-b {
    width: 49.95%
}

.ui-grid-c .ui-block-c {
    width: 100%
}

.ui-grid-a .ui-block-c {
    clear: left
}

.ui-grid-a>:nth-child(n) {
    width: 50%;
    margin-right: -.5px
}

.ui-grid-a .ui-block-a {
    clear: left
}

.ui-grid-a>:nth-child(n) {
    width: 50%;
    margin-right: -.5px
}

.grid_l div,
.grid_r div {
    padding: 5px 10px
}

.ui-block-a,
.ui-block-b,
.ui-block-c,
.ui-block-d,
.ui-block-e {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.ui-listview,
.ui-li {
    list-style: none;
    padding: 0
}

.ui-li.ui-btn {
    margin: 0
}

.ui-li,
.ui-li.ui-field-contain {
    display: block;
    margin: 0;
    position: relative;
    overflow: visible;
    text-align: left;
    border-width: 0;
    border-top-width: 1px
}

.ui-listview,
.ui-li {
    list-style: none;
    padding: 0
}

.ui-btn-up-c,
.ui-btn-hover-c,
.ui-btn-down-c {
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none
}

.ui-btn-up-c {
    background: #eee;
    font-weight: none;
    color: #2f3e46;
    text-shadow: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background-image: -webkit-linear-gradient(#fff, #f1f1f1);
    background-image: -moz-linear-gradient(#fff, #f1f1f1);
    background-image: -ms-linear-gradient(#fff, #f1f1f1);
    background-image: -o-linear-gradient(#fff, #f1f1f1);
    background-image: linear-gradient(#fff, #f1f1f1)
}

.ui-btn-text {
    position: relative;
    z-index: 1;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

a.ui-link-inherit,
.ui-li-static.ui-li-has-arrow {
    padding-right: 40px
}

a.ui-link-inherit {
    padding: .7em 15px .7em 0 !important;
    display: block
}

ul.check_mail a.ui-link-inherit {
    padding: .7em 15px .7em 15px !important
}

.ui-li .ui-btn-text a.ui-link-inherit {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ui-li-static {
    background-image: none
}

.ui-li-heading {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: .6em 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ui-li-desc {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin: -.5em 0 .6em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ui-link-inherit img {
    float: left;
    margin-right: 10px;
    margin-left: 40px;
    margin-bottom: 5px;
    max-width: 80px
}

.ui-li-link-alt .ui-btn-inner {
    padding: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.ui-btn-inner {
    font-size: 16px;
    min-width: .75em;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1
}

.ui-btn-inner {
    border-top: 1px solid #fff;
    border-color: rgba(255, 255, 255, .3)
}

.ui-btn-icon-notext .ui-btn-text {
    position: absolute;
    left: -9999px
}

.ui-btn-text {
    position: relative;
    z-index: 1;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.ui-li-link-alt .ui-btn {
    overflow: hidden;
    position: absolute;
    right: 8px;
    top: 50%;
    margin: -13px 0 0;
    border-bottom-width: 1px;
    z-index: -1
}

.ui-btn {
    display: block;
    cursor: pointer;
    position: relative;
    margin: .5em 0;
    padding: 0
}

.ui-btn-icon-notext {
    width: 24px;
    height: 24px
}

.ui-shadow {
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .3)
}

.ui-li-link-alt {
    position: absolute;
    width: 40px;
    height: 100%;
    border-width: 0;
    border-left-width: 1px;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 2
}

.ui-listview,
.ui-li {
    list-style: none;
    padding: 0
}

select[name=birthdayYear],
select[name=birthdayMonth],
select[name=birthdayDay] {
    width: 30%;
    float: left;
    margin-left: 7px
}

form {
    margin-bottom: 10px
}

.reserved_message,
.grid_l .reserved_message {
    padding: 10px 17px 30px;
    line-height: 150%
}

.reserved_message span {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 8px
}

h3.reserved_message,
.grid_l h3.reserved_message {
    font-size: 14px;
    padding-bottom: 8px
}

.btns_box {
    margin: 12px 0
}

/* Popup Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s;
    z-index: 1000;
  }
  
  /* Popup Content */
  .popup-content {
    top: -240px;
    background-color: white;
    padding: 15px;
    width: 92%;
    border-radius: 10px;
    position: relative;
    text-align: center;
    font-family: Inter;
  }
  
  .popup-content p {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
  }

  .popup-content h2 {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 10px;
    color: #333;
  }
  
  .popup-content ul {
    text-align: left;
    font-size: 14px;
    padding: 0 20px;
    font-weight: 500;
    line-height: 17px;
  }
  
  .popup-content ul li {
    margin-bottom: 8px;
    list-style: none;
  }
  
  .popup-content .btn-primary {
    background-color: #EFC224;
    border: none;
    padding: 10px;
    width: 224px;
    height: 37px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    line-height: 17px;
  }

  .popup-content .btn-primary:hover {
    background-color: #d6ae1b;
  }
  
  .popup-content .actions {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    height: 37px;
  }

  #cancel-button {
    margin-left: 10px;
    background: #B5A065;
  }

  #cancel-button:hover {
    background: #dac99d;
  }

  #confirm-button:hover {
    background: #666060a2;
  }
  
  .popup-content .btn-secondary {
    background-color: #f2f2f2;
    border: none;
    padding: 10px;
    width: 90px;
    font-size: 14px;
    cursor: pointer;
  }
  
  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }
  
  /* Show Popup */
  .popup-overlay.show {
    visibility: visible;
    opacity: 1;
  }

.popup-content strong {
    font-weight: bold;
    color: red;
}

.cb-withdraw {
    margin-bottom: 10px;
    font-size: 13px;
}
.cb-withdraw p {
    font-weight: bold;
    margin-bottom: 5px;
}
.checkbox-container {
    display: flex;
    flex-direction: column;
}

.checkbox-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
}

.checkbox-item input[type="checkbox"] {
    margin-right: 5px; 
    margin-top: 1px;
}

.ui-content-custom {
    padding: 20px;
}

.head-banner-sp{
    display: flex;
    background: url(/_new_design/skin/v2/css/img/common/bg_yellow.jpg) repeat;
    padding: 2px 0px;
}

.head-banner-sp div{
    padding: 2px;
}

.banner-sp{
    width: 35%; 
    margin-left: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-sp img{
    width: 100%; 
}

.detail_form_foot_li_cs dt{
	background-image: url(/commons/css/ui/img/detail_form_arr3_sp_open.png); 
	background: url(/images/commons/lsection.png) no-repeat scroll 10px 9px #d5edf3 ;
    border-radius: 4px 4px 4px 4px ;
    color: #333333 ;
    font-size: 138.5% ;
    margin-bottom: 15px ;
    padding: 6px 0 5px 40px ;
    position: relative ;
}

.detail_form_foot_wrap_cs {
	width: 100%;
}
.detail_form_foot_wrap_cs dl{
	width: 100%;
}
.detail_form_foot_wrap_cs p,
.detail_form_foot_wrap_cs dd{
	font-size: 13px;
    margin: 18px 10px;
}
.detail_form_foot_wrap_cs dd b{
	font-weight: bold;
}
.detail_form_foot_li_cs dd ul li{
    font-size: 12px;
    background: url(/images/commons/list.png) no-repeat scroll 7px 8px transparent;
    float: none;
    margin-bottom: 2px;
    margin-left: 0;
    padding-left: 22px;
}
.detail_form_foot_main_cs {
	width: 100%;
}

/* Bisearch-113 Zendesk Inquiry */
.ui-inquiry{
    padding: 0px 10px;
}
.flow {
    display: flex;
    margin-bottom: 30px;
    margin-top: 10px;
    justify-content: center;
}

.schedule {
    width: 100%;
    justify-content: center;
    display: flex;
}

.flow .flow__step {
    position: relative;
    margin: 1px 7px;
    padding: 7px 13px;
    border: 1px solid #bbb;
    background: #fff;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.flow .flow__step a {
    display: block;
    color: #5f4a1a;
}

.flow .flow__step a:hover {
    color: #4ae2fc;
}

.flow .flow__step a:before {
    display: block;
    width: 0;
    height: 0;
    pointer-events: none;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    margin: auto;
    content: "";
}

.flow .flow__step.select {
    border: 1px solid #4ae2fc;
    background: #4ae2fc;
    color: #fff;
}

.flow .flow__step:not(:last-child).select:after {
    display: block;
    width: 0;
    height: 0;
    pointer-events: none;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #4ae2fc;
    position: absolute;
    top: 0;
    right: -6px;
    bottom: 0;
    z-index: 1;
    margin: auto;
    content: "";
}

.flow .flow__step:not(:last-child).select:before {
    border-left: 6px solid #fff;
    right: -7px;
    z-index: 1;
}

.flow .flow__step:not(:last-child):before {
    border-left: 6px solid #fff;
    right: -5px;
    z-index: 2;
}

.flow .flow__step:not(:last-child):after {
    display: block;
    width: 0;
    height: 0;
    pointer-events: none;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #bbb;
    position: absolute;
    top: 0;
    right: -6px;
    bottom: 0;
    z-index: 1;
    margin: auto;
    content: "";
}

.flow__step:not(:last-child):before {
    height: 0;
    pointer-events: none;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
}

/*End contact_step1*/

/*contact_step2*/
.alert-notice {
    margin-top: 20px;
    text-align: left;
    padding: 15px;
    border: 15px solid #fbd2d2;
    border-radius: 3px;
    background-color: #fff;
}

.alert-notice li:not(:last-child) {
    margin-bottom: 20px;
}

.a-text--bold {
    font-weight: 700;
}

.a-text {
    font-size: 14px;
    line-height: 1.8;
}

.m-list--dot {
    position: relative;
}

.m-list--dot li:before {
    display: inline-block;
    margin-left: 1em;
    padding-right: 3px;
    width: 14px;
    height: 14px;
    content: "●";
    text-align: center;
    font-size: 10px;
    line-height: 14px;
}

.form-input {
    margin: 25px 10px;
}


.m-inner{
    margin: auto;
    width: 100%;
}
.a-title__h2, .a-title__h3 {
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.2;
    color: #00d0e4 !important;
}
.a-title__h2 {
    font-size: 14px;
}

.p-title{
    color: #00d0e4;
    margin-bottom: 5px;
}

.flex--between {
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    margin-bottom: 30px;
}

.flex--between, .flex--center {
    flex-wrap: wrap;
}
.contact-select__item:nth-last-child(n+3) {
    margin-bottom: 20px;
}
.contact-select__item {
    width: calc(50% - 10px);
    font-weight: 700;
}
.a-btn__outline:hover {
    background-color: #fdfcca;
    -webkit-box-shadow: 0 2px 0 0 #00d0e4;
    box-shadow: 0 2px 0 0 #00d0e4;
    color: #00d0e4;
}
.contact-select__item a {
    padding-left: 10px;
    text-align: left;
}

.a-btn__outline {
    border: 1px solid #00d0e4;
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: auto;
    padding: 15px 10px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0 2px 0 0 #ddd;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4 !important;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: all .2s ease-out;
    color: #00d0e4 !important;
}

.a-form__select {
    border-radius: 3px;
    position: relative;
    padding-left: 10px;
    width: 100%;
    height: 30px;
    border: 1px solid #00d0e4;
    font-size: 14px;
}
.input_item {
    margin-bottom: 20px;
}

.input_item input{
    height: 30px;
    padding-left: 10px;
}

.input_item li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.input_item li a{
    color: #007bff;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block; 
}

.input_item input[type="checkbox"] {
    margin-left: 5px;
}

.input_item textarea {
    height: 70px;
}

.input_item-half {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.input_item-half div {
    width: 48%;
}

.input_item-half input[type="text"] {
    width: 100%;
}

.check-list ul li{
    margin-bottom: 10px;
    color: #00d0e4;
    display: flex;
}

.form-button {
    text-align: center;
    margin-bottom: 50px;
}

.form-button button {
    background-color: #30c0df;
    width: auto;
    height: auto;
    color: white;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    padding: 6px 10px;
}
.form-button button:disabled {
    background-color: #d3d3d3;
    color: white;
    cursor: not-allowed;
}
.form-button button:hover:enabled {
    background-color: #eab029;
}
.field-required::after {
    position: static;
    right: 10px;
    margin-left: 7px;
    padding: 1px 5px;
    background-color: #ff3939;
    color: #fff;
    content: "必須";
    vertical-align: 3px;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
}

.m-form__table {
    border: 1px solid #bbb;
    background-color: #fff;
    position: relative;
}

.flex--start {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.a-form__table__row {
    border-bottom: 1px solid #bbb;
}

.a-form__table__title {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 30%;
    background-color: rgba(0, 0, 0, .05);
    font-weight: 700;
    padding-left: 6px;
}

.a-form__table__cell {
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 70%;
    background-color: hsla(0, 0%, 100%, .1);
    padding: 7px 10px;
    word-wrap: break-word;
}
.confirm-inquiry-note{
    color: #00d0e4;
    margin-top: 20px;
    font-weight: bold;
}
.alert-notice__inner p {
    margin-bottom: 5px;
}
.certificate_image{
    height: auto !important;
    margin-top: 10px;
    padding-left: revert-layer!important;
    display: block;
}

/* End Bisearch-113 Zendesk Inquiry */