@charset "UTF-8";
/*================================================
ãã®ä»–ãƒšãƒ¼ã‚¸å°‚ç”¨CSS
================================================*/

.contents_box{
	width: 1080px;
  margin: 0 auto;
	padding-bottom: 100px;

}

.sp_only{
	display: none;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-type: none;
}

body {
    font-size: 1.4rem!important;
    color: #2e2e2e;
}

a {
    color: #2e2e2e;
}

a:visited {
    color: #2e2e2e;
}

a:active, a:hover {
    color: #2e2e2e;
}


/* ãƒ–ãƒ©ãƒ³ãƒ‰ãƒˆãƒƒãƒ—
--------------------------------------------------------------------*/
.img_brand {
	margin-top: 90px;
}
.contents_box .img_brand:nth-child(2){
	margin-top: 0;
}
.img_brand img{
	width:100%;
	height: auto;
}
.txt_brand {
    text-align: left;
    margin: 20px auto 50px;
    line-height: 1.5em;
    font-size: 16px;
    width: 60%;
}

.contents_title_01{
	font-size: 30px;
  font-weight: bold;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", sans-serif;
	margin-bottom: 40px;
	text-align: center;
}
.item_container > li{
	margin-bottom: 40px;
}
.item_container > li:nth-child(5n) {
    margin: 0 0 10px 0;
}
.item_container h4{
	margin-top: 10px;
}

.common_btn_mg0 a{
	margin-top: 0px;
}

/* ã‚·ãƒ§ãƒƒãƒ—ãƒªã‚¹ãƒˆ
--------------------------------------------------------------------*/

.shop_nav{
	background: #e5e5e5;
	line-height: 65px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
}
.shop_nav li{
	display: inline-block;
	margin: 0 25px;
}
.shoplist{
	font-size: 14px;
	line-height: 1.5em;
}
.shoplist h2{
	font-size: 22px;
	text-align: center;
}
.page_link{
	padding-top: 0px;
	margin-top: 0px;
}
.shoplist h3 {
    margin-top: 40px;
    font-weight: bold;
    width: 38%;
}
.shoplist .detail {
    display: table;
    width: 100%;
    margin-top: 40px;
}

.shoplist .detail p, .shoplist .detail ul {
    display: inline-table;
}
.shoplist .detail p.add {
    width: 48%;
}

.shoplist .detail p.tel {
    width: 170px;
    padding-left: 10px;
}

.shoplist .detail p.gmap {
    width: 10%;
}

.shoplist .shop_photo li {
    float: left;
    width: 20%;
    margin-bottom: 10px;
    padding: 5px 10px;
    list-style: none;
}
/*
.shoplist .add{
	width:555px;
} */
.shoplist .tel, .shoplist .gmap, .shoplist .detail ul {
    width: 106px;
}
.shoplist .add .ttl,.shoplist .tel .ttl{
	display: inline-block;
	font-weight: bold;
}
.shoplist .add .ttl{
	width:55px;
}
.shoplist .tel .ttl {
    width: 33px;
}
.shoplist .detail ul li{
	float:left;
	width:23px;
	margin-right: 10px;
}
.shoplist img{
	width:100%;
	height: auto;
}

.social{
    float: right;
}
.shoplist .detail p.gmap {
    width: 15%;
    float: right;
    margin-right: 0px;
}

.fa-map-marker-alt {
    font-size: 2.4rem;
    position: relative;
    top: -2px;
    right: 7px;
}

.shoplist .gmap a {
    display: flex;
    background: url(../../images/shoplist/icon_baloon.png) no-repeat left center;
    background-size: auto 23px;
    padding-left: 25px;
    float: left;
    padding-top: 0px;
    padding-bottom: 1px;
}

.shoplist .open{
	padding-bottom: 50px;
	margin-bottom: 35px;
	border-bottom: solid 1px #333333;
}


.shoplist h2{
	font-size: 18px;
	line-height: 50px;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    position: relative;
}
.accordion-button.collapsed h2:after {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -7px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 92%;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.accordion-button h2:after {
    content: "";
    width: 8px;
    height: 8px;
    background-image: none;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    position: absolute;
    top: 50%;
    left: 92%;
}


.shoplist .open, .shoplist .shop_photo{
	display: block;
	padding-left: 0;
}


/* LINE IDé€£æº page     */



.fs-c-descriptionList {
    border-top: 1px solid #000000;
    font-size: 1.4rem;
}



/* ç‰¹å•†æ³•å–å¼•æ³•ã«åŸºã¥ãè¡¨ç¤º
--------------------------------------------------------------------*/

.deal_list{
	line-height: 1.7em;
}
.deal_list dt{
	font-weight: bold;
	font-size: 16px;
}
.deal_list dd{
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 14px;
}
.deal_list dd:last-child{
	margin-bottom: 0;
}

.fs-c-documentArticle__content {
    padding: 0px;
}

.fs-c-documentArticle a{
    background-color: #ffffff;
    color: #212121;
    padding: 1px 3px;
    text-decoration: underline;
}


/* ã‚ˆãã‚ã‚‹ã”è³ªå•
--------------------------------------------------------------------*/
.faq_top{
	line-height: 1.7em;
}
.faq_top li {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    border-right: solid 1px #333333;
    padding: 10px 20px 10px 10px;
}
.faq_top li:nth-child(3n){
	border-right: none;
	padding-right: 0;
}
.faq_top li:first-child{
	padding-left: 0;
}

.icon_q{
	font-size: 18px;
	background:url(https://vivian-collection.jp/images/faq/icon_q.png) no-repeat left 1px;
	background-size: 20px auto;
	padding-left: 30px;
	font-weight: bold;
}
.icon_a{
	font-size: 14px;
	background:url(https://vivian-collection.jp/images/faq/icon_a.png) no-repeat 3px 5px;
	background-size: 15px auto;
	padding-left: 30px;
	margin-top: 10px;
	min-height: 15px;
	line-height: 140%;
}

.faq_ttl .accordion-body {
    padding: 0rem 1.25rem 1rem;
}

.faq_top .icon_a{
	
}
.faq_top .link{
	text-align: right;
}
.faq_top .link a{
	text-decoration: underline;
}

.faq_nav {
    background: #f6f3f3;
    line-height: 1.5em;
    padding: 15px 20px;
    font-size: 16px;
    margin-top: 30px;
    display: grid;
    margin-bottom: 50px;
}

.faq_nav ul {
    width: 100%;
    display: inline-flex;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 5px;
}

.faq_nav ul li{
    width: 18%;
}

.faq_nav ul:nth-child(even){
	float: right;
}

.faqG{
	line-height: 1.7em;
}
.faqG h2{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 10px;
}
.faqG .icon_q{
	margin-top: 20px;
}
.mg_t10{
	margin-top: 10px;
}

.accordion-button, .accordion-button:focus, .accordion-collapse {
    border-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-button{
	font-size: 1.5rem;
}

/*.accordion-flush{
    margin-bottom: 50px;
}*/

.accordion-flush {
    margin-bottom: 0px;
}

.fs-p-drawer .accordion-flush {
    margin-bottom: 0px;
}
.accordion-item{
    margin-top: 20px;
}

.fs-p-drawer .accordion-item{
    margin-top: 0px;
}


.accordion-flush .accordion-item:first-of-type .accordion-button {
    position: relative;
}
.fa-angle-down{
    position: absolute;
    right: 50px;
}



.accordion-button:after {
    font-weight: 700;
    font-family: Font Awesome\ 5 Pro,Font Awesome\ 5 Free;
    content: "ï¸";
    display: none;
}

.accordion-button:not(.collapsed) .fa-angle-down {
    transform: rotate( 180deg );
}

.accordion-body .bg-primary {
    background-color: #ffffff!important;
    color: #212121!important;
    padding: 1px 3px; 
    text-decoration: underline;
}

.fa-quora:before {
    padding-right: 10px;
}

.accordion-button:not(.collapsed) {
    color: #333333;
    background-color: #ffffff;
}

.agreement .list_disc p {
    font-size: 1.4rem;
}

.fs-c-documentArticle {
    padding: 8px;
    line-height: 2;
}



/* ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³ä¸€è¦§
--------------------------------------------------------------------*/

.campaign_list{
	line-height: 1.5em;
}
.campaign_list div{
	line-height: 1.5em;
	font-size: 14px;
}
.campaign_list li {
    width: 47%;
    display: inline-flex;
    margin: 30px 10px;
}

.campaign_list li:nth-child(-n+2){
	margin-top: 0;
}
.campaign_list img{
	width:100%;
	height: auto;
}

.campaign_list a{
	display: block;
	position: relative;
}
.campaign_list a:hover .img:after {
	content:"";
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
}

/* ãƒ©ãƒ³ã‚­ãƒ³ã‚°
--------------------------------------------------------------------*/

.ranking_list .item_container li{
	width:255px;
	margin-right: 15px;
}
.ranking_list .item_container li:nth-child(-n+3){
	width:346px;
	margin-right: 20px;
}
.ranking_list .item_container li:nth-child(3){
	margin-right: 0px;
}

.ranking_list .item_container > li:nth-child(7n) {
    margin-right: 15px;
}

.ranking_nav .ttl,.ranking_nav .ranking_nav_list p{
	display: none;
}
.ranking_nav_list {
	text-align: center;
	margin-bottom: 50px;
}
.ranking_nav_list li{
	display: inline;
	font-size: 14px;
	padding: 0 20px;
	border-right: solid 1px #333;
	line-height: 100%;
}
.ranking_nav_list li:last-child{
	border-right: none;
}

 .col-md-23{
    width: 20%;
}

#ex1-content_page ul.item_container {
    display: block;
    list-style-type: none;
    padding-left: 0;
}
#ex1-content_page ul.item_container li {
    margin: 40px 10px;
    width: 31%;
    float: left;
}

#ex1-content_page ul.item_container li:nth-child(n+6) {
    display: block;
}

.clear{
    display: none;
}
/* ãƒ‹ãƒ¥ãƒ¼ã‚¹
--------------------------------------------------------------------*/

.news_day{
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}
.news_cont{
	line-height: 1.5em;
	font-size: 14px;
}
.news_cont p{
	margin-top: 20px;
}

/* ã‚µã‚¤ã‚ºã‚¬ã‚¤ãƒ‰
--------------------------------------------------------------------*/

.sizeguide{
	font-size: 14px;
}
.sizeguide p{
	line-height:1.5em;
}
.sizeguideG .contents_title_01{
	font-size:26px;
}
.sizeguideG {
	padding: 50px 0;
	border-bottom: solid 1px #333;
}
.sizeguide .sizeguideG:first-child{
	padding-top: 0;
}
.sizeguide .sizeguideG:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.sizeguide .imgL{
	float: left;
	width: 49%;
}
.sizeguide .imgR{
	float: right;
	width: 49%;
}
.sizeguide .imgC{
	text-align: center;
	width: 49%;
}

.indent-1{
	text-indent: -1em;
	margin-left: 1em;
}

.sizeguideG02{
	width:520px;
	float: left;
}
.sizeguideG02R{
	float: right;
}
.sizeguideG02 .img{
	float:left;
	width:195px;
}
.sizeguideG02 .txt{
	float:right;
	width:305px;
}
.sizeguideG02 .txt p{
	margin-top: 20px;
}
.sizeguideG02 h3{
	font-weight: bold;
}

.sizeguideG02_mg{
	margin-top: 30px;
}

/* ãŠå•ã„åˆã‚ã›
--------------------------------------------------------------------*/
body.contact_body{
	margin: 0;
	margin-top: -15px;
}
.contact_cont {
    width: 1080px;
    text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.contact_logo{
	line-height: 93px;
	background: #333333;
	text-align: center;
}

.contact_form iframe {
    height: 1370px;
}

.contact_copy{
	width:100%;
	border-top: solid 1px #333333;
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
}
.contact_body .contents_title_01{
	margin-bottom: -20px;
	position: relative;
	z-index: 10;
}

#description {
    font-size: 105%;
    line-height: 1.8;
}

.notes {
    font-size: 95%;
    line-height: 1.8;
}
.required {
    font-size: 140%;
    position: relative;
    top: 5px;
}


/* åˆ©ç”¨è¦ç´„
--------------------------------------------------------------------*/

.agreement{
	line-height:1.5em;
}
.agreement p{
	line-height:1.5em;
	font-size: 14px;
	margin-top: 20px;
}

.agreement h2{
	margin-top: 40px;
	font-weight: bold;
	font-size: 18px;
}
.agreement .mg_l15em p{
	margin-top: 20px;
}
.agreement h3{
	margin-top: 20px;
	font-weight: bold;
	font-size: 15px;
}
.indent-15{
	text-indent: -1.5em;
	margin-left: 1.5em;
	line-height: 2rem;
}
.agreement .mg_l15em p.mg_t0{
	margin-top: 0px;
}
.list_disc{
	list-style-type: disc;
	margin-left: 1.5em;
}
.list_disc li{
	list-style-type: disc;
	font-size: 14px;
	line-height:1.8em;
}
.agreement .list_disc li{
	margin-top: 20px;
}
.agreement .mg_l2em p{
	margin-top: 20px;
}

/* åˆã‚ã¦ã®æ–¹ã¸
--------------------------------------------------------------------*/

.beginner p{
	margin-top: 20px;
}
.btn{
	display: inline-block;
	padding: 0;
}
.btn a {
    display: inline-block;
    height: 50px;
    margin: 0 auto;
    border-radius: 2px;
    position: relative;
    text-align: center;
    line-height: 50px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #fff;
    background: #333333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0 50px;
    text-decoration: none;
}

.btn a:before {
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.beginner p.mg_t0{
	margin-top: 0px;
}
.list_decimal{
	list-style-type:decimal;
	margin-left: 1.5em;
}
.list_decimal li{
	list-style-type:decimal;
	font-size: 14px;
}
.beginner .list_decimal li{
	margin-top: 20px;
	line-height:1.5em;
}

.beginner_line01{
	border-top:dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
	margin-top: 20px;
	padding-bottom: 20px;
}

.switch{
	display: block;
}

.switch_sp{
	display: none;
}

.fs-c-documentColumn__content li, .fs-c-documentArticle p{
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 0.6rem;
}

.fs-c-explainList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 8px;
    font-size: 1.4rem;
}

.btn_grp{
    font-size: 1.4rem;
    display: flex;
    margin-top: 30px;
}
address {
    font-size: 1.4rem;
}

.fs-c-documentArticle__content ul li{
	font-size: 1.4rem;
}


.fs-c-explainList.btn_grp .btn.big_btn{
    padding: 0;
}


.fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
    padding: 8px 0px 8px 45px;
    text-align: left;
}

.fs-c-specTable {
    width: 350px;
}

/* catalog
--------------------------------------------------------------------*/
.catalog{
	position: relative;
}
.catalog01{
	width:100%;
	height: 2164px;
}
.catalog img{
	width:100%;
}
.catalog li{
	position: absolute;
}
.catalog div{
	position: absolute;
}
.catalog .img{
	line-height: 0;
}
.catalog .open{
	display:table;
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	filter:alpha(opacity=0);
	opacity:0;
}
.catalog .open:hover{
	filter:alpha(opacity=100);
	opacity:1.0;
}
.catalog .open .box{
	display: table-cell;
	width:100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	background: rgba(0,0,0,0.3);
	line-height: 140%;
}

.catalog .open .link{
	display: block;
	text-decoration: underline;
	margin-top: 10px;
}

.catalog .psn_01{
	position: relative;
    top: 770px;
}

.catalog01 li.catalog01_01{
	width:538px;
	height: 806px;
	top:0;
	left: 0;
}
.catalog01 li.catalog01_02{
	width:538px;
	height: 538px;
	top:0;
	right: 0;
}
.catalog01 li.catalog01_03 {
    width: 267px;
    height: 540px;
    top: 542px;
    left: 542px;
}
.catalog01 li.catalog01_04 {
    width: 267px;
    height: 540px;
    top: 542px;
    right: 0;
}
.catalog01 li.catalog01_05 {
    width: 809px;
    height: 534px;
    top: 1087px;
    right: 0;
}
.catalog01 li.catalog01_06{
	width:267px;
	height: 539px;
	top:40px;
	left: 0;
}
.catalog01 .catalog01_07 {
    width: 267px;
    height: 273px;
    top: 40px;
    left: 271px;
}
.catalog01 .catalog01_08{
	width:267px;
	height:267px;
	top:583px;
	left: 0px;
}
.catalog01 .catalog01_09{
	width:538px;
	height:538px;
	top:1624px;
	left: 271px;
}
.catalog01 .catalog01_10{
	width:267px;
	height:538px;
	top:1624px;
	left: 0px;
}
.catalog01 .catalog01_11{
	width:267px;
	height:538px;
	top:1624px;
	right: 0px;
}

.catalog01_btn{
	margin-top: 90px;
	text-align: center;
}

.ttl_catalog01 span{
	margin-right: 10px;
	font-weight: bold;
}

/* catalog02
--------------------------------------------------------------------*/

.catalog02{
	width:100%;
	height: 2166px;
}
.catalog02 li.catalog02_01{
	width:538px;
	height: 809px;
	top:0;
	left: 0;
}
.catalog02 li.catalog02_02{
	width:538px;
	height: 539px;
	top:0;
	right: 0;
}
.catalog02 li.catalog02_03{
	width:538px;
	height: 267px;
	top:813px;
	left: 0;
}
.catalog02 li.catalog02_04{
	width:267px;
	height: 538px;
	top:543px;
	left: 542px;
}
.catalog02 li.catalog02_05{
	width:267px;
	height: 538px;
	top:543px;
	right: 0px;
}
.catalog02 li.catalog02_06{
	width:538px;
	height: 537px;
	top:1086px;
	right: 0px;
}
.catalog02 li.catalog02_07{
	width:267px;
	height: 537px;
	top:1086px;
	left: 0px;
}
.catalog02 li.catalog02_08{
	width:267px;
	height: 537px;
	top:1086px;
	left: 271px;
}
.catalog02 li.catalog02_09{
	width:538px;
	height: 538px;
	top:1628px;
	left: 271px;
}
.catalog02 li.catalog02_10{
	width:267px;
	height: 538px;
	top:1628px;
	left: 0px;
}
.catalog02 li.catalog02_11{
	width:267px;
	height: 538px;
	top:1628px;
	right: 0px;
}


/*  å•†å“è©³ç´°ã€€ã€€ã€€*/

.fs-l-product4 .fs-p-heading--lv2 {
    margin-top: 50px;
    text-align: center;
    font-size: 2.4rem;
    font-family: 'Noto Sans','Liberation Sans',sans-serif,'Apple Color Emoji','Segoe UI';
}


.ranking_ttl{
    font-size: 2.4rem;
}

.ranking_inf{
    text-align: center;
}

.spec h2 {
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f4f4f4;
    margin: -1px 0 -1px 0;
    font-weight: normal;
}
/*.spec table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.spec th {
    width: 20%;
}
.spec th, .spec td {
    padding: 10px;
    border: 1px solid #ddd;
}
.spec td {
    margin: 0px 0 -1px -1px;
}*/

.info_text{
    background-color: #fff;
}

.item_detail_info.detail_slidebox {
    background: #cdcdcd;
    padding: 10px 10px;
    margin: 40px 0 20px;
}

.item_detail_info .info_text {
    font-size: 14px;
    line-height: 1.5em;
}

.detail_title {
    padding: 20px 15px 0px;
    width: 100%;
    text-align: left;
    color: #000;
}

.item_info {
    padding: 15px 15px 30px;
}


.detail_fittingcomment {
    background: #cdcdcd;
    padding: 10px;
}

.fiiting_title {
    background: #f1e2dd;
    margin-bottom: 0;
}
.fiiting_inner {
    padding: 0;
    background: #fff;
    margin-bottom: 0;
}

.fiiting_inner li .left_img {
    width: 100%;
    display: contents;
}

.fiiting_inner li .rgt_txt {
    width: 100%;
    padding: 10px 5px;
    font-size: 1.2rem;
    line-height: 2.4rem;
}

.info_pastitem {
    background: #f0f0f0;
    margin: 10px 0px 0;
    padding: 10px;
}

.detail_fittingcomment2 {
    padding: 10px 10px 10px;
    margin: 0 0 25px 0px;
    background: #e2e2e2;
}


.ttl_ml ul{
	list-style-type: none;
}


.ttl_ml ul.size_list li:first-child:before{
	content: "◆";
}


.fs-c-price.fs-c-price--inline .fs-c-price__value {
    font-size: 1.4rem;
}

.fs-c-specTable__caption{
	display: none;
}


/*   ã”åˆ©ç”¨ã‚¬ã‚¤ãƒ‰ã€€ã€€ã€€*/


.fs-c-note {
    font-size: 1.4rem;
}



/*  å€‹äººæƒ…å ±ã®å–ã‚Šæ‰±ã„ã«ã¤ã„ã¦ã€€ã€€ã€€ã€€*/

.fs-c-documentColumn {
    padding: 0px;
}


/*   ä¼šå“¡è¦ç´„ã€€ã€€ã€€*/


.mem_agree .fs-c-documentColumn__heading {
    color: #000000;
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 1px 5px;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 8px;
    padding-left: 16px;
    margin-bottom: 8px;
    margin-top: 24px;
}

.mem_agree .fs-c-documentColumn__content li, .fs-c-documentArticle p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 0.6rem;
    padding: 8px 0;
}

.mem_agree .fs-c-documentArticle__heading {
    background: #666666;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 24px 0 16px;
    padding: 4px 8px;
    text-align: center;
}


/*ã€€ã“ã ã‚ã‚Šå¼·æ¨©ã‚’æŽ¢ã™ã€€ã€€ã€€----*/


@media screen and (min-width: 769px){
.fs-c-checkbox, .fs-c-radio{
padding: 10px 5px;
}
.fs-p-productSearch__form {
    padding: 0 26px 26px;
    background: #fff;
}

.fs-p-productSearch {
    border-bottom: none;
}
.fs-p-productSearch__inputTable:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    margin-top: 20px;
}
}

.top-searchForm .fs-p-inputGroup__input {
    border: none;
    border-radius: 4px 0 0 4px;
    width: calc(100% - 3em);
    flex-grow: 1;
    width: 150px;
    padding-top: 0.5rem;
    font-size: 1rem;
}
.top-headerNavigation__search .fs-p-inputGroup__button {
    background: #ffffff;
    width: 2.8em;
    height: 2.2em;
    border-radius: 4px;
}
