@charset "UTF-8";

/* reset */
html, body, div, ol, ul, dl {
  margin: 0;
  padding: 0;
}
p, h1, h2, h3, h4, h5, h6, dt, dd, a, span, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: none;
}
td, th, caption, thead {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
address, caption, cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: 400;
}
ol, ul, li {
  list-style: none;
}
form button {
  cursor: pointer;
}
input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="radio"] ,
input[type="checkbox"],
label.checkbox {
  cursor: pointer;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ec-text{
  width: 80%;
}
.ec-radio input,
.ec-radio label {
  cursor: pointer;
}
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
img {
  border: 0;
  vertical-align: middle;
}

/* base */
html {
  background: #ffffff;
  font-size: 62.5%;
}
body {
  position: relative;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  color: #333333;
  min-width: 1200px;
  overflow-wrap: break-word;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
* {
  box-sizing: border-box;
}
a {
  color: #333333;
}
a:focus, a:hover {
  color: #333333;
  text-decoration: none;
}
a.link {
  text-decoration: underline;
  color: #333333;
}
.notification {
  position: absolute;
}
.notification span {
  position: relative;
  background: #e60012;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: .9rem;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 1;
  letter-spacing: -0.5px;
}
.notification:after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  top: -1px;
  left: -1px;
  z-index: 0;
}
.flex {
  display: flex;
}
a:link {
  outline: 0;
  text-decoration: none;
}
img.svg {
  max-width: 100%;
}
.hover {
  transition: 0.3s;
}
.red-txt {
  color: #e60012;
}
.bule-txt {
  color: #0005F8;
}
.mt10 {
  margin-top:10px;
}
.vertical-top {
  vertical-align: top;
}
.ec-slider,
.ec-slider__bnr,
.ec-slider__cont,
.ec-slider__category {
  display: none;
}
.ec-slider.slick-initialized,
.ec-slider__bnr.slick-initialized,
.ec-slider__cont.slick-initialized,
.ec-slider__category.slick-initialized {
  display: block;
}
.indent li {
  text-indent: -1em;
  padding-left: 1em;
}

/* contentes */
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 960px;
  flex: 1;
}
.flex-box {
  display: flex;
  align-items: center;
}
.add-btn__contents {
  display: none;
}
.add-btn__contents.active {
  display: block;
}
.ec-address__txt .ec-address__txtWrap {
  width: calc(100% - 180px);
}
.ec-address__txt .address__txtWrap p {
  font-size: 1.6rem;
  line-height: 1.75;
}
.ec-address__txt button {
  width: 160px;
}

/* btn link */
.ec-inlineBtn {
  line-height: 1.5;
}
.ec-productRole__btn .ec-blockBtn--action {
  height: auto;
  line-height: 1.5;
}
.ec-productRole__btn .ec-blockBtn--action:hover {
  background: #e60012;
}
.ec-bloc.ec-blockBtn--action:hoverkBtn__cancel {
  width: 300px;
  border: none;
  height: auto;
  margin: 0 auto;
  line-height: 1.5;
}
.btn-300 {
  width: 300px;
  margin: 0 auto;
}
.ec-addressRole__actions .ec-inlineBtn {
  width: 300px;
}
.ec-addressList__action .ec-inlineBtn {
  width: 120px;
  margin-left: auto;
}
.btn-red {
  color: #fff;
  background: #e60012;
  text-align: center;
  border: 1px solid #e60012;
  display: block;
  border-radius: 17px;
  font-size: 1.6rem;
  padding: 4px;
  font-weight: bold;
  height: auto;
  line-height: 1.5;
}
.btn-red__flip {
  color: #e60012;
  background: none;
  text-align: center;
  border: 1px solid #e60012;
  display: block;
  border-radius: 17px;
  font-size: 1.6rem;
  padding: 4px;
  font-weight: bold;
  height: auto;
  line-height: 1.5;  
}
.btn-black {
  color: #333333;
  background: none;
  text-align: center;
  border: 1px solid #333333;
  display: block;
  border-radius: 17px;
  font-size: 1.6rem;
  padding: 4px;
  font-weight: bold;
  height: auto;
  line-height: 1.5;  
}
.btn-blue {
  color: #fff;
  background: #114ac1;
  text-align: center;
  display: block;
  border-radius: 17px;
  font-size: 1.6rem;
  padding: 4px;
  font-weight: bold;
  height: auto;
  line-height: 1.5;  
}
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.inlineBtn.btn-red:focus,
.inlineBtn.btn-red:active:focus {
  color: #fff;
  background: #e60012;
  border-color: #e60012;
  box-shadow: none;
}
.btn-red__flip:active,
.btn-red__flip:focus,
.btn-red__flip:hover {
  color: #e60012;
  background: none;
  border-color: #e60012;
  box-shadow: none;
}
.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
  color: #fff;
  background: #114ac1;
  border-color: #114ac1;
  box-shadow: none;
}
.btn-black:active,
.btn-black:focus,
.btn-black:hover,
.ec-blockBtn--cancel.btn-black:focus,
.ec-blockBtn--action.btn-black:active {
  color: #000;
  background: none;
  border-color: #000;
  box-shadow: none;
}
.btn-red__flip.bg-none,
.btn-black.bg-none {
  background: none;
}
.link-red {
  color: #e60012;
}
.line-red {
  border-bottom: 1px solid #e60012;
}

/* input */
input[type="number"],
input[type="text"],
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #333333;
  height: 45px;
  width: 100%;
}
textarea{
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #333333;
  height: 100px;
  width: 100%;
}
.ec-input select{
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #333333;
  height: 45px;
}
.ec-numberInput input[type="number"] {
  width: 100px;
}

/* checkbox */
.checkbox {
  font-weight: normal;
  margin: 0 0 0 20px;
}
.checkbox-input {
  display: none;
}
.checkbox-parts {
  padding: 0 10px 0 43px;
  position: relative;
  background: #f5f5f5;
  border-radius: 10px;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 44px;
  cursor: pointer;
}
.checkbox-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  width: 23px;
  height: 23px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
}
.checkbox-input:checked + .checkbox-parts {
  background: #fff0f0;
}
.checkbox-input:checked + .checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 17px;
  width: 12px;
  height: 7px;
  transform: rotate(-44deg);
  border-bottom: 2px solid #e60012;
  border-left: 2px solid #e60012;
}
.be-none__label label {
  display: flex;
}
.be-none__label .checkbox-parts {
  background: none;
  padding: 0 0 0 31px;
  min-height: 23px;
}
.be-none__label .checkbox-parts:before {
  left: 0;
}
.be-none__label .checkbox-input:checked + .checkbox-parts:after {
  top: 6px;
  left: 5px;
}
.be-none__label .checkbox-input:checked + .checkbox-parts {
  background: none;
}
.checkbox-inactive {
  position: relative;
}
.checkbox-inactive::after {
  content: "";
  position: absolute;
  background: #ccc;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0.7;
}
.select-red select option:disabled {
  color: #D4D4D4;
}

/* radio */
label {
  font-weight: normal;
}
.radio-input {
  display: none;
}
.radio-parts {
  padding: 0 0 0 31px;
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 23px;
  cursor: pointer;
}
.radio-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 23px;
  height: 23px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50%;
}
.radio-input:checked + .radio-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #e60012;
}

/* select */
.select-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.select-flex p {
  margin: 0 20px 0 0;
}
.select-red {
  overflow: hidden;
  margin: 0;
  text-align: center;
  position: relative;
  border-radius: 10px;
  border: 1px solid #000;
  background: #ffffff;
}
.select-red:before {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e60012;
  pointer-events: none;
}
.select-red .ec-select {
  margin: 0;
}
.select-red select {
  padding: 9px 30px 9px 10px;
  color: #333333;
  width: 100%;
  height: 43px;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.6rem;
}
.select-red select::-ms-expand {
  display: none;
}
.ec-select select:disabled {
  color: #999;
}

/* ec-pager */
.ec-pager {
  margin-top: 40px;
  padding: 0;
  font-size: 0;
}
.ec-pager .ec-pager__item, 
.ec-pager .ec-pager__item--active {
  padding: 0 10px;
  font-size: 1.6rem;
}
.ec-pager .ec-pager__item:hover {
  background: #fff;
}
.ec-pager .ec-pager__item a,
.ec-pager .ec-pager__item a:hover {
  border: 1px solid #333333;
  background: #fff;
  color: #333333;
  transition: 0.3s;
}
.ec-pager .ec-pager__item a, 
.ec-pager .ec-pager__item--active a {
  border: 1px solid #333333;
  font-size: 1.6rem;
  border-radius: 10px;
  min-width: 45px;
  height: 45px;
  text-align: center;
  padding: 5px 10px; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.ec-pager .ec-pager__item.ec-pager__next a,
.ec-pager .ec-pager__item.ec-pager__prev a {
  width: 138px;
  border: 1px solid #e70014;
  color: #e70014;
}
.ec-pager .ec-pager__item--active {
  background: none;
}
.ec-pager .ec-pager__item--active a,
.ec-pager .ec-pager__item--active a:hover {
  background: #e70012;
  border: 1px solid #e70012;
  color: #fff;
}

/* hdg */
.ec-pageHeader h1,
.ec-mypageRole .ec-pageHeader h1,
.ec-pageHeader h2 {
  font-size: 2.2rem;
  padding: 49px 0 9px;
  margin: 0 0 25px 0;
  border-top: none;
  border-bottom: 2px solid #dddddd;
}
.hdg-h2,
.ec-rectHeading .hdg-h2 {
  background: #f5f5f5;
  font-size: 2rem;
  margin-bottom: 30px;
  padding: 13px 15px;
}
.hdg-h2 h2 {
  font-weight: bold;
}

/* header */
header {
  background: #fff;
  border-bottom: 1px solid #dddddd;
  padding-top: 70px;
}
header .header-top {
  border-bottom: 1px solid #dddddd;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  min-width: 1200px;
}
header .header-top .left-box {
  display: flex;
  align-items: center;
}
header .header-top .left-box p a {
  margin-left: 20px;
  padding-left: 12px;
  background: url("../img/common/arrow1.svg") no-repeat left center;
  background-size: 6px 10px;
  color: #e60012;
  display: block;
}
header .header-top .right-box {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
header .header-top .right-box .box-flex {
  display: flex;
  align-items: center;
}
header .header-top .right-box .btn1 {
  margin-right: 20px;
}
header .header-top .right-box .btn1 a {
  border-radius: 17px;
  font-size: 1.5rem;
  padding: 5px;
  width: 180px;
}
header .header-top .right-box .right-border {
  position: relative;
}
header .header-top .right-box .right-border:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 43px;
  background: #dddddd;
}
header .header-top .right-box .box1 {
  padding: 0 15px;
}
header .header-top .right-box .box1 .name span {
  color: #e60012;
  border-bottom: 1px solid #e60012;
  margin-left: 5px;
}
header .header-top .right-box .box1 .flex {
  align-items: center;
  margin-top: 6px;
}
header .header-top .right-box .box1 .rank {
  font-size: 1.1rem;
  background: #dddddd;
  position: relative;
  padding: 2px 3px 2px 7px;
  margin-right: 20px;
  line-height: 1.28;
}
header .header-top .right-box .box1 .rank:after {
  content: "";
  position: absolute;
  top: 0;
  right: -7px;;
  width: 7px;
  height: 100%;
  background: url("../img/common/bg-rank.svg") no-repeat;
  background-size: auto 100%;
}
header .header-top .right-box .box1 .history {
  position: relative;
  padding-right: 22px;
}
header .header-top .right-box .box1 .history .notification {
  right: 3px;
}
header .header-top .right-box .box2 {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
header .header-top .right-box .box2 .ec-cartNavi {
  background: none;
  padding: 0;
  height: auto;
  min-width: 100%;
}
.ec-cartNaviNull .ec-cartNaviNull__message {
  border: none;
  background: #e60012;
  padding: 16px;
}
header .header-top .right-box .box2 .ec-cartNaviNull,
header .header-top .right-box .box2 .ec-cartNaviIsset {
  right: 50%;
  margin-right: -114px;
}
header .header-top .right-box .box2 .ec-cartNaviNull:before,
header .header-top .right-box .box2 .ec-cartNaviIsset:before {
  left: 0;
  right: 0;
  margin: auto;
}
header .header-top .right-box .box2 .cart {
  position: relative;
  margin-right: 29px;
}
header .header-top .right-box .box2 .cart .notification {
  top: -2px;
  right: -9px;
}
header .header-top .right-box .box2 .cart img {
  width: 26px;
  height: 24px;
}
header .header-top .right-box .box2 ul li:first-child {
  margin-bottom: 4px;
}
header .header-top .right-box .box3 {
  padding: 0 20px 0 20px;
}
header .header-top .right-box .box3 .point {
  background: url("../img/common/icon_point.png") no-repeat left center;
  background-size: 19px auto;
  padding-left: 24px;
}
header .header-top .right-box .box3 .point span {
  color: #e60012;
  font-size: 1.5rem;
  margin-left: 5px;
}
header .header-top .right-box .ec-headerSearch {
  margin-right: 20px;
  position: relative;
  padding: 7px 0 8px 20px;
}
header .header-top .right-box .ec-headerSearch:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 43px;
  background: #dddddd;
}
header .header-top .right-box .ec-headerSearch .ec-headerSearch__keyword {
  border: 1px solid #dddddd;
  width: 180px;
  border-radius: 17px;
}
header .header-top .right-box .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
  height: 26px;
  background: #fff;
  color: #333;
  border-radius: 17px;
}
header .header-top .right-box .ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  width: 12px;
  height: 16px;
}
header .header-top .right-box .ec-headerSearch .ec-headerSearch__keywordBtn {
  right: 3px;
}
header .header-top .right-box .btn-menu {
  line-height: 0;
  cursor: pointer;
  margin-left: 25px;
}
.header-bottom .nav1 {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
}
.header-bottom .nav1 li {
  width: 16.8%;
  border-left: 1px solid #dddddd;
  position: relative;
  transition: 0.3s;
}
.header-bottom .nav1 li:last-child {
  border-right: 1px solid #dddddd;  
}
.header-bottom .nav1 > li.active {
  background: #fef0f0;
}
.header-bottom .nav1 li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.header-bottom .nav1 .home:after {
  top: 10px;
  width: 36px;
  height: 36px;
  background: url("../img/common/icon_home.svg") no-repeat center top;
  background-size: 100%;
}
.header-bottom .nav1 .shopping:after {
  top: 0px;
  width: 52px;
  height: 52px;
  background: url("../img/common/housing.svg") no-repeat center top;
  background-size: 100%;
}
.header-bottom .nav1 .services:after {
  top: 10px;
  width: 34px;
  height: 34px;
  background: url("../img/common/insurance.svg") no-repeat center top;
  background-size: 100%;
}
.header-bottom .nav1 .reform:after {
  top: 10px;
  width: 34px;
  height: 34px;
  background: url("../img/common/housework.svg") no-repeat center top;
  background-size: 100%;
}
.header-bottom .nav1 .care:after {
  top: 10px;
  width: 34px;
  height: 34px;
  background: url("../img/common/life.svg") no-repeat center top;
  background-size: 100%;
}
.header-bottom .nav1 .miruden:after {
  top: 10px;
  width: 34px;
  height: 34px;
  background: url("../img/common/healthcare-learning.svg") no-repeat center top;
  background-size: 100%;
}
.header-bottom .nav1 .nursing:after {
  top: 10px;
  width: 34px;
  height: 34px;
  background: url("../img/common/nursing.svg") no-repeat center top;
  background-size: 100%;
}
.header-bottom .nav1 .finance:after {
  top: 10px;
  width: 34px;
  height: 34px;
  background: url("../img/common/finance.svg") no-repeat center top;
  background-size: 100%;
}
.header-bottom .nav1 li a {
  display: block;
  padding: 48px 0 7px;
  color: #333333;
  font-size: 1.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
header .header-menu {
  position: fixed;
  top: 0;
  right: -360px;
  transition: all 0.5s;
  width: 360px;
  height: 100%;
  background: #fff;
  z-index: 1000;
  font-size: 1.5rem;
}
header .header-menu .header-menu__scroll {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
header .header-menu .header-menu__scroll::-webkit-scrollbar {
  display:none;
}
header .header-menu.open {
  right: 0;
}
header .header-menu .btn-menu__close {
  position: absolute;
  left: -48px;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
header .header-menu.open .btn-menu__close {
  opacity: 1;
  visibility: visible;
}
header .header-menu .link1 a {
  border-bottom: 1px solid #dddddd;
  padding: 14px 30px;
  background: url("../img/common/arrow1.svg") no-repeat right 30px center;
  background-size: 6px 9px;
  display: block;
}
header .header-menu .box1 {
  border-bottom: 1px solid #dddddd;
  padding: 30px;
}
header .header-menu .box1 .btn2 {
  margin-top: 30px;
}
header .header-menu .box1 .link2 {
  text-align: center;
  margin-top: 12px;
  font-size: 1.6rem;
}
header .header-menu .box1 .link2 a {
  background: url("../img/common/arrow1.svg") no-repeat left center;
  background-size: 7px 10px;
  padding-left: 16px;
}
header .header-menu .box1 .flex {
  justify-content: center;
}
header .header-menu .box1 .flex .link2:first-child {
  margin-right: 20px;
}
header .header-menu .box1 .flex .link2:last-child {
  margin-left: 20px;
}
header .header-menu .link1.home {
  background: url("../img/common/icon_home.svg") no-repeat left 30px center;
  background-size: 21px 20px;
}
header .header-menu .link1.shopping {
  background: url("../img/common/housing.svg") no-repeat left 32px center;
  background-size: 18px 22px;
}
header .header-menu .link1.services {
  background: url("../img/common/insurance.svg") no-repeat left 30px center;
  background-size: 23px 21px;
}
header .header-menu .link1.reform {
  background: url("../img/common/housework.svg") no-repeat left 33px center;
  background-size: 16px 23px;
}
header .header-menu .link1.care {
  background: url("../img/common/life.svg") no-repeat left 30px center;
  background-size: 21px 20px;
}
header .header-menu .link1.miruden {
  background: url("../img/common/healthcare-learning.svg") no-repeat left 30px center;
  background-size: 21px 21px;
}
header .header-menu .link1.nursing {
  background: url("../img/common/nursing.svg") no-repeat left 30px center;
  background-size: 21px 21px;
}
header .header-menu .link1.finance {
  background: url("../img/common/finance.svg") no-repeat left 30px center;
  background-size: 21px 21px;
}
header .header-menu .nav1 li a {
  padding-left: 60px;
}
header .header-menu .nav2 {
  padding: 30px 30px 35px;
}
header .header-menu .nav2 li {
  margin-bottom: 14px;
}
header .header-menu .nav2 li:last-child {
  margin-bottom: 0;
}
header .header-menu .btn-menu__close2 {
  padding: 0 30px 15px;
}
header .header-menu .btn-black {
  border-radius: 17px;
  font-size: 1.6rem;
  padding: 4px;
  cursor: pointer;
}
.blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 100;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
.blur.open {
  visibility: visible;
  opacity: 1;
}

/* footer */
footer {
  color: #666666;
  background: #f5f5f5;
  margin-top: 100px;
  padding: 0 20px 28px;
}
footer .footer-nav {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .nav1 {
  max-width: 680px;
  margin: 0 auto;
  padding: 50px 0 25px;
}
footer .nav1-nest li {
  margin-bottom: 20px !important;
}

footer .nav1 li {
  margin-bottom: 0px;
}
footer .nav2 {
  max-width: 960px;
  border-top: 1px solid #d4d4d4;
  padding: 25px 0;
}

footer .footer-nav li {
  margin-left: 18px;
  margin-right: 18px;
}
footer .footer-nav li a {
  display: block;
  color: #666666;
  font-size: 1.4rem;
}
footer .logo {
  text-align: center;
  border-top: 1px solid #d4d4d4;
  padding: 30px 0 0 0;
}
footer .logo img {
  width: 160px;
}
footer small {
  display: block;
  text-align: center;
  font-size: 1rem;
  margin-top: 20px;
}

@media all and (-ms-high-contrast: none) {
  .notification {
    padding-top: 3px;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none!important;
  }
  .hover:hover {
    opacity: 0.6;
  }
  a.link:hover {
    text-decoration: none;
  }
  .header-bottom .nav1 li:hover {
    background: #fef0f0;
  }
  .ec-pager .ec-pager__item a:hover {
    background: #e70012;
    border: 1px solid #e70012;
    color: #fff;
  }
  
  /* side */
  .ec-layoutRole__contents .ec-side__wrap {
    display: flex;
    justify-content: space-between;
  }
  .ec-layoutRole__contents .ec-side__wrap .ec-side__left {
    width: 520px;
    min-height: 460px;
  }
  .ec-layoutRole__contents .ec-side__wrap .ec-side__right {
    width: 400px;
  }
  .ec-layoutRole__contents .ec-side__wrap.ec-orderRole:after {
    content: none;
  }
  .ec-side__wrap .ec-totalBox {
    margin: 0;
    padding: 30px 10px 35px;
  }
  .ec-side__wrap .ec-totalBox .ec-totalBox__spec, 
  .ec-side__wrap .ec-totalBox .ec-totalBox__total, 
  .ec-side__wrap .ec-totalBox__taxRate {
    padding-left: 0;
    padding-right: 0;
  }
  .ec-side__wrap .ec-totalBox .ec-totalBox__btn {
    display: block;
  }
  .ec-side__wrap .ec-totalBox .ec-totalBox__btn button,
  .ec-side__wrap .ec-totalBox .ec-totalBox__btn a {
    width: 100%;
  }
  .ec-side__wrap .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
    margin-bottom: 15px;
  }
  
}

@media (max-width: 768px) {
  .pc {
    display: none!important;
  }
  body {
    min-width: 100%;
  }
  p {
    font-size: 1.3rem;
  }
  img {
    max-width: 100%;
  }
  .notification {
    position: absolute;
  }
  .notification span {
    position: relative;
    background: #e60012;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: .9rem;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 1;
    letter-spacing: -0.5px;
  }
  .notification:after {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    top: -1px;
    left: -1px;
    z-index: 0;
  }
  
  /* contentes */
  .ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
  }
  .ec-address__txt .ec-address__txtWrap {
    width: calc(100% - 160px);
  }
  .ec-address__txt button {
    width: 140px;
  }
  #page_help_tradelaw .ec-borderedDefs {
    font-size: 1.3rem;
  }

  /* btn link */
  .ec-blockBtn--cancel {
    width: 100%;
  }
  .ec-addressRole__actions .ec-inlineBtn {
    width: 100%;
  }
  .ec-addressList__action .ec-inlineBtn {
    width: 80px;
  }
  .btn-300 {
    width: 100%;
  }
  .btn-red {
    font-size: 1.4rem;
    padding: 6px;
  }
  .btn-red__flip {
    font-size: 1.4rem;
    padding: 6px;
  }
  .btn-black {
    font-size: 1.4rem;
    padding: 6px;
  }
  .btn-blue {
    font-size: 1.4rem;
    padding: 6px;
  }
  .btn-black.bg-none__sp {
    background: none;
  }
  
  /* input */
  input[type="number"],
  input[type="text"]{
    border-radius: 10px;
    font-size: 1.3rem;
    height: 35px;
  }
  .ec-numberInput input[type="number"] {
    width: 72px;
  }
  
  /* checkbox */
  .checkbox-parts {
    padding: 0 3px 0 40px;
    font-size: 1.2rem;
    min-height: 42px;
  }
  .checkbox-parts:before {
    left: 10px;
    width: 22px;
    height: 22px;
  }
  .checkbox-input:checked + .checkbox-parts:after {
    left: 15px;
  }
  
  /* radio */
  .radio-parts {
    padding: 0 0 0 31px;
    font-size: 1.3rem;
    min-height: 21px;
  }
  .radio-parts:before {
    width: 21px;
    height: 21px;
  }
  .radio-input:checked + .radio-parts:after {
    left: 4px;
    width: 13px;
    height: 13px;
  }
  
  /* select */
  .select-red {
    border-radius: 10px;
  }
  .select-red:before {
    right: 9px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #e60012;
  }
  .select-red select {
    height: 35px;
    font-size: 1.3rem;
    padding-right: 24px;
  }
  .select-red select::-ms-expand {
    display: none;
  }
  .checkbox input[type=checkbox], 
  .checkbox-inline input[type=checkbox], 
  .radio input[type=radio], 
  .radio-inline input[type=radio] {
    margin-top: 0px;
  }

  /* ec-pager */
  .ec-more {
    padding: 25px 15px 0;  
  }
  
  /* hdg */
  .ec-pageHeader h1,
  .ec-mypageRole .ec-pageHeader h1,
  .ec-pageHeader h2 {
    font-size: 1.5rem;
    padding: 32px 0 9px;
    margin: 0 0 15px 0;
  }
  .hdg-h2,
  .ec-rectHeading .hdg-h2 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding: 9px;
  }


  /* header */
  header {
    padding-top: 55px;
  }
  header .header-top {
    border-bottom: none;
    height: 55px;
    padding: 9px 3px 9px 15px;
    min-width: 100%;
  }
  header .header-top .left-box img {
    width: 150px;
  }
  header .header-top .right-box {
    font-size: 1rem;
    padding-right: 58px;
  }
  header .header-top .right-box p {
    font-size: 1rem;
  }
  header .header-top .right-box .box-flex {
    flex-flow: column;
  }
  header .header-top .right-box .btn1:first-child {
    margin-right: 0;
  }
  header .header-top .right-box .btn1 a {
    border-radius: 17px;
    font-size: 1.4rem;
    padding: 7px;
    width: 150px;
  }
  header .header-top .right-box .right-border:after {
    content: none;
  }
  header .header-top .right-box .box1 {
    padding: 0 0 3px 0;
  }
  header .header-top .right-box .box1 .name span {
    margin-left: 5px;
    font-size: 1.1rem;
  }
  header .header-top .right-box .box1 .history {
    position: relative;
    padding-right: 22px;
  }
  header .header-top .right-box .box1 .history .notification {
    right: 3px;
  }
  header .header-top .right-box .box3 {
    padding: 0;
  }
  header .header-top .right-box .box3 .point {
    background: url("../img/common/icon_point.png") no-repeat left center;
    background-size: 11px auto;
    padding-left: 13px;
  }
  header .header-top .right-box .box3 .point span {
    font-size: 1.2rem;
    margin-left: 5px;
  }
  header .header-top .right-box .search {
    position: relative;
    margin-left: 12px;
    padding-left: 14px;
  }
  header .header-top .right-box .search:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 30px;
    background: #dddddd;
  }
  header .header-top .right-box .search .ec-icon {
    width: 16px;
    height: 20px;
  }
  header .header-top .right-box .search .ec-icon img {
    width: 100%;
    cursor: pointer;
  }
  header .header-top .right-box .ec-headerSearch {
    display: none;
    position: absolute;
    width: 100%;
    top: 47px;
    left: 0;
    padding: 15px;
    background: #fff;
    z-index: 10;
  }
  header .header-top .right-box .ec-headerSearch:after {
    content: none;
  }
  header .header-top .right-box .ec-headerSearch .ec-headerSearch__keyword {
    width: 100%;
  }
  header .header-top .right-box .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    height: 34px;
  }
  header .header-top .right-box .btn-menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
  }
  header .header-top .right-box .btn-menu:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 30px;
    background: #dddddd;
}
  header .header-top .right-box .btn-menu img {
    width: 21px;
    height: 15px;
  }
  .header-bottom .nav1 {
    display: none;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .header-bottom .nav1 li {
    width: 25%;
    border-left: 1px solid #dddddd;
    position: relative;
    transition: 0.3s;
  }
  .header-bottom .nav1 li:nth-last-child(-n+2) {
    width: 50%;
    border-top: 1px solid #dddddd; 
    border-left: none;
  }
  .header-bottom .nav1 li:first-child {
    border-left: none;  
  }
  .header-bottom .nav1 li:last-child {
    border-right: none;
    border-left: 1px solid #dddddd;
  }
  .header-bottom .nav1 .home:after {
    top: 15px;
    width: 32px;
    height: 29px;
    background: url("../img/common/icon_home.svg") no-repeat center top;
    background-size: 100%;
  }
  .header-bottom .nav1 .shopping:after {
    top: 8px;
    width: 46px;
    height: 46px;
    background: url("../img/common/housing.svg") no-repeat center top;
    background-size: 100%;
  }
  .header-bottom .nav1 .services:after {
    top: 13px;
    width: 31px;
    height: 31px;
    background: url("../img/common/insurance.svg") no-repeat center top;
    background-size: 100%;
  }
  .header-bottom .nav1 .reform:after {
    top: 13px;
    width: 31px;
    height: 35px;
    background: url("../img/common/housework.svg") no-repeat center top;
    background-size: 100%;
  }
  .header-bottom .nav1 .care:after {
    top: 13px;
    width: 31px;
    height: 35px;
    background: url("../img/common/life.svg") no-repeat center top;
    background-size: 100%;
  }
  .header-bottom .nav1 .miruden:after {
    top: 10px;
    width: 34px;
    height: 34px;
    background: url("../img/common/healthcare-learning.svg") no-repeat center top;
    background-size: 100%;
  }
  .header-bottom .nav1 li a {
    padding: 50px 0 8px;
    font-size: 1rem;
  }
  header .header-menu {
    right: -100%;
    width: calc(100% - 45px);
    max-width: 330px;
    font-size: 1.2rem;
  }
  header .header-menu .btn-menu__close {
    left: -33px;
    top: 13px;
  }
  header .header-menu .link1 a {
    padding: 13px 14px;
    background: url("../img/common/arrow1.svg") no-repeat right 14px center;
    background-size: 6px 9px;
  }
  header .header-menu .box1 {
    padding: 20px 15px 23px;
  }
  header .header-menu .box1 .btn2 {
    margin-top: 17px;
  }
  header .header-menu .box1 .link2 {
    margin-top: 12px;
    font-size: 1.2rem;
  }
  header .header-menu .box1 .link2 a {
    background: url("../img/common/arrow1.svg") no-repeat left center;
    background-size: 6px 9px;
    padding-left: 10px;
  }
  header .header-menu .box1 .flex {
    justify-content: center;
  }
  header .header-menu .box1 .flex .link2:first-child {
    margin-right: 25px;
  }
  header .header-menu .box1 .flex .link2:last-child {
    margin-left: 25px;
  }
  header .header-menu .link1.home {
    background: url("../img/common/icon_home.svg") no-repeat left 15px center;
    background-size: 18px 16px;
  }
  header .header-menu .link1.shopping {
    background: url("../img/common/housing.svg") no-repeat left 17px center;
    background-size: 14px 18px;
  }
  header .header-menu .link1.services {
    background: url("../img/common/insurance.svg") no-repeat left 14px center;
    background-size: 19px 18px;
  }
  header .header-menu .link1.reform {
    background: url("../img/common/housework.svg") no-repeat left 17px center;
    background-size: 13px 19px;
  }
  header .header-menu .link1.care {
    background: url("../img/common/life.svg") no-repeat left 14px center;
    background-size: 18px 16px;
  }
  header .header-menu .link1.miruden {
    background: url("../img/common/healthcare-learning.svg") no-repeat left 15px center;
    background-size: 17px 16px;
  }
  header .header-menu .link1.nursing {
    background: url("../img/common/nursing.svg") no-repeat left 15px center;
    background-size: 18px 18px;
  }
  header .header-menu .link1.finance {
    background: url("../img/common/finance.svg") no-repeat left 15px center;
    background-size: 18px 18px;
  }
  header .header-menu .nav1 li a {
    padding-left: 40px;
  }
  header .header-menu .nav2 {
    padding: 30px 20px;
  }
  header .header-menu .nav2 li {
    margin-bottom: 12px;
  }
  header .header-menu .nav2 li:last-child {
    margin-bottom: 0;
  }

  /* contents */
  .contents {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px 100px;
  }

  /* footer */
  footer {
    margin-top: 50px;
    padding: 0 15px 25px;
  }
  footer .footer-nav {
    max-width: 100%;
    display: block;
  }
  footer .nav1 {
    max-width: 100%;
    padding: 32px 0 25px;
  }
  footer .nav1 li {
    margin-bottom: 20px;
  }
  footer .nav2 {
    border-top: 1px solid #d4d4d4;
    padding: 25px 0;
  }
  footer .footer-nav li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 12px !important;
  }
  footer .footer-nav li:last-child {
    margin-bottom: 0;
  }
  footer .footer-nav li a {
    font-size: 1.2rem;
  }
  footer .logo {
    padding: 20px 0 0 0;
  }
  footer small {
    font-size: 0.8rem;
    margin-top: 17px;
  }
}

@media (max-width: 365px) {
  header .header-top .left-box img {
    width: 58px;
  }
  header .header-top .right-box .btn1 a {
    width: 125px;
    font-size: 1.2rem;
  }
}

/* rate */
.ec-rate{
  margin-bottom: 5px;
}
.rate {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 24px;
  font-size: 24px;
  top: 4px;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}
.rate0:after {
  width: 0;
}
.rate1:after {
  width: 24px;
}
.rate1-5:after {
  width: 36px;
}
.rate2:after {
  width: 48px;
}
.rate2-5:after {
  width: 60px;
}
.rate3:after {
  width: 72px;
}
.rate3-5:after {
  width: 84px;
}
.rate4:after {
  width: 96px;
}
.rate4-5:after {
  width: 108px;
}
.rate5:after {
  width: 120px;
}

/* reviewform */
.evaluation{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.evaluation input[type='radio']{
  display: none;
}
.evaluation label{
  position: relative;
  padding: 0 5px 0;
  color: #ddd;
  cursor: pointer;
  font-size: 24px;
}
.evaluation label .text{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  color: #ddd;
}
.evaluation label:hover,
.evaluation label:hover ~ label,
.evaluation input[type='radio']:checked ~ label{
  color: #ffa500;
}

/* inactive */
.inactive {
  background-color: #999999;
}

/**
画像を、正方形の領域内で、縮小あり(縦横比保持)、拡大なし、中央配置する。
専用の<div class="imgbox_square">を作り、その中は<img>だけとする。
（補足：既存のdivのクラスにimgbox_squareを追加するのでは、意図通りに表示されない場合がある。）
*/
div.imgbox_square {
  display: block !important;
  position: relative !important;
  padding-top: 100% !important;
}
div.imgbox_square > img {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right:0 !important;
  margin: auto !important;
  max-height: 100% !important;
  object-fit: scale-down !important;
}
