.single-content { width: 1000px; margin: 2em auto 5em; }
.single-content .title-subtitle { color: #1a1a19; font-size: 1.5rem; padding: 5px 0; margin-bottom: 1em; }

.chatbot-content { width: 1500px; margin: 1em auto 5em; }
.chatbot-content .title-subtitle { color: #1a1a19; font-size: 1.5rem; padding: 5px 0; margin-bottom: 1em; }

.cp_h2title,
.cp_h3title { position: relative; overflow: hidden; }
.cp_h2title::before,
.cp_h2title::after,
.cp_h3title::before,
.cp_h3title::after { content: ""; position: absolute; bottom: 0; width: 100%; }
.cp_h2title:before { border-bottom: 2px solid #1975f2; }
.cp_h2title:after { border-bottom: 2px solid #cae0ff; }
.cp_h3title:before { border-bottom: 2px solid #1975f2; }
.cp_h3title:after { border-bottom: 2px solid #cae0ff; }

.comment_main,
#comment_main { border: 2px solid #CCC; margin: 0 0 1em; padding: 1em; }
#comment_error { border: 2px solid red; margin: 0 0 1em; padding: 2em 1em; color: red; background-color: #fff6f8; font-weight: 700; }
#keyword_hint { margin-bottom: 1em; line-height: 1.7; }

table { margin: 0 0 1em; width: 100%; }
table caption { background-color: #1975f2; padding: 1em; color: white; font-weight: 700; text-align: left; }
table tr th { background-color: #f5f5f5; padding: 10px; border: 1px solid #BBB; text-align: left; vertical-align: middle; width: 25%; line-height: 1.7; z-index: -1; }
table tr td { background-color: #FFF; padding: 10px; border: 1px solid #BBB; text-align: left; vertical-align: middle; line-height: 1.7; z-index: -1; position: static !important; }

table.cartButton { border: 0; margin: 0; }
table.cartButton tr th,
table.cartButton tr td { padding: 0; background: none; width: 50%; border: 0; vertical-align: top; }
table.cartButton tr td { padding-bottom: 3em; width: 50%; }
table.cartButton tr td h3 { border-bottom: 2px dotted #CCC !important; margin: 0 0 0.5em !important; padding: 0 !important; width: 100%; }

table.border_none,
table.border_none tr th,
table.border_none tr td { border: 0; }5

dl.mypage { display: table; }
dl.mypage div { border-bottom: 1px dotted #CCC; display: inline-block; width: 100%; padding: 10px 0 1em; }
dl.mypage dt { width: 25%; float: left; display: block; clear: left; }
dl.mypage dd { width: 75%; float: left; display: block; margin: 0; }

h3.cms { margin: 1em 0 0.5em; font-size: 20px; color: #524164; font-weight: 500; letter-spacing: 0.1em; position: relative; padding-left: 5px; }

.lft { float: left; }
.red { color: red; font-weight: bold; font-size: 120%; vertical-align: middle; }
.center_txt { text-align: center; }
.right_txt { text-align: right; }
.left_txt { text-align: left; }
.m-0 { margin: 0 !important; }

.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.ml-5 { margin-left: 3rem !important; }

.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.mr-5 { margin-right: 3rem !important; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

.bg-none { background-color: white !important; }
.pt-1,
.pb-1 { padding: 0.5em 0 !important; }
.left_float { float: left; }
.right_float { float: right; }
.p-0 { padding: 0 !important; }
.border-0 { border: 0 1important; }
.border-left-bbb { border-left: 1px solid #BBB !important; }
.border-right-bbb { border-right: 1px solid #BBB !important; }
.border-top-bbb { border-top: 1px solid #BBB !important; }
.border-bottom-bbb { border-bottom: 1px solid #BBB !important; }
.font-weight-bold { font-weight: 700 !important; }

.breadcrumpNone { background-color: white !important; padding: 0 !important; }
#breadcrumb a { cursor: default; }

.soldout-msg { margin-bottom: 1.5em; color: red; line-height: 1.5; }

.detail-section .detail-box .box-price-through {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3rem 0;
    text-decoration: line-through;
}
.detail-section .detail-box .box-price-through .price-pro {
    font-size: 2.125rem !important;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
select {
    padding: 5px 3px;
    vertical-align: bottom;
    margin: 0;
    margin-right: 2px;
    border: 1px solid #BBB;
    background: #FFF;
}
input[type=radio],
input[type=checkbox] {
    margin: 0;
    margin-right: 4px;
    vertical-align: middle;
}
label {
    vertical-align: middle;
}

ul.btn {
    width: auto;
    display: table;
    margin: 2em auto;
}
ul.btn li {
    width: 280px;
    margin: 0 2em;
    float: right;
}

.btnnext {
    color: #fff;
    background-color: #524164;
}
.btnback {
    color: #2c2c2c;
    background-color: #D8D5D5;
}
.btnnext,
.btnback {
    width: 280px;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    text-align: center;
}


.btnnext input[type=submit],
.btnnext input[type=button] {
    color: #fff;
    width: 280px;
    background-color: #1975f2;
}
.btnback input[type=submit],
.btnback input[type=button] {
    color: #2c2c2c;
    width: 280px;
    background-color: #D8D5D5;
}
.btnnext input[type=submit],
.btnnext input[type=button],
.btnback input[type=submit],
.btnback input[type=button] {
    -webkit-appearance: none;
    border-radius: 0;
    border-style: none;
    padding: 12px 0 10px 0;
    font-size: 17px;
    cursor: pointer;
}


.btnnext::after,
.btnback::after {
    content: "▼";
    display: inline-block;
    position: absolute;
    top: 0.9em;
    font-size: 1rem;
}
.btnnext::after {
    right: 20px;
    -webkit-transform: rotate(-90deg) scale(0.9);
    transform: rotate(-90deg) scale(0.9);
    color: white;
}
.btnback::after {
    left: 20px;
    -webkit-transform: rotate(90deg) scale(0.9);
    transform: rotate(90deg) scale(0.9);
    color: #2c2c2c;
}


.sbtn,
.sbtndel {
    width: 60px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.sbtn {
    color: #fff;
    background-color: #524164;
}
.sbtndel {
    color: #000;
    background-color: #D8D5D5;
}


.sbtn input[type=submit],
.sbtn input[type=button],
.sbtndel input[type=submit],
.sbtndel input[type=button] {
    -webkit-appearance: none;
    padding: 5px 0 3px 0;
    border-radius: 0;
    border-style: none;
    width: 60px;
    font-size: 13px;
    cursor: pointer;
}
.sbtn input[type=submit],
.sbtn input[type=button] {
    color: #fff;
    background-color: #1975f2;
}
.sbtndel input[type=submit],
.sbtndel input[type=button] {
    color: #000;
    background-color: #D8D5D5;
    font-weight: 700;
}


.btnSearch {
    width: 150px;
    color: #FFF;
    background-color: #1975f2;
    display: block;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.btnSearch input[type=submit],
.btnSearch input[type=button] {
    -webkit-appearance: none;
    padding: 5px 0 3px 0;
    border-radius: 0;
    color: #FFF;
    border-style: none;
    width: 150px;
    background-color: #1975f2;
    font-size: 13px;
    cursor: pointer;
    font-weight: 700;
}


div.ssl {
    width: auto;
    border: 1px solid #CCC;
    padding: 1em;
}

.check-style dl {
    margin: 0;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.check-style dl dt {
    font-weight: bold;
    font-size: 105%;
}
.check-style dl dd {
    margin-left: 1em;
}

.searchArea,
.cmsArea,
.newsArea { margin: 60px 83px 0 60px; width: 880px; }

.d-flex { display: flex !important; }
.align-items-center { align-items: center !important; }




#top .group-section .section2,
#top .group-section .section4,
#top .group-section .section6,
#top .group-section .section8 {
    background-color: white !important;
}

#top .group-section .bgColor {
    background-color: rgba(25, 117, 242, 0.08) !important;
}



#list-product #section-1 { margin: 0 83px !important; }
#top .group-section .group-product .inf-pro .rank-pro img { width: auto !important; }
.footer .input-footer .group-input button { border: none !important; }
.footer .site-footer .list-area { width: 21% !important; }
#list-product #section-1 .filter-cases .arrow-select,
#list-product #section-1 .filter .arrow-select { padding-right: 0.5vw !important; background-position-y: 40% !important; }
.detail-section .img-nav-for .img-nav { width: 102px !important; }
.box-4 .quality-select-box { padding-right: 10px !important; }

#top .group-section .section5 {
    padding: 60px 60px 80px !important;
}
#top .group-section .section5 .list-banner {
    display: -ms-grid;
    -ms-grid-columns:480px 200px;
    -ms-grid-rows:auto auto;
}
#top .group-section .section5 .list-banner .banner01 {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
#top .group-section .section5 .list-banner .banner02 {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}
#top .group-section .section5 .list-banner .banner03 {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}
#top .group-section .section5 .list-banner .banner04 {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}

header .navi-site .navi-link4 {
    position: relative;
}
header .navi-site .navi-link4::before {
    content: "";
    margin: auto;
    background: url(/images/svg/header-mypage.svg) no-repeat;
    width: 23px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
}

header .right-between4 .navi-link.center-y:hover {
    color: #ffffff;
    background-color: #1975f2;
}
header .right-between4 .navi-link.center-y span:hover {
	color: #ffffff;
	background-color: #1975f2;
}
header .navi-site .navi-link4:hover:before {
	content: "";
	margin: auto;
	background: url(/images/svg/header-mypage-hover.svg) no-repeat;
	width: 23px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
}



.detail-section .goods-header .box-2 {
	margin: 0.8rem 0 1.2rem;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 2.5rem;
}

.color-red {
    color: red;
}


.sidebar #leftmenuinner .menu-sec2 button#search_reset {
    background: #CCC !important;
}
.sidebar #leftmenuinner .menu-sec2 button#search_reset:before {
    background-image: none !important;
}
.sidebar #leftmenuinner .menu-sec2 button#search_reset:hover {
    background: #ffffff !important;
    color: #555;
    border: 1px solid #555;
}
