.cp_wrapper {
  width: 100%;
}
.cp_outer {
  max-width: 1100px;
  margin: 0 auto 4rem auto;
  padding: 0rem 40px;
}
.cp_term {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  background-color: #d00010
}
.cp_middle {
  display: flex;
  padding: 1rem 0;
}
.cp_middle_inner_01 {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  margin: 0 1%;
  border: #000 2px solid;
  border-radius: 10px;
  overflow: hidden;
}
.inner_txt_01_01 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  text-align: center;
  padding: .5rem;
  background-color: #000;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}
.inner_txt_01_01 span {
  font-size: .8rem;
  line-height: 1.2rem;
}
.cp_table {
  margin: 0 2%;
  border-collapse: separate;
  border-spacing: 6px;
}
.td01 {
  text-align: center;
  font-size: .8rem;
  line-height: 1.2rem;
  padding: .25rem 0;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  border-bottom: #333 1px solid;
}
.td02 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "UniversNextPro-BoldCond";
}
.td02 span {
  color: #d00010;
  font-size: .6rem;
}
.cp_middle_inner_02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  background: url("../cp_images/arr_01.svg") center center / 100% 100% no-repeat;
}
.cp_middle_inner_03 {
  flex: 1 0;

  display: flex;
  flex-direction: column;
align-items: center;
justify-content: space-around;
  margin: 0 1%;
  border: #666 2px solid;
  border-radius: 10px;
  overflow: hidden;
  padding: 1rem .5rem 1rem .5rem
}
.inner_txt_03_01 {
  display: flex; 
    flex-flow: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .5rem 1rem;
  border: #d00010 2px solid;
  border-radius: 5px;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #d00010;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.inner_arr_02 {
  width: 100%;
  display: flex;    
  align-items: center;
  justify-content: center;
  height: 50px;
  background: url("../cp_images/arr_02.svg") center center / 100% 100% no-repeat;
}

.cp_middle_inner_04 {
 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0;

 
}

.inner_txt_03_02 {
  display:flex;
  align-items: baseline;flex-flow: wrap;
  padding: 0rem .5rem 1rem .5rem;
  font-feature-settings: "palt";
  letter-spacing: 0.025rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.inner_txt_03_02 span {
  font-size: 1.8rem;
  line-height: 1.5rem;
  color: #d00010;
}
.cp_lower {

  padding: 0rem 1rem 1rem 1rem;
}
.cp_shop {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .75rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
background: linear-gradient(to right,  rgba(36,0,130,0.00) 0%,rgba(36,0,130,1) 20%,rgba(36,0,130,1) 80%,rgba(36,0,130,0) 100%); 

}
.cp_shop_02 {
  width: 100%;
text-align: center;
  padding: 1.5rem ;
  font-size: 1rem;
  line-height: 1.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000; 
}

.cp_shop_02 a{
text-decoration: underline;
  color: #000; 
}
.cp_shop_02 a:hover{
text-decoration: underline;
  color: #000; 
}
.cp_notice {
  width: 100%;

  padding: 1.5rem ;
  font-size: 1rem;
  line-height: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.025rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000; 
}
ul li {
      font-size: 0.9rem;
     font-family: "FP-ヒラギノ角ゴ ProN W3";
  position: relative;
  padding: 0 0 0 1em;
  margin: 0.4rem 0;
  line-height: 1.2rem;
}
ul li:last-of-type {
  color: #d00010;
}
ul li:before {
  content: "▪";
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}

