@charset "utf-8";
#container #wrapper {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#breadcrumbs{
  margin: 0;
}
#breadcrumbs a:hover {
  text-decoration: none;
}
@media screen and (max-width: 667px) {
  #wrapper img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 668px) {
  #container #wrapper {
    width: 100%;
    text-align: center;
  }
}
/*--------------
  title
----------------*/
.title_h2 {
  padding: 26px 0;
  background-color: #23C3FF;
  font-size: 26px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 667px) {
  .title_h2 {
    font-size: 24px;
    padding: 20px 0;
  }
}
/*----------------
  mv
--------------*/
.mv > h1 {
  background: url(/item/tsumekae/images/bg_stripe.png) repeat left top;
  padding: 12px 0 4px 0;
}
.mv img {
  margin: 0 auto;
}
.mv_lead {
  padding: 30px 0;
  background-color: #D6F7FF;
  line-height: 1.5;
}
.mv_lead p{
  width: 60%;
  color: #003CB7;
  font-size: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 667px) {
  .mv > h1 {
    background: none;
    padding: 0;
}
  .mv_lead {
    padding: 25px 25px 20px 25px;
    font-size: 15px;
    text-align: center;
  }
  .mv_lead p{
    width: 100%;
    text-align: left;
    font-size: 12px;
  }
  .mv_supplement {
    margin: 12px 20px;
    font-size: 12px;
    line-height: 1.65;
  }
}
/*----------------
  flow 
--------------*/
.flow {
  background-color: #FFFCF1;
}
.flow_order {
  margin: 80px auto 30px;
}
.flow_ac_area .flow_ac_title{
  cursor: pointer;
  position: relative;
}
.flow_ac_title span {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.flow_ac_title span:before, .flow_ac_title span:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow_ac_title span:before{
  width: 2px;
  height: 20px;
}

/* .flow_ac_title.flow_ac_active span::after{
  display: none;
}
.flow_ac_title.flow_ac_active span:before {
  width: 2px;
  height: 15px;
} */


@media screen and (min-width: 668px) {
  .flow{
    padding-bottom: 20px;
  }
  .flow_description_inner,
  .flow_caption_inner {
    display: flex;
    width: 1000px;
    margin: auto;
  }
  .flow .title_area{
    background-color: #23C3FF;
  }
  .flow .title_area .title_h2{
    width: 1000px;
    margin: 0 auto;
  }
  .flow_ac_title.flow_ac_active span:before{
    display: none;
  }
  .flow_ac_title.flow_ac_active span:before {
    width: 2px;
    height: 15px;
  }
  .flow_ac_area .flow_ac_wrap{
    display: none;
  }
}
.flow_description_item {
  width: 300px;
  margin-right: 50px;
}
.flow_description_item:last-child {
  margin-right: 0;
}
.flow_description_caption {
  font-size: 18.7px;
  margin-bottom: 30px;
  min-height: 53px;
}
.flow_description_subtitle.pc_only {
  margin-bottom: 20px;
}
.flow_description_item:last-child .flow_description_caption {
  letter-spacing: -1px;
}
.flow_caption{
  margin-top: 80px;
  padding-bottom: 100px;
}
.flow_caption_inner{
  padding: 15px 25px;
  background-color: #fff;
  border: 1px solid #2DC8FC;
  align-items: center;
  box-sizing: border-box;
}
.flow_caption_item{
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.625;
}
@media screen and (max-width: 667px) {
  .flow {
    padding-bottom: 20px;
  }
  .flow_description_inner {
    padding: 40px 20px 0 82px;
    background-color: #fffbef;
  }
  .flow_description_caption {
    font-size: 14px;
    line-height: 1.44;
    margin-bottom: 14px;
    min-height: 0;
    padding-top: 3px;
  }
  .flow_description_item {
    position: relative;
    width: 100%;
    margin-right: 0;
    padding-bottom: 47px;
  }
  .flow_description_item:nth-of-type(3) {
    padding-bottom: 0px;
  }
  .flow_description_item::after {
    position: absolute;
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    left: -62px;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/item/tsumekae/images/sp/flow_num1_sp.png);
    background-size: contain;
  }
  .flow_description_item:nth-of-type(2)::after {
    background-image: url(/item/tsumekae/images/sp/flow_num2_sp.png);
  }
  .flow_description_item:nth-of-type(3)::after {
    background-image: url(/item/tsumekae/images/sp/flow_num3_sp.png);
  }
  .flow_description_title {
    font-size: 24px;
    margin-bottom: 0.5em;
    padding-top: 4px;
  }
  .flow_description_subtitle {
    width: 94%;
  }
  .flow_description_subtitle img {
    width: auto;
    max-width: 100%;
  }
  .flow_description_item::before {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    left: -43px;
    top: 0;
    background: url(/item/tsumekae/images/sp/dots.png);
    background-size: 3px 6px;
    background-repeat: repeat-y;
  }

  .flow_caption{
    margin: 30px 25px 0 25px;
    padding-bottom: 0;
  }
  .flow_caption_inner{
    padding: 15px 15px 20px 15px;
    flex-direction: column;
  }
  .flow_caption_item{
    width: 100%;
    text-align: justify;
    line-height: 1.56;
    font-size: 12px;
  }
  .flow_caption_item_img{
    width: 147px;
    margin: 20px auto 0;
  }
  .flow_ac_title.flow_ac_active span:before{
    display: none;
  }
  .flow_ac_title.flow_ac_active span:before {
    width: 2px;
    height: 15px;
  }
  .flow_ac_area .flow_ac_wrap{
    display: none;
  }
}
/*----------------
  products list
--------------*/
#products_search_header {
  width: 920px;
  margin: 45px auto;
  text-align: left;
  display: flex;
}
.products_search_top {
  display: block;
  font-size: 18px;
  margin-right: 40px;
}
.products_search_item {
  display: flex;
  flex-wrap: wrap;
  width: 83%;
  row-gap: 35px;
}
.products_search_item li {
  border: #999999 solid 1px;
  padding: 10px 15px;
  color: #1572DC;
  font-size: 16px;
  font-weight: bold;
  margin: 0 20px 0 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: auto;
  cursor: pointer;
}
.ua_pc .products_search_item li:hover {
  background-color: #23C3FF;
  color: #fff;
}
.products_search_item li.active {
  background-color: #1572DC;
  color: #fff;
}
.spacer{
  width: 100%;
  position: relative;
}
.spacer::before{
  content: "";
  display: block;
  width: 850px;
  height: 1px;
  position: absolute;
  background: #D9D9D9;
  top: 0;
  left: 0;
}
.products_search_bottom a:hover {
  opacity: 0.7;
}
@media screen and (max-width:667px) {
  #products_search_header {
    width: 100%;
    margin: 30px auto 37px;
    padding: 0 10px;
    box-sizing: border-box;
    flex-direction: column;
  }
  .products_search_top {
    font-size: 15px;
    line-height: 1.3;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .products_search_item {
    flex-wrap: wrap;
    margin-bottom: 0px;
    width: 100%;
    row-gap: 0;
  }
  .products_search_item li {
    padding: 6px 12px;
    font-size: 15px;
    margin: 0 5px 10px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: auto;
  }
  .products_search_bottom a {
    font-size: 16px;
  }
}
#products_list_contents {
  width: 1000px;
  margin: 0 auto;
}
#products_list_tsumekae {
  width: 100%;
  text-align: left;
  padding: 45px 30px;
  box-sizing: border-box;
}
#products_list_tsumekae.category_tsumekae {
  background-color: #E4F9FC;
}

.products_list_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#products_list_contents .item_tsumekae {
  position: relative;
  width: 460px;
  background-color: #fff;
  border: #2DC8FC solid 1px;
  padding: 20px 30px 20px 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
#products_list_contents .item_tsumekae::after{
  content: '';
  display: block;
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/item/tsumekae/images/icon_blue_right.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0,-50%);
}
#products_list_contents .item_tsumekae > a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#products_list_contents .item_tsumekae > a:hover img, #products_list_contents .item_tsumekae > a:hover p {
  opacity: 0.7;
}

#products_list_contents .item_tsumekae .products_list_detail_fl {
  display: flex;
  flex-wrap: wrap;
}
.products_list_detail_left {
  width: 130px;
}
.products_list_detail_left img {
  width: 100%;
}
.products_list_detail_right {
  width: calc(100% - 130px);
  padding-left: 20px;
  box-sizing: border-box;
}
.products_list_detail_right .title {
  font-size: 18px;
  margin-bottom: 0.75em;
  box-sizing: border-box;
  font-weight: bold;
}

.products_list_detail_right .title span {
  font-size: 14px;
}
.products_list_detail_right .item_detail {
  font-size: 18px;
  line-height: 1.42;
  font-weight: bold;
}
.products_list_detail_right .item_detail .cation{
  font-size: 13px;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 5px;
  font-weight: normal;
}

@media screen and (max-width:667px) {
  #products_list_contents {
    width: 100%;
  }
  #products_list_tsumekae{
    padding: 20px 10px 5px;
    box-sizing: border-box;
  }
  #products_list_contents .item_tsumekae {
    width: 100%;
  }
  .title_h3 {
    line-height: 1.4;
    font-size: 20px;
    background-size: 20px;
    padding: 1px 0 1px 30px;
    margin-bottom: 20px;
    background-position: 0 3px;
  }
  #products_list_contents .item_tsumekae {
    padding: 17px 28px 18px 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .products_list_detail_left {
    width: 110px;
  }
  .products_list_detail_right {
    width: calc(100% - 110px);
    padding-left: 20px;
  }
  .products_list_detail_right .title {
    font-size: 15px;
    margin-top: 0;
    line-height: 1.33;
  }
  .products_list_detail_right .title.icon_crown::before {
    width: 32px;
    height: 28px;
    top: -32px;
  }
  .products_list_detail_right .title span {
    font-size: 12px;
  }
  .products_list_detail_right .item_detail {
    font-size: 15px;
  }
  .products_list_detail_price {
    font-size: 12px;
  }
  .products_list_detail_price em {
    font-size: 26px;
  }
  .products_list_detail_price .icon_trial4, .products_list_detail_price .icon_trial2 {
    padding: 4px 8px 3px;
  }
  .products_list_detail_right .item_detail .cation{
    font-size: 12px;
    margin-top: 5px;
  }
  .spacer{
    margin-top: 15px;
  }
  .spacer::before{
    width: 100%;
    top: -12.5px;
  }
}
/* 20250319追記 */
div#container #wrapper{
text-align:center;
}