@charset "UTF-8";
/*　*/
/**************************************************
		common
**************************************************/
.cart_list {
  position: relative;
}

.cart_list > li {
  position: relative;
  border: 1px solid #b9bbd8;
  background: #fff;
}

.cart_list > li:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .cart_list_outer {
    display: flex;
    flex-wrap: wrap;
  }
}

.cart_list_inner01 {
  padding: 1.5rem 1.9rem;
  background: #FBFAF7;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .cart_list_inner01 {
    padding: 2rem;
    width: 26.5rem;
  }
}

.cart_list_inner02 {
  padding: 1.5rem 1.9rem;
  flex: 1;
}

@media print, screen and (min-width: 768px) {
  .cart_list_inner02 {
    padding: 2rem;
    -ms-grid-row-align: center;
        align-self: center;
  }
}

.cart_list_inner03 {
  padding: 1.5rem 1.9rem;
  background: #f9f9fb;
}

@media print, screen and (min-width: 768px) {
  .cart_list_inner03 {
    display: flex;
    padding: 2rem;
    width: 12rem;
    align-items: center;
    justify-content: center;
  }
}

.cart_list_inner04 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .cart_list_img01 {
    display: inline-block;
    width: 20rem;
  }
}

@media print, screen and (min-width: 768px) {
  .cart_list_img01 a:hover {
    opacity: 0.7;
  }
}

.cart_list_ttl01 {
  font-size: 1.6rem;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .cart_list_ttl01 {
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .cart_list_ttl01 a:hover {
    color: #3f3f95;
  }
}

.cart_list_info {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .cart_list_info {
    display: flex;
    margin-top: 2.5rem;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .cart_list_info_delivery {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .cart_list_info_cnt {
    margin: 1rem 0;
  }
  .is-confirm .cart_list_info_cnt {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .cart_list_info_cnt {
    margin-right: 6rem;
  }
}

.cart_list_info dl {
  display: flex;
  align-items: center;
}

.cart_list_info dt {
  font-weight: bold;
}

.cart_list_info dt::after {
  content: "：";
}

.cart_list_info .m-select02 {
  width: 10rem;
}

@media print, screen and (min-width: 768px) {
  .cart_list_info .m-select02 {
    width: 10rem;
  }
}

.cart_list_info .m-select02::before {
  width: 3rem;
}

.cart_list_info .m-select02::after {
  right: 1rem;
}

.cart_list_info .m-select02 select {
  padding: 0.3rem 4.4rem 0.3rem 1.4rem;
  height: 2.8rem;
}

.cart_list_btn01 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #3f3f95;
}

.cart_list_btn01 a {
  display: inline-block;
  border-bottom: 1px solid #3f3f95;
}

@media print, screen and (min-width: 768px) {
  .cart_list_btn01 a:hover {
    opacity: 0.7;
    border-bottom-color: transparent;
  }
}

.cart_list.is-confirm > li {
  padding: 2rem;
  border: 0;
  background: #F6F7FC;
}

@media print, screen and (min-width: 768px) {
  .cart_list.is-confirm > li {
    padding: 6rem;
  }
}

.cart_list.is-confirm > li:not(:last-child) {
  margin-bottom: 4rem;
}

@media print, screen and (min-width: 768px) {
  .cart_list.is-confirm > li:not(:last-child) {
    margin-bottom: 6rem;
  }
}

.cart_list.is-confirm .cart_list_outer {
  padding: 0;
  background: #fff;
}

.cart_list.is-confirm .cart_list_inner01 {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .cart_list.is-confirm .cart_list_inner02 {
    padding-top: 0;
  }
}

.cart_list.is-confirm .cart_list_inner04 {
  background: #F6F7FC;
}

.cart_list.is-confirm .cart_list_info {
  margin-top: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .cart_list.is-confirm .cart_list_info {
    margin-top: 2rem;
  }
}

.cart_list.is-confirm .cart_list_info > li {
  width: 100%;
}

.cart_list.is-confirm .cart_list_info > li:not(:last-child) {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .m-listStep {
    margin: 0 -2rem 3rem -2rem;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .m-listStep {
    margin-bottom: 6rem;
  }
}

/**************************************************
		index
**************************************************/
.index_box01 {
  margin-top: 4rem;
}

.index_txt01 {
  margin-bottom: 3rem;
  font-weight: 500;
  color: #3f3f95;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .index_txt01 {
    margin-bottom: 4rem;
  }
}

.index_txt02 {
  margin: 6rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #3f3f95;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .index_txt02 {
    margin: 12rem 0;
    font-size: 2rem;
  }
}

/**************************************************
		input
**************************************************/
.input_txt01 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .input_txt01 {
    margin-bottom: 3rem;
  }
}

.input_sec02 .m-form01:not(:last-child) {
  margin-bottom: 3.5rem;
}

@media print, screen and (min-width: 768px) {
  .input_sec02 .m-form01:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.input_txt02 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .input_txt02 {
    margin-bottom: 2.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .input_box02 {
    display: flex;
    align-items: center;
  }
}

.input_check01 {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .input_check01 {
    margin-right: 5rem;
    white-space: nowrap;
  }
}

.input_txt03 {
  font-size: 1.3rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .input_txt03 {
    margin-top: 1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .input_txt03 {
    font-size: 1.4rem;
  }
}

.input_box03 {
  margin-top: 2rem;
}

.input_box03 .m-form01 {
  margin: -2rem 0;
}

@media print, screen and (min-width: 768px) {
  .input_box03 .m-form01 {
    margin: -1rem 0;
  }
}

.input_box03 .m-form01 > li {
  padding: 2rem 0;
}

@media print, screen and (min-width: 768px) {
  .input_box03 .m-form01 > li {
    padding: 1rem 0;
    border-bottom: 0;
  }
}

.input_txt04 {
  margin-bottom: 2.5rem;
  font-size: 1.3rem;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .input_txt04 {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .input_btn01.is-col2_sp li:nth-child(1) {
    width: calc(30% - 1rem - 0.1px);
  }
  .input_btn01.is-col2_sp li:nth-child(2) {
    width: calc(70% - 1rem - 0.1px);
  }
}

@media print, screen and (min-width: 768px) {
  .input_btn01.is-col2_pc li:nth-child(1) {
    width: 15rem;
  }
}

/**************************************************
		delivery
**************************************************/
@media print, screen and (min-width: 768px) {
  .delivery_box02 {
    display: flex;
    align-items: center;
  }
}

.delivery_check01 {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .delivery_check01 {
    margin-right: 5rem;
    white-space: nowrap;
  }
}

.delivery_txt01 {
  font-size: 1.3rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .delivery_txt01 {
    margin-top: 1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .delivery_txt01 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .delivery_btn01.is-col2_sp li:nth-child(1) {
    width: calc(30% - 1rem - 0.1px);
  }
  .delivery_btn01.is-col2_sp li:nth-child(2) {
    width: calc(70% - 1rem - 0.1px);
  }
}

@media print, screen and (min-width: 768px) {
  .delivery_btn01.is-col2_pc li:nth-child(1) {
    width: 15rem;
  }
}

/**************************************************
		check
**************************************************/
.check_txt01 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .check_txt01 {
    margin-bottom: 3rem;
  }
}

.check_sec02 .m-form01:not(:last-child) {
  margin-bottom: 5rem;
}

@media print, screen and (min-width: 768px) {
  .check_sec02 .m-form01:not(:last-child) {
    margin-bottom: 7rem;
  }
}

.check_txt02 {
  margin-bottom: 7rem;
  padding-top: 2rem;
  border-top: 1px solid #CFCFCF;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .check_txt02 {
    margin-bottom: 10rem;
    padding-top: 3rem;
  }
}

.check_box02 {
  margin-top: 1.5rem;
}

.check_box02 .m-form01 {
  margin: -.5rem 0;
}

.check_box02 .m-form01 > li {
  padding: 0.5rem 0;
  border-bottom: 0;
}

.check_box02 .m-form01 .m-form01_row {
  display: block;
}

.check_box02 .m-form01 .m-form01_head {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
}

.check_box02 .m-form01 .m-form01_head::after {
  content: "：";
}

.check_box02 .m-form01 .m-form01_data {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.check_sec01 .cart_list.is-confirm > li {
  padding: 0;
}

.check_list01 {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .check_list01 {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
}

.check_list01 > li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.check_list01 > li::before {
  color: #3f3f95;
}

.check_check01 {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .check_check01 {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .check_btn01.is-col2_sp li:nth-child(1) {
    width: calc(30% - 1rem - 0.1px);
  }
  .check_btn01.is-col2_sp li:nth-child(2) {
    width: calc(70% - 1rem - 0.1px);
  }
}

@media print, screen and (min-width: 768px) {
  .check_btn01.is-col2_pc li:nth-child(1) {
    width: 15rem;
  }
}

/**************************************************
		credit
**************************************************/
.credit_txt01 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .credit_txt01 {
    margin-bottom: 3rem;
  }
}

.credit_box02 {
  margin-top: 1.5rem;
}

.credit_txt02 {
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .credit_txt02 {
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
  }
}

.credit_list01 {
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .credit_list01 {
    display: flex;
    margin: 0 -2rem 2.5rem -2rem;
  }
}

.credit_list01 > li {
  margin-bottom: 2.5rem;
}

@media print, screen and (min-width: 768px) {
  .credit_list01 > li {
    margin: 0 2rem;
    width: calc(50% - 4rem - 0.1px);
  }
}

.credit_list01_ttl {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  color: #3f3f95;
}

@media print, screen and (min-width: 768px) {
  .credit_list01_ttl {
    font-size: 1.6rem;
  }
}

.credit_list01_ttl::before {
  content: "【";
}

.credit_list01_ttl::after {
  content: "】";
}

.credit_list01_txt {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 768px) {
  .credit_list01_txt {
    font-size: 1.4rem;
  }
}

.credit_list02 {
  font-weight: bold;
  color: #3f3f95;
}

@media print, screen and (min-width: 768px) {
  .credit_list02 {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .credit_btn01.is-col2_sp li:nth-child(1) {
    width: calc(30% - 1rem - 0.1px);
  }
  .credit_btn01.is-col2_sp li:nth-child(2) {
    width: calc(70% - 1rem - 0.1px);
  }
}

@media print, screen and (min-width: 768px) {
  .credit_btn01.is-col2_pc li:nth-child(1) {
    width: 15rem;
  }
}

/**************************************************
		thanks
**************************************************/
.thanks_txt01 {
  margin-bottom: 3.5rem;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .thanks_txt01 {
    margin-bottom: 5rem;
  }
}

.thanks_txt02 {
  margin-bottom: 3.5rem;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .thanks_txt02 {
    margin-bottom: 5rem;
  }
}

.thanks_ttl03_sub {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .thanks_ttl03_sub {
    font-size: 1.6rem;
  }
}

.thanks_txt03 {
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .thanks_txt03 {
    font-size: 1.4rem;
  }
}

.thanks_list01 {
  margin-top: 2rem;
  font-weight: 500;
  color: #ff0000;
}

@media print, screen and (min-width: 768px) {
  .thanks_list01 {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .thanks_box01 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.thanks_btn01 {
  margin-top: 3rem;
}
