@charset "UTF-8";

/*tab switch*/
.tab_item {display: flex;justify-content: space-around;width: 1200px;margin: 10px auto;text-align: center; } 
.tab_item a {display: flex;align-items: center;height: 100%;color: #333333;text-decoration: none;font-size: 1.6rem;font-weight: bold;line-height: 1.5; } 
.tabSwitch_ul2 li {display: flex;align-items: center;justify-content: center;width: 47%;padding: 29px;background-color: #EBEBEB;border-radius: 30px 30px 0 0; } 
.tab_item li:hover {cursor: pointer; } 
.tab_item li.on {background-color: #FEC54A; } 
.tabSwitch_contents {width: 1200px;margin: 0 auto; } 
.tab_content {margin-top: 40px; } 

@media only screen and (max-width: 768px) {
  /*tab switch*/
  .tab_item {flex-direction: column;align-items: center;width: 100%; } 
  .tabSwitch_ul2 {display: flex;flex-direction: row;align-items: stretch; } 
  .tabSwitch_ul2 li {width: 48%;padding: 10px 8px 3px;border-radius: 20px 20px 0 0; } 
  .tabSwitch_ul2 a {font-size: 10px;line-height: 1;letter-spacing: -0.1rem; } 
  .tabSwitch_contents {width: 90vw;margin: 20px auto; } 
}

.btn_select_type_wrapper {
  padding: 20px 20px 25px;
}

.btn_select_type_wrapper.btn_select_type_wrapper_active {
  border-color: #fff;
}
.btn_select_type_wrapper.btn_select_type_wrapper_active .btn_select_type_caption {
  display: none;
}
.btn_select_type_wrapper .btn_select_type {
  width: 100%;
}
.btn_select_type_wrapper .tab_item {
  width: 100%;
}
.tabSwitch_ul2_plus li {
  position: relative;
  padding-bottom: 44px;
}
.tabSwitch_ul2_plus li::after {
  display: block;
  content: '+';
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 30px;
  text-align: center;
  margin-left: -15px;
  font-size: 30px;
  transition: all .4s;
  font-weight: bold;
}
.tabSwitch_ul2_plus li.on::after {
  display: none;
}
.tabSwitch_ul2_plus li:hover a {
  opacity: 0.6;
}
.tabSwitch_ul2_plus li:hover::after {
  opacity: 0.6;
}
.btn_select_type_caption {
  padding: 15px;
  border: 1px solid #CC0033;
  color: #cc0033;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 15px 0 0;
}

@media only screen and (max-width: 768px) {
  .btn_select_type_wrapper {
    padding: 10px 10px 15px;
  }
  .tabSwitch_ul2_plus li {
    padding-bottom: 24px;
    padding-top: 20px;
  }
  .tabSwitch_ul2_plus li::after {
    bottom: 2px;
    font-size: 20px;
    width: 20px;
    margin-left: -10px;
  }
  .btn_select_type_caption {
    padding: 10px;
    font-size: 1.6rem;
    margin: 15px 0 0;
  }
  .tabSwitch_ul2_plus li:hover a {
    opacity: 1;
  }
  .tabSwitch_ul2_plus li:hover::after {
    opacity: 1;
  }
}

.c-staticAccodionStyle__items__item__inner .c-linkStyle01_btn a {
  display: flex;
}
.c-staticAccodionStyle__items__item__inner .c-linkStyle01_btn a::after {
  display: none;
}
.c-staticAccodionStyle__items > .js-staticAcoddion[data-cont]:last-child a{
  border-radius: 100px;
}

.c-btn1Col_w700{
  width: 700px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  .c-btn1Col_w700 {
    margin-bottom: 24px;
    width: 100%;
  }
}

.c-staticFlexAccodionStyle__items__item__inner> div {
    padding: 33px 33px;
  }
@media only screen and (max-width: 768px) {
 .wrap_hidden {
    overflow-x: auto;
  }
  .dcard_renew_img {
    width: 600px;
  }
 .c-staticFlexAccodionStyle__items__item__inner> div {
    padding: 16px 32px 16px 16px;
  }
}


