@charset "UTF-8";
#mainvisual {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #mainvisual {
    margin-bottom: 30px;
  }
}
#mainvisual .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #EAE9EB;
  background: #F8FAFB;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
}
#mainvisual .title {
  font-size: 24px;
  padding: 30px 40px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#mainvisual .title span {
  color: #5AC1B2;
  font-size: 52px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #mainvisual .title {
    font-size: 20px;
    padding: 20px;
    width: 100%;
    text-align: center;
      justify-content: center;
  }
  #mainvisual .title span {
    font-size: 40px;
  }
}
#mainvisual .img {
  width: 50%;
  background: #5AC1B2;
  padding: 20px;
    display: none;
}
@media screen and (max-width: 767px) {
  #mainvisual .img {
    width: 100%;
    padding: 10px;
  }
}

#breadcrumb {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
#breadcrumb ul {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}
#breadcrumb ul li {
  padding: 0px 17px 0 7px;
  position: relative;
  font-size: 12px;
  text-decoration: underline;
}
#breadcrumb ul li:after {
  content: '＞';
  position: absolute;
  top: 2px;
  right: -2px;
  color: #5AC1B2;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}
#breadcrumb ul li:last-child {
  padding-right: 0;
}
#breadcrumb ul li:last-child:after {
  content: none;
}
#breadcrumb ul li:first-child {
  padding-left: 0;
  text-decoration: none;
}
#breadcrumb ul li a {
  line-height: 1.2;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  #breadcrumb {
    display: none;
  }
}

.pager {
  padding: 50px 0 100px;
  position: relative;
}
.pager ul {
  margin-top: 0;
}
.pager a {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #5AC1B2;
  color: #fff;
  border-color: #5AC1B2;
  position: relative;
  padding: 18px;
  width: 230px;
}
.pager .prev {
  float: left;
}
.pager .prev a .arrow {
  right: auto;
  left: 10px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.pager .next {
  float: right;
}
.pager .back {
  text-align: center;
}
.pager .back a {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 250px;
}
.pager .back a:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .pager {
    padding: 30px 0 60px;
  }
  .pager a {
    width: 130px;
    min-width: auto;
  }
  .pager .prev a {
    padding-left: 50px;
  }
  .pager .next a {
    padding-right: 50px;
  }
  .pager .back a {
    top: 70px;
  }
}

.zoom {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.zoom:after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: url(../common_img/lightbox/ico.png) center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: 25px;
}
.zoom:hover {
  opacity: 0.8;
}

.clr02 {
  color: #5AC1B2;
}

.clr03 {
  color: #057867;
}

.clr-pp {
  color: #E7CCD9;
}

.cm-table01 > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}

.cm-table01 > dl dt,
.cm-table01 > dl dd {
  padding: 20px;
  position: relative;
}
.cm-table01 > dl dt:before,
.cm-table01 > dl dd:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  border-top: 1px dashed #ccc;
}

@media screen and (max-width: 767px) {
  .cm-table01 > dl dt,
  .cm-table01 > dl dd {
    padding: 12px 0 20px;
  }
}
.cm-table01 > dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* flex-direction: column; */
  width: 25%;
  justify-content: flex-start;
  background: #fbfbfb;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cm-table01 > dl dt {
    width: 100%;
    font-size: 16px;
  }
}
.cm-table01 > dl dd {
  width: 75%;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .cm-table01 > dl dd {
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 15px;
    border-top: none;
  }
}
/*====================================================================================
■ PAGE CONTACT
====================================================================================*/
.contact-txt01 {
  margin-bottom: 50px;
  max-width: 1000px;
  margin: 90px auto 60px;
}
@media screen and (max-width: 767px) {
  .contact-txt01 {
    margin: 30px 0;
  }
}

.contact-form {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-bottom: 60px;
  }
}

.pp-list li {
  text-indent: -17px;
  margin-left: 17px;
}

/*====================================================================================
■ PAGE NEWS
====================================================================================*/
.news-item {
  padding: 60px 0;
}
.news-item:nth-child(2n+2) {
  background: #F5F7FA;
}
@media screen and (max-width: 767px) {
  .news-item {
    padding: 40px 0;
  }
}
.news-item .title {
  border-bottom: 1px solid #057867;
  font-size: 28px;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.news-item .title h2 {
  line-height: 1.5;
}
.news-item .title time {
  color: #5AC1B2;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .news-item .title {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .news-item .title time {
    margin-bottom: 0;
  }
}
.news-item .img {
  float: right;
  width: 33%;
  margin-left: 30px;
  margin-bottom: 10px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .news-item .img {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
}
.news-item .ct-txt p {
  margin-top: 30px;
}
.news-item .ct-txt p:first-child {
  margin-top: 0;
}

/*====================================================================================
■ PAGE SHOPINFOR GUIDE
====================================================================================*/
.page-shopinfo .main {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-shopinfo .main {
    padding-bottom: 40px;
    margin-top: 0;
  }
}
.page-shopinfo section {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .page-shopinfo section {
    padding: 10px 0;
  }
}
.page-shopinfo .color_red {
  color: #1C1C1C !important;
}

/*====================================================================================
■ PAGE COLUMN
====================================================================================*/
.page-column .main {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-column .main {
    padding-bottom: 40px;
  }
}

/*====================================================================================
■ PAGE REGIST
====================================================================================*/
.page-regist .main {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-regist .main {
    padding-bottom: 40px;
  }
}
.page-regist.TMPL_input section {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-regist.TMPL_input section {
    margin-bottom: 40px;
  }
}
.page-regist.TMPL_input select {
  width: 50%;
  font-family: 'Noto Sans JP', "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (min-width: 768px) {
  .page-regist.TMPL_step3.regist #cart_form .dl_table_style dt {
    width: 45%;
  }
}

/*====================================================================================
■ PAGE PRODUCTS
====================================================================================*/
.inner1000 {
  max-width: 1000px;
  margin: auto;
}

.products-title {
font-size: 28px;
    border-bottom: 1px solid #057867;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.products-title span {
  display: block;
  color: #5AC1B2;
  font-weight: bold;
  font-size: 16px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
  .products-title {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.products-cate {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  border: 1px solid #A8A8A8;
  margin-bottom: 30px;
}
.products-cate .title {
  background: #5AC1B2;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 25%;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .products-cate .title {
    font-size: 20px;
    min-width: 120px;
  }
}
.products-cate .list-cate {
  width: 75%;
  padding: 10px 40px;
}
.products-cate .list-cate ul {
  display: flex;
  flex-wrap: wrap;
}
.products-cate .list-cate li {
  width: 31%;
  margin: 5px 1.3%;
}
.products-cate .list-cate li.active a {
  background: #5AC1B2;
  color: #fff;
}
.products-cate .list-cate li:nth-child(3n+3) {
  margin-right: 0;
}
.products-cate .list-cate a {
  text-decoration: none;
  border-radius: 100px;
  text-align: center;
  background: #F5F7FA;
  padding: 10px;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .products-cate .list-cate a:hover {
    background: #5AC1B2;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .products-cate .list-cate {
    padding: 10px 20px;
  }
  .products-cate .list-cate ul {
    justify-content: space-between;
  }
  .products-cate .list-cate li {
    width: 48%;
    margin: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .products-cate .list-cate {
    width: 100%;
  }
  .products-cate .list-cate li {
    width: 100%;
    margin: 6px 0;
  }
}

.products-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .products-list {
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.products-list .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 50px;
}
.products-list .item:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .products-list .item {
    width: 48%;
    margin: 0 0 20px;
  }
}
.products-list figure {
  height: 350px;
  position: relative;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
}
.products-list figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
  .products-list figure {
    height: 300px;
  }
}
/* @media screen and (max-width: 480px) {
  .products-list figure {
    height: 200px;
  }
}
@media screen and (max-width: 375px) {
  .products-list figure {
    height: 150px;
  }
} */
.products-list a {
  text-decoration: none;
}
.products-list a:hover {
  opacity: 0.8;
}
.products-list .title {
  font-size: 28px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .products-list .title {
    font-size: 16px;
  }
}
.products-list .infor p {
  font-weight: bold;
    font-size: 16px;
}
.products-list .infor p span {
  color: #5AC1B2;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .products-list .infor p span {
    font-size: 16px;
  }
}

.products-sec {
  background: #F5F7FA;
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .products-sec {
    padding-bottom: 20px;
  }
}
.products-sec .cm-title01 {
  position: relative;
  top: -70px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .products-sec .cm-title01 {
    top: -40px;
  }
}
.products-sec .products-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.products-sec .products-box .item {
  width: 25%;
  margin: 0 2%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products-sec .products-box .item {
    width: 40%;
    margin-bottom: 20px;
  }
}
.products-sec .products-box figure {
  background: #FFFFFF;
  border: 5px dashed #5AC1B2;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
@media screen and (max-width: 960px) {
  .products-sec .products-box figure {
    width: 150px;
    height: 150px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .products-sec .products-box figure {
    border-width: 2px;
    width: 120px;
    height: 120px;
  }
}
.products-sec .products-box p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.products-sec .products-box p a,
.products-sec .products-box li a{
    text-decoration: none;
}
.products-sec .products-box p a:hover,
.products-sec .products-box li a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .products-sec .products-box p {
    font-size: 18px;
  }
}

.shopping-guide-sec {
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .shopping-guide-sec {
    padding: 40px 0;
  }
}
.shopping-guide-sec .shopping-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.shopping-guide-sec .shopping-box .item {
  width: 25%;
  margin: 0 2%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shopping-guide-sec .shopping-box .item {
    width: 40%;
    margin-bottom: 20px;
  }
}
.shopping-guide-sec .shopping-box figure {
  background: #FFFFFF;
  border: 5px dashed #5AC1B2;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
@media screen and (max-width: 960px) {
  .shopping-guide-sec .shopping-box figure {
    width: 150px;
    height: 150px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .shopping-guide-sec .shopping-box figure {
    border-width: 2px;
    width: 120px;
    height: 120px;
  }
}
.shopping-guide-sec .shopping-box a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
.shopping-guide-sec .shopping-box a:hover {
  color: #5AC1B2;
}
@media screen and (max-width: 767px) {
  .shopping-guide-sec .shopping-box a {
    font-size: 14px;
  }
}
.page-products .sec01 {
    background: #f5f7fa;
    padding: 20px 0;
    border-radius: 100px 0;
    margin-top: 30px;
}
.page-products .sec01 .container {
  max-width: 1000px;
}
.page-products .sec01 .img01 {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-products .pager{
    width: 500px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-products .sec01 {
    margin: 0;
    padding: 40px 0;
    border-radius: 0;
  }
}
.page-products .sec02 {
  padding: 30px 0;
}
.products-detail .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.products-detail .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.products-detail .sec-slider {
  margin-top: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .products-detail .sec-slider {
    margin: 50px 0;
    padding-bottom: 50px;
  }
}
.products-detail .recommend-item {
  background: #F5F7FA;
  border-radius: 100px 0 100px 0;
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .products-detail .recommend-item {
    padding: 0 0 40px;
  }
}
.products-detail .recommend-item .container {
  max-width: 1250px;
}
.products-detail .recommend-item .cm-title01 {
  position: relative;
  top: -75px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .products-detail .recommend-item .cm-title01 {
    top: -50px;
  }
}
.products-detail .recommend-item .item {
  /* width: 31%;
  margin-right: 2%; */
  position: relative;
}
.products-detail .recommend-item .item:nth-child(3n+3) {
  margin-right: 0;
}
.products-detail .recommend-item .item .arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.products-detail .recommend-item .title {
  font-size: 20px;
  margin: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .products-detail .recommend-item .title {
    font-size: 18px;
    margin: 10px 0;
  }
}
.products-detail .recommend-item a {
  text-decoration: none;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  display: inline-block;
  border: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .products-detail .recommend-item a:hover {
    border-color: #5AC1B2;
  }
  .products-detail .recommend-item a:hover figure img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
.products-detail .recommend-item figure {
  height: 306px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.products-detail .recommend-item figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .products-detail .recommend-item figure {
    height: 250px;
  }
  .products-detail .recommend-item figure img {
    width: 100%;
  }
}
.products-detail .recommend-item .price {
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
  color: #5AC1B2;
}
@media screen and (max-width: 767px) {
  .products-detail .recommend-item .price {
    font-size: 18px;
  }
}
.products-detail .recommend-item .swiper {
  width: 100%;
  height: 100%;
  padding: 0 40px;
}
.products-detail .recommend-item .swiper-button-prev {
  background: #057867;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  left: var(--swiper-navigation-sides-offset, 0);
  z-index: 99999;
  outline: none;
}
.products-detail .recommend-item .swiper-button-prev:after {
  content: '';
  background: url(../common_img/arr01.png) center center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.products-detail .recommend-item .swiper-button-prev:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .products-detail .recommend-item .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
}
.products-detail .recommend-item .swiper-button-next {
  background: #057867;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  right: var(--swiper-navigation-sides-offset, 0);
  z-index: 99999;
  outline: none;
}
.products-detail .recommend-item .swiper-button-next:after {
  content: '';
  background: url(../common_img/arr01.png) center center no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.products-detail .recommend-item .swiper-button-next:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .products-detail .recommend-item .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.products-detail .products-sec {
  background: #fff;
  padding: 80px 0 0;
}
.products-detail .products-sec .cm-title01 {
  top: 0;
  margin-bottom: 60px;
}
.products-detail .cm-table01 > dl dt {
  border-radius: 10px;
  background: #fbfcfd;
  font-size: 18px;
}

.products-detailbox01 {
  border: 2px solid #5AC1B2;
  padding: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .products-detailbox01 {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.products-detailbox01 dl {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.products-detailbox01 dt {
  background: #5AC1B2;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  width: 200px;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .products-detailbox01 dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.products-detailbox01 dd {
  padding-left: 30px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .products-detailbox01 dd {
    width: 100%;
    padding: 0;
  }
}

.products-detail-infor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.products-detail-infor .slider {
  width: 46%;
}
@media screen and (max-width: 1200px) {
    .products-detail-infor .slider {
      width: 40%;
    }
}
@media screen and (max-width: 767px) {
  .products-detail-infor .slider {
    width: 100%;
    margin-bottom: 30px;
  }
}
.products-detail-infor .infor {
  width: 50%;
}
@media screen and (max-width: 1200px) {
    .products-detail-infor .infor {
      width: 57%;
    }
}

@media screen and (max-width: 767px) {
  .products-detail-infor .infor {
    width: 100%;
  }
  .products-detail-infor .infor .flex-jus-between.mt50 {
    justify-content: center;
  }
}
.products-detail-infor .infor .price {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 50px;
}
.products-detail-infor .infor .price span {
  font-size: 24px;
  color: #5AC1B2;
  display: inline-block;
}
.products-detail-infor .infor dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.products-detail-infor .infor dl dt {
  font-weight: bold;
  margin-right: 20px;
  word-break: keep-all;
}
.products-detail-infor .infor dd {
  width: 100%;
  border-radius: 100px;
}
.products-detail-infor .infor .dropdown {
  position: relative;
}
.products-detail-infor .infor .dropdown > .caption {
  border: 1px solid #A8A8A8;
  padding: 11px 24px;
  height: 55px;
  cursor: pointer;
  border-radius: 100px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
}
.products-detail-infor .infor .dropdown > .caption:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #5AC1B2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.products-detail-infor .infor .dropdown > .list {
  position: absolute;
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 0 0 3px 3px;
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 99;
}
.products-detail-infor .infor .dropdown > .list > .item {
  padding: 11px 24px;
  cursor: pointer;
}
.products-detail-infor .infor .dropdown > .list > .item.selected {
  font-weight: bold;
}
.products-detail-infor .infor .dropdown > .caption:hover,
.products-detail-infor .infor .dropdown > .list > .item:hover {
  background-color: #ccc;
  color: #fff;
}
.products-detail-infor .infor .dropdown.open > .caption {
  border-radius: 10px 10px 0 0;
  border-bottom: solid 1px #999;
}
.products-detail-infor .infor .dropdown.open .caption:after {
  transform: rotate(-90deg);
}
.products-detail-infor .infor .dropdown.open > .list {
  display: block;
}
.products-detail-infor .infor .qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F7FA;
  border-radius: 100px;
  padding: 5px 15px;
    height: 100%;
    margin: 0 20px;
}
@media screen and (max-width: 960px) {
  .products-detail-infor .infor .qty-container {
    margin-bottom: 10px;
  }
}
.products-detail-infor .infor .qty-container .input-qty {
max-width: 75px;
    border: none;
    text-align: center;
    font-size: 25px;
    line-height: 1;
    font-weight: normal;
}
.products-detail-infor .infor .qty-container input[type=number]::-webkit-inner-spin-button,
.products-detail-infor .infor .qty-container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
  margin: 0;
}
.products-detail-infor .infor .qty-container input[type=number] {
    -moz-appearance: textfield;
}
.products-detail-infor .infor .qty-container input[type="number"]:hover,
.products-detail-infor .infor .qty-container input[type="number"]:focus {
    -moz-appearance: number-input;
}
@media screen and (max-width: 960px) {
    .products-detail-infor .infor .qty-container .input-qty {
        max-width: 55px;
    }
}
.products-detail-infor .infor .qty-container .qty-btn-minus{
    padding-bottom: 3px;
}
.products-detail-infor .infor .qty-container .qty-btn-minus,
.products-detail-infor .infor .qty-container .qty-btn-plus {
    font-size: 20px;
    border: none;
    outline: none;
    background: #5AC1B2;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-weight: normal;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-detail-infor .infor .qty-container .qty-btn-minus:hover,
.products-detail-infor .infor .qty-container .qty-btn-plus:hover {
  opacity: 0.8;
}
.products-detail-infor .infor .btn-cart button {
background: #5AC1B2;
    border-radius: 100px;
    padding: 2px;
    border: none;
    outline: none;
    color: #fff;
    width: 210px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.products-detail-infor .infor .btn-cart button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1100px) {
    .products-detail-infor .infor .btn-cart button {
        width: 180px;
        font-size: 14px;
    }
}
.products-detail-infor .infor .btn-cart span {
  display: inline-block;
  background: url(../products/images/ico-cart.png) center left no-repeat;
  background-size: 20px;
  padding: 7px 0 7px 30px;
}
.products-detail-infor .infor .btn-cornered,
.products-detail-infor .infor .input-cornered {
  border-radius: 4px;
}
.products-detail-infor .infor .btn-rounded {
  border-radius: 50%;
}
.products-detail-infor .infor .input-rounded {
  border-radius: 50px;
}
.products-detail-infor .mySwiper2 img {
  width: 100%;
}
.products-detail-infor .mySwiper {
  margin-top: 15px;
}
.products-detail-infor .mySwiper p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
    .products-detail-infor .mySwiper p {
      font-size: 14px;
    }
}
.products-detail-infor .products-title {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.products-detail-infor .list-txt {
    border-top: 1px solid #5AC1B2;
    padding-top: 20px;
}
.products-detail-infor .list-txt a {
  text-decoration: none;
}
.products-detail-infor .list-txt li {
  margin: 0 15px;
  position: relative;
}
.products-detail-infor .list-txt li:after {
  content: '/';
  position: absolute;
  top: 0;
  right: -18px;
}
.products-detail-infor .list-txt li:last-child:after {
  content: none;
}
.red-clr{
    color: #f00;
}
.blue-clr{
    color: #0008FF;
}
.de-option{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #5AC1B2;
    padding: 20px 0;
}
.de-option .left{
    width: 100px;
}
.de-option .left p{
    font-weight: bold;
}
.de-option .right{
    width: calc(100% - 100px);
    padding-left: 20px;
    align-items: center;
    font-weight: bold;
}
@media screen and (max-width: 1100px) {
    .de-option .right{
      padding-left: 10px;
    }
    .de-option .right .infor01 p{
        font-size: 14px;
    }
}
@media screen and (max-width: 960px) {
    .de-option .right .infor01{
        flex-wrap: wrap;
    }
    .de-option .right .infor01 .txt{
        width: 100%;
        margin-bottom: 10px;
        padding-left: 15px;
    }
    .products-detail-infor .infor .qty-container{
        margin-left: 0;
    }
    .de-option{
        padding: 10px 0;
    }
}
.de-option .right .infor01{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #000;
    padding: 10px 0;

}
.de-option .right .infor01:last-child{
    border: none;
}
/*====================================================================================
■ PAGE COMPANY
====================================================================================*/
.cm-title01.mt-70 {
  position: relative;
  top: -70px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cm-title01.mt-70 {
    top: -40px;
  }
}

.cm-bg {
  background: #F5F7FA;
  border-radius: 150px 0 150px 0;
}
@media screen and (max-width: 767px) {
  .cm-bg {
    border-radius: 0;
  }
}

.other-site-list .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.other-site-list .item .img {
  width: 22%;
}
.other-site-list .item .ct-txt {
  width: 74%;
}
.other-site-list .item .cm-title03 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .other-site-list .item {
    margin-bottom: 30px;
  }
  .other-site-list .item .img {
    width: 100%;
    margin-bottom: 20px;
      text-align: center;
  }
  .other-site-list .item .ct-txt {
    width: 100%;
  }
  .other-site-list .item .cm-title03 {
    font-size: 22px;
  }
}

.page-company .sec01 .container, .page-company .sec02 .container, .page-company .sec03 .container {
  max-width: 1000px;
}
.page-company .sec01 {
  padding: 0 0 60px;
    margin-top: 150px;
}
.page-company .sec01 p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-company .sec01 {
    padding: 0 0 5px;
      margin-top: 80px;
  }
}
.page-company .sec02 {
  padding: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .page-company .sec02 {

    padding: 35px 0 65px;
  }
}
.page-company .sec03 {
  padding: 80px 0 150px;
}
@media screen and (max-width: 767px) {
  .page-company .sec03 {
    padding: 40px 0 80px;
  }
}
.page-company .shopping-guide-sec {
  padding-top: 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page-company .shopping-guide-sec {
    margin-bottom: 50px;
  }
}
.page-company .cm-table01 > dl dt {
  border-radius: 10px;
  background: #fbfcfd;
  font-size: 18px;
}
.page-company .sec04{
    padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
    .page-company .sec04{
        padding: 0 0 45px;
    }
}
.company-list{
    display: flex;
    flex-wrap: wrap;
}
.company-list .item{
    width: 32%;
    margin-right: 2%;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .company-list{
        justify-content: space-between;
    }
    .company-list .item{
        width: 48%;
        margin: 0 0 30px;
    }
}
.company-list .item:nth-child(3n+3){
    margin-right: 0;
}
.company-list .item figure{
    margin-bottom: 10px;
}
.company-list .item .title{
    font-size: 20px;
    font-weight: bold;
    color: #057867;
    margin-bottom: 10px;
}
/*====================================================================================
■ PAGE FLOW
====================================================================================*/
.flow-anclinks {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .flow-anclinks {
    margin-bottom: 50px;
  }
}
.flow-anclinks li {
  margin: 7px 18px;
  width: 360px;
  max-width: 100%;
}
.flow-anclinks a {
  border-width: 1px;
  display: block;
  width: 100%;
  border-color: #A8A8A8;
}
.flow-anclinks a .arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.flow-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .flow-list {
    margin-top: 40px;
    justify-content: space-between;
  }
}
.flow-list .item {
  width: 17.3%;
  margin-right: 3.3%;
  border: 2px solid #057867;
  padding: 0 13px 20px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.flow-list .item:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16%;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #5ac1b2;
  z-index: -1;
}
.flow-list .item:last-child:after {
  content: none;
}
.flow-list .item:nth-child(5n+5) {
  margin-right: 0;
}
.flow-list .item .title {
    background: #057867;
    border-radius: 0 0 15px 15px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 7px;
    height: 60px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow-list .item figure {
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .flow-list .item {
    width: 48%;
    margin: 0 0 30px;
  }
  .flow-list .item:after {
    right: -8.5%;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .flow-list .item:nth-child(2n+2):after {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  .flow-list .item:after {
    right: -9%;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 15px solid #5ac1b2;
  }
}
@media screen and (max-width: 480px) {
  .flow-list .item {
    width: 100%;
  }
  .flow-list .item .title {
    font-size: 15px;
  }
  .flow-list .item:after {
    top: auto;
    bottom: -40px;
    right: 0;
    left: 0;
    border-top: 20px solid #5ac1b2;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}
.flow-list02{
    margin-top: 80px;
    font-size: 14px;
}
.flow-list02 .item{
    background: #F5F7FA;
    margin-bottom: 30px;
    border-radius: 60px;
}
.flow-list02 .title{
    color: #fff;
    border-radius: 100px;
    background: #057867;
    font-size: 28px;
    padding: 20px 40px;
    padding-right: 60px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
}
.flow-list02 .title.active:after{
    transform: rotate(180deg);
}
.flow-list02 .title:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media screen and (max-width: 960px) {
    .flow-list02 .title{
        font-size: 22px;
        padding: 12px 30px;
        padding-right: 53px;
    }
    .flow-list02 .title:after{
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        right: 20px;
    }
}
.flow-list02 .inner{
    padding: 50px 100px;
    display: none;
    background: #F5F7FA;
}
@media screen and (max-width: 960px) {
   .flow-list02 .inner{
        padding: 30px;
    }
}
.flow-list02 .box01{
    background: #fff;
    padding: 30px;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .flow-list02 .box01{
        padding: 20px 4%;
    }
    .flow-list02 .inner{
        padding: 30px 4%;
    }
}
.flow-list02 .ttl{
    font-size: 20px;
    border-bottom: 1px solid #057867;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.flow-list02 .flex01{
    gap: 10px;
}
@media screen and (max-width: 767px) {
    .flow-list02 .flex01{
        justify-content: space-between;
    }
    .flow-list02 .flex01 li{
        width: 47%;
        text-align: center;
    }
}


.flow-list02 .item .box02{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flow-list02 .box02 .left{
    width: 50%;
}
.flow-list02 .box02 .right{
    width: 47%;
}
@media screen and (max-width: 767px) {
    .flow-list02 .box02 .left{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .flow-list02 .box02 .right{
        width: 100%;
    }
}
.cm-number{
    width: 40px;
    height: 40px;
    background: #057867;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.flow-list02 .flex02 li{
    position: relative;
    padding: 7px 0;
    padding-left: 50px;
    margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
    .flow-list02 .flex02 li{
        margin-bottom: 20px;
    }
}
.flow-list02 .flex02 li:last-child{
    margin-bottom: 0;
}
.flow-list02 .flex02 .cm-number{
    position: absolute;
    top: 0;
    left: 0;
}
.flow-list02 .flex03{
    display: flex;
    flex-wrap: wrap;
}
.flow-list02 .flex03 li{
    margin-right: 25px;
}

.flow-list02 .flex03 li:nth-child(5n+5){
    margin-right: 0;
}
.flow-list02 .flex03 li figure{
    margin-bottom: 20px;
}
.flow-list02 .flex03 li p{
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .flow-list02 .flex03{
        justify-content: space-between;
    }
    .flow-list02 .flex03 li{
        width: 48%;
        margin: 0 0 30px;
    }
    .flow-list02 .flex03 li figure{
        text-align: center;
        margin-bottom: 10px;
    }
}
.flow-list02 .flex04{
    display: flex;
    flex-wrap: wrap;
}
.flow-list02 .flex04 li{
    width: 31%;
    margin-right: 3.3%;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .flow-list02 .flex04{
        justify-content: space-between;
    }
    .flow-list02 .flex04 li{
        width: 48%;
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 480px) {
    .flow-list02 .flex04 li{
        width: 100%;
    }
}
.flow-list02 .flex04 li:nth-child(3n+3){
    margin-right: 0;
}
.flow-list02 .flex04 li figure{
    margin-bottom: 20px;
}
.flow-list02 .txt-num{
    display: flex;
    justify-content: space-between;
}
.flow-list02 .txt-num p{
    width: calc(100% - 55px);
    font-size: 14px;
}
.flow-list02 .flex04 li.number07{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0px;
}
.flow-list02 .flex04 li.number07 figure{
    width: 33%;
}
.flow-list02 .flex04 li.number07 .txt-num{
    width: 65%;
    padding-top: 30px;
}
@media screen and (max-width: 480px) {
    .flow-list02 .flex04 li.number07 figure{
        width: 100%;
    }
    .flow-list02 .flex04 li.number07 .txt-num{
        width: 100%;
        padding-top: 0;
    }
}
.flow-list02 .flex05{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flow-list02 .flex05 li{
    width: 48%;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .flow-list02 .flex05 li{
        width: 100%;
    }
}
.flow-list02 .flex05 figure{
    margin-bottom: 20px;
}
.flow-list02 .flex05 .txt-num p{
    padding-top: 5px;
}
.flow-list02 .box03{
    background: #fff;
    padding: 30px;
}
.flow-list02 .box03 li{
    text-indent: -15px;
    margin-left: 15px;
}
@media screen and (max-width: 767px) {
    .flow-list02 .box03{
        padding: 20px 4%;
    }
}
.qa-list .item {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .qa-list .item {
    margin-bottom: 20px;
  }
}
.qa-list .item.current .question:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.qa-list .question {
  background: #5AC1B2;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 18px 60px;
  color: #fff;
  padding-left: 80px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .qa-list .question {
    font-size: 16px;
  }
}
.qa-list .question:before {
  content: 'Q.';
  position: absolute;
  top: 10px;
  left: 20px;
  color: #fff;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .qa-list .question:before {
    font-size: 40px;
  }
}
.qa-list .question:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background: url(../flow/images/arr.png) center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .qa-list .question:after {
    right: 10px;
  }
}
.qa-list .ans {
  padding: 20px 40px;
  padding-left: 100px;
  position: relative;
  display: none;
}
.qa-list .ans:before {
  content: 'A.';
  position: absolute;
  top: 17px;
  left: 50px;
  color: #057867;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .qa-list .ans {
    padding-left: 60px;
    padding-right: 20px;
  }
  .qa-list .ans:before {
    left: 15px;
  }
}

.page-flow .sec01 {
  padding: 50px 0 120px;
}
@media screen and (max-width: 767px) {
  .page-flow .sec01 {
    padding: 20px 0 80px;
  }
}
.page-flow .sec02 {
  border-radius: 0;
  padding-bottom: 80px;
}
.page-flow .sec02 .container {
  max-width: 1000px;
}
.page-flow .sec02 .title{
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 40px;
    position: relative;
    padding-left: 30px;
    line-height: 1;
    margin-left: 10px;
}
.page-flow .sec02 .title:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #057867;

}
@media screen and (max-width: 767px) {
  .page-flow .sec02 {
    padding-bottom: 30px;
  }
}

/*====================================================================================
■ PAGE USECASE
====================================================================================*/
.usecase-list .item {
  padding: 100px 0;
  background: #F5F7FA;
}
@media screen and (max-width: 767px) {
  .usecase-list .item {
    padding: 40px 0 10px;
  }
}
.usecase-list .item:nth-child(2n+2) {
  background: #fff;
}
.usecase-list .item:nth-child(2n+2) .box01 {
  flex-direction: row-reverse;
}
.usecase-list .item:nth-child(2n+2) .usecase-tbl {
  background: #F5F7FA;
}
.usecase-list .item .box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .usecase-list .item .box01 {
    margin-bottom: 30px;
  }
}
.usecase-list .item .box01 .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .usecase-list .item .box01 .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.usecase-list .item .box01 .ct-txt {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .usecase-list .item .box01 .ct-txt {
    width: 100%;
  }
}
.usecase-list .item .box01 .cm-title03 {
  font-size: 28px;
  display: block;
}
.usecase-list .item .box01 .cm-title03 span {
  display: inline-block;
  background: #5AC1B2;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 30px;
  margin-bottom: 10px;
}
.usecase-list .item .view-more{
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .usecase-list .item .box01 .cm-title03 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .usecase-list .item .box02 {
    margin-top: 50px;
  }
}
.usecase-list .item .box02 .title {
  background: #5AC1B2;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .usecase-list .item .box02 .title {
    font-size: 18px;
  }
}
.usecase-list .item .box02 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .usecase-list .item .box02 ul {
    justify-content: space-between;
  }
}
.usecase-list .item .box02 ul li {
width: 18.4%;
  margin-right: 2%;
}
.usecase-list .item .box02 ul li:nth-child(5n+5) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .usecase-list .item .box02 ul li {
    width: 48%;
    margin: 0 0 30px;
  }
}
.usecase-list .item .box02 ul p {
  font-weight: bold;
  margin-top: 10px;
}

.usecase-tbl {
  background: #fff;
  border-radius: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.usecase-tbl .title {
  background: #5AC1B2;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  padding: 7px 20px;
}
.usecase-tbl .flex-jus-between {
  padding: 10px 30px;
}
.usecase-tbl .flex-jus-between ul {
  width: 48%;
}
.usecase-tbl .flex-jus-between ul li {
  margin: 13px 0;
}

.page-usecase .main .container {
  max-width: 1000px;
}
.page-usecase .sec01 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .page-usecase .sec01 {
    padding: 0 0 40px;
  }
}

/*====================================================================================
■ PAGE ABOUT
====================================================================================*/


.about-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .about-list {
    margin-top: 30px;
  }
}
.about-list .item {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .about-list .item {
    width: 40%;
    margin: 0 5% 30px;
  }
}
.about-list figure {
  background: #5AC1B2;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .about-list figure {
    width: 150px;
    height: 150px;
    padding: 35px;
  }
}
.about-list .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 767px) {
  .about-list02 {
    justify-content: space-between;
  }
    .about-list .title{
        font-size: 18px;
    }
}
.about-list02 .item {
    border-bottom: 1px dashed #057867;
    padding-bottom: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.about-list02 .item:last-child{
    border: none;
}
.about-list02 .item figure{
    width: 38%;
}
.about-list02 .item .ct-txt{
    width: 58%;
    position: relative;
    padding-bottom: 85px;
}
.about-list02 .item img {
  border-radius: 5px;
}
.about-list02 .item .title {
  font-size: 24px;
  color: #057867;
    margin-bottom: 20px;
}
.about-list02 .item .view-more {
    width: 350px;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 767px) {
  .about-list02 .item .view-more {
    margin: 20px;
  }
    .about-list02 .item .title{
        font-size: 20px;
    }
}
.about-list02 .item .view-more a {
  letter-spacing: 0;
  font-size: 17px;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  min-width: auto;
  padding-left: 20px;
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
    .about-list02 .item{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .about-list02 .item .view-more{
        position: relative;
        margin: 20px auto 0;
    }
  .about-list02 .item .view-more a {
    font-size: 14px;
  }
    .about-list02 .item figure{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .about-list02 .item .ct-txt{
        width: 100%;
        padding-bottom: 0;
    }
}

.page-about .sec01 {
  padding: 80px 0;
}
.page-about .sec01 .container{
    max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .page-about .sec01 {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 414px) {
  .page-about .sec01 .cm-title05 {
    font-size: 18px;
  }
}
.page-about .sec02 {
  padding: 80px 0;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .page-about .sec02 {
    padding-bottom: 30px;
  }
}
.page-about .sec02 .container {
  max-width: 1000px;
}
.page-about .sec02 .box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}
.page-about .sec02 .box02{
    border: 3px solid #5AC1B2;
    padding: 30px 40px;
    background: #fff;
}
.page-about .sec02 .box02 .title{
    margin-bottom: 30px;
}
.page-about .sec02 .box02 .title span{
    font-size: 20px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #5AC1B2;
    border-radius: 30px;
}
.page-about .sec02 .btn-link{
    margin-top: 30px;
}
.page-about .sec02 .box01 .img {
  width: 50%;
}
.page-about .sec02 .box01 .img img {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .page-about .sec02 .box01{
        margin-bottom: 0;
    }
  .page-about .sec02 .box01 .img {
    width: 100%;
    margin-bottom: 30px;
      text-align: center;
  }
    .page-about .sec02 .box02{
        padding: 25px 4%;
        border-width: 2px;
    }
}
.page-about .sec02 .box01 .ct-txt {
  width: 45%;
}
.page-about .sec02 .box01 .ct-txt p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-about .sec02 .box01 .ct-txt {
    width: 100%;
  }
}
.page-about .sec02 .box01 .cm-title03 {
  font-size: 28px;
}

.page-about .sec03 {
  padding: 60px 0 10px;
    border-radius: 0;
}
.page-about .sec03 .container{
    max-width: 1000px;
}
.page-shopinfo.p-terms .dl_table_style{
    display: table;
    width: 100%;
    border-spacing: 0;
    word-wrap: break-word;
    word-break: break-all;
}
.page-shopinfo.p-terms .dl_table_style dl{
    display: table-row;
}
.page-shopinfo.p-terms .dl_table_style dl dt,
.page-shopinfo.p-terms .dl_table_style dl dd{
    display: table-cell;
    vertical-align: middle;
}
.page-shopinfo.p-terms .dl_table_style dd:nth-child(3){
    text-align: center;
}
.page-shopinfo.p-terms .dl_table_style dd:nth-child(4){
    text-align: center;
    min-width: 103px;
}
@media screen and (max-width: 767px) {
  .page-about .sec03 {
        padding: 40px 0 0;
   }
    .page-about .sec03 .cm-title01.mt-70{
        top: 0;
        margin-bottom: 30px;
    }
    .page-shopinfo.p-terms .table-inner{
        width: 100%;
        overflow-x: scroll;
    }
    .page-shopinfo.p-terms .table-inner .inner{
        width: 700px;
    }
    .page-shopinfo.p-terms .dl_table_style dl dt{
        min-width: 110px;
    }
    .page-shopinfo.p-terms .dl_table_style dd:nth-child(3),
    .page-shopinfo.p-terms .dl_table_style dd:nth-child(4){
        min-width: 130px;
    }
}







