@charset "utf-8";

html {
    overflow-y: scroll
}

body {
    min-width: 970px;
    background: #fff url(/skin/assets/img/common/bg_body_01.png) repeat-x center 0;
    border-top: 5px solid #ffaa25;
    color: #333;
    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: #333;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out 0s;
    transition: color .3s ease-in-out 0s
}

a:hover {
    color: #ffaa25;
    text-decoration: none
}

a img {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s
}

a:hover img {
    opacity: .6
}

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

img {
    max-width: 100%;
    height: auto
}

.sp {
    display: none !important
}

.ad_for_c {
    text-align: right;
    font-size: 11px;
    clear: both;
    padding-top: 5px
}

#header {
    position: relative;
    width: 970px;
    height: 71px;
    margin: 0 auto
}

#header .tagline {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    color: #6b5427
}

#header .logo {
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 10
}

#header .logo2 {
    position: absolute;
    top: 12px;
    left: 7px;
    z-index: 10
}

#header .logo a {
    display: block;
    width: 250px;
    height: 170px;
    background: #fff;
    border-radius: 3px;
    color: #666;
    text-align: center;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 1px rgba(0, 0, 0, .2)
}

#header .logo span {
    display: inline-block;
    margin-top: 40px
}

#header .logo img,
#header .logo svg,
#header .logo2 img {
    display: inline-block;
    margin-top: 13px;
    width: 178px
}

#header .login,
#header .logout {
    top: 17px;
    right: 0;
    float: right
}

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

#header .login ul li,
#header .logout ul li {
    width: 140px
}

#header .login ul li a,
#header .logout ul li a {
    display: block;
    width: 140px;
    height: 35px;
    background: #ffaa25;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    -webkit-transition: background .3s ease-in-out 0s;
    transition: background .3s ease-in-out 0s
}

#header .login ul li:first-child a,
#header .logout ul li:first-child a {
    border-radius: 2px 0 0 2px;
    -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,
#header .logout ul li:last-child a {
    border-radius: 0 2px 2px 0;
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1)
}

#header .login ul li a:hover,
#header .logout ul li a:hover {
    background: #d2ba86
}

#header .utility {
    position: absolute;
    top: 11px;
    right: 283px
}

#header .utility ul li {
    position: relative;
    padding: 0 12px;
    float: left
}

#header .utility ul li:first-child {
    padding-right: 20px
}

#header .utility ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: .4em;
    left: 0;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #ffaa25
}

#header .sp-menu {
    display: none
}

#content {
    width: 970px;
    margin: 7px auto 50px auto
}

#content #main {
    float: right;
    width: 705px;
    position: relative
}

#content #sub {
    float: left;
    width: 250px
}

#content .box {
    display: block;
    position: relative;
    margin-bottom: 15px;
    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: #6b5427;
    font-size: 24px;
    font-weight: 700;
    line-height: 1
}

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

#content .push {
    height: 220px;
    padding: 0 30px
}

#content .push header h1 {
    position: relative;
    width: 205px;
    height: 45px;
    margin-bottom: 15px;
    padding-top: 10px;
    background: #ffaa25;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}

#content .push header p {
    font-size: 18px;
    line-height: 1;
    padding: 18px 0
}

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

#content .push .slider {
    position: relative;
    width: 645px;
    height: 140px;
    overflow: hidden
}

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

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

#content .shopping_title img {
    width: 325px
}

#content .shopping_content {
    background-color: #f8f5ef;
    height: 96px;
    width: auto;
    border-radius: 0 0 3px 3px
}

#content .brand_all {
    width: 680px;
    margin: auto;
    padding: 5px 0
}

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

#content .brand_logo {
    width: 103px;
    margin: 5px;
    float: left;
    height: 33px;
    background-color: #fff;
    text-align: center;
    display: flex
}

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

#content .otoku {
    padding: 15px
}

#content .otoku dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 675px;
    margin-top: 15px
}

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

#content .otoku dl dt span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#content .otoku dl dt sup {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px auto;
    padding-top: 15px;
    background: #fff;
    border-radius: 50%;
    color: #e4a400;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -.1em;
    text-shadow: none;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}

#content .otoku dl dt sup:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 10px solid #fff
}

#content .otoku dl dt em {
    font-size: 16px
}

#content .otoku dl dd {
    width: 575px;
    padding: 15px;
    background: #f8f5ef;
    border: 1px solid #e6decc;
    border-left: none;
    border-radius: 0 3px 3px 0
}

#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;
    margin: 0 auto
}

#content .otoku ul li {
    width: 115px;
    margin-right: 14px;
    text-align: center
}

#content .otoku ul li a {
    display: block;
    width: 115px
}

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

#content .category {
    padding: 15px
}

#content .category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 675px;
    margin: 0 auto
}

#content .category ul li {
    width: 215px;
    margin-top: 15px
}

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

#content .category ul li h2 {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0
}

#content .category ul li figure {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 10px auto;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1
}

#content .category ul li figure img {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s, opacity .3s ease-in-out 0s;
    z-index: 0
}

#content .category ul li a:hover figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

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

#content .popular {
    padding: 15px
}

#content .popular dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 675px;
    margin-top: 15px
}

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

#content .popular dl dt span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#content .popular dl dd {
    width: 535px;
    padding: 15px;
    background: #f8f5ef;
    border: 1px solid #e6decc;
    border-left: none;
    border-radius: 0 3px 3px 0
}

#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;
    width: 435px;
    margin: 0 auto
}

#content .popular ul li {
    position: relative;
    width: 115px
}

#content .popular ul li a {
    display: block;
    width: 115px
}

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

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

#content .mointor header h1 {
    padding: 15px
}

#content .mointor .search {
    padding: 15px;
    background: #f8f5ef;
    border-top: 1px solid #e6decc;
    border-bottom: 1px solid #e6decc
}

#content .mointor .search ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

#content .mointor .search ul li:nth-of-type(1) {
    width: 300px
}

#content .mointor .search ul li:nth-of-type(2) {
    width: 400px
}

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

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

#content .mointor input[type=submit] {
    display: inline-block;
    position: relative;
    width: 15%;
    height: 30px;
    background: #ffaa25;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    -webkit-transition: background .3s ease-in-out 0s;
    transition: background .3s ease-in-out 0s;
    cursor: pointer
}

#content .mointor input[type=submit]:hover {
    background: #d2ba86
}

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

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

#content .mointor .entry a {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 705px
}

#content .mointor .entry a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: auto;
    margin: auto;
    background: #ffaa25;
    -webkit-transition: background .3s ease-in-out 0s;
    transition: background .3s ease-in-out 0s
}

#content .mointor .entry a:hover:before {
    background: #d2ba86
}

#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 {
    width: 130px;
    padding: 15px 0 15px 15px
}

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

#content .mointor .entry .summary {
    position: relative;
    width: 350px;
    padding: 15px
}

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

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

#content .mointor .entry .summary .text {
    position: absolute;
    bottom: 15px;
    width: 320px;
    height: 30px;
    padding: 6px;
    background: #fbf4ed;
    overflow: hidden
}

#content .mointor .entry .price {
    width: 210px;
    padding: 15px;
    border-left: 1px solid #e6decc
}

#content .mointor .entry .price1 {
    position: relative;
    color: red;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: color .3s ease-in-out 0s;
    transition: color .3s ease-in-out 0s
}

#content .mointor .entry a:hover .price1 {
    color: #f88
}

#content .mointor .entry .price1 span {
    display: block;
    font-size: 12px
}

#content .mointor .entry .price2,
#content .mointor .entry .price3 {
    position: relative;
    margin-top: 5px;
    padding-left: 70px;
    color: #333;
    -webkit-transition: color .3s ease-in-out 0s;
    transition: color .3s ease-in-out 0s
}

#content .mointor .entry a:hover .price2,
#content .mointor .entry a:hover .price3 {
    color: #666
}

#content .mointor .entry .price2 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    padding: 2px;
    background: #64a566;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: background .3s ease-in-out 0s;
    transition: background .3s ease-in-out 0s
}

#content .mointor .entry a:hover .price2 span {
    background: #92c094
}

#content .mointor .entry .price3 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    padding: 2px;
    background: #627fb6;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: background .3s ease-in-out 0s;
    transition: background .3s ease-in-out 0s
}

#content .mointor .entry a:hover .price3 span {
    background: #91a5cc
}

#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;
    -webkit-transition: background .3s ease-in-out 0s;
    transition: background .3s ease-in-out 0s
}

#content .mointor .pager a:hover {
    background: #e3dcc8
}

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

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

#content .members .reg,
#content .members .login {
    padding: 15px;
    border-bottom: 1px solid #e6decc
}

#content .members .reg p {
    margin-bottom: 6px;
    color: #eb6f65;
    font-size: 14px;
    text-align: center
}

#content .members .login p {
    margin-bottom: 6px;
    color: #6b5427;
    font-size: 14px;
    text-align: center
}

#content .members .reg a,
#content .members .login a {
    display: block;
    width: 220px;
    height: 58px;
    border-radius: 4px;
    border-bottom: 2px solid rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, .3);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .3), 0 2px 0 rgba(0, 0, 0, .15);
    -webkit-transition: background .3s ease-in-out 0s;
    transition: background .3s ease-in-out 0s
}

#content .members .reg a {
    background: #ba1414;
    border-top: 1px solid #9f0904;
    border-right: 1px solid #9f0904;
    border-left: 1px solid #9f0904
}

#content .members .reg a:hover {
    background: #d12121
}

#content .members .login a {
    background: #d3a93c;
    border-top: 1px solid #ca9b2f;
    border-right: 1px solid #ca9b2f;
    border-left: 1px solid #ca9b2f
}

#content .members .login a:hover {
    background: #deb94b
}

#content .members .use {
    padding: 15px
}

#content .members .use a {
    display: block;
    border: 1px solid #e6decc;
    background: #fbfaf7
}

#content .members .use h2 {
    height: 40px;
    margin: 0;
    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-bottom: 1px solid #e6decc;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-align: center
}

#content .members .use p {
    padding: 15px
}

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

#content .members-info .message {
    padding: 15px;
    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: 10px 0;
    text-align: center
}

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

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

#content .members-info .mymenu {
    padding: 15px;
    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;
    width: 220px;
    margin-bottom: 10px
}

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

#content .members-info .mymenu ul li figure {
    width: 70px;
    height: 70px;
    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 .mymenu .point_note {
    width: 200px;
    margin: 10px auto 0;
    line-height: 120%;
    font-size: 10px
}

#content .members-info .action {
    padding: 15px;
    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: 10px 0;
    text-align: center
}

#content .members-info .action .check {
    margin-bottom: 16px;
    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: 55px;
    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: 55px;
    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: 145px;
    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;
    -webkit-transition: color .3s ease-in-out 0s;
    transition: color .3s ease-in-out 0s
}

#content .members-info .action a:hover .item time,
#content .members-info .action a:hover .item .price {
    color: #f88
}

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

#content .members-info .action a.more {
    display: block;
    width: 100%;
    height: 35px;
    margin-top: 10px;
    background: #999;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    -webkit-transition: background .3s ease-in-out 0s;
    transition: background .3s ease-in-out 0s
}

#content .members-info .action a:hover.more {
    background: #bbb
}

#content .topics {
    padding: 15px
}

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

#content .twitter {
    height: 250px;
    margin-bottom: 15px
}

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

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

#content .ranking ul {
    padding: 0 15px 5px
}

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

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

#content .ranking ul li span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    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 {
    width: 160px;
    margin: 30px auto 0 auto
}

.bx-wrapper {
    position: relative;
    max-width: 645px !important;
    margin: 0 auto;
    padding: 0;
    *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: 40px;
    width: 21px;
    height: 60px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-prev {
    left: -31px;
    background: url(/_new_design/skin/assets/img/slider/btn_prev_01.png) no-repeat 0 0
}

.bx-wrapper a:hover.bx-prev {
    background: url(/_new_design/skin/assets/img/slider/btn_prev_01.png) no-repeat 0 -60px
}

.bx-wrapper .bx-next {
    right: -31px;
    background: url(/_new_design/skin/assets/img/slider/btn_next_01.png) no-repeat 0 0
}

.bx-wrapper a:hover.bx-next {
    background: url(/_new_design/skin/assets/img/slider/btn_next_01.png) no-repeat 0 -60px
}

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

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

.cf {
    zoom: 1
}

#footer {
    width: 100%;
    background: #edd6bc
}

.foot-nav ul {
    text-align: center;
    padding: 20px
}

.foot-nav ul li {
    display: inline-block;
    position: relative;
    line-height: 1
}

.foot-nav ul li a {
    display: block;
    padding: 0 10px
}

.foot-nav ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
    margin: auto;
    background: rgba(0, 0, 0, .2)
}

.foot-nav ul li:last-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
    margin: auto;
    background: rgba(0, 0, 0, .2)
}

#footer #copyright {
    width: 100%;
    height: 50px;
    background: #ffaa25
}

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

.foot-nav {
    position: relative
}

.foot-nav div {
    position: absolute;
    bottom: 5px;
    right: 10px
}

.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: 50px;
    height: 50px;
    background: #ffaa25;
    vertical-align: middle;
    text-indent: -9999px;
    z-index: 9999;
    -webkit-transition: background .3s ease-in-out 0s;
    transition: background .3s ease-in-out 0s
}

#page-top a:hover {
    background: #d2ba86
}

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

#main.feature {
    background-color: #fff;
    padding: 15px
}

#main .tlStep {
    font-weight: 700;
    background-color: #cdeff9;
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    margin-bottom: 25px
}

#main.feature figure {
    margin-top: 20px;
    text-align: center
}

#main.feature .aboutLink {
    width: 405px;
    margin: 15px auto 30px;
    text-align: right
}

#main.feature .aboutLink a {
    background-color: #30c0df;
    color: #fff;
    font-size: 11px;
    margin-left: 6px;
    padding: 2px 4px;
    border-radius: 2px
}

#main.feature h2 img {
    margin-bottom: 20px
}

.featureList .monitorImg,
.featureList2 .monitorImg {
    text-align: center
}

.featureList,
.featureList2 {
    margin-top: 20px
}

.featureList ul li,
.featureList2 ul li {
    border: solid 1px #e6decc;
    box-sizing: border-box;
    border-radius: 2px;
    width: 330px;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden
}

.featureList2 ul li {
    width: 212px
}

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

.featureList ul li>h1,
.featureList2 ul li>h1 {
    font-size: 16px;
    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 .monitorImg,
.featureList2 ul li .monitorImg {
    width: 264px;
    height: 264px;
    margin: 0 auto 10px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    position: relative
}

.featureList2 ul li .monitorImg {
    width: 180px;
    height: 180px
}

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

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

.featureList ul li p.cate span,
.featureList2 ul li p.cate span {
    font-size: 10px;
    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 {
    height: 28px;
    margin-top: 10px
}

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

.featureList ul li p.cate+p>em,
.featureList2 ul li p.cate+p>em {
    font-size: 20px
}

.featureList ul li p.featurePrice,
.featureList2 ul li p.featurePrice {
    display: inline-block;
    padding-right: 12px;
    vertical-align: text-bottom
}

.featureList ul li p.detailTxt,
.featureList2 ul li p.detailTxt {
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
    height: 48px;
    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;
    background-color: #fcbd00;
    font-size: 14px;
    padding: 4px;
    border-radius: 2px;
    box-shadow: 0px 2px #f98e00;
    text-align: center
}

.featureList ul li .btnEntry a:hover,
.featureList2 ul li .btnEntry a:hover {
    -ms-transform: translate(2px);
    -webkit-transform: translate(2px);
    text-transform: translate(2px);
    box-shadow: none
}

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

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

.bnr {
    margin-bottom: 20px;
    padding: 0 10px
}

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

.bnr ul li {
    float: left;
    box-shadow: 0px 5px 3px -4px rgba(0, 0, 0, .4);
    width: 335px;
    height: auto
}

.bnr ul li a img {
    width: 100%
}

.bnr ul li:nth-child(even) {
    margin-left: 14px
}

p.errorTxt {
    text-align: center;
    margin: 20px auto 0
}

.linkList ul li {
    width: 332px;
    float: left;
    box-shadow: 0px 5px 3px -4px rgba(0, 0, 0, .4)
}

.linkList ul li:nth-child(even) {
    margin-left: 10px
}

.monitorImg {
    width: 140px;
    height: 140px;
    border: solid 1px #dfdfdf;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 5px
}

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

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

.remodal figure {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -20px
}

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

.remodal a.oldBtn {
    color: #fff;
    font-size: 16px;
    background-color: #9bc5c9;
    border-radius: 4px;
    box-shadow: 0px 3px 0px #8baeaf;
    width: 250px;
    margin-right: 30px;
    margin-bottom: 20px
}

.remodal a.newBtn {
    color: #fff;
    font-size: 16px;
    background-color: #30c0df;
    border-radius: 4px;
    box-shadow: 0px 3px 0px #2b98aa;
    width: 250px;
    margin-bottom: 20px
}

.current_step form {
    overflow: visible
}

.guideLeft,
.guideBottom {
    opacity: 0
}

.topArrow {
    position: relative;
    display: none
}

.topArrow img {
    display: inline;
    width: 144px;
    height: auto;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -72px
}

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

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

.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: 43px;
    height: 56px;
    background-position: left -43px;
    background-size: 56px auto;
    left: 0;
    top: 50%;
    margin-top: -28px
}

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

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

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

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

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

.manualWrapper>.guideBottom {
    position: absolute;
    left: 0;
    top: -60px
}

.manualText {
    border: solid 2px #f5af41;
    border-radius: 2px;
    background-color: #f9f4e1;
    padding: 10px 20px;
    width: 80%;
    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-bottom: 15px
}

.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
}

.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
}

.progress_btn-Wrapper {
    position: relative;
    width: 340px;
    margin-left: auto;
    margin-right: auto
}

.progress_btn-Wrapper>.guideLeft {
    position: absolute;
    right: -162px;
    top: 50%;
    margin-top: -28px
}

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

.guideStep2 .guideBottom {
    position: absolute;
    left: 0;
    top: -60px
}

.progress_btn-Wrapper .guideLeft.btn_submit {
    position: absolute;
    right: -90px;
    top: 50%;
    margin-top: -20px
}

.case_not_receive {
    position: relative;
    margin: -10px 0 30px;
    border: 1px solid red;
    font-size: 14px
}

.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: 20px;
    top: 8px;
    -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;
    width: 500px;
    margin: 10px auto 0;
    padding: 5px
}

.case_not_receive_text {
    text-align: center;
    padding: 10px 30px;
    font-size: 12px !important;
    color: #000 !important
}

.top_info {
    position: inherit
}

.main_img {
    position: inherit !important;
    float: left;
    background-position: top left !important;
    min-height: 118px;
    margin: 10px
}

.detail_new_top_title {
    width: 557px !important;
    clear: none !important;
    float: left
}

.detail_new_top_title_dl {
    padding: 0 10px
}

.detail_new_top_main {
    clear: both
}

.detail_new_top_title_dl .addInfo .premiumP {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    color: #de9500;
    border: 1px solid #de9500;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px
}

.addInfo {
    text-align: left;
    margin: 7px 0 5px
}

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

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

.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)
}

.detail_new_top_subtitle {
    font-size: 15px
}

.detail_new_top_ttl {
    font-size: 20px
}

ul.detail_ttl,
ul.detail_content {
    display: flex;
    justify-content: center;
    width: 100%
}

ul.detail_ttl li,
ul.detail_content li {
    text-align: center;
    flex: 1
}

ul.detail_ttl li {
    background-color: #d1b84b;
    border-left: solid 1px #fff;
    color: #fff;
    font-size: 15px;
    padding: 4px 0
}

ul.detail_ttl li:first-child {
    border: none
}

.detail_content li {
    padding: 8px 0
}

.detail_content li:first-child {
    color: #f66
}

.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: 13px
}

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

.detail_new_bottom {
    background-color: #FFF !important
}

.submit_btn {
    width: 60% !important
}

.favorite_btn {
    cursor: pointer;
    display: inline-block;
    border: none !important;
    background-color: #90d95f;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
    padding: 6px 24px 6px;
    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: 12px auto;
    padding-left: 20px;
    font-size: 12px !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)
}

.detail_new_bottom p {
    background: #fff !important
}

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

.linkJob a {
    font-weight: 700;
    text-decoration: underline !important;
    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;
    text-decoration: underline
}

.linkJob a:hover {
    text-decoration: none !important;
    color: #333
}

.caution {
    color: #ff0000 !important;
    padding: 0 10px;
    margin: 10px auto 20px !important
}

.reviewContents {
    background-color: #f7fbfc;
    padding: 20px 0
}

.reviewContents .reviewInner {
    width: 550px;
    margin: 0 auto;
    overflow: hidden
}

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

.reviewContents .reviewInner .reviewImg {
    position: relative;
    float: left;
    width: 120px;
    height: 90px;
    margin-right: 15px;
    background-color: #fff
}

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

.reviewContents a:hover {
    color: #CCC !important
}

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

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

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

.monitorImg .close {
    position: absolute;
    top: 4px;
    left: -3px;
    background-image: url(/_new_design/skin/smpv2/images/smp/img-close.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 75px;
    height: 28px
}

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

.email_img {
    width: 26px !important;
    margin: 4px
}

.btn_favorite,
.btn_favorite_on {
    display: inline-block;
    vertical-align: middle;
    background: #30c0df;
    padding: 4px 15px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
    cursor: pointer
}

.btn_favorite a,
.btn_favorite_on a {
    color: #fff
}

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

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

.favorite_list_box .list_ttl {
    font-size: 20px;
    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 15px;
    font-size: 16px;
    text-decoration: underline;
    padding-left: 25px;
    display: table-cell;
    padding-right: 30px;
    cursor: pointer
}

.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 15px;
    font-size: 16px;
    text-decoration: underline;
    padding-left: 25px;
    display: table-cell;
    cursor: pointer
}

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

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

.favorite_list li {
    display: table;
    width: 100%;
    border-bottom: solid 1px #d4d4d4;
    padding: 2px 0
}

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

.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: 64px;
    height: 64px;
    float: left;
    margin: 8px 10px 8px 5px
}

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

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

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

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

.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: 30px;
    cursor: pointer
}

.favorite_list .removeList img {
    width: 20px
}

.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: 70%;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    margin: 20px auto 10px
}

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

.btn_favorite_on {
    background-color: #aaa;
    color: #fff
}

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

.alignR {
    text-align: right
}

table.list-table tr.header th {
    background: #30c0df !important;
    color: #fff
}

.list-table tr th {
    text-align: center !important
}

.list-table tr th:first-child {
    width: 145px
}

.list-table tr th:nth-child(2) {
    width: 385px
}

.list-table tr th:last-child {
    width: 100px
}

.list-table td {
    padding: 8px 10px;
    height: 55px;
    font-size: 14px;
    border-bottom: solid #ddd 1px;
    vertical-align: middle
}

.list-table td:first-child {
    font-size: 12px
}

.list-table td span.fs {
    font-size: 10px;
    color: #999
}

.basic-point,
.premium-point,
.campaign-point {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    padding-left: 20px
}

.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);
    text-align: right
}

.icon {
    text-align: right
}

div.containtMainInner .icon img {
    width: 16px;
    height: auto;
    display: inline;
    vertical-align: top;
    margin-left: 10px
}

.mb40 {
    margin-bottom: 40px
}

.alignC {
    text-align: center !important
}

#containerInner.lottery {
    border: none;
    margin-top: 0;
    background-color: #fff;
    padding: 20px
}

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

.btn-lotte-mypage a {
    display: block;
    width: 442px;
    margin: 50px auto;
    text-align: center;
    color: #fff;
    background-color: #fc6da7;
    box-shadow: 0px 4px #db3b84;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0
}

.btn-lotte-mypage a:hover {
    opacity: .8;
    color: #fff
}

article.containerMain section h2.ttl-center-border {
    font-size: 24px;
    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: 16px !important;
    margin-bottom: 30px
}

.next-date {
    width: 657px;
    margin: 60px auto 50px;
    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-repeat: no-repeat, no-repeat;
    padding-top: 80px;
    padding-bottom: 40px;
    position: relative
}

#container #containerInner .containerMain section .next-date .ttl-ribon {
    background-color: #fff;
    width: 316px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -158px;
    text-align: center
}

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

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

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

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

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

.next-date .present-point dd {
    text-align: right;
    margin-left: 145px;
    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: 30px 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: 30px auto
}

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

.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: 30px auto
}

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

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

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

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

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

.note {
    font-size: 13px !important;
    width: 70%;
    margin: auto
}

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

.text-winning {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center
}

.text-winning img {
    width: 486px;
    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 18px, 18px auto, auto 18px, 18px auto;
    background-position: left top, right 18px, left bottom, left 18px;
    padding: 50px 0
}

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

.winning-lunk {
    font-size: 34px !important;
    margin-top: 8px !important;
    margin-bottom: 15px;
    line-height: 1 !important
}

.winning-lunk span {
    margin-right: 34x
}

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

.winning-area .btn-lotte-mypage a {
    width: 300px;
    padding: 15px 0;
    margin: 20px auto 0
}

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

ul.lottery-list li {
    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 16px 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
}

.link-fuku {
    padding: 0 15px 15px
}

.link-fuku a {
    display: block;
    border: solid #4ae2fc 2px;
    color: #4ae2fc;
    text-align: center;
    padding: 5px 0;
    font-size: 14px
}

.link-fuku a .lottery-sheets {
    background-color: #4ae2fc;
    font-size: 12px;
    padding: 5px 6px 3px;
    color: #fff;
    margin-left: 4px;
    border-radius: 8px
}

.message.left-topic {
    background: 0 0;
    border-top: solid 1px #cbe2ea !important;
    border-left: none;
    border-bottom: solid 1px #cbe2ea;
    border-right: none;
    margin-bottom: 0
}

#content .members-info .mymenu {
    border-top: none !important
}

.link-fuku a span {
    display: inline-block
}

.link-fuku.winners a {
    background-color: #4ae2fc;
    color: #fff
}

.link-fuku.winners a span {
    background-image: url(/_new_design/skin/smpv2/images/smp/ico_bell.png);
    background-repeat: no-repeat;
    background-position: right 8px top 0;
    background-size: 20px;
    padding-right: 28px
}

.link-fuku a .lottery-sheets {
    background-color: #eab029;
    font-size: 12px;
    padding: 5px 6px 3px;
    color: #fff;
    margin-left: 4px;
    border-radius: 8px
}

.gauge-wrapper {
    width: 610px;
    margin: 20px auto;
    overflow: hidden
}

.gauge-wrapper .gauge-content {
    width: 198px;
    float: left;
    margin-left: 5px;
    border: solid 1px #33bdd3;
    text-align: center
}

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

.gauge-wrapper .gauge-content p {
    font-size: 12px;
    padding: 2px 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 .gauge {
    border-top: 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: 7px
}

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

.gauge-wrapper .gauge-content .achievement .goal.target {
    text-decoration: underline;
    padding-top: 5px;
    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
}

#containerInner.enquete {
    border: none;
    margin-top: 0;
    background-color: #fff;
    padding: 20px
}

#content .enquete article.containerMain header h1 {
    padding: 0
}

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

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

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;
    overflow: hidden
}

ul.enqueteList li .enqueteTtl {
    width: 540px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    clear: left
}

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

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

.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: 20px;
    cursor: pointer
}

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

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

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

.confirm-form .btn-confirm {
    background-color: #96e055;
    border-radius: 2px;
    display: block;
    color: #fff;
    margin: 20px auto 1px;
    width: 120px;
    padding: 10px 0;
    box-shadow: 0 1px #78b542
}

.containtMainInner .list-table img.mail-rep {
    width: 22px;
    display: inline;
    margin-right: 5px
}

.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: 460px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 570px;
    overflow: scroll;
    background: #fff;
    border: 2px solid #999;
    box-sizing: border-box;
    border-radius: 4px
}

.monitor-entry-content {
    padding: 15px;
    line-height: 1.7;
    position: relative;
    letter-spacing: .05em
}

.monitor-entry-content .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 74px
}

.monitor-entry-content .btn-close a {
    cursor: pointer;
    display: block;
    border: 1px solid #999;
    box-sizing: border-box;
    text-align: center;
    padding: 3px 0;
    border-radius: 2px
}

.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: 20px
}

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

.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: 12x;
    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;
    font-size: 14px
}

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

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

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

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

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

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

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

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

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

.monitor-img {
    width: 115px;
    height: 115px;
    overflow: hidden;
    float: left
}

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

.monitor-entry .btn-entry a {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background-color: #41c3ae;
    box-shadow: 0px 2px #32a08e;
    border-radius: 2px;
    line-height: 1;
    padding: 12px 0 8px;
    margin-bottom: 15px;
    width: 270px;
    float: right
}

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

.monitor-entry .monitor-ttl {
    font-size: 14px;
    font-weight: 700;
    height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: absolute;
    top: 65px;
    left: 135px
}
.monitor-entry .monitor-premium{
    position: absolute;
    top: 45px;
    left: 144px;
    font-size: 8pt;
    padding: 2px 7px 0;
    background-color: #00d0e4;
    color:#fff;
    font-weight: bold;
}

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

.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;
    padding: 20px
}

.post_info {
    font-size: 14px
}

.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: 20px;
    line-height: 1.5;
    border-left: solid 5px #e6a42c;
    padding-left: 10px;
    margin: 8px auto
}

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

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

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

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

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

.article-img {
    text-align: center;
    background: #efefef
}

.article-img img {
    height: 425px;
    width: auto
}

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: 100px auto;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 55px 0 10px 115px !important;
    border-bottom: solid 1px #ebc945
}

.btn_monitor-entry a {
    display: block;
    width: 568px;
    margin: 40px auto;
    background-color: #eaaf3b;
    box-shadow: 0 2px #c95c02;
    text-align: center;
    color: #fff;
    font-size: 20px;
    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 {
    margin-top: 20px;
    margin-right: -15px;
    overflow: hidden
}

section.recommended-article ul li {
    width: 155px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    line-height: 1.5
}

section.recommended-article ul li .thumb-article {
    margin: 0;
    width: 155px;
    height: 110px;
    position: relative
}

section.recommended-article ul li .thumb-article img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

section.recommended-article ul li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.article-list-ttl {
    background-color: #ffffff !important;
    background-image: url(/_new_design/skin/smpv2/images/smp/article/ico_article-ttl.png);
    background-position: left 4px;
    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
}

.new-arrival-article {
    padding: 0 15px
}

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

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

.new-arrival-article li a .article-img {
    float: left;
    width: 200px;
    height: 150px;
    margin-right: 15px
}

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

.new-arrival-article li a .content-box {
    float: left;
    width: 420px
}

.new-arrival-article li a .content-box .content-ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 15px
}

.new-arrival-article li a .content-box .content-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 15px
}

.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 30px !important;
    background-color: #fff;
    padding-top: 40px
}

#content article.containerMain header h1.blog-top-ttl {
    padding-left: 0 !important
}

.new-arrival-article.box .article-list-ttl {
    background-position: left 6px;
    background-size: 24px auto;
    font-size: 24px;
    color: #666;
    padding-left: 32px !important;
    margin-bottom: 25px
}

ul.top-article-list {
    overflow: hidden
}

ul.top-article-list li {
    float: left;
    width: 156px;
    margin-right: 15px
}

ul.top-article-list li:last-child {
    margin-right: 0
}

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

.top-article-list li a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    line-height: 1.5
}

.monitor-info {
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 80px;
    overflow: hidden
}

.monitor-info .thumb-monitor {
    width: 115px;
    float: left;
    margin-right: 15px
}

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

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

.monitor-price {
    font-size: 13px;
    margin-bottom: 5px
}

.monitor-price .monitor-price1 {
    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
}

.monitor-info .monitor-text {
    font-size: 14px;
    line-height: 1.5;
    height: 37px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

#containerInner.notice {
    border-top: none
}

#containerInner.notice {
    font-size: 14px;
    line-height: 1.7
}

#containerInner.notice h2 {
    margin: 15px 0 10px;
    padding: 0 0 2px 20px;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 700;
    background: url(/_new_design/skin/v2/css/img/common/img_icon1.gif) left 3px no-repeat
}

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

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

#containerInner.notice section figure {
    margin: 20px auto
}

#containerInner.notice header .ico-notice {
    margin-bottom: 18px;
    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
}

h3.ttl-monitorpack {
    margin: 15px 0 10px 15px;
    padding: 0 0 2px 20px;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 700;
    background: url(/_new_design/skin/v2/css/img/common/img_icon1.gif) left 3px no-repeat
}

ul.monitar-pack-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

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

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

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

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

.monitorpack-price {
    color: red;
    font-weight: 700
}

.monitorpack-theme {
    font-size: 14px
}

.form.monitorpack-entry input[type=submit] {
    background: #EAB029 !important;
    border: none;
    color: #fff;
    padding: 15px 0;
    width: 280px !important;
    height: initial !important;
    font-weight: 400;
    box-shadow: 0px 4px #d68900;
    margin: 30px auto 0 !important;
    display: block !important;
    font-size: 15px !important
}

.monitorpack-entry input[type=submit]:hover {
    box-shadow: none;
    transform: translateY(2px)
}

#containerInner.monitorpack-container .containerMain .containtMainInner {
    padding: 15px 0 !important
}

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

.monitorpack-container-header {
    padding: 0 15px
}

#content .mointor.box {
    box-shadow: none
}

.monitor-select {
    padding: 10px 0 20px 30px;
    border-bottom: 1px solid #e6decc;
    font-size: 14px
}

.monitor-select .select_all,
.monitor-select .select_clear {
    font-size: 14px;
    text-decoration: none;
    background-color: #fff
}

.monitorpack-list {
    border-bottom: 1px solid #e6decc;
    overflow: hidden;
    height: 145px;
    position: relative
}

.monitorpack-list a {
    overflow: hidden;
    display: block;
    float: left;
    width: 685px
}

.monitorpack-list .monitor-select,
.monitorpack-list a .monitorpack-img,
.monitorpack-list a .monitorpack-summary,
.monitorpack-list a .monitorpack-price-box {
    float: left
}

.monitorpack-list a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: auto;
    margin: auto;
    background: #c7a867;
    -webkit-transition: background .3s ease-in-out 0s;
    transition: background .3s ease-in-out 0s
}

.monitorpack-list 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)
}

.monitorpack-list .monitor-select {
    width: 20px;
    padding: 55px 5px 0 10px;
    border: none
}

.monitorpack-list .monitorpack-img {
    width: 130px;
    padding: 15px 0
}

.monitorpack-list .monitorpack-img img {
    width: 115px;
    height: 115px;
    object-fit: cover
}

.monitorpack-list a .monitorpack-summary {
    width: 310px;
    height: 145px;
    padding: 15px 15px 0;
    border-right: 1px solid #e6decc
}

.monitorpack-list a .monitorpack-summary .title {
    height: 64px;
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.35
}

.monitorpack-list a .monitorpack-price-box {
    width: 230px;
    padding: 15px
}

.monitorpack-list a .monitorpack-price-box p {
    font-size: 14px
}

.monitorpack-list .monitorpack-price-box .monitorpack-price1 {
    font-weight: 700;
    color: red
}

div.containtMainInner .monitorpack-list .monitorpack-price-box img {
    display: inline;
    vertical-align: middle;
    margin-right: 4px
}

.monitorpack-list .monitorpack-price-box img.hei12 {
    height: 12px;
    width: auto
}

.monitorpack-list .monitorpack-price-box img.hei18 {
    height: 18px;
    width: auto
}

#content .mointor .monitorpack-list .memo {
    position: absolute;
    left: 150px;
    bottom: 15px;
    width: 310px;
    padding: 0 15px
}

#content .mointor .monitorpack-list .memo input[type=text].text-box {
    width: 192px;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 25px
}

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

.detailBlock .checkbox1,
.detailBlock .checkbox2 {
    width: 35px
}

.detailBlock .checkbox2 {
    padding-top: 47px
}

.detailBlock .checkbox1 input[type=checkbox].monitor_id {
    width: 18px;
    height: 18px;
    vertical-align: middle
}

.detailBlock .blockInner1narrow {
    width: 290px;
    left: 160px
}

.containtMainInner .thanks-text {
    text-align: center
}

.containtMainInner .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 20px;
    box-shadow: 0 2px 0 #c95c02;
    border-radius: 2px;
    margin-top: 20px;
    display: inline-block !important
}

ul.mypage-btn-list {
    width: 340px;
    overflow: hidden;
    margin: auto
}

.mypage-btn-list li {
    float: left;
    margin-right: 20px;
    padding-bottom: 2px;
    width: 160px
}

.mypage-btn-list li:last-child {
    margin-right: 0
}

.mypage-btn-list li .btn-basic {
    display: block !important
}

.prepayment-detail li {
    border-bottom: 1px dotted #666;
    padding: 15px 0 3px;
    margin-right: 15px;
    overflow: hidden
}

.prepayment-detail li .prepayment-detail-ttl {
    float: left;
    font-weight: 700;
    width: 595px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.prepayment-detail li .prepayment-detail-price {
    float: right;
    width: 60px;
    text-align: right
}

.prepayment-detail li.prepayment-total {
    border-bottom: none !important;
    text-align: right
}

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

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

a.main-bank {
    border: 1px solid #ccc;
    background-color: #fceabb;
    border-radius: 4px;
    padding: 4px 8px;
    margin: 0 20px 10px 0;
    display: inline-block
}

.prepayment-comfirm {
    text-align: center;
    font-size: 12px;
    width: 650px;
    padding: 20px 0
}

div.form ul li.title {
    margin-right: 1px
}

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

.recommend-contents,.recommend-contents-popup {
    border-top: 8px solid #fffaa4;
    padding: 15px 15px 29px
}

.recommend-contents-popup{
    border-top: none;
    padding:0;
}

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

.recommend-list,.recommend-list-popup {
    overflow: hidden;
    margin-right: -15px
}

.recommend-list li,.recommend-list-popup li {
    float: left;
    margin-right: 16px;
    width: 120px;
    padding: 0 2px
}

.recommend-list-popup li{
    width:110px;
}

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

.recommend-list li a .close,.recommend-list-popup li a .close {
    position: absolute;
    top: 8px;
    left: -2px;
    width: 72px;
    height: 24px;
    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 a .close p,.recommend-list-popup li a .close p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 3px;
    letter-spacing: .1em
}

.recommend-list li .recommend-monitor-img,.recommend-list-popup li .recommend-monitor-img {
    background-color: #fff;
    width: 120px;
    height: 120px;
    position: relative;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    margin-bottom: 5px
}

.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-price {
    font-size: 12px;
    font-weight: 700;
    color: red
}

.recommend-monitor-price span {
    font-size: 16px;
    margin: 0 2px
}

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

.recommend-list-popup li .recommend-monitor-price{
    font-size:10px;
    text-align: center;
}
.recommend-list-popup li .recommend-monitor-price2{
    font-size: 10px;
    text-align: center;
}

.link-color {
    color: #eab029
}

input.text-submit[type=submit],
input.text-submit[type=submit]:hover {
    border: none;
    background-image: url(/_new_design/skin/smpv2/images/smp/article/ico_link-article-pc.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    font-size: 12px;
    font-weight: 400;
    padding-left: 20px;
    text-align: left
}

.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 {
    border-bottom: 1px dashed #c7a867
}

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

.horoscope_contentUP .zodiacSign {
    float: left;
    text-align: center;
    width: 65%;
    font-size: 17px;
    font-weight: 700;
    border-right: 1px dashed #c7a867
}

.horoscope_contentUP .zodiacSign img {
    width: 35px
}

.horoscope_contentUP .rank {
    float: left;
    text-align: center;
    width: 35%;
    margin-top: 3px
}

.horoscope_contentUP .rank span {
    font-size: 20px;
    font-weight: 700;
    margin-right: 3px;
    color: #86eb13
}

.horoscope_contentMAIN {
    padding: 10px
}

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

.horoscope_graph dl {
    width: 45%;
    float: left;
    border-bottom: 1px solid #c7a867;
    margin: 5px 10px 0 0
}

.horoscope_graph dt {
    margin-bottom: 3px;
    border-bottom: #c7a867;
    color: #a28a57;
    font-weight: 700
}

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

.horoscope_graph dd span {
    color: #00d0e4
}

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

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

.horoscope_text {
    overflow: hidden;
    margin: 8px 0 2px
}

.btn_horoscopeRank_side {
    background-color: #c7a867;
    padding: 3px;
    width: 200px;
    margin: 10px auto 0;
    text-align: center;
    border-radius: 3px;
    border-bottom: solid 3px #a28a57
}

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

.btn_horoscopeRank_side a {
    color: #fff;
    font-size: 14px
}

.horoscope_date {
    background-color: #babde0;
    color: #474c8e;
    padding: 5px;
    width: 220px;
    margin: 5px auto 20px;
    text-align: center;
    border-radius: 20px;
    font-size: 17px
}

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

.horoscope_ranking img {
    width: 70px !important;
    margin-top: -3px !important;
    display: inline !important
}

.horoscope_ranking .rank {
    font-size: 18px;
    float: left;
    margin-right: 10px
}

.horoscope_ranking .zodiacSigns {
    float: left;
    margin-top: 6px;
    width: 105px
}

.horoscope_ranking .rank img {
    width: 35px !important;
    margin-right: 9px;
    padding-top: 15px
}

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

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

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

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

.first_content {
    padding: 20px;
    clear: both
}

.horoscope_ranking article {
    cursor: pointer
}

.rankingElement {
    float: left
}

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

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

.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
}

.horoscope_content_up {
    border-bottom: 1px dashed #c7a867;
    padding: 8px 0
}

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

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

.horoscope_content_up .zodiacSign span {
    font-weight: 700;
    font-size: 25px;
    margin-right: 15px
}

.horoscope_content_up .rank {
    float: left;
    text-align: center;
    width: 35%;
    margin-top: 3px
}

.horoscope_content_up .rank span {
    font-size: 25px;
    font-weight: 700;
    margin-right: 5px;
    color: #86eb13
}

.horoscope_content_main {
    margin: 15px 0
}

.horoscope_content_mainL img {
    float: left;
    width: 130px !important;
    margin: 0 20px !important
}

.horoscope_content_mainR {
    padding-top: 7px
}

.horoscope_content_mainR dl {
    width: 200px;
    float: left;
    border-bottom: 1px solid #c7a867;
    margin: 5px 30px 0 0;
    text-align: center
}

.horoscope_content_mainR dt {
    float: left;
    margin: 5px;
    border-bottom: #c7a867;
    color: #a28a57;
    font-weight: 700;
    font-size: 14px
}

.horoscope_content_mainR dd {
    border-bottom: #c7a867;
    color: #f1eddf;
    font-size: 22px
}

.horoscope_content_mainR dd span {
    color: #00d0e4
}

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

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

.horoscopeElement {
    clear: both
}

.horoscopeElement_bg {
    padding: 5px 20px;
    color: #fff;
    font-size: 16px
}

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

.horoscopeElement_star {
    float: left
}

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

.horoscopeElement p {
    padding: 13px 20px
}

.lucky {
    float: left;
    margin: 17px 10px 0 0;
    font-size: 14px
}

.lucky span {
    background-color: #ede6ce;
    color: #a28a57;
    font-weight: 700;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 3px
}

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

.btn_horoscopeRank img {
    width: 22px !important;
    vertical-align: text-bottom;
    margin-right: 7px !important;
    display: inline-block !important
}

.btn_horoscopeRank a {
    color: #fff;
    font-size: 18px
}

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

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

.qa_menu:after {
    clear: both
}

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

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

div.shoppingList ul li:nth-child(4n) {
    margin-right: 0
}

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: left;
    font-size: 10px;
    background-image: url(../img/shopping/shopping_icn.png);
    background-size: 16px;
    text-indent: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 10px 0 0
}

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

section.top_shopping {
    margin: 0 0 20px;
    position: relative
}

section.top_shopping h2 {
    width: 652px;
    height: 46px;
    text-indent: -9999px;
    background-image: url(../img/index/shopping_ttl2.png);
    background-repeat: no-repeat;
    margin: 0 0 10px 10px
}

section.top_shopping a.link {
    width: auto;
    float: left;
    color: #ba1414;
    font-size: 14px;
    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: 18px;
    background-repeat: no-repeat;
    margin: -40px 25px 0 200px
}

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

section.top_shopping ul .slick-arrow {
    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: 10px 0;
    line-height: 1.5em;
    font-size: 10px
}

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

section.top_shopping ul li a span em em {
    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
}

input.text-submit.inquiry_form_btn[type=submit],
input.text-submit.inquiry_form_btn[type=submit]:hover {
    background: #3cb3d2;
    border-top: 1px solid #28869e;
    border-right: 1px solid #28869e;
    border-left: 1px solid #28869e;
    color: #fff;
    background-image: url(/_new_design/skin/smpv2/images/smp/article/ico_link-article-pc.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    font-size: 13px;
    font-weight: 400;
    padding: 11px 0 11px 23px;
    text-align: left
}

section.new_attention {
    margin-bottom: 30px
}

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-top: 44px
}

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

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: 28px;
    margin: 4px 2px 6px 12px
}

section.new_attention h2.shopping img {
    float: right;
    margin-top: 6px
}

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

section.new_attention h2 span img {
    height: 16px;
    margin: 5px 6px 4px 7px
}

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

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

section.new_attention ul li {
    float: left;
    margin: 5px 22px 0 0
}

section.new_attention ul li:first-child,
section.new_attention ul li:nth-of-type(6n) {
    margin-left: 20px
}

section.new_attention ul li:nth-child(n+6) {
    margin-top: 20px
}

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

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

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

section.new_attention ul li div {
    width: 115px;
    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 5px;
    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: 325px;
    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: 15px;
    color: #d1ab3b
}

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

.follow_schedule_page li input[type=radio] {
    display: none
}

.follow_schedule_page li input[type=radio]+label {
    display: block;
    float: left;
    cursor: pointer;
    width: 120px;
    margin: 0;
    padding: 12px 5px;
    border-right: 1px solid #abb2b7;
    background: #bdc3c7;
    color: #555e64;
    font-size: 14px;
    text-align: center;
    line-height: 150%;
    transition: .2s
}

.follow_schedule_page li input[type=radio]+label:first-of-type {
    border-radius: 3px 0 0 3px
}

.follow_schedule_page li input[type=radio]+label:last-of-type {
    border-radius: 0 3px 3px 0
}

.follow_schedule_page li input[type=radio]+label:nth-child(4n) {
    border-radius: 0 3px 3px 0
}

.follow_schedule_page li input[type=radio]:checked+label {
    background-color: #47baa6;
    color: #fff
}

/* 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: -190px;
    background-color: white;
    padding: 15px;
    width: 485px;
    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 25px;
    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;
}

#withdraw2-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: 12px;
}
.cb-withdraw p {
    font-weight: bold;
    margin-bottom: 5px;
}
.checkbox-container {
    display: flex;
    flex-direction: column;
    width: 96%;
}

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

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

.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;
}
/* Bisearch-113 Zendesk Inquiry */
.flow {
    display: flex;
    margin: 0 -10px 30px;
}

.flow li:first-child:nth-last-child(5),
.flow li:first-child:nth-last-child(5)~li {
    width: 20%;
}

.flow .flow__step {
    position: relative;
    margin: 0 10px;
    padding: 0;
    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;
}

.flow .flow__step a {
    display: block;
    padding: 10px;
    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 {
    position: relative;
    margin: 0 10px;
    padding: 3px;
    border: 1px solid #bbb;
    text-align: center;
    font-size: 12px;
}

.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 {
    /* padding: 25px 60px;
    border: 1px solid #ddd; */
    margin: 25px 50px;
}


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

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

.flex--between {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.flex--between, .flex--center {
    display: flex;
    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;
}

.input_item input[type="checkbox"] {
    height: 25px;
    margin-right: 10px;
    margin-left: 20px;
}

.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: 5px;
    color: #00d0e4 !important;
}

.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: 25%;
    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: 75%;
    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;
}

/* End Bisearch-113 Zendesk Inquiry */