@charset "utf-8";

div#a1004_leftbox{
  padding-top: 160px;
}

#Abc1606Side {
  padding-top: 86px;
}

/* ===========================
reset style
=========================== */
body{
  background-image: none;
}
#history_prevbutton{
  display: none;
}

#abc_main_container_inner{
  padding-bottom: 80px;
}

/* ===========================
module style
=========================== */
.hover-opacity:hover{
  opacity: 0.75;
}

/* ===========================
contents common style
=========================== */
.con_wrap{
  width: 767px;
}
.con_header_block{
  font-size: 0;
  line-height: 1;
  background-color: #fff;
}
.con_header_block_title{
}
.con_body_block{
  width: 767px;
  padding-top: 40px;
  background-color: #e5ebf6;
  box-sizing: border-box;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
}
.con_body_block_innner{
  position: relative;
  margin: 0 auto 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
}
.con_body_block_innner:last-of-type{
  margin-bottom: 0;
}
.con_footer_block{
  position: relative;
  width: 767px;
  margin-bottom: 38px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
}
.chapter_nav_block{
  width: 767px;
  box-sizing: border-box;
}
.chapter_navBox{
  display: flex;
  font-size: 0;
  line-height: 1;
  flex-wrap: wrap;
  justify-content: space-around;
}
.chapter_navList{
  margin-bottom: 20px;
}

.chapter_navList a{
  display: block;
}
.chapter_top_backBox{
  text-align: center;
  font-size: 0;
  line-height: 1;
}
.chapter_top_backBox a{
  display: block;
}
.bnr_column_box{
  text-align: center;
  margin-bottom: 30px;
}

/* newe style */

.chapter_sec{
  position: relative;
  width: 632px;
  margin: 0 auto;
  padding: 30px;
  background: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
}


.split_inner .chapter_sec{
  display: flex;
  justify-content: space-between;
}

.sec_q{
  position: relative;
  display: inline-block;
  /* font-size: 18px;
  color: #653025;
  font-weight: 700; */
  /* line-height: 1.2; */
}

.sec_q .icon_multi{
  padding: .2em .5em;
  margin-left: 0.6em;
  font-size: 10px;
  line-height: 1;
  background: #E8DCD6;
  border-radius: 4px;
  vertical-align: middle;
}

.icon_q{
  position: absolute;
  left: -1.25em;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
}

.sec_a{
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  margin-left: -30px;
  /* font-weight: 900;
  font-size: 20px;
  color: #006CB6;
  line-height: 1.7;
  text-indent: -1.5em;
  margin-left: 1.5em; */
}

.icon_a{
  padding-right: 0.2em;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  line-height: 1.2;
}

.sec_a .hl_letter{
  font-size: 28px;
  line-height: 0;
}

.sec_a .hl_num{
  font-size: 36px;
  line-height: 0;
}

.chapter_sec p{
  line-height: 1.7;
  font-size: 12px;
  color: #653025;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sec_list{
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #4B8CCA;
}
.sec_list::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  display: block;
  z-index: 1;
}
.sec_list:not(:first-of-type){
  margin-top: 8px;
}
.sec_list:nth-of-type(n+4){
  font-weight: 500;
  color: #866949;
  font-size: 14px;
}
.sec_list:nth-of-type(n+4)::after{
  /* background: #DED4CA; */
}

.sec_list .rank_num,
.sec_list .rank_ratio{
  font-family: sutro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
}

.sec_list:nth-of-type(n+4) .rank_num,
.sec_list:nth-of-type(n+4) .rank_ratio{
  font-size: 17px;
}

.sec_list .rank_ratio span{
      transform: scale(.7);
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -0.08em;
}


.sec_list dt,
.sec_list dd{
  position: relative;
  display: block;
  background: #FFF;
  z-index: 2;
}

.sec_list dt{
padding-right: 0.5em;
}
.sec_list dd{
padding-left: 0.5em;
}

.con_footer_block{

}

.con_body_block{
  position: relative;
  padding-bottom: 50px;
}

.ft_voice{
  position: absolute;
  width: 270px;
  display: block;
  padding: 10px 30px;
  font-size: 12px;
  color: #653025;
  line-height: 1.5;
  background: gray;
  border-radius: 200px;
  box-sizing: border-box;
  z-index: 29;
}

.ft_voice span{
  font-weight: 700;
}

.ft_voice.tail1::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(225deg);
  left: 28px;
  bottom: -16px;
  border-left: 16px solid #ffffff;
  border-top: 16px solid #ffffff;
  border-right: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.ft_voice.tail1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(225deg);
  left: 40px;
  bottom: -16px;
  border-left: 16px solid gray;
  border-top: 16px solid gray;
  border-right: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.ft_voice.tail2::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(225deg);
  right: 28px;
  bottom: -16px;
  border-left: 16px solid #ffffff;
  border-top: 16px solid #ffffff;
  border-right: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.ft_voice.tail2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(225deg);
  right: 40px;
  bottom: -16px;
  border-left: 16px solid gray;
  border-top: 16px solid gray;
  border-right: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.ft_title{
  position: absolute;
  top: 0;
  left: 0;
}