/********** index_common **********/
.wrapper_index {
  min-width: 1366px;
  margin:0 auto;
  padding-top:128px;
}

.main-title{
  width:100%;
  margin:0 auto;
}
.main-title img{
  display: block;
  margin:0 auto;
}
.main-title h1{
  color:var(--text-color3);
  font-size:32px;
  margin:18px auto 45px auto;
  text-align: center;
}
.main-title h1.white-title{
  color:var(--text-color1);
}

.wrapper_news,
.wrapper_stren,
.wrapper_vending,
.wrapper_flow,
.wrapper_set {
  width: 100%;
  margin:0 auto;
  padding: 80px 0;
}
.wrapper_news_sub,
.wrapper_stren_sub,
.wrapper_vending_sub,
.wrapper_flow_sub,
.wrapper_set_sub {
  min-width: 1366px;
  margin:0 auto;
}
.content_news{
  width:800px;
  margin:0 auto;
}
.content_stren,
.content_set{
  width:1100px;
  margin:0 auto;
}
.content_vending{
  width:1280px;
  margin:0 auto;
}
.content_flow{
  width:900px;
  margin:0 auto;
}

.wrapper_news,
.wrapper_set{
  background-color: var(--bk-color7);
}
.wrapper_stren{
  background-color: var(--bk-color5);
}.wrapper_vending{
  background-color: var(--bk-color1);
}
.wrapper_flow{
  background-image: url(../img/photo/flow.jpg);
  background-size: cover;
  background-position: center center;
}
.stren_mark2{
  display: none !important;
}
.sp_word{
  display: none !important;
}


/********** swiper area **********/
.slider_area{
  width: 100%;
  height: 585px;
  background-color: var(--bk-color4);
}
.slider_area .swiper{
  max-width: 1366px;
}

.swiper-slide img{
  width: 1040px;
  height: 520px;
  border-radius: 15px;
  margin-top: 15px;
}
/* メインのスライダーのアクティブでないものは不透明度を 0.6 に */
.main-slider .swiper-slide {
  opacity: 0.6;
}
/* メインのスライダーでアクティブなもの（現在表示されている）は不透明度を 1 に */
.main-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
} 
.wrapper_paging{
  width:1366px;
  height: 50px;
  position: relative;
  margin:0 auto;
}
.swiper-pagination-bullets {
  position: absolute;
  bottom: 15px !important;
} 

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 15px !important;
  border:2px solid var(--bk-color1);
  background-color: var(--bk-color7);
  opacity: 1;
}
.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.swiper-pagination-bullet-active {
  background: var(--bk-color1);
}

/********** news_area **********/
.news_items{
  width:800px;
  margin:0 auto;
}
.news_item{
  display: flex;
  border-top:1px dotted var(--bk-color1);
  position: relative;
}
.news_item:last-child{
  border-bottom:1px dotted var(--bk-color1);
  margin-bottom: 55px;
}
.news_date{
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color3);
  flex: 0 0 130px;
  margin-right: 35px;
}
.news_coment{
  font-size: 15px;
  font-weight: 500;
  flex: 0 0 540px;
}
.news_coment a{
  color: var(--text-color2);
}
.news_bt{
  position: relative;
}
/* news arrow */
.news_item::after{
  content:url(../img/icon/arrow/paging_right.png);
}
.news_item a{
  text-decoration: none;
  width:100%;
  display: inline-block;
  cursor: pointer;
}
.news_item::after{
  position:absolute;
  top: 35%;
  right: 17px;
  animation: arrow-move-return 0.3s ease-in-out forwards;
}
.news_item:hover::after{
  animation: arrow-move 0.3s ease-in-out forwards;
}

/********** stren_area **********/
.content_stren .main-title h1{
  margin-bottom: 38px;
}
.content_stren .exp{
  font-size: 32px;
  font-weight: 500;
  color:var(--text-color3);
  text-align: center;
  margin:0 auto 80px auto;
  position: relative;
  z-index: 2;
}
.content_stren .stren_mark{
  background:linear-gradient(transparent 62%, var(--bk-color4) 38%);
  width: 813px;
  height: 50px;
  position: relative;
  bottom: 128px;
  left: 139px;
  display: inline-block;
  z-index: 1;
}
.stren_a img{
  width:490px;
  height: 290px;
  margin-right: 55px;
  border-radius: 16px;
}
.stren_a .exp{
  margin:0;
  position: relative;
}
.stren_a .exp h3{
  font-size: 30px;
  font-weight: 500;
  color: var(--text-color3);
  text-align: left;
  padding-left:35px;
  margin:6px 0 0 0;
}
.stren_a_item1,
.stren_a_item2,
.stren_a_item3{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 75px;
}
.stren_a_item2{
  flex-direction: row-reverse;
}
.stren_a_item1 .exp p,
.stren_a_item2 .exp p,
.stren_a_item3 .exp p{
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color2);
  line-height: 2;
  text-align: justify;
  margin:50px 0 0 0;
  width:495px;
}

/* item1 */
.stren_a_item1  .exp h3::before{
  content:url(../img/other/stren_left.png);
  position: absolute;
  left:0;
  top:0;
}
.stren_a_item1  .exp h3::after{
  content:url(../img/other/stren_right.png);
  position: absolute;
  left:225px;
  top:0;
}

.stren_a_item1 .exp img{
  width: 144px;
  height: auto;
  border-radius:0;
  position: absolute;
  top:60px;
  left:51px;
}

/* item2 */
.stren_a_item2  .exp h3::before{
  content:url(../img/other/stren_left.png);
  position: absolute;
  left:0;
  top:0;
}
.stren_a_item2  .exp h3::after{
  content:url(../img/other/stren_right.png);
  position: absolute;
  left:230px;
  top:0;
}
.stren_a_item2 .exp img{
  width: 144px;
  height: auto;
  border-radius:0;
  position: absolute;
  top:60px;
  left:50px;
}
.stren_a_item2 img{
  margin-right: 0;
}

/* item3 */
.stren_a_item3  .exp h3::before{
  content:url(../img/other/stren_left.png);
  position: absolute;
  left:0;
  top:0;
}
.stren_a_item3  .exp h3::after{
  content:url(../img/other/stren_right.png);
  position: absolute;
  left:285px;
  top:0;
}
.stren_a_item3 .exp img{
  width: 144px;
  height: auto;
  border-radius:0;
  position: absolute;
  top:60px;
  left:83px;
}

/* stren_b */
.stren_b{
  background-color: var(--bk-color7);
  border-radius: 15px;
  padding: 55px 0;
}
.stren_b .merit_pc{
  width:928px;
  margin:0 auto;
  display: flex;
}
.stren_b .merit_pc ul.mtitle{
  width:175px;
  margin:0;
}
.stren_b .merit_pc ul.j_exp,
.stren_b .merit_pc ul.other_exp{
  width:380px;
}
.stren_b .merit_pc ul.other_exp{
  margin-right: 5px;
}
.stren_b .merit_pc li{
  list-style: none;
  line-height: 62px;
  padding:0 0 0 15px;
}
.stren_b .merit_pc .mtitle li{
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color2);
  background-color: var(--bk-color5);
  border: 1px solid var(--bk-color2);
  border-radius: 15px;
  margin: 0 8px 8px 0;
  width: 160px;
  text-align: center;
  padding:0;
  height: 74px;
  line-height: 74px;
}

.stren_b .merit_pc .mtitle li:first-child{
  background-color: var(--bk-color7);
  border:none;
  height: 64px;
}
.stren_b .merit_pc .other_exp li:first-child,
.stren_b .merit_pc .j_exp li:first-child{
  font-size: 24px;
  font-weight: 500;
  color: var(--text-color2);
  background-color: var(--bk-color5);
  text-align: center;
  border: 1px solid var(--bk-color2);
  border-radius: 15px;
  margin: 0 8px 8px 0;
  padding:0;
}
.stren_b .merit_pc .other_exp li:nth-child(n+2),
.stren_b .merit_pc .j_exp li:nth-child(n+2){
  background-color: var(--bk-color7);
  border: 1px solid var(--bk-color2);
  border-radius: 15px;
  margin: 0 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color6);
  text-align: left;
  line-height: 1.5em;
  padding: 12px;
  letter-spacing: 2px;
  text-align: justify;
}
.stren_b .merit_pc .j_exp li:nth-child(n+2){
  background-color: var(--bk-color7);
  color:var(--text-color3);
  border: 1px solid var(--bk-color2);
  border-radius: 15px;
  margin: 0 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: justify;
}
.stren_b .merit_pc .j_exp{
  margin-right: 0;
}
.stren_b .merit_pc .j_exp li:first-child{
  background-color: var(--bk-color1);
  color:var(--text-color1);
}
.merit_sp{
  display: none;
}

.stren_b .summary{
  width:930px;
  height: 200px;
  border-radius: 15px;
  border: 2px solid var(--bk-color2);
  background-color: var(--bk-color5);
  margin:150px auto 55px auto;
  position: relative;
}
.stren_b .summary::before{
  position: absolute;
  content: url(../img/other/stren_fukidashi.png);
  top:-75px;
  left:50%;
  transform: translateX(-50%);
}
.stren_b .summary p{
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color2);
  line-height: 1.7;
  text-align: center;
  margin:30px 0 0 0;
}
.stren_b .summary h4{
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color4);
  line-height: 1.7;
  text-align: center;
  margin:10px 0 30px 0;
}



/********** vending_area **********/
.vending_slide2{
  width:1280px;
  background-color: var(--bk-color5);
  border-radius: 15px;
  position: relative;
}
.content_vending .swiper{
  width:1040px;
  height: 520px;
}
.content_vending .swiper-wrapper {
  /* wrapperのサイズを調整 */
  margin-top: 60px;
}
.content_vending .swiper-slide img{
  width: 160px;
  height: 265px;
  border-radius: 15px;
  margin: 0;
  display: inline;
  align-self: center;
}
/* メインのスライダーのアクティブでないものは不透明度を 0.6 に */
.slider2 .swiper-slide {
  opacity: 0.3;
  background-color: var(--bk-color6);
  border-radius: 15px;
  height: 300px;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* メインのスライダーでアクティブなもの（現在表示されている）は不透明度を 1 に */
.slider2 .swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 1;
  background-color: var(--bk-color7);
  transform: scale(1.2); /* スライドの大きさ調整 */
} 
.swiper-button-prev,
.swiper-button-next {
  width: 40px; /* ボタンの幅 */
  height: 40px; /* ボタンの高さ */
  background-size: 40px 40px; /* 表示したいサイズ */
  margin-top: 0;
  position: absolute;
}
.swiper-pagination-bullet-active {
  background: var(--bk-color1);
}

/* 次ページボタンのスタイル */
.swiper-button-next {
background-image: url(../img/icon/arrow/swiper_right.svg);
top:35%;
right:35px;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url(../img/icon/arrow/swiper_left.svg);
  top:35%;
  left:35px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}

.lineup_item{
  background-color: var(--bk-color7);
  border-radius: 15px;
  width: 740px;
  height: 160px;
  position: absolute;
  bottom: -80px;
  left:50%;
  transform: translateX(-50%);
  z-index: 2;
}
.lineup_item .swiper-container{
  width:100%;
  overflow: hidden;
}
.slider-thumbnail{
  width: 100%;
}
.slider-thumbnail .swiper-slide{
  width: 100%;
}
.slider-thumbnail .lineup_title{
  display: flex;
  align-items: center;
  margin:0 0 0 40px;
}
.slider-thumbnail .lineup_item h3{
  padding:0 0 0 40px;
}
.slider-thumbnail .lineup_title img{
  flex:0 0 33px;
  width:33px;
  height: 20px;
  margin-left: 20px;
  animation: arrow-move-return 0.3s ease-in-out forwards;
}
.slider-thumbnail .lineup_title:hover img{
  animation: arrow-move 0.3s ease-in-out forwards;
}
.slider-thumbnail .lineup_title a{
  text-decoration:none;
  font-size: 22px;
  font-weight: 500;
  color:var(--text-color3);
}
.slider-thumbnail .swiper-slide p{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  text-align: justify;
  color:var(--text-color2);
  padding:0 50px 30px 40px;
  margin: 0;
}
.slider-thumbnail .swiper-slide {
  width:100%;
  height: 150px;
  text-align: center;
  line-height: 1;
}
.slider-thumbnail .swiper-wrapper {
  /* wrapperのサイズを調整 */
  margin-top: 5px;
}


.used_vending_messa{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  color:var(--text-color1);
  margin:130px 0 50px 0;
}

/********** flow_area **********/
.content_flow h1{
  color: var(--text-color1);
}
.content_flow .exp{
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color1);
  line-height: 2;
  text-align: center;
  margin:0 auto 55px auto;
}

.content_flow .para_bt{
  display: flex;
  justify-content: center;
  margin:0 auto;
}
/* .content_flow .para_bt .bt:first-child{
  margin-right: 80px;
} */
.content_flow .para_bt .bt{
  position:relative;
  bottom:0;
  left:123px
}
.content_flow .para_bt .bt_common{
  background-color: transparent;
  border:1px solid var(--bk-color7);
}
.content_flow .para_bt .bt_common:hover{
  background-color: var(--bk-color1);
}
.content_flow .para_bt .bt_common:hover a{
  color: var(--bk-color7);
}
.content_flow .bt_common::after{
  content:url(../img/icon/arrow/w_right.png);
}

/********** set_area **********/
.content_set .main-title h1{
  margin-bottom: 38px;
}
.content_set .exp{
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color2);
  line-height: 2;
  text-align: center;
  margin:0 auto 55px auto;
}

.vending_set_items{
  width:1000px;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
.vending_set_item{
  width: 300px;
  margin:0 20px 50px 20px;
  position: relative;
}
.vending_set_item:nth-child(3n){
  margin-right:0;
}
.vending_set_item img{
  max-width: 300px;
  height: 200px;
  border-radius: 16px;
}
.vending_set_item .set_title{
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  margin:20px 0 18px 0;
}
.vending_set_item .set_mark{
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
  border: 1px solid var(--text-color);
  border-radius: 25px;
  padding:1px 20px;
  margin-right: 10px;
}
.vending_set_item .set_date{
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color2);
}
/* set arrow */
.vending_set_item::after{
  content:url(../img/icon/arrow/b_right.png);
  position:absolute;
  top: 80px;
  right: -18px;
  animation: arrow-move-return 0.3s ease-in-out forwards;
}
.vending_set_item a{
  text-decoration: none;
  width:100%;
  display: inline-block;
  cursor: pointer;
}

.vending_set_item:hover::after{
  animation: arrow-move 0.3s ease-in-out forwards;
  content:url(../img/icon/arrow/b_right_hover.png);
}




/********** ここからスマホ **********/
@media only screen and (max-width:599px){

  /********** index_common **********/
.wrapper_index {
  min-width: 100vw;
  padding-top:55px;
}
.main-title h1{
  font-size:24px;
  font-weight: 700;;
  margin:12px auto 42px auto;
}
.main-title img{
  transform: scale(0.75);
}
.wrapper_news,
.wrapper_stren,
.wrapper_vending,
.wrapper_flow,
.wrapper_set {
  padding: 60px 0;
}
.wrapper_news_sub,
.wrapper_stren_sub,
.wrapper_vending_sub,
.wrapper_flow_sub,
.wrapper_set_sub {
  min-width: 100%;
}
.content_news{
  width:90%;
}
.content_stren,
.content_set{
  width:90%;
}
.content_vending{
  width:100%;
}
.content_flow{
  width:90%;
}
.sp_word{
  display: inline-block !important;
}
.pc_word{
  display: none !important;
}

/********** swiper area **********/
.slider_area{
  height: auto;
}
.slider_area .swiper{
  max-width: 100%;
}
.swiper-slide img{
  width: 100%;
  height: auto;
  border-radius: 0;
}
.wrapper_paging{
  width:100%;
  height: 36px;
}
.swiper-pagination-bullets {
  bottom: 7px !important;
}

/********** news_area **********/
.news_items{
  width:95%;
}
.news_item{
  flex-wrap: wrap;
}
.news_item:last-child{
  margin-bottom: 42px;
}
.news_date{
  font-size: 14px;
  font-weight: 700;
  margin:18px 0 8px 0;
}
.news_coment{
  font-size: 14px;
  flex: 0 0 240px;
  margin:0 0 18px 0;
  line-height: 1.7;
}
/* news arrow */
.news_item::after{
  top: 40%;
}

/********** stren_area **********/
.content_stren .main-title h1{
  margin-bottom: 42px;
}
.content_stren .exp{
  font-size: 24px;
  width:337px;
  margin:0 auto;
}
.content_stren .stren_mark{
  width: 332px;
  height: 30px;
  bottom: 66px;
  transform: translateX(-50%);
  left:50%;
}
.content_stren .stren_mark2{
  background:linear-gradient(transparent 62%, var(--bk-color4) 38%);
  width: 286px;
  height: 30px;
  position: relative;
  bottom: 66px;
  transform: translateX(-51%);
  left:50%;
  display: inline-block !important;
  z-index: 1;
}
.stren_a img{
  width:100%;
  height: auto;
  border-radius: 15px;
  margin-right: 0;
}
.stren_a .exp h3{
  font-size: 22px;
  text-align: center;
  padding-left:0;
  margin:42px 0 0 0;
}
.stren_a_item1,
.stren_a_item2,
.stren_a_item3{
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 60px;
}
.stren_a_item1 .exp p,
.stren_a_item2 .exp p,
.stren_a_item3 .exp p{
  font-size: 14px;
  line-height: 1.7;
  margin:45px 0 0 0;
  width:100%;
}

/* item1 */
.stren_a_item1  .exp h3::before{
  content:url(../img/other/stren_left_sp.png);
  left:77px;
  top:37px;
}
.stren_a_item1  .exp h3::after{
  content:url(../img/other/stren_right_sp.png);
  right:55px;
  top:37px;
}
.stren_a_item1 .exp img{
  top:80px;
  left:94px;
}

/* item2 */
.stren_a_item2 .exp h3::before{
  content:url(../img/other/stren_left_sp.png);
  left:77px;
  top:37px;
}
.stren_a_item2 .exp h3::after{
  content:url(../img/other/stren_right_sp.png);
  right:55px;
  top:37px;
}
.stren_a_item2 .exp img{
  top:85px;
  left:93px;
}

/* item3 */
.stren_a_item3  .exp h3::before{
  content:url(../img/other/stren_left_sp.png);
  left:55px;
  top:37px;
}
.stren_a_item3  .exp h3::after{
  content:url(../img/other/stren_right_sp.png);
  right:77px;
  top:37px;
}
.stren_a_item3 .exp img{
  top:80px;
  left:97px;
}

/* stren_b */
.stren_b{
  padding: 42px 0;
}
.stren_b .merit_sp{
  width:90%;
  margin:0 auto;
  display: block;
}
.stren_b .merit_sp h3{
  font-size: 18px;
  font-weight: 700;
  padding:14px 0;
  margin: 0 7px 8px 7px;
  color:var(--text-color1);
  background-color: var(--bk-color1);
  text-align: center;
  border-radius:8px;
}
.stren_b .merit_sp .merit_jbag table{
  border-collapse:separate;
  border-spacing: 8px;
  width: 100%;
  margin-bottom: 24px;
}
.stren_b .merit_sp .merit_jbag table th,
.stren_b .merit_sp .merit_jbag table td{
  border-radius: 8px;
  text-align: justify;
  padding: 10px 0;
}
.stren_b .merit_sp .merit_jbag table th{
  background-color: var(--bk-color5);
  border: 1px solid var(--bk-color1);
}
.stren_b .merit_sp .merit_jbag table td{
  background-color: var(--bk-color7);
  color:var(--text-color2);
  border: 1px solid var(--bk-color1);
  font-size: 14px;
  font-weight: 700;
  padding:18px 16px;
}
.stren_b .merit_sp .merit_jbag table th{
  font-size: 14px;
  font-weight: 500;
  padding:18px 16px;
  width: 105px;
}
.stren_b .merit_sp .merit_other h3{
  font-size: 18px;
  font-weight: 700;
  padding:14px 0;
  margin: 0 7px 8px 7px;
  color:var(--text-color2);
  background-color: var(--bk-color5);
  border: 1px solid var(--bk-color1);
  text-align: center;
  border-radius:8px;
}
.stren_b .merit_sp .merit_other table{
  border-collapse:separate;
  border-spacing: 8px;
  width: 100%;
}
.stren_b .merit_sp .merit_other table th,
.stren_b .merit_sp .merit_other table td{
  border-radius: 8px;
  text-align: justify;
  padding: 10px 0;
}
.stren_b .merit_sp .merit_other table th{
  background-color: var(--bk-color5);
  border: 1px solid var(--bk-color1);
}
.stren_b .merit_sp .merit_other table td{
  background-color: var(--bk-color7);
  color:var(--text-color2);
  border: 1px solid var(--bk-color1);
  font-size: 14px;
  font-weight: 700;
  padding:18px 16px;
}
.stren_b .merit_sp .merit_other table th{
  font-size: 14px;
  font-weight: 500;
  padding:18px 16px;
  width: 105px;
}
.merit_pc{
  display: none !important;
}
.stren_b .summary{
  width:90%;
  height: auto;
  margin:94px auto 42px auto;
}
.stren_b .summary::before{
  content: url(../img/other/stren_fukidashi_sp.png);
  top:-54px;
}
.stren_b .summary p{
  font-size: 14px;
  text-align: justify;
  margin:0;
  padding:24px 24px 18px 24px;
}
.stren_b .summary h4{
  font-size: 18px;
  text-align: justify;
  margin: 0;
  padding:0 24px 24px 24px;
}


/********** vending_area **********/
.vending_slide2{
  width:100%;
  border-radius: 0;
}
.content_vending .swiper{
  width:100%;
  height: 470px;
}
.content_vending .swiper-wrapper {
  /* wrapperのサイズを調整 */
  margin-top: 15px;
}
.content_vending .swiper-slide img{
  border-radius: 0;
}
/* メインのスライダーのアクティブでないものは不透明度を 0.6 に */
.slider2 .swiper-slide {
  margin-top:30px;
}
/* メインのスライダーでアクティブなもの（現在表示されている）は不透明度を 1 に */
.slider2 .swiper-slide.swiper-slide-active {
  transform: scale(1.1); /* スライドの大きさ調整 */
} 
/* 次ページボタンのスタイル */
.swiper-button-next {
top:37%;
right:20px;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
  top:37%;
  left:20px;
}
.lineup_item{
  width: 90%;
}
.lineup_item .swiper-container{
  height: 135px;
}
.slider-thumbnail .lineup_title{
  margin:0;
  padding:0 24px 0 24px;
}
.slider-thumbnail .lineup_title a{
  text-decoration:none;
  font-size: 18px;
}
.slider-thumbnail .swiper-slide p{
  font-size: 14px;
  padding:0 24px 24px 24px;
}
.slider-thumbnail .swiper-slide {
  height: 182px;
}

.used_vending_messa{
  font-size: 14px;
  text-align: justify;
  margin:115px auto 42px auto;
  width:90%
}

/********** flow_area **********/
.content_flow .exp{
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  margin:0 auto 42px auto;
}
.content_flow .para_bt{
  flex-wrap: wrap;
}
.content_flow .para_bt .bt:first-child{
  margin-right: 0;
  margin-bottom: 30px;
}

/********** set_area **********/
.content_set .main-title h1{
  margin-bottom: 42px;
}
.content_set .exp{
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
  margin:0 auto 42px auto;
}
.vending_set_items{
  width:90%;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
.vending_set_item{
  width: 100%;
  margin:0 20px 42px 20px;
}
.vending_set_item .set_title{
  font-size: 16px;
  margin:18px 0 12px 0;
}
.vending_set_item .set_mark{
  font-size: 14px;
  border-radius: 25px;
  padding:1px 20px;
  margin-right: 10px;
}

}