@charset "UTF-8";
.kv{
  background-image: url(../images/choice_mv.jpg);
}
#choice .choice{padding: 6rem 0 8rem;}
#choice .choice .link_list:not(:last-of-type){
  margin-bottom: 6rem;
}
#choice .choice .link_list.jcsb {
  padding: 0 10rem;
}
#choice .choice .link_list li{
  width: 40rem;
  padding: 2rem 2rem 4rem;
  border: 1px solid #e3e3e3;
  background: #fff;
  box-sizing: border-box;
}
#choice .choice .link_list li .img{
  margin-bottom: 2rem;
  overflow: hidden;
}
#choice .choice .link_list li:hover img{
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#choice .choice .link_list li img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}
#choice .choice .link_list li h2{
  font-size: 2rem;
  color: #002560;
  margin-bottom:0.5rem;
}
#choice .choice .link_list li .lead{
   font-size: 1.4rem;
   line-height: 1.71;
   margin-bottom: 0;
   letter-spacing: 0.02em;
}
#choice .choice .link_list li .more_btn{
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  color: #002560;
  display: inline-block;
  
}
#choice .choice .link_list li .more_btn::before,
#choice .choice .link_list li .more_btn::after{
  content: '';
  position: absolute;
  display: block;
  width: 2.1rem;
  height: 1px;
  background-color: #002560;
  bottom: 0.5rem;
  right: -3.7rem;
  border-radius: 60px;
}
#choice .choice .link_list li .more_btn::after{
width: 1.2rem;
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
    transform: rotate(30deg);
    bottom: 0.8rem;
}

@media (max-width: 767px){
  #choice .choice .link_list:not(:last-of-type){
    margin-bottom: 0;
  }
#choice .choice{
  padding: 12rem 0 16rem;
}
#choice .choice .link_list.jcsb {
  padding: 0;
  margin-bottom: 0;
}
#choice .choice .link_list {
 flex-wrap: wrap;
}
#choice .choice .link_list li{
  width: 50%;
  padding: 4rem 4rem 8rem;
}
#choice .choice .link_list li .img{
  margin-bottom: 4rem;
}
#choice .choice .link_list li h2{
  font-size: 4rem;
  color: #002560;
  margin-bottom:1rem;
}
#choice .choice .link_list li .lead{
   font-size: 2.8rem;
   line-height: 1.71;
   margin-bottom:0;
}
  #choice .choice .link_list li .more_btn{
    font-size: 3rem;
  }
  #choice .choice .link_list li .more_btn::before,
  #choice .choice .link_list li .more_btn::after{
    width: 4.2rem;
    bottom: .8rem;
    right: -6rem;
  }
  #choice .choice .link_list li .more_btn::after{
    width: 2.4rem;
    bottom: 1.4rem;
    }
}












/* 下層ページ */
#choice_layer .model{
  padding: 6rem 0 12rem 0;
}
#choice_layer .choice_section{
  padding: 0 0 12rem 0;
}

#choice_layer .model .links{
  display: flex;
  box-shadow: 3px 6px 24px rgb(0 0 0 / 16%);
  margin: 0 0 8rem 0;
}
#choice_layer .model .links li{
  width: 33.3%;
  background: #fff;
  height: 11.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
#choice_layer .model .links li:nth-of-type(2){
  position: relative;
}
#choice_layer .model .links li:nth-of-type(2)::before{
  content: "";
  width: 100%;
  height: 45%;
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  background: transparent;
  z-index: 1;
}

#choice_layer .model .links li a{
  font-size: 1.8rem;
  font-weight: 600;
  color: #002560;
  font-weight: bold;
  z-index: 5;
  position: relative;
}
#choice_layer .model .links li::after{
  content: "";
  display: block;
  border-right: solid 0.35rem #002560;
  border-bottom: solid 0.35rem #002560;
  margin-top: 1rem;/*なくてもOK*/
  width: 1.3rem;
  height: 1.3rem;
  transform: rotate(45deg);
}
#choice_layer .visual{
  width: 60rem;
  margin: 0 auto 6rem;
}
#choice_layer h3{
  font-size: 3.2rem;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 5rem;
}
#choice_layer .comparison_list{
  display: flex;
  margin-bottom: 6rem;
}
#choice_layer .comparison_list li{
  width: 50%;
}
#choice_layer .comparison_img{
  width: 40rem;
  margin: 0 auto 1.3rem;
}
#choice_layer .img_txt,
#choice_layer .img_name{
  width: 40rem;
  margin: 0 auto;
  display: block;
  font-weight: 600;
  line-height: 1.71;
}
#choice_layer .img_txt{
  font-size: 2rem;
}
#choice_layer .img_name{
  font-size: 1.4rem;
  color: #002560;
}

#choice_layer .comparison_box{
  text-align: center;
  margin-bottom: 4.5rem;
}
#choice_layer .comparison_box h4{
  font-size: 2rem;
  margin-bottom: 2.5rem;
  color: #002560;
}
#choice_layer .comparison_box h5{
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: 600;
  margin: 0;
}
#choice_layer .comparison_box p{
  font-size: 1.4rem;
  line-height: 1.71;
  margin-bottom: 1.5rem;
}
#choice_layer .comparison_box p span{
  line-height: 1.71;
  font-size: 1rem;
  display: block;
}
#choice_layer .comparison_list.only_cost .comparison_box,
#choice_layer .comparison_list.only_cost .comparison_box p
{
  margin-bottom: 0;
}
.list_block {
  margin-bottom: 6rem;
}
.list_block .scrblock ul:nth-of-type(1){
  border-top: 1px solid #002560;
  border-bottom: 1px solid #002560;
}
.list_block .scrblock ul:nth-of-type(1) li{
  height: 6rem;
}
.list_block .scrblock ul:nth-of-type(even){
  background: #DCECF8;
}
.list_block .scrblock ul:nth-of-type(odd){
  background: #fff;
}
.list_block ul{
  display: flex;
}
.list_block ul:nth-of-type(1) li,
.list_block ul:nth-of-type(1) p,
.list_block ul:nth-of-type(1) span{
  font-weight: 600;
  font-size: 2rem;
  color: #002560;
}
.list li{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.4rem;
  margin: 0 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.015em;
  line-height: 1.7;
  text-align: center;
  white-space: nowrap;
}
.list li p{
  font-size: 1.4rem;
  letter-spacing: 0.015em;
}
.list li .double_space{
  width: 66.6%;
}
.list li .single_space{
  width: 33.3%;
}
.list li:nth-of-type(1){
  width: 16rem;
  margin-right: 0;
  text-align: left;
  justify-content: left;
  font-weight: bold;
}
.list li:nth-of-type(1) span{font-size: 1rem;}
.list li:nth-of-type(2){width: 20.5rem;}
.list li:nth-of-type(3){width: 6rem;}
.list li:nth-of-type(4){
  width: 18rem;
  margin-left: 29rem;
}
.list li:nth-of-type(5){width: 6rem;}

.list_block.cost .list li:nth-of-type(3){
  width: 18rem;
  margin-left: 38.5rem;
}
.list_block.cost .list li.bold{
  font-weight: bold;
}
.list_note{
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
.cost_lead{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
.cost_graph{
  width: 100%;
}
#choice_layer h2{
	font-size: 3.2rem;
	letter-spacing: 0;
	font-weight: bold;
	color: #fff;
	background-color: #002560;
	position: relative;
	padding: 4rem 0 4rem 4rem;
	width: 36%;
	height: 15.4rem;
	z-index: 1;
	margin-bottom: 8rem;
}
#choice_layer h2:before{
	content: '';
	position: absolute;
	display: block;
	width: 100vw;
	height: 100%;
	background-color: #002560;
	z-index: -1;
	top: 0;
	right: 40rem;
}
#choice_layer h2:after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	z-index: -1;
	top: 0;
	right: -9.5rem;
	border-style: solid;
    border-width: 15.4rem 0 0 9.5rem;
    border-color: transparent transparent transparent #002560;
}
#choice_layer h2 .en_ttl{
	font-size: 2rem;
	letter-spacing: 0.02em;
	color: #fff;
	display: block;
	margin-top: 1.9rem;
}
.size_img.double{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.size_img.double li{
  width: 40rem;
}
.size_img.single{
  width: 35.6rem;
  margin: 0 auto 1.5rem;
}
.size_img_lead{
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.02em;
  margin-bottom: 3rem;

}
.size_img_lead.middle{
  width: 58rem;
  margin: 0 auto;
  margin-bottom: 3rem;

}

.size_img_lead.long{
  width: 71rem;
  margin: 0 auto;
  margin-bottom: 3rem;


}

.handling .size_img.double{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 10rem;
}
.handling .size_img.double li:nth-of-type(2){
  width: 60rem;
  margin-left: 6.7rem;
}
.handling .size_img.double li:nth-of-type(1){
  width: 46.4rem;
}
.transport .size_img.double{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 5rem;
}
.transport .size_img.double{
  margin-bottom: 2rem;
}
.transport .size_img.double li{
  width: 50rem;
}
.press_fi .size_img{
  width: 70rem;
  margin: 0 auto 6.5rem;
}
.oscillate_transport .size_img.double{
  padding: 0 7rem;
}
.oscillate_transport .size_img.double li{
  width: 46.2rem;
}
.layer_links{
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 100;
}
.layer_links_container{
  display: flex;
  margin: 0 auto;
  transition-duration: 0.4s;
  width: 68rem;

}
.layer_links a{
  color: #fff;
  font-size: 2rem;
  height: 7rem;
  display: flex;
  align-items: center;
  margin: 0 2.4rem;
  transition-duration: 0.4s;
}
.layer_links{
  width: 100%;
  background-color: #002560;
}

#positioning .comparison_box p,
#space .comparison_box p,
#cost .comparison_box p{
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1200px){
  #choice_layer h3{
    width: calc(100% - 4rem);
    margin: 0 auto 5rem;
  }
  .list_note{
    margin-left: 0.5rem;
  }
}


@media (max-width: 767px){
  .handling h1{
    margin-right: -2rem;
  }
  #choice_layer h2{
		font-size: 5rem;
		padding: 4rem 0 4rem 0;
		width: 86.8%;
		height: 17.8rem;
		margin-bottom: 16rem;
	}
	#choice_layer h2:after{
	    border-width: 17.8rem 0 0 9.5rem;
	    right: -9.4rem;
	}
	#choice_layer h2 .en_ttl{
		font-size: 2rem;
		letter-spacing: 0.02em;
		color: #fff;
		display: block;
		margin-top: 1.9rem;
	}


  /* 下層ページ */
  #choice_layer .model{
    padding: 12rem 0 24rem 0;
  }
  #choice_layer .choice_section{
    padding: 0 0 24rem 0;
  }
  #choice_layer .model .links{
    margin: 0 0 16rem 0;
  }
  #choice_layer .model .links li{
    width: 33.3%;
    height: 22.2rem;
  }
  #choice_layer .model .links li a{
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
  }
  #choice_layer .model .links li::after{
    content: "";
    display: block;
    border-right: solid 0.7rem #002560;
    border-bottom: solid 0.7rem #002560;
    margin-top: 2rem;
    width: 2.6rem;
    height: 2.6rem;
  }
  #choice_layer .visual{
    width: 100%;
    margin: 0 auto 6rem;
  }
  #choice_layer h3{
    font-size: 6.4rem;
    padding: 0 0 4rem 0;
    margin-bottom: 10rem;
    line-height: 1.3;
  }
  #choice_layer .comparison_list{
    margin-bottom: 12rem;
  }
  #choice_layer .comparison_list li{
    width: 50%;
  }
  #choice_layer .comparison_img{
    width: 30rem;
    margin: 0 auto 2.6rem;
  }
  #choice_layer .img_txt,
  #choice_layer .img_name{
    width: 30rem;
    margin: 0 auto;
  }
  #choice_layer .img_txt{
    font-size: 4rem;
  }
  #choice_layer .img_name{
    font-size: 2.8rem;
  }

  #choice_layer .comparison_box{
    margin-bottom: 9rem;
    padding: 0 2rem;
  }
  #choice_layer .comparison_box h4{
    font-size: 4rem;
    margin-bottom: 5rem;
  }
  #choice_layer .comparison_box h5{
    font-size: 2.8rem;
    margin: 0;
  }
  #choice_layer .comparison_box p{
    font-size: 2.8rem;
    line-height: 1.71;
    margin-bottom: 3rem;
  }
  #choice_layer .comparison_list.only_cost .comparison_box,
  #choice_layer .comparison_list.only_cost .comparison_box p
  {
    margin-bottom: 0;
  }
  .list_block {
    margin-bottom: 4rem;
  }
  .list_block .scrblock ul:nth-of-type(1){
    border-top: 1px solid #002560;
    border-bottom: 1px solid #002560;
  }
  .list_block .scrblock ul:nth-of-type(1) li{
    height: 12rem;
  }
  .list_block .scrblock ul:nth-of-type(even){
    background: #DCECF8;
  }
  .list_block .scrblock ul:nth-of-type(odd){
    background: #fff;
  }
  .list_block ul{
    display: flex;
  }
  .list_block ul:nth-of-type(1) li,
  .list_block ul:nth-of-type(1) p,
  .list_block ul:nth-of-type(1) span{
    font-weight: 600;
    font-size: 4rem;
  }
  .list li{
    height: 8.8rem;
    margin: 0 4rem;
    font-size: 2.8rem;
    letter-spacing: 0.015em;
    line-height: 1.33;
  }
  .list li p{
    font-size: 2.8rem;
    letter-spacing: 0.015em;
  }
  .list li:nth-of-type(1){
    width: 32rem;
  }
  .list li:nth-of-type(1) span{font-size: 2rem;}
  .list li:nth-of-type(2){width: 42rem;}
  .list li:nth-of-type(3){width: 12.5rem;}
  .list li:nth-of-type(4){
    width: 44rem;
    margin-left: 4rem;
  }
  .list li:nth-of-type(5){width: 12rem;}
  .list_block.cost .list li:nth-of-type(3){
    width: 36rem;
    margin-left: 0rem;
  }
  .list_block{
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    white-space:nowrap;
    margin: 0 -2rem 12rem 0;
  }

  .model .scrblock{
    width: 168rem;
  }
  .cost .scrblock{
    width: 127rem;
  }
  .positioning .scrblock{
    width: 127rem;
  }
  


  .list_note{
    font-size: 2.8rem;
    letter-spacing: 0.02em;
    margin-bottom: 2rem;
    line-height: 1.71;
  }
  .cost_lead{
    font-size: 4rem;
    margin-bottom: 6rem;
    line-height: 1.3;
  }
  .cost_graph{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    white-space:nowrap;
    width: 100%;
    width: 75rem;
    margin: 0 -2rem 0 0;

  }
  .cost_graph .cost_scr_block{
    width: 240rem;
  }

  .size_img.double{
    display: block;
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: 10rem;
  }
  .size_img.double li{
    width: 60rem;
    margin: 0 auto;
  }
  .size_img.double li:nth-of-type(1){
    margin-bottom: 10rem;
  }
  .size_img.single{
    width: 60rem;
    margin: 0 auto 3rem;
  }
  .size_img_lead{
    font-size: 2.8rem;
    line-height: 1.71;
    letter-spacing: 0.02em;
    margin-bottom: 10rem;
  }
  .size_img_lead.middle{
    width: auto;
    margin: 0 auto;
    margin-bottom: 10rem;

  }
  .size_img_lead.long{
    width: auto;
    margin-bottom: 10rem;

  }

  .handling .size_img.double{
    display: block;
    margin-bottom: 10rem;
  }
  .handling .size_img.double li:nth-of-type(2){
    width: 60rem;
    margin-left: auto;
  }
  .handling .size_img.double li:nth-of-type(1){
    width: 60rem;
  }
 
  .transport .size_img.double{
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin-bottom: 4rem;
  }

  .transport .size_img.double li{
    width: 60rem;
  }
  .press_fi .size_img{
    width: 60rem;
    margin: 0 auto 6.5rem;
  }

  .oscillate_transport .size_img.double{
    padding: 0;
  }
  .oscillate_transport .size_img.double li{
    width: 60rem;
  }
  .layer_links{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 10;
    transition-duration: 0.4s;
  }
  .layer_links_container{
    width: 100vw;
    display: flex;
    margin: 0 auto;
    transition-duration: 0.4s;
    justify-content: center;
  }
  .layer_links a{
    color: #fff;
    font-size: 2.4rem;
    height: 9rem;
    display: flex;
    align-items: center;
    transition-duration: 0.4s;
    margin: 0 1.5rem;
  }
  .scr_color.layer_links{
    width: 100%;
    background-color: #002560;
    justify-content: center;

  }
  .scr_color.layer_links a{
    color: #fff;
    height: 9rem;
    font-size: 2.4rem;
    margin: 0 1.5rem;
  }

}


#cost .comparison_list .comparison_box p,
#space .comparison_list .comparison_box p,
#positioning .comparison_list .comparison_box p{
  font-weight: bold;
  font-size: 1.8rem;
}

@media (max-width: 767px){
  #cost .comparison_list .comparison_box p,
  #space .comparison_list .comparison_box p,
  #positioning .comparison_list .comparison_box p{
    font-size: 3.6rem;
  }
}


/* メインビジュアル変更 */
.clamp .kv{
  background-image: url(../images/clamp_mv_bg.jpg);
}
.transport .kv{
  background-image: url(../images/transport_mv_bg.jpg);
}
.handling .kv{
  background-image: url(../images/handling_mv_bg.jpg);
}
.press_fi .kv{
  background-image: url(../images/press_fi_mv_bg.jpg);
}
.oscillate_transport .kv{
  background-image: url(../images/oscillate_transport_mv_bg.jpg);
}



#choice_layer .comparison_box .add_ttl
{
  margin-bottom: 5rem;
  line-height: 1.33;
}

@media (max-width: 767px){
  #choice_layer .comparison_box .add_ttl{
    margin-bottom: 10rem;
    line-height: 1.33;
  }
  
}

#choice_layer .red{
  color: red;
}


.space100{
  width: 100%;
  display: flex;
}

.space50 .add_ttl{
  font-size: 2rem;
    margin-bottom: 2.5rem;
    color: #002560;
    margin-bottom: 3rem;
    line-height: 1.33;
    text-align: center;
}
@media (max-width: 767px){
  .space50 .add_ttl{
    margin-bottom: 6rem;
    line-height: 1.33;
    font-size: 4rem;

  }
}

.size_img.p_r{
  position: relative;
}
.add_ttl.p_a{
  top: 50rem;
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media (max-width: 767px){
  .add_ttl.p_a{
    top: 47rem;
  }
}

@media (max-width: 767px){
  .list_block.constitution .scrblock{
    width: 183rem;
  }
  #choice_layer .comparison_box p span {
    line-height: 1.71;
    font-size: 2rem;
    display: block;
}
}



#choice_layer .model .img_txt.tac{
  text-align: center;
}
#choice_layer .model .more_btn{
  margin-top: 2rem;
	position: relative;
	font-size: 2rem;
  font-weight: bold;
	letter-spacing: 0.025em;
	color: #002560;
  display: inline-block;
  margin-bottom: 2rem;
  line-height: 1;

  padding: 2rem 8rem 2rem 2.8rem;

  background-color: #dcecf8;
  font-size: 1.8rem;
  letter-spacing: 0;
  margin: 4rem 0 auto;
  position: relative;
  -webkit-box-shadow: 3px 6px 24px rgb(0 0 0 / 16%);
  box-shadow: 3px 6px 24px rgb(0 0 0 / 16%);
}

#choice_layer .model .more_btn::before,
#choice_layer .model .more_btn::after{
	content: '';
	position: absolute;
	display: block;
	width: 4rem;
	height: 2px;
	background-color: #002560;
	bottom: 2.5rem;
	right: 2.3rem;
	border-radius: 60px;
}
#choice_layer .model .more_btn::after{
	width: 1.2rem;
	-webkit-transform: rotate(30deg);
	    -ms-transform: rotate(30deg);
	        transform: rotate(30deg);
	bottom: 2.8rem;
}
@media (max-width: 767px){
  #choice_layer .model .more_btn{
    font-size: 2.8rem;
    margin-bottom: 2rem;
    line-height: 1;
    padding: 3rem 7rem 3rem 2.5rem;
   }
   #choice_layer .model .more_btn::before,
  #choice_layer .model .more_btn::after{
    bottom: 3.8rem;
    right: 1.8rem;

  }
  #choice_layer .model .more_btn::after{
    bottom: 4.1rem;
  }
}
/* .top_btn{
  width: 4rem;
  height: 4rem;
  background: #002560;
  border-radius: 60%;
  position: fixed;
  bottom: 9.5rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  opacity: 0;
  transition-duration: 0.7s;
}
.top_btn::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  pointer-events: none;
}
@media (max-width: 767px){
  .top_btn{
    width: 6.4rem;
    height: 6.4rem;
    bottom: 10rem;
  }
  .top_btn::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 2rem;
    height:2rem;
    border: 0.2rem solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
  }
} */
.top_btn{
  width: 40px;
  height: 40px;
  background: #002560;
  border-radius: 60%;
  position: fixed;
  bottom: 240px;
  right: 10px;
  /* border: 1px solid #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  opacity: 0;
  transition-duration: 0.7s;
}
.top_btn::after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  pointer-events: none;
}
@media (max-width: 767px){
  .top_btn{
    width: 32px;
    height: 32px;
    bottom: 160px;
  }
  .top_btn::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 10px;
    height:10px;
    border: 0.2rem solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
  }
}
#choice_layer section:last-of-type{
  padding-bottom: 6rem;
}
.addBtnArea{
  display: flex;
  padding-bottom: 18rem;
}
.addBtnArea li{
  width: 50%;
  text-align: center;
}
.addBtnArea li a{
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
  line-height: 1.5;

  padding: 2rem 10rem 2rem 2rem;

  background-color: #dcecf8;
  font-size: 1.8rem;
  letter-spacing: 0;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 3px 6px 24px rgb(0 0 0 / 16%);
  box-shadow: 3px 6px 24px rgb(0 0 0 / 16%);
}
.addBtnArea li a::before,
.addBtnArea li a::after{
	content: '';
	position: absolute;
	display: block;
	width: 4rem;
	height: 2px;
	background-color: #002560;
	bottom: 3.0rem;
	right: 3rem;
	border-radius: 60px;
}
.addBtnArea li a::after{
	width: 1.2rem;
	-webkit-transform: rotate(30deg);
	    -ms-transform: rotate(30deg);
	        transform: rotate(30deg);
	bottom: 3.3rem;
}
@media (max-width: 767px){
  .addBtnArea{
    display: block;
  }
  .addBtnArea li{
    width: auto;
    text-align: center;
  }
  .addBtnArea li:not(:last-of-type){
    margin-bottom: 6rem;
  }
  .addBtnArea li a{
    font-size:  2.8rem;
    margin-right: auto;
    padding: 4rem 10rem 4rem 4rem;
    text-align: left;
    width: 60rem;
  }
  .addBtnArea li a::before,
  .addBtnArea li a::after{
    content: '';
    position: absolute;
    display: block;
    width: 8rem;
    height: 2px;
    background-color: #002560;
    right: 5rem;
    position: absolute;
    bottom: 8rem;
  }
  .addBtnArea li a::after{
    width: 2.4rem;
    right: 5rem;
    bottom: 8.5rem;

    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
