@charset "UTF-8";
/*------------------------------------------------------------
スライダー
------------------------------------------------------------*/
#slider {
  padding-top: 15px;
  overflow: hidden;
}
#slider li a {
  outline: none;
}
#slider li a:hover img {
  opacity: 0.6;
}
#slider .slick-slider .slick-slide {
  margin: 0 8px;
  width: 550px;
}
#slider .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
#slider .slick-slider .slick-slide img {
  width: 100%;
  height: auto;
}
#slider .slick-dots {
  bottom: -32px;
}
#slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
#slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
#slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 1px solid #078943;
  border-radius: 100%;
}
#slider .slick-dots li.slick-active button:before {
  background: #078943;
}

@media screen and (max-width: 812px) {
  #slider {
    padding-top: 0;
  }
  #slider li img {
    width: 280px;
    height: auto;
  }
  #slider .slick-slider .slick-slide {
    margin: 0 4px;
    width: 280px;
  }
  #slider .slick-dotted.slick-slider {
    margin-bottom: 45px;
  }
  #slider .slick-dots {
    bottom: -25px;
  }
}
/*------------------------------------------------------------
商品検索
------------------------------------------------------------*/
#product_search {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#product_search input[type=search] {
  width: 420px;
  border-radius: 10px 0 0 10px;
}
#product_search input[type=submit] {
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 812px) {
  #product_search input[type=search] {
    width: calc(100% - 110px);
    border-radius: 5px 0 0 5px;
  }
  #product_search input[type=submit] {
    border-radius: 0 5px 5px 0;
    width: 110px;
  }
}/*------------------------------------------------------------
オススメ・ランキング
------------------------------------------------------------*/
#recommend_ranking {
  padding-bottom: 85px;
}
#recommend_ranking .tab {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  margin-bottom: 60px;
}
#recommend_ranking .tab li {
  width: 50%;
  font-size: 2.4rem;
  line-height: 70px;
  font-weight: bold;
  color: #fff;
  background: #ccc no-repeat;
  background-size: 30px auto;
  cursor: pointer;
}
#recommend_ranking .tab li:first-child {
  padding-left: calc((100vw - 1080px) / 2 + 60px);
  background-image: url("../images/top/icon_clearfile_recommend_white.svg");
  background-position: left calc((100vw - 1080px) / 2 + 15px) center;
}
#recommend_ranking .tab li:last-child {
  padding-left: 70px;
  background-image: url("../images/top/icon_clearfile_ranking_white.svg");
  background-position: 25px center;
}
#recommend_ranking .tab li.on {
  color: #078943;
  background-color: #fff;
}
#recommend_ranking .tab li.on:first-child {
  background-image: url("../images/top/icon_clearfile_recommend_green.svg");
}
#recommend_ranking .tab li.on:last-child {
  background-image: url("../images/top/icon_clearfile_ranking_green.svg");
}
#recommend_ranking .product_list {
  display: none;
}
#recommend_ranking .product_list.on {
  display: block;
}
#recommend_ranking .product_list > ul, #recommend_ranking .product_list > ol {
  justify-content: center;
}
#recommend_ranking .product_list > ul > li, #recommend_ranking .product_list > ol > li {
  width: 360px;
  padding: 0 40px;
  margin-bottom: 54px;
  margin-right: 0;
  border-right: 1px solid #D9D9D9;
}
#recommend_ranking .product_list > ul > li:last-child, #recommend_ranking .product_list > ol > li:last-child {
  border-right: none;
}
#recommend_ranking .product_list > ul > li a, #recommend_ranking .product_list > ol > li a {
  display: block;
  text-decoration: none;
}
#recommend_ranking .product_list > ul > li a:hover, #recommend_ranking .product_list > ol > li a:hover {
  opacity: 0.6;
}
#recommend_ranking .product_list > ul > li figure img, #recommend_ranking .product_list > ol > li figure img {
  margin: -30px 0 0 30px;
  max-width: 186px;
}
#recommend_ranking .product_list > ul > li figure .size_mark, #recommend_ranking .product_list > ol > li figure .size_mark {
  left: auto;
  right: 0;
  font-size: 2.1rem;
  line-height: 44px;
  width: 44px;
}
#recommend_ranking .product_list > ul > li figure figcaption ul, #recommend_ranking .product_list > ol > li figure figcaption ul {
  bottom: auto;
  top: 0;
}
#recommend_ranking .product_list > ul > li h3, #recommend_ranking .product_list > ol > li h3 {
  font-size: 2.4rem;
  min-height: 30px;
  padding-left: 30px;
  background-size: 24px auto;
}
#recommend_ranking .product_list > ul > li dl, #recommend_ranking .product_list > ol > li dl {
  display: flex;
  align-items: flex-end;
}
#recommend_ranking .product_list > ul > li dl dt, #recommend_ranking .product_list > ol > li dl dt {
  margin-right: 10px;
}
#recommend_ranking .product_list > ul > li dl dt:empty, #recommend_ranking .product_list > ol > li dl dt:empty {
  margin-right: 0;
}
#recommend_ranking .product_list > ul > li dl dd, #recommend_ranking .product_list > ol > li dl dd {
  margin-top: 0;
}
#recommend_ranking .bnr {
  /*margin-top: 40px;*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#recommend_ranking .bnr li {
  margin: 15px 10px 0;
}
#recommend_ranking .bnr li:nth-child(-n + 3) {
  margin-top: 0;
}
#recommend_ranking .bnr li a:hover {
  opacity: 0.6;
}
#recommend_ranking .bnr li a img {
  width: 100%;
  max-width: 340px;
  height: auto;
}

@media screen and (max-width: 812px) {
  #recommend_ranking {
    padding-bottom: 60px;
  }
  #recommend_ranking .tab {
    margin-bottom: 0;
  }
  #recommend_ranking .tab li {
    font-size: 1.6rem;
    line-height: 1.5;
    height: 70px;
  }
  #recommend_ranking .tab li:first-child, #recommend_ranking .tab li:last-child {
    padding: 10px 0 0 46px;
    background-position: 10px center;
  }
  #recommend_ranking .product_list {
    padding: 0 0 20px;
  }
  #recommend_ranking .product_list > ul, #recommend_ranking .product_list > ol {
    display: block;
  }
  #recommend_ranking .product_list > ul > li, #recommend_ranking .product_list > ol > li {
    width: auto;
    padding: 15px 0;
    margin-bottom: 0;
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
  }
  #recommend_ranking .product_list > ul > li:last-child, #recommend_ranking .product_list > ol > li:last-child {
    border-bottom: none;
  }
  #recommend_ranking .product_list > ul > li figure img, #recommend_ranking .product_list > ol > li figure img {
    margin: 0 0 0 30px;
  }
  #recommend_ranking .product_list > ul > li figure .size_mark, #recommend_ranking .product_list > ol > li figure .size_mark {
    left: 0;
    right: auto;
  }
  #recommend_ranking .product_list > ul > li figure figcaption ul, #recommend_ranking .product_list > ol > li figure figcaption ul {
    bottom: 20px;
    top: auto;
  }
  #recommend_ranking .product_list > ul > li h3, #recommend_ranking .product_list > ol > li h3 {
    font-size: 1.6rem;
    min-height: 20px;
    padding-left: 20px;
    background-size: 16px auto;
  }
  #recommend_ranking .product_list > ul > li dl, #recommend_ranking .product_list > ol > li dl {
    display: flex;
    align-items: flex-end;
  }
  #recommend_ranking .bnr {
    display: block;
    text-align: center;
  }
  #recommend_ranking .bnr li {
    margin: 15px 0 0;
  }
  #recommend_ranking .bnr li:nth-child(-n + 3) {
    margin-top: 15px;
  }
  #recommend_ranking .bnr li img {
    max-width: 100%;
    height: auto;
  }
}
/*------------------------------------------------------------
オーダーフロー
------------------------------------------------------------*/
#order_flow {
  background: #EAEAEA url(../images/top/bg_order.png) repeat center center;
  background-size: auto;
  padding: 34px 0;
}
#order_flow .flow {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  counter-reset: num;
}
#order_flow .flow div {
  background: #fff;
  text-align: center;
  padding: 30px 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
#order_flow .flow div:after {
  display: block;
  content: "";
  background: url("../images/top/arrow_flow_outer_green.svg") no-repeat center 80px;
  width: 44px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -44px;
}
#order_flow .flow div dl {
  width: 50%;
  position: relative;
  counter-increment: num;
}
#order_flow .flow div dl:before {
  display: block;
  content: counter(num);
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  color: #078943;
  margin-bottom: 10px;
}
#order_flow .flow div dl:after {
  display: block;
  content: "";
  background: url("../images/top/arrow_flow_inner.svg") no-repeat center 48px;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
}
#order_flow .flow div dl dd .black {
  color: #000;
}
#order_flow .flow div dl dd {
  margin-top: 25px;
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: bold;
  color: #078943;
}
#order_flow .flow div dl dd em {
  font-style: normal;
  font-size: 1.6rem;
}
#order_flow .flow div dl dd small {
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 10px;
}
#order_flow .flow div dl dd small strong {
  color: #BC3338;
}
#order_flow .flow div dl dd a:hover {
  text-decoration: none;
}
#order_flow .flow div dl:nth-last-of-type(1):after {
  display: none;
}
#order_flow .flow div p {
  margin-top: 20px;
  width: 100%;
}
#order_flow .flow div:nth-of-type(1) {
  width: 280px;
}
#order_flow .flow div:nth-of-type(2) {
  width: 430px;
  position: relative;
}
#order_flow .flow div:nth-of-type(2) .txt_time {
  font-size: 1.1rem;
  color: #000;
  position: absolute;
  bottom: 71px;
  left: 74px;
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 1.3;
}
@media screen and (max-width: 812px) {
  #order_flow .flow div:nth-of-type(2) .txt_time {
    display: none;
  }
}
#order_flow .flow div:nth-of-type(2) .sm {
  display: none;
}
@media screen and (max-width: 812px) {
  #order_flow .flow div:nth-of-type(2) .sm {
    display: block;
  }
}
#order_flow .flow div:nth-of-type(2) .txt_time small strong {
  color: #BC3338;
}
#order_flow .flow div:nth-of-type(2) dl {
  width: 33.333333%;
}
#order_flow .flow div:nth-of-type(2) dl:nth-of-type(2) dd small {
  position: relative;
  left: -70px;
}
#order_flow .flow div:nth-of-type(2) p {
  font-size: 1.2rem;
}
#order_flow .flow div:nth-of-type(3) {
  width: 280px;
}
#order_flow .flow div:nth-of-type(3):after {
  display: none;
}
#order_flow .flow div:nth-of-type(3) p {
  padding: 0 20px;
}
#order_flow .flow div:nth-of-type(3) p a {
  display: block;
  text-decoration: none;
  font-size: 1.9rem;
  color: #078943;
  line-height: 44px;
  font-weight: bold;
  background: #EAEAEA;
  border-bottom: 5px solid #9F9F9F;
  border-radius: 10px;
}

/*------------------------------------------------------------
一時非表示処理：20200805
------------------------------------------------------------*/
#order_flow_sp .flow div:nth-of-type(3) p a {
  display: block;
  text-decoration: none;
  font-size: 1.9rem;
  color: #078943;
  line-height: 44px;
  font-weight: bold;
  background: #EAEAEA;
  border-bottom: 5px solid #9F9F9F;
  border-radius: 10px;
}


#order_flow .flow div:nth-of-type(3) p a:hover {
  border-bottom: none;
  margin-top: 5px;
}

@media screen and (max-width: 812px) {
	#order_flow_sp .flow div:nth-of-type(3) p a {
		display: none;
	}
}

@media screen and (max-width: 812px) {
  #order_flow {
    padding: 25px 0;
  }
  #order_flow .flow {
    display: block;
  }
  #order_flow .flow div {
    padding: 25px;
    display: block;
    margin-bottom: 80px;
  }
  #order_flow .flow div:after {
    top: auto;
    right: 50%;
    bottom: -60px;
    width: 20px;
    height: 40px;
    margin-right: -10px;
    background-position: center center;
    transform: rotate(90deg);
  }
  #order_flow .flow div dl {
    width: 100%;
    display: flex;
    align-items: center;
  }
  #order_flow .flow div dl:before {
    margin-bottom: 0;
    width: 30px;
  }
  #order_flow .flow div dl:after {
    top: auto;
    right: 50%;
    bottom: -50px;
    width: 40px;
    height: 40px;
    margin-right: -20px;
    background-position: center center;
    transform: rotate(90deg);
  }
  #order_flow .flow div dl + dl {
    margin-top: 60px;
  }
  #order_flow .flow div dl dt {
    width: 80px;
  }
  #order_flow .flow div dl dd {
    margin-top: 0;
    flex-grow: 1;
  }
  #order_flow .flow div p {
    font-size: 1.4rem;
  }
  #order_flow .flow div:nth-of-type(1) {
    width: auto;
  }
  #order_flow .flow div:nth-of-type(2) {
    width: auto;
  }
  #order_flow .flow div:nth-of-type(2) dl {
    width: 100%;
  }
  #order_flow .flow div:nth-of-type(2) dl:nth-of-type(1), #order_flow .flow div:nth-of-type(2) dl:nth-of-type(2), #order_flow .flow div:nth-of-type(2) dl:nth-of-type(3) {
    padding-bottom: 40px;
  }
  #order_flow .flow div:nth-of-type(2) dl:nth-of-type(1) dd small {
    left: 0;
    position: absolute;
    width: 100%;
  }
  #order_flow .flow div:nth-of-type(2) dl:nth-of-type(2) dd small {
    left: 0;
    position: absolute;
    width: 100%;
  }
  #order_flow .flow div:nth-of-type(2) dl:nth-of-type(3) dd small {
    left: 0;
    position: absolute;
    width: 100%;
    margin-top: 25px;
  }


  #order_flow .flow div:nth-of-type(3) {
    width: auto;
    margin-bottom: 0;
  }
}
/*------------------------------------------------------------
オプションサービス
------------------------------------------------------------*/
#option_service {
  background: #EAEAEA url(../images/top/bg_order.png) repeat center center;
  background-size: auto;
  padding: 39px 0 50px;
}
#option_service ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
#option_service ul li {
  width: 205px;
}
#option_service ul li:last-child {
  width: 365px;
}
#option_service ul li a {
  display: block;
  text-decoration: none;
  font-size: 2.1rem;
  line-height: 60px;
  font-weight: bold;
  color: #078943;
  background: #fff;
  border: 3px solid #078943;
  border-radius: 10px;
}
#option_service ul li a:hover {
  color: #fff;
  background: #078943;
}

@media screen and (max-width: 812px) {
  #option_service {
    padding: 0 0 25px;
  }
  #option_service ul {
    margin-top: 0;
    display: block;
  }
  #option_service ul li {
    width: auto;
    margin-top: 30px;
  }
  #option_service ul li:last-child {
    width: auto;
  }
}
/*------------------------------------------------------------
トップバナー
------------------------------------------------------------*/
#top_bnr {
  padding-top: 50px;
}
#top_bnr ul {
  display: flex;
  justify-content: space-between;
}
#top_bnr ul li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 812px) {
  #top_bnr {
    padding-top: 0;
  }
  #top_bnr ul {
    display: block;
  }
  #top_bnr ul li {
    margin-top: 25px;
  }
  #top_bnr ul li img {
    max-width: 100%;
    height: auto;
  }
}
/*------------------------------------------------------------
ニュースリスト
------------------------------------------------------------*/
#news_list2020 .bt_news_list {
  width: 210px;
  margin: 40px auto 0;
}
#news_list2020 .bt_news_list a {
  display: block;
  text-decoration: none;
  line-height: 36px;
  color: #fff;
  background: #078943;
  text-align: center;
  border: 2px solid #078943;
  border-radius: 20px;
}
#news_list2020 .bt_news_list a:hover {
  color: #078943;
  background-color: #fff;
}

@media screen and (max-width: 812px) {
  #news_list2020 .bt_news_list {
    margin-top: 30px;
  }
  #news_list2020 .bt_news_list a {
    font-size: 1.4rem;
  }
}

#news_list2021.news_list_top .c-newList__list {
  margin-top: 15px;
  height: 253px;
  overflow-y: scroll;
}
/*------------------------------------------------------------
TOP用カレンダー・お支払い
------------------------------------------------------------*/
#calendar_payment .calendar {
  width: 785px;
}
#calendar_payment .calendar .s_calendar {
  width: 460px;
}
#calendar_payment .calendar .s_calendar table {
  width: 220px;
}
#calendar_payment .calendar .s_calendar table + table {
  margin-top: 0;
}
#calendar_payment .calendar .pay_top {
  display: flex;
  width: 100%;
}
#calendar_payment .calendar .pay_top #menu_calendar {
  width: 460px;
}
#calendar_payment .calendar .txt-pay {
  width: 170px;
  padding-left: 23px;
  font-size: 12px;
  line-height: 20px;
  margin-top: 23px;
  display: block;
}
#calendar_payment .calendar .txt-pay p {
  position: relative;
  padding-left: 15px;
  color: #707070;
}
#calendar_payment .calendar .txt-pay p.txt_red {
  color: #BC3338;
  margin-bottom: 7px;
}
#calendar_payment .calendar .txt-pay p:before {
  content: '※';
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar_payment .calendar .txt-pay dl {
  display: flex;
  padding-left: 15px;
}
#calendar_payment .calendar .txt-pay dt {
  width: 67px;
}
#calendar_payment .calendar .txt-pay dd {
  width: calc(100% - 67px);
  text-align: right;
}
.payment .auto_calc img{
	max-width: 284px;
}

#calendar_payment .calendar .flexwrap .auto_calc {
  display: none;
}

@media screen and (max-width: 812px) {
  #calendar_payment .calendar {
    display: block;
    width: auto;
  }
  #calendar_payment .calendar .s_calendar {
    width: auto;
  }
  #calendar_payment .calendar .s_calendar table {
    width: 48%;
  }
  #calendar_payment .calendar .s_calendar table + table {
    margin-top: 0;
  }
  #calendar_payment .calendar .flexwrap {
    width: auto;
    margin: 15px 0 0;
  }
	.payment .auto_calc img{
	max-width: 100%;
}	

}

/*# sourceMappingURL=top2020.css.map */
.slider  .slick-prev, .slider .slick-next {
  width: 70px;
  height: 70px;
  z-index: 49;
}
@media screen and (min-width: 813px) {
  .slider  .slick-prev, .slider .slick-next {
    transition: all .3s ease;
    opacity: 0;
  }
  .slider:hover .slick-prev,
  .slider:hover .slick-next {
    opacity: 1;
  }
}

.slider  .slick-prev {
  left: 56px;
}
.slider .slick-next {
  right: 56px;
}
.slider  .slick-prev:before, .slider .slick-next:before {
  content: '';
  width: 70px;
  height: 70px;
  opacity: 1;
  display: block;
}

.slider  .slick-prev:before {
  background: url(../images/top/prev.png) no-repeat center center;
  background-size: 100% auto;
}
.slider  .slick-next:before {
  background: url(../images/top/next.png) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 812px) {
  .slider  .slick-prev, .slider .slick-next {
    width: 50px;
    height: 50px;
  }
  .slider  .slick-prev {
    left: 0;
  }
  .slider .slick-next {
    right: 0;
  }
  .slider  .slick-prev:before, .slider .slick-next:before {
    width: 50px;
    height: 50px;
  }
}

#recommend_ranking .bnt-feature {
  width: 211px;
  height: 40px;
  border-radius: 28px;
  color: #fff;
  text-decoration: none;
  display: flex;
  font-size: 1.4rem;
  margin: 50px auto 0;
  background: #078943;
  align-items: center;
  justify-content: center;
  border: 2px solid #078943;
  transition: 0.3s;
}

#recommend_ranking .bnt-feature:hover {
  background: #fff;
  color: #078943;
}

#slider .slide_top {
  position: relative;
}

#slider .slide_top .inner {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  max-width: 550px;
}

#slider .slide_top .inner p{
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
#slider .slide_top .inner a {
  width: 211px;
  height: 40px;
  background: #078943;
  border-radius: 28px;
  border: 1px solid #078943;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 40px;
  transition: 0.3s;
  margin: 8px auto 0;
}
#slider .slide_top .inner a:hover {
  background: #fff;
  color: #078943;
}
@media screen and (max-width: 812px) {
  #slider .slide_top .inner {
    bottom: 5px;
  }

  #slider .slide_top .inner p{
    font-size: 7px;
    line-height: 12px;
  }
  #slider .slide_top .inner a {
    width: 133px;
    height: 25px;
    font-size: 10px;
    line-height: 25px;
    margin: 6px auto 0;
  }
  #calendar_payment .calendar .pay_top #menu_calendar {
    width: 100%;
    display: block;
  }
  #calendar_payment .calendar .pay_top {
    display: block;
  }
  #calendar_payment .calendar .txt-pay {
    width: 100%;
    padding-left: 0;
  }
  #calendar_payment .calendar .txt-pay dd {
    text-align: left;
  }
}