@charset "utf-8";
:root {
  --contentMaxWidth: 950px;
}

body {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
  margin: 0;
}

/* helper class */
.df {
  display: flex;
}

/* header */
/* Do not specify a parent element for internal elements that may move */

.ly_header{
  width:100%;
  min-width:var(--contentMaxWidth);
}


.ly_header .ly_header_firstArea {
  background: #2a933a;
  width:100%;
  box-sizing: border-box;
  padding: 3px calc((100% - var(--contentMaxWidth)) / 2);
}

.ly_header .ly_header_firstArea .ly_header_firstArea_inner {
  width: var(--contentMaxWidth);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ly_header .ly_header_firstArea .ly_header_firstArea_inner .ly_header_firstArea_inner_h1 {
  color: #fff;
  font-size: 11px;
  margin: 2px 0 0;
  font-weight: normal;
  padding:  0;
  border-left: none;
  border-right: none;
  line-height: 1.5em;
  color: #FFFFFF;
  width: unset;
  text-align: left;
  min-height: 23px;
  display: flex;
  align-items: center;
}

.ly_header .ly_header_firstArea .ly_header_firstArea_inner .ly_header_firstArea_inner_h1 a {
  display: block;
}

/*.ly_header_firstArea_inner_authAreaに変更のある場合はheader_login_mf.htmlも修正 */
.ly_header .ly_header_firstArea .ly_header_firstArea_inner .ly_header_firstArea_inner_authArea {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
}

.ly_header .ly_header_firstArea .ly_header_firstArea_inner .ly_header_firstArea_inner_authArea p {
  margin-top: 0;
  margin-bottom: 0 !important;
  border: none;
}

.ly_header .ly_header_firstArea .ly_header_firstArea_inner .ly_header_firstArea_inner_authArea a,
.ly_header .ly_header_firstArea .ly_header_firstArea_inner .ly_header_firstArea_inner_authArea a:link,
.ly_header .ly_header_firstArea .ly_header_firstArea_inner .ly_header_firstArea_inner_authArea a:visited,
.ly_header .ly_header_firstArea .ly_header_firstArea_inner .ly_header_firstArea_inner_authArea a:hover,
.ly_header .ly_header_firstArea .ly_header_firstArea_inner .ly_header_firstArea_inner_authArea a:active {
  color: #fff !important;
  text-decoration: underline;
}

.ly_header .ly_header_firstArea .ly_header_firstArea_inner .ly_header_firstArea_inner_authArea p+.ly_header_firstArea_inner_authArea_logoutBtn {
  margin-left: 10px;
}

.ly_header .ly_header_firstArea .ly_header_firstArea_inner .ly_header_firstArea_inner_authArea .ly_header_firstArea_inner_authArea_logoutBtn img {
  height: 23px;
}

.ly_header .ly_header_firstArea .ly_header_firstArea_inner .ly_header_firstArea_inner_authArea img {
  height: 23px;/* systemページで表示崩れるので絶対に削除しない(値変更はOK) */
}

/* ly_header_secondArea */
.ly_header .ly_header_secondArea_wrapper {
  height: 203px;
}

.ly_header .ly_header_secondArea {
  padding: 8px 0;
}
.ly_header .ly_header_secondArea .ly_header_secondArea_innerWrapper {
  display: flex;
  width: var(--contentMaxWidth);
  height: 42px;
  margin: 0 auto;
  padding: 8px calc((100% - var(--contentMaxWidth)) / 2) 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerWrapper.is-fixed {
  background: #fff;
  padding: 10px calc((100% - var(--contentMaxWidth)) / 2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerLeft {
  align-items: center;
  display: flex;
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerLeft .ly_header_secondArea_companyLogo a{
  display: flex;
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerLeft .ly_header_secondArea_companyLogo a img{
  width: 200px; /* systemページで表示崩れるので絶対に削除しない(値変更はOK) */
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerLeft .ly_header_secondArea_jpxLogo img {
  width: 37px !important; /* systemページで表示崩れるので絶対に削除しない(値変更はOK) */
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerLeft .ly_header_secondArea_companyLogo+.ly_header_secondArea_jpxLogo {
  margin-left: 10px;
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerLeft .ly_header_secondArea_jpxLogo+.ly_header_secondArea_10yrGuarantee {
  margin-left: 20px;
}
.ly_header .ly_header_secondArea .ly_header_secondArea_innerLeft .ly_header_secondArea_10yrGuarantee+.ly_header_secondArea_jpxLogo {
  margin-left: 11px;
}
.ly_header .ly_header_secondArea .ly_header_secondArea_innerLeft .ly_header_secondArea_jpxLogo img{
  margin-bottom: 1px;
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerLeft .ly_header_secondArea_10yrGuarantee {
  margin-left: 14px;
} 
.ly_header .ly_header_secondArea .ly_header_secondArea_innerLeft .ly_header_secondArea_10yrGuarantee img{
  margin-top: 1px;
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerRight {
  display: flex;
  align-items: center;
  width: 490px;
  /* justify-content: flex-end; /* wordpressヘッダー用 */
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerRight .ly_header_secondArea_safeConstBtn+.ly_header_secondArea_constAreaBtn {
  margin-left: 3px;
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerRight .ly_header_secondArea_constAreaBtn+.ly_header_secondArea_estiArea {
  margin-left: 15px;
  display: block;
}
style + script + .ly_header_secondArea_estiArea{
  display: flex;
}
style + script + .ly_header_secondArea_estiArea > a{
  /* margin-left: 15px; */
  display: block;
}
style + script + .ly_header_secondArea_estiArea > a + a,
.ly_header_secondArea_searchBox + iframe + .ly_header_secondArea_estiArea {
  margin-left: 5px;
}
style + script + .ly_header_secondArea_estiArea + .ly_header_secondArea_estiArea{
  margin-left: 4.5px;
}
.ly_header_secondArea_searchBox + iframe + .ly_header_secondArea_estiArea + iframe {
  margin-left: 5px;
  width: 58px; /* wordpressヘッダー用 */
}
.ly_header .ly_header_secondArea .ly_header_secondArea_innerRight .ly_header_secondArea_searchBox.mf_finder_header + iframe {
  width: 120px; /* wordpressヘッダー用 */
}



.ly_header .ly_header_secondArea .ly_header_secondArea_innerRight .ly_header_secondArea_safeConstBtn,
.ly_header .ly_header_secondArea .ly_header_secondArea_innerRight .ly_header_secondArea_constAreaBtn {
  margin-bottom: 7px;
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerRight .ly_header_secondArea_estiArea .ly_header_secondArea_estiArea_hoverMenu {
  position: absolute;
  top: 60px;
  left: calc((100% - var(--contentMaxWidth)) / 2);
  z-index: 2147483647;
  background: #fff;
  box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
  width: 950px;
  visibility: hidden;
  opacity: 0;
  transition-delay: .1s;
  transition-duration: .1s;
}


.ly_header .ly_header_secondArea .ly_header_secondArea_innerRight .ly_header_secondArea_estiArea .ly_header_secondArea_estiArea_btn:hover+.ly_header_secondArea_estiArea_hoverMenu,
.ly_header .ly_header_secondArea .ly_header_secondArea_innerRight .ly_header_secondArea_estiArea .ly_header_secondArea_estiArea_hoverMenu:hover {
  visibility: visible;
  opacity: 1;
  transition-delay: .4s;
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerRight .ly_header_secondArea_estiArea .ly_header_secondArea_estiArea_hoverMenu .ly_header_secondArea_estiArea_hoverMenu_hdg{
color: #222;
font-size: 18px;
font-weight: bold;
background: #fff;
height: 46px;
line-height: 50px;
text-align: left;
border-bottom: solid 2px #319b03;
padding-left: 15px;
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerRight .ly_header_secondArea_estiArea .ly_header_secondArea_estiArea_hoverMenu .ly_header_secondArea_estiArea_hoverMenu_hdg a {
  color: #222 !important;
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerRight .ly_header_secondArea_estiArea .ly_header_secondArea_estiArea_hoverMenu .ly_header_secondArea_estiArea_hoverMenu_hdg a:hover {
  text-decoration: none;
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerRight .ly_header_secondArea_estiArea .ly_header_secondArea_estiArea_hoverMenu .ly_header_secondArea_estiArea_hoverMenu_hdg a::before {
  content: url(/img/header/ico_arr.png);
  position: relative;
  left: 5px;
  top: 1px;
  margin-right: 10px;
}

.ly_header .ly_header_secondArea .ly_header_secondArea_innerRight .ly_header_secondArea_estiArea .ly_header_secondArea_estiArea_hoverMenu .ly_header_secondArea_estiArea_hoverMenu_panel {
  display: flex;
}


.ly_header_thirdArea_wrapper {
  width:100%;
  min-width:var(--contentMaxWidth);
  position: absolute;
  top: 103px;
  padding: 0 calc((100% - var(--contentMaxWidth)) / 2);
  box-sizing: border-box;
}

.ly_header_thirdArea {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.ly_header_thirdArea .ly_header_thirdArea_hoverBtn {
  --width__narrow: 64px;
  --qty__narrow: 5;

  --width__wide: 79px;
  --qty__wide: 1;

  font-size: 11px;
  width: calc((var(--contentMaxWidth) - 10px - (var(--width__narrow) * var(--qty__narrow)) - (var(--width__wide) * var(--qty__wide)))  / (14 - var(--qty__narrow) - var(--qty__wide)));
  /* 天カセに左マージンを付けるために手動で10px引いてます */
  min-height: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 4px;
  box-sizing: border-box;
}

.ly_header_thirdArea .ly_header_thirdArea_hoverBtn.ly_header_thirdArea_hoverBtn__narrow {
  width: var(--width__narrow);
}

.ly_header_thirdArea .ly_header_thirdArea_hoverBtn.ly_header_thirdArea_hoverBtn__wide {
  width: var(--width__wide);
}

.ly_header_thirdArea a.ly_header_thirdArea_hoverBtn,
.ly_header_thirdArea a.ly_header_thirdArea_hoverBtn:link,
.ly_header_thirdArea a.ly_header_thirdArea_hoverBtn:active,
.ly_header_thirdArea a.ly_header_thirdArea_hoverBtn:hover,
.ly_header_thirdArea a.ly_header_thirdArea_hoverBtn:visited {
  text-decoration: none;
  color: var(--defaultTxtColor)!important;

}

.ly_header_thirdArea .ly_header_thirdArea_hoverBtn:hover {
  background: #f2feee;
}

.ly_header_thirdArea a.ly_header_thirdArea_hoverBtn + .ly_header_subMenu{
  transition-delay: .4s;
  transition-duration: .4s;
}



.ly_header_thirdArea .ly_header_thirdArea_hoverBtnUnit > .ly_header_subMenu {
  min-height: 290px;
}

.ly_header_thirdArea .ly_header_thirdArea_hoverBtnUnit:hover > .ly_header_subMenu {
  visibility: inherit;
  opacity: 1;
  transition-delay: .4s;
  transition-duration: .4s;
}


.ly_header_thirdArea .ly_header_thirdArea_hoverBtn.ly_header_thirdArea_hoverBtn__here {
  background-color: #e2f8d4;
}

.ly_header_thirdArea .ly_header_thirdArea_hoverBtn.ly_header_thirdArea_hoverBtn__otherCategory {
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  line-height: 1.3em;
  border: 1px solid #e1e1e1;
}

.ly_header_thirdArea .ly_header_thirdArea_hoverBtnUnit .ly_header_thirdArea_hoverBtn.ly_header_thirdArea_hoverBtn__otherCategory + .ly_header_subMenu {
  min-height: unset;
}

.ly_header_thirdArea .ly_header_thirdArea_hoverBtnUnit .ly_header_thirdArea_hoverBtn.ly_header_thirdArea_hoverBtn__otherCategory + .ly_header_subMenu .ly_header_subMenu_hdg {
  background: var(--dekiruGreen) ;
}

.ly_header_thirdArea .ly_header_thirdArea_hoverBtnUnit .ly_header_thirdArea_hoverBtn.ly_header_thirdArea_hoverBtn__otherCategory + .ly_header_subMenu .ly_header_subMenu_hdg::before {
    content: url(/img/header/ico_arr__white.png);
}

.ly_header_thirdArea .ly_header_thirdArea_hoverBtnUnit .ly_header_thirdArea_hoverBtn.ly_header_thirdArea_hoverBtn__otherCategory + .ly_header_subMenu .ly_header_subMenu_hdg a {
  color: #fff !important;
}
.ly_header_thirdArea .ly_header_thirdArea_hoverBtnUnit .ly_header_thirdArea_hoverBtn.ly_header_thirdArea_hoverBtn__otherCategory + .ly_header_subMenu .ly_header_subMenu_btnUnit {
  border:6px solid var(--dekiruGreen) ;
  border-top: none;
}

.ly_header_thirdArea .ly_header_thirdArea_hoverBtn .ly_header_thirdArea_hoverBtn_txt {
  white-space: nowrap;
  z-index: 2;
}

/* ly_header_fourthArea */
.ly_header_fourthArea_wrapper {
  position: absolute;
  top: 173px;
  width: 100%;
  background: #f7f7f7;
  border-top: #f0f0f0 solid 1px;
  border-bottom: #f0f0f0 solid 1px;
  width:100%;
  min-width:var(--contentMaxWidth);
}

.ly_header_fourthArea_wrapper.is-fixed{
  background: rgba(247, 247, 247, 0.90);
  font-size: 13px;
  left: 0;
  position: fixed;
  top: 62px;
  width: 100%;
  z-index: 10000;
}

.ly_header_fourthArea {
  width: var(--contentMaxWidth);
  height: 60px;
  margin: 0px auto 0;
  z-index: 100;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}

.ly_header_fourthArea_wrapper.is-fixed > .ly_header_fourthArea {
  height: 41px;
}

.ly_header_fourthArea .ly_header_fourthArea_innerLeft{
  display: flex;
  align-items: center;
  width: 340px;
}
.ly_header_fourthArea .ly_header_fourthArea_innerLeft .ly_header_subMenuUnit {
  display: block;
  box-sizing: border-box;
  width: 170px;
}
.ly_header_fourthArea .ly_header_fourthArea_innerLeft .ly_header_subMenuUnit + .ly_header_subMenuUnit {
  margin-left: 10px;
}


.ly_header_fourthArea .ly_header_fourthArea_innerRight{
  display: flex;
  align-items: center;
  font-size: 13px;
  width: calc(100% - 350px);
  justify-content: flex-end;
}
.ly_header_fourthArea .ly_header_fourthArea_innerLeft + .ly_header_fourthArea_innerRight {
  margin-left: -3px;
}

.ly_header_subMenuUnit input#checkBox_header_subMenu[type="checkbox"],
.ly_header_subMenuUnit input#checkBox_header_comprehensiveMenu[type="checkbox"],
.ly_header_subMenuUnit input#checkBox_header_frequentlyViewedMenu[type="checkbox"]{
  display: none;
}


.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_subMenuUnit > [class*="Btn"]::before {
  top: 13px;
}

.ly_header_fourthArea .ly_header_subMenuUnit > .ly_header_fourthArea_categoryBtn.ly_header_fourthArea_categoryBtn__longTxt::before {
  right: 5px;
}

.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_subMenuUnit > .ly_header_fourthArea_categoryBtn.ly_header_fourthArea_categoryBtn__longTxt::before {
  top: 14px;
}

.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_subMenuUnit > [class*="Btn"]::after {
  bottom: -12.5px;
}

.ly_header_fourthArea .ly_header_subMenuUnit #checkBox_header_subMenu:checked~.ly_header_subMenu,
.ly_header_fourthArea .ly_header_subMenuUnit #checkBox_header_comprehensiveMenu:checked~.ly_header_subMenu,
.ly_header_fourthArea .ly_header_subMenuUnit #checkBox_header_frequentlyViewedMenu:checked~.ly_header_subMenu{
  display: block;
  visibility: visible;
  opacity: 1;
}

.ly_header_subMenuUnit {
  display: flex;
  height: 41px;
}

.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_subMenuUnit{
  height: 41px;
}

.ly_header_subMenu{
  display: flex;
  flex-direction: column;
  width: var(--contentMaxWidth);
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top:100%;
  left: 0;
  min-height: auto;
  font-size: 14px;
  color: #555 !important;
  opacity: 0;
  background: #fff;
  box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
  z-index: 1000;
}
/* よく見るページ用にwidth指定 */
.ly_header_fourthArea .ly_header_subMenuUnit #checkBox_header_frequentlyViewedMenu:checked~.ly_header_subMenu{
  width: 400px;
  left: 290px;
}


.ly_header_subMenu .ly_header_subMenu_hdg{
  width: 100%;
  box-sizing: border-box;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  border-bottom: solid 2px #319b03;
  padding:11px 10px 8px 20px;
}

.ly_header_subMenuUnit.ly_header_subMenuUnit__compositeInfo  .ly_header_subMenu .ly_header_subMenu_hdg{
color:var(--dekiruGreen);
}

.ly_header_subMenu .ly_header_subMenu_hdg a,
.ly_header_subMenu .ly_header_subMenu_hdg a:link,
.ly_header_subMenu .ly_header_subMenu_hdg a:visited,
.ly_header_subMenu .ly_header_subMenu_hdg a:active,
.ly_header_subMenu .ly_header_subMenu_hdg a:hover{
  color: var(--defaultTxtColor)!important;
  text-decoration: none;
}

.ly_header_subMenu .ly_header_subMenu_hdg a::before,
.ly_header_subMenu .ly_header_subMenu_hdg .ly_header_subMenu_hdg_inner::before {
  content: url(/img/header/ico_arr.png);
  margin-right: 10px;
}

.ly_header_subMenu .ly_header_subMenu_cardUnit {
display: flex;
flex: 1;
box-sizing: border-box;
}

.ly_header_subMenu .ly_header_subMenu_cardUnit + .ly_header_subMenu_cardUnit  {
padding-top: 0;
}

.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card{
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 14px 10px 14px 20px;
}
/* 総合メニューモーダル内、画像削除時の4カラムメニューの幅調整 */
.ly_header_subMenuUnit.ly_header_subMenuUnit__compositeInfo .ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card:nth-child(2){
  padding-right: 13px;
  padding-left: 5px;
}

.ly_header_secondArea_estiArea.ly_header_subMenuUnit .ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card{
  width: unset;
}


.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card.ly_header_subMenu_card__noneCategorization{
  padding-top: 40px;
}


.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card + .ly_header_subMenu_card{
    border-left: solid 1px #ddd;
}

.ly_header_subMenuUnit.ly_header_subMenuUnit__compositeInfo .ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card + .ly_header_subMenu_card{
    border-left:none;
}


.ly_header_subMenu .ly_header_subMenu_cardUnit + .ly_header_subMenu_cardUnit .ly_header_subMenu_card{
padding-top: 0;
}

.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card .ly_header_subMenu_card_categorization{
  color: var(--dekiruGreen);
  font-weight: bold;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0!important;/* system対策 */
}

.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card  .ly_header_subMenu_card_linkList + .ly_header_subMenu_card_categorization{
  margin-top: 10px;
}

.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card .ly_header_subMenu_card_categorization + .ly_header_subMenu_card_linkList{
  margin-top: 5px;
}

.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card .ly_header_subMenu_card_linkList li + li{
  margin-top: 6px;
}

.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card .ly_header_subMenu_card_linkList li a,
.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card .ly_header_subMenu_card_linkList li a:link,
.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card .ly_header_subMenu_card_linkList li a:visited,
.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card .ly_header_subMenu_card_linkList li a:active {
  color: var(--defaultTxtColor)!important;
  text-decoration: none;
}

.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card .ly_header_subMenu_card_linkList li a:hover{
  color: var(--defaultTxtColor)!important;
  text-decoration: underline;
}

.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card .ly_header_subMenu_card_linkList li a::before {
  content: url(/img/header/ico_arr.png);
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card .ly_header_subMenu_card_linkList .ly_header_subMenu_card_linkList_recommendBalloon {
  display: inline-block;
  background: #92d050;
  color: #fff;
  font-size: 13px;
  position: relative;
  border-radius: 3px;
  margin-left: 10px;
  padding: 2px 5px 0;
  line-height: 1.7;
}

.ly_header_subMenu .ly_header_subMenu_cardUnit .ly_header_subMenu_card .ly_header_subMenu_card_linkList .ly_header_subMenu_card_linkList_recommendBalloon::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 6px solid #92d050;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: -11px;
}


.ly_header_subMenu .ly_header_subMenu_btnUnit {
  display: flex;
  box-sizing: border-box;
  padding: 16px 7px 19px;
}

.ly_header_subMenu .ly_header_subMenu_btnUnit .ly_header_subMenu_btn {
  font-size: 11px;
  width: calc(100% / 12);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ly_header_subMenu .ly_header_subMenu_btnUnit .ly_header_subMenu_btn,
.ly_header_subMenu .ly_header_subMenu_btnUnit .ly_header_subMenu_btn:link,
.ly_header_subMenu .ly_header_subMenu_btnUnit .ly_header_subMenu_btn:active,
.ly_header_subMenu .ly_header_subMenu_btnUnit .ly_header_subMenu_btn:hover,
.ly_header_subMenu .ly_header_subMenu_btnUnit .ly_header_subMenu_btn:visited {
  text-decoration: none;
  color: var(--defaultTxtColor) !important;
  /* wordpress対策 */
}


.ly_header_fourthArea .ly_header_fourthArea_categoryBtn {
  color : var(--defaultTxtColor) !important;
  position: relative;
  z-index: 15;
  display:block;
  box-sizing: border-box;
  height: 41px;
  text-align: left;/* systemページで表示崩れるので削除しない */
}

.ly_header_fourthArea .ly_header_fourthArea_categoryBtn .ly_header_fourthArea_categoryBtn_clickMenu,
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn a.ly_header_fourthArea_categoryBtn_clickMenu:link,
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn a.ly_header_fourthArea_categoryBtn_clickMenu:visited,
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn a.ly_header_fourthArea_categoryBtn_clickMenu:hover,
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn a.ly_header_fourthArea_categoryBtn_clickMenu:active{
  color :var(--defaultTxtColor) !important;
  text-decoration: none;
}

.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_categoryBtn {
  line-height: 1em;
}

.ly_header_fourthArea .ly_header_fourthArea_categoryBtn:link,
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn:active,
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn:visited {
  text-decoration: none;
}

.ly_header_fourthArea .ly_header_fourthArea_categoryBtn .ly_header_fourthArea_categoryBtn_clickMenu,
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn .ly_header_fourthArea_categoryBtn_clickMenu:link,
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn .ly_header_fourthArea_categoryBtn_clickMenu:visited,
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn .ly_header_fourthArea_categoryBtn_clickMenu:hover,
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn .ly_header_fourthArea_categoryBtn_clickMenu:active{
  color: var(--defaultTxtColor) !important;
  text-decoration: none !important;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  height: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 175px;
}
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_categoryBtn{
  height: 41px;
  margin: 5px 0;
}
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_categoryBtn .ly_header_fourthArea_categoryBtn_clickMenu,
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_categoryBtn .ly_header_fourthArea_categoryBtn_clickMenu:link,
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_categoryBtn .ly_header_fourthArea_categoryBtn_clickMenu:visited,
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_categoryBtn .ly_header_fourthArea_categoryBtn_clickMenu:hover,
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_categoryBtn .ly_header_fourthArea_categoryBtn_clickMenu:active {
  line-height: 1em;
  padding:  8px 15px;
  height: 31px;
  justify-content: space-between;
  width: 175px;
}
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn.ly_header_fourthArea_categoryBtn__longTxt .ly_header_fourthArea_categoryBtn_clickMenu,
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn.ly_header_fourthArea_categoryBtn__longTxt .ly_header_fourthArea_categoryBtn_clickMenu:link,
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn.ly_header_fourthArea_categoryBtn__longTxt .ly_header_fourthArea_categoryBtn_clickMenu:visited,
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn.ly_header_fourthArea_categoryBtn__longTxt .ly_header_fourthArea_categoryBtn_clickMenu:hover,
.ly_header_fourthArea .ly_header_fourthArea_categoryBtn.ly_header_fourthArea_categoryBtn__longTxt .ly_header_fourthArea_categoryBtn_clickMenu:active {
  padding: 8px;
}

.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_categoryBtn.ly_header_fourthArea_categoryBtn__longTxt .ly_header_fourthArea_categoryBtn_clickMenu,
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_categoryBtn.ly_header_fourthArea_categoryBtn__longTxt .ly_header_fourthArea_categoryBtn_clickMenu:link,
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_categoryBtn.ly_header_fourthArea_categoryBtn__longTxt .ly_header_fourthArea_categoryBtn_clickMenu:visited,
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_categoryBtn.ly_header_fourthArea_categoryBtn__longTxt .ly_header_fourthArea_categoryBtn_clickMenu:hover,
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_categoryBtn.ly_header_fourthArea_categoryBtn__longTxt .ly_header_fourthArea_categoryBtn_clickMenu:active {
  padding: 8px 0;
  height: 41px;
  justify-content: center;
}
.ly_header_fourthArea_wrapper .ly_header_fourthArea .ly_header_fourthArea_categoryBtn .ly_header_fourthArea_categoryBtn_clickMenu .ly_header_fourthArea_categoryBtn_clickMenu_inner{
  color: #9ca796;
  min-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ly_header_fourthArea_wrapper .ly_header_fourthArea .ly_header_fourthArea_categoryBtn .ly_header_fourthArea_categoryBtn_clickMenu .ly_header_fourthArea_categoryBtn_clickMenu_inner .ly_header_fourthArea_categoryBtn_clickMenu_inner_icon {
  width: 100%;
  max-width: 20px;
  height: 11px;
  color: #9ca796;
  fill: #9ca796;
  stroke: #9ca796;
}
#checkBox_header_subMenu:checked 
+ .ly_header_fourthArea_categoryBtn 
> .ly_header_fourthArea_categoryBtn_clickMenu 
> .ly_header_fourthArea_categoryBtn_clickMenu_inner 
> .ly_header_fourthArea_categoryBtn_clickMenu_inner_icon {
  fill: var(--dekiruGreen); 
}

.ly_header_fourthArea .ly_header_fourthArea_basicBtn {
  text-align: center;
  position: relative;
  z-index: 15;
  box-sizing: border-box;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  width: fit-content;
}
.ly_header_fourthArea .ly_header_fourthArea_innerLeft .ly_header_fourthArea_basicBtn {
  height: 60px;
}
.ly_header_fourthArea .ly_header_fourthArea_basicBtn + .ly_header_fourthArea_basicBtn {
  margin-left: 15px;
}

.ly_header_fourthArea .ly_header_fourthArea_basicBtn .ly_header_fourthArea_basicBtn_txt {
  white-space: nowrap;
}

.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_basicBtn {
  line-height: 1em;
}

.ly_header_fourthArea .ly_header_fourthArea_basicBtn:link,
.ly_header_fourthArea .ly_header_fourthArea_basicBtn:active,
.ly_header_fourthArea .ly_header_fourthArea_basicBtn:visited {
  color :var(--defaultTxtColor)!important;

}
.ly_header_fourthArea .ly_header_fourthArea_basicBtn:hover {
  text-decoration: none;
}

/* 総合メニュー */
.ly_header_fourthArea .ly_header_fourthArea_compositeBtn{
  color :var(--defaultTxtColor)!important;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 145px;
  margin-left: 7px;
}

.ly_header_fourthArea .ly_header_fourthArea_compositeBtn .ly_header_fourthArea_compositeBtn_clickMenu,
.ly_header_fourthArea .ly_header_fourthArea_compositeBtn a.ly_header_fourthArea_compositeBtn_clickMenu:link,
.ly_header_fourthArea .ly_header_fourthArea_compositeBtn a.ly_header_fourthArea_compositeBtn_clickMenu:hover,
.ly_header_fourthArea .ly_header_fourthArea_compositeBtn a.ly_header_fourthArea_compositeBtn_clickMenu:visited,
.ly_header_fourthArea .ly_header_fourthArea_compositeBtn a.ly_header_fourthArea_compositeBtn_clickMenu:active{
  color :var(--defaultTxtColor)!important;
  text-decoration: none;
}

.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_compositeBtn{
  line-height: 1em;
  height: 31px;
  padding: 0;
  margin: 5px 7px;
}

.ly_header_fourthArea .ly_header_fourthArea_compositeBtn:link,
.ly_header_fourthArea .ly_header_fourthArea_compositeBtn:active,
.ly_header_fourthArea .ly_header_fourthArea_compositeBtn:visited {
  color :var(--defaultTxtColor)!important;
  /* border: 1px solid var(--dekiruGreen); */
}

.ly_header_fourthArea .ly_header_fourthArea_compositeBtn .ly_header_fourthArea_compositeBtn_clickMenu,
.ly_header_fourthArea .ly_header_fourthArea_compositeBtn .ly_header_fourthArea_compositeBtn_clickMenu:link,
.ly_header_fourthArea .ly_header_fourthArea_compositeBtn .ly_header_fourthArea_compositeBtn_clickMenu:hover,
.ly_header_fourthArea .ly_header_fourthArea_compositeBtn .ly_header_fourthArea_compositeBtn_clickMenu:visited,
.ly_header_fourthArea .ly_header_fourthArea_compositeBtn .ly_header_fourthArea_compositeBtn_clickMenu:active {
  color: var(--defaultTxtColor) !important;
  text-decoration: none !important;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_compositeBtn .ly_header_fourthArea_compositeBtn_clickMenu,
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_compositeBtn .ly_header_fourthArea_compositeBtn_clickMenu:link,
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_compositeBtn .ly_header_fourthArea_compositeBtn_clickMenu:hover,
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_compositeBtn .ly_header_fourthArea_compositeBtn_clickMenu:visited,
.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_compositeBtn .ly_header_fourthArea_compositeBtn_clickMenu:active{
  padding: 8px 15px;
  height: 41px;
  width: 145px;
}
.ly_header_fourthArea_wrapper .ly_header_fourthArea .ly_header_fourthArea_compositeBtn .ly_header_fourthArea_compositeBtn_clickMenu .ly_header_fourthArea_compositeBtn_clickMenu_inner {
  color: #9fa09d;
  min-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ly_header_fourthArea_wrapper .ly_header_fourthArea .ly_header_fourthArea_compositeBtn .ly_header_fourthArea_compositeBtn_clickMenu .ly_header_fourthArea_compositeBtn_clickMenu_inner .ly_header_fourthArea_compositeBtn_clickMenu_inner_icon {
  width: 100%;
  max-width: 20px;
  height: 11px;
  color: #9fa09d;
  fill: #9fa09d;
  stroke: #9fa09d;
}
#checkBox_header_comprehensiveMenu:checked 
+ .ly_header_fourthArea_compositeBtn 
> .ly_header_fourthArea_compositeBtn_clickMenu 
> .ly_header_fourthArea_compositeBtn_clickMenu_inner 
> .ly_header_fourthArea_compositeBtn_clickMenu_inner_icon {
  fill: var(--dekiruGreen); 
}


.ly_header_fourthArea .ly_header_fourthArea_searchBox {
  width: 200px;
}
.ly_header_secondArea .ly_header_secondArea_searchBox{
  width: 230px;
  margin-right: 11.5px; /* wordpressヘッダー用 */
}
.ly_header_secondArea .ly_header_secondArea_searchBox.mf_finder_header > .mf_finder_searchBox_useSelects{
  margin-right:0;
  margin-left: 0;
}
.ly_header_secondArea .ly_header_secondArea_searchBox.mf_finder_header .mf_finder_searchBox_items > div input.mf_finder_searchBox_query_input {
  width: 194px;
}
.ly_header .ly_header_secondArea .ly_header_secondArea_estiArea .ly_header_secondArea_inner_authArea_logoutBtn img {
  height: 26px;
}

.ly_header_secondArea .ly_header_secondArea_searchBox.mf_finder_header .mf_finder_searchBox_items{
  padding-top: 0;
  padding-bottom: 0;
}

.ly_header_fourthArea .ly_header_fourthArea_searchBox .mf_finder_searchBox_useSelects{
  margin: 0;
}

.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_searchBox .mf_finder_searchBox_query_input {
  padding: 0 0.5rem;
}

.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_searchBox .mf_finder_searchBox_items {
  padding: 0;
}

.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_searchBox .mf_finder_searchBox_query_input {
  min-height: 30px;
}



.ly_header_secondArea_searchBox.mf_finder_header .mf_finder_searchBox_items .mf_finder_searchBox_submit,
.ly_header_fourthArea .ly_header_fourthArea_searchBox .mf_finder_searchBox_submit{
  background: var(--dekiruGreen);
  border: solid 1px  var(--dekiruGreen);
  font-size: 16px;
  padding: 0 10px !important;
  border-radius: 0 3px 3px 0;
  width: 36px;
}
.ly_header_fourthArea .ly_header_fourthArea_searchBox .mf_finder_searchBox_submit span{
  display:none;
}
.mf_finder_searchBox .mf_finder_searchBox_suggest_items {
  z-index: 10002;
}
.ly_header_fourthArea .ly_header_subMenuUnit + .ly_header_fourthArea_basicBtn,
.ly_header_fourthArea .ly_header_fourthArea_basicBtn + .ly_header_fourthArea_basicBtn,
.ly_header_fourthArea .ly_header_fourthArea_basicBtn + .ly_header_fourthArea_searchBox {
  border-left: 1px solid #aaa;
}

.ly_header_fourthArea_wrapper .ly_header_fourthArea .ly_header_fourthArea_basicBtn .c-tooltip {
  display: block;
  position: relative;
}

.ly_header_fourthArea_wrapper .ly_header_fourthArea .ly_header_fourthArea_basicBtn .c-tooltip:hover {
  cursor: pointer;
}

.ly_header_fourthArea_wrapper .ly_header_fourthArea .ly_header_fourthArea_basicBtn .c-tooltip::before {
  -webkit-transition: all 0.5s;
  opacity: 0;
  position: absolute;
  transition: all 0.5s;
  visibility: hidden;
  border-color: #2a933a transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 1px 4px;
  content: "";
  height: 0;
  top: -13px;
  width: 0;
  left: 46%;

}

.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_basicBtn .c-tooltip::before {
  top: 24px;
  width: 0;
  transform: rotate(180deg);
}

.ly_header_fourthArea_wrapper .ly_header_fourthArea .ly_header_fourthArea_basicBtn .c-tooltip.active:hover::before {
  opacity: 1;
  visibility: visible;
}

.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_basicBtn .c-tooltip.active:hover::before {
  top: 23px;
}

.ly_header_fourthArea_wrapper .ly_header_fourthArea .ly_header_fourthArea_basicBtn .c-tooltip::after {
  -webkit-transition: all 0.5s;
  opacity: 0;
  position: absolute;
  transition: all 0.5s;
  visibility: hidden;
  background: #2a933a;
  border-radius: 3px;
  color: #fefe33;
  content: attr(data-tooltip);
  display: block;
  font-size: 11px;
  font-weight: 600;
  padding: 0 10px;
  top: -25px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding:5px 10px 3px;
}

.ly_header_fourthArea_wrapper .ly_header_fourthArea .ly_header_fourthArea_basicBtn .c-tooltip.active:hover::after {
  opacity: 1;
  visibility: visible;
}

.ly_header_fourthArea_wrapper.is-fixed .ly_header_fourthArea .ly_header_fourthArea_basicBtn .c-tooltip::after {
  top: 40px;
}

.ly_header_fourthArea .ly_header_fourthArea_banner{
  display: block;
  position: relative;
  text-align: center;
}
.ly_header_fourthArea .ly_header_fourthArea_banner  .ly_header_fourthArea_banner_caption{
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important;
    background: #319b03;
    padding: 1px 10px !important;
    font-size: 12px;
    color: #fff;
    border-radius: 15px;
    border: solid 1px #fff;
    font-weight: bold;
    white-space: nowrap;
}





.ly_footer {
  color: #555;
  margin: 0 auto;
  font-size: 14px;
  clear: both;
  margin-top: 50px;
  padding: 0!important;/* systemページで表示崩れるので絶対に削除しない(値変更はOK) */
  border-top: none!important;/* systemページで表示崩れるので絶対に削除しない(値変更はOK) */
}

.ly_footer a:link, 
.ly_footer a:visited {
  color:#fff !important;
}


.ly_footer .f_box_00 {
  background: #2a933a url(//www.sunrefre.jp/include/img/footer/footer_top_bg.png) 0 0 repeat-x;
  border-top: solid 1px #f1f1f1;
  width:100%;
  min-width:var(--contentMaxWidth);
}

.ly_footer .f_box_00 .f_text01 {
	font-size: 20px !important;
	font-weight: bold;
	text-align: center;
	height: 50px;
	line-height: 36px;
	padding: 7px 0;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}



.ly_footer .ly_footer_contentsLinks {
  font-size: 13px;
  padding: 20px 0;
  overflow: hidden;
  clear: both;
  display: flex;
  background: #2a933a;
}

.ly_footer .ly_footer_contentsLinks dl {
  padding: 13px 0 13px 1.2em;
  text-align: left;
  margin:0;
}

.ly_footer .ly_footer_contentsLinks dl dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  color: #fff;
  height: 20px;
  line-height: 10px;
}

.ly_footer .ly_footer_contentsLinks dl dt {
  font-size: 14px;
}

.ly_footer .ly_footer_contentsLinks dd {
  line-height: 2.2;
  margin-left: 0;
  font-size: 14px;
  position: relative;
}

.ly_footer .ly_footer_contentsLinks dd.time {
  line-height: 24px;
}


.ly_footer .sns_box {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.ly_footer .sns_box .icon_sns img {
  max-width: 31px;
  height: auto;
}
.ly_footer .sns_box .icon_sns .icon_sns_X {
  max-width: 23px;
  height: 33px;
  fill: #fff;
  margin-right: 9px;
  margin-left: 10px;
}
.ly_footer .sns_box .icon_sns .icon_sns_faceBook {
  width: 31px;
  height: 32px;
  fill: #fff;
}
.ly_footer .sns_box .icon_sns .icon_sns_wantedly {
  width: 31px;
  height: 31px;
  fill: #fff;
}
.ly_footer .sns_box .icon_sns .icon_sns_X use:hover,
.ly_footer .sns_box .icon_sns .icon_sns_wantedly use:hover,
.ly_footer .sns_box .icon_sns .icon_sns_faceBook use:hover {
  fill: #eee !important;
}
.ly_footer .sns_box .icon_sns .icon_sns_instagram {
  max-width: 31px;
  height: 31px;
  fill: #fff;
  margin-left: 11px;
}
.ly_footer .sns_box .icon_sns .icon_sns_instagram use:hover {
  fill: #eee !important;
}
.sumutano_box {
  margin-top: 26px;
}

.ly_footer .ly_footer_contentsLinks {
  width: 100%;
  min-width:var(--contentMaxWidth);
  padding: 20px calc((100% - var(--contentMaxWidth)) / 2);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.ly_footer .ly_footer_contentsLinks a {
  color: #fff !important;
}

.ly_footer .ly_footer_contentsLinks a:hover,
.ly_footer .ly_footer_contentsLinks a:active,
.ly_footer .ly_footer_contentsLinks a:visited {
  color: #eeeeee !important;
}


.ly_footer .ly_footer_contentsLinks .ly_footer_contentsLinks_rightArea .ly_footer_contentsLinks_rightArea_btn{
  display:flex ;
  font-weight: bold;
  border: solid 1px #fff;
  color: #fff !important;
  position: relative;
  text-decoration: none;
  padding: 15px 20px;
  padding: 11px 20px;
  box-sizing: border-box;
  font-size: 13px;
  min-width: 299px;
  min-height: 60px;
  align-items: center;
}


.ly_footer .ly_footer_contentsLinks .ly_footer_contentsLinks_rightArea .ly_footer_contentsLinks_rightArea_btn + .ly_footer_contentsLinks_rightArea_btn{
margin-top: 10px;
}


.ly_footer .ly_footer_contentsLinks .ly_footer_contentsLinks_rightArea .ly_footer_contentsLinks_rightArea_btn.ly_footer_contentsLinks_rightArea_btn__noneBorder {
  border: none;
}

.ly_footer .ly_footer_contentsLinks .ly_footer_contentsLinks_rightArea .ly_footer_contentsLinks_rightArea_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.ly_footer .ly_footer_contentsLinks .ly_footer_contentsLinks_rightArea .ly_footer_contentsLinks_rightArea_btn::after {
  content: '';
  display: block;
  background: url(/img/index/new_201223/icon_btn_arrow.png);
  width: 22px;
  height: 22px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 15px;
}

.ly_footer .ly_footer_contentsLinks .ly_footer_contentsLinks_rightArea a.ly_footer_contentsLinks_rightArea_btn.ly_footer_contentsLinks_rightArea_btn__noneArrow::after {
  display: none;

}

.ly_footer .ly_footer_contentsLinks .ly_footer_contentsLinks_rightArea .ly_footer_contentsLinks_rightArea_btn:hover img{
  opacity: unset;
}
.ly_footer_contentsLinks_rightArea_btn .ly_footer_contentsLinks_rightArea_btn_icon {
  width: 64px;
}
.ly_footer .ly_footer_contentsLinks .ly_footer_contentsLinks_rightArea .ly_footer_contentsLinks_rightArea_btn .ly_footer_contentsLinks_rightArea_btn_icon.ly_footer_contentsLinks_rightArea_btn_icon__contact {
  width: 64px;
  height: 32.5px;
  color: #fff;
  fill: currentColor;
}

.ly_footer .ly_footer_contentsLinks .ly_footer_contentsLinks_rightArea .ly_footer_contentsLinks_rightArea_btn.ly_footer_contentsLinks_rightArea_btn__noneArrow .ly_footer_contentsLinks_rightArea_btn_icon img {
  width: 51px;/* systemページで表示崩れるので絶対に削除しない(値変更はOK) */
}

.ly_footer .ly_footer_contentsLinks .ly_footer_contentsLinks_rightArea .ly_footer_contentsLinks_rightArea_btn .ly_footer_contentsLinks_rightArea_btn_txtArea {
  line-height: 2.2;
  text-align: left;
}
.ly_footer_contentsLinks .ly_footer_contentsLinks_rightArea .ly_footer_contentsLinks_rightArea_btn .ly_footer_contentsLinks_rightArea_btn_txtArea .ly_footer_contentsLinks_rightArea_btn_txtArea_txt {
  margin: 0 !important;
}

.ly_footer .ly_footer_contentsLinks .ly_footer_contentsLinks_rightArea .ly_footer_contentsLinks_rightArea_btn .ly_footer_contentsLinks_rightArea_btn_txtArea.ly_footer_contentsLinks_rightArea_btn_txtArea__txtR {
  text-align: right;
}

.ly_footer .ly_footer_contentsLinks .ly_footer_contentsLinks_rightArea .ly_footer_contentsLinks_rightArea_btn .ly_footer_contentsLinks_rightArea_btn_icon + .ly_footer_contentsLinks_rightArea_btn_txtArea {
  margin-left: 10px;
}


.ly_footer .ly_footer_basicLinks {
  font-size: 15px;
  background: #1c7128;
  padding: 10px calc((100% - var(--contentMaxWidth)) / 2);
  border-top: none;
  display: flex;
  justify-content: space-between;
  min-width: 950px;
}

.ly_footer .ly_footer_basicLinks ul {
  list-style: none;
  display: flex;
}

.ly_footer .ly_footer_basicLinks ul li {
  border-right: solid 1px #fff1;
  padding: 0 14px;
  white-space: nowrap;
}

.ly_footer .ly_footer_basicLinks ul li:first-child {
  padding-left: 0;
}

.ly_footer .ly_footer_basicLinks ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.ly_footer .ly_footer_basicLinks ul li a {
  color: #fff !important;
  font-size: 14px;
}

.ly_footer .ly_footer_basicLinks ul li a span {
  color: #fff;
  font-size: 13px;
}

.ly_footer .f_box_annotation {
  font-size: 12px;
  background: #2a933a;
  padding: 10px 0;
  color: #fff;
}

.ly_footer .f_box_annotation ul {
  width: 950px;
  margin: 0 auto;
  list-style: none;
}

.ly_footer .f_box_annotation ul li {
  text-indent: -2em;
  margin-left: 2em;
}

.f_copyright {
  font-size: 11px;
  color: #fff;
  margin-left: auto;
  padding: 0 !important;
  margin-top: 4px;
}


.ly_footer .f_box_06 {
  margin: 0 auto;
  width: 950px;
  height: 93px;
  background: #fff;
}


.ly_footer .ly_footer_contentsLinks dl dt::after,
.ly_footer .ly_footer_contentsLinks dd::after{
  content: none!important;
}










/*==old styles===============================*/
.main_v {
  margin-top: 0 !important;
  box-sizing: border-box;
}

div.t-01 {
  height: 76px;
}

#page_top {
  border: #fff solid 1px;
}


/* cart */
.btn_cart {
  width: 38px !important;
  box-sizing: border-box;
  top: -5px;
  margin-left: 5px;
}

.btn_my {
  width: 38px !important;
  box-sizing: border-box;
  top: -5px;
  margin-left: 10px;
}

.d_table {
  display: table;
}


/* ガイド・ヘルプ */
.guide_title {
  width: 200px;
  color: #319b03;
  font-weight: bold;
  font-size: 14px;
}

.wp_btn_box {
  display: none;
}

.cart {
  display: none;
}


.f_gr {
  color: #319b03 !important;
}


/**クローズbtn設置  ***********************************************************/
.list_height {
  height: 258px;
}

.close_btn {
  background: #2a933a;
  display: block;
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-indent: -99999px;
  cursor: pointer;
  margin: auto !important;
  padding: 0 !important;
}

.close_btn:before,
.close_btn:after {
  width: 80%;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  top: 10px;
  margin: auto;
}

.close_btn:before {
  transform: rotate(45deg);
  left: 2px;
}

.close_btn:after {
  transform: rotate(-45deg);
  right: 2px;
}



/* スクロール後　カテゴリテキスト位置 */
.wp_voice {
  display: block;
  width: 147px;
  height: 40px;
  float: left;
  margin-left: 26px;
  background: url(https://www.sunrefre.jp/img/header/btn_wp_voice.png) no-repeat;
}

.wp_voice a {
  font-size: 12px;
  color: #fff !important;
  display: block;
}

.wp_voice a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.wp_voice a span div {
  margin-left: 71px;
  margin-top: 12px;
  letter-spacing: 0.7em;
  ;
  color: #fff;
}

.wp_blog {
  display: block;
  width: 162px;
  height: 40px;
  float: left;
  margin-left: 14px;
  background: url(https://www.sunrefre.jp/img/header/btn_wp_blog.png) no-repeat;
}

.wp_blog a {
  display: block;
  font-size: 12px;
  color: #fff !important;
}

.wp_blog a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.wp_blog a span div {
  margin-left: 70px;
  margin-top: 12px;
  letter-spacing: 0.7em;
  color: #fff;
}


.wp_staff {
  display: block;
  width: 163px;
  height: 40px;
  float: left;
  margin-left: 14px;
  background: url(https://www.sunrefre.jp/img/header/btn_wp_staff.png) no-repeat;
}

.wp_staff a {
  display: block;
  font-size: 12px;
  color: #fff !important;
}

.wp_staff a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.wp_staff a span div {
  margin-left: 87px;
  margin-top: 12px;
  letter-spacing: 0.7em;
  color: #fff;
}



.cart {
  float: left;
}

.ec a {
  margin-left: 12px;
  width: 67px;
  height: 54px;
  background: url(https://www.sunrefre.jp/img/header/btn_ec.png) no-repeat;
  display: block;
  text-indent: -9999px;
  margin-top: 3px;
}

.ec a:hover {
  background: url(https://www.sunrefre.jp/img/header/btn_ec_on.png) no-repeat;
  border-bottom: none !important;
}

.notice {
  background: url(https://www.sunrefre.jp/img/header/notice.png) repeat-x;
  height: 29px;
}

.f_wp_01 {
  font-size: 11px !important;
  color: #ff0000;
}

.wp_btn_box {
  float: left;
  width: 622px;
  margin-left: 10px;
}

.wp_btn_box a {
  text-decoration: none !important;
}

.wp_btn_cp {
  padding: 9px 8px 6px 8px;
  display: inline-block;
  font-size: 13px;
  color: #222;
  text-decoration: underline;
}

.wp_btn01,
.wp_btn02,
.wp_btn03 {
  padding: 9px 8px 6px 8px;
  display: inline-block;
  background: #fff;
  border-radius: 2px;
  font-size: 13px;
  color: #222;
  margin-left: 5px;
}

.wp_btn01 {
  border: solid 1px #ec914f;
}

.wp_btn02 {
  border: solid 1px #719fe5;
}

.wp_btn03 {
  border: solid 1px #8dc570;
}


.wp_btn_cp:hover {
  transition: all .2s;
}

.wp_btn01:hover {
  background: #ec914f;
  color: #fff;
  transition: all .2s;
}

.wp_btn02:hover {
  background: #719fe5;
  color: #fff;
  transition: all .2s;
}

.wp_btn03:hover {
  background: #8dc570;
  color: #fff;
  transition: all .2s;
}

.wp_btn_cp_on {
  padding: 9px 10px 6px 10px;
  display: inline-block;
  background: #ec914f;
  border-radius: 2px;
  border: solid 1px #ec914f;
  font-size: 13px;
  color: #fff;
}

.wp_btn01_on {
  padding: 9px 8px 6px 8px;
  display: inline-block;
  background: #ec914f;
  border-radius: 2px;
  border: solid 1px #ec914f;
  font-size: 13px;
  color: #fff;
  margin-left: 5px;
}

.wp_btn02_on {
  padding: 9px 8px 6px 8px;
  display: inline-block;
  background: #719fe5;
  border-radius: 2px;
  border: solid 1px #719fe5;
  font-size: 13px;
  color: #fff;
  margin-left: 5px;
}

.wp_btn03_on {
  padding: 9px 8px 6px 8px;
  display: inline-block;
  background: #8dc570;
  border-radius: 2px;
  border: solid 1px #8dc570;
  font-size: 13px;
  color: #fff;
  margin-left: 5px;
}

/* クレジットカード入力フォーム内｢ご利用可能カード｣のimgの大きさ指定 */
#credit div.section.cardBrand p.logo {
  width: auto !important;
  height: auto !important;
  float: none !important;
}

.ly_footer_contentsLinks_rightArea_btn_icon.ly_footer_contentsLinks_rightArea_btn_icon__img {
  padding-left: 6px;
  width: 59px;
}
.ly_footer_contentsLinks_rightArea_btn_icon.ly_footer_contentsLinks_rightArea_btn_icon__img img {
  width: 40px;
}


.header_cart_icon{
  width: 40px;
  z-index: 100;
  margin-left: 5px;
}
.header_cart_badge {
    position: relative;
}
.header_cart_number{
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
    background-color: #ff3100;
    padding: 1px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    z-index: 110;
    border: 2px solid #fff;
    font-family: Euphemia UCAS !important;
    line-height: 17.5px !important;
    position: absolute;
    top: -18px;
    right: -14px;
}
