@charset "utf-8";

#main_box { line-height: 2.0; }

/* side_menu ----------------- */
#side_box .side_menu .menu_grp_c.grp32 {
    background-color: rgb(241,241,241);
}
#side_box .side_menu li.btn321 > a {
  background-color: rgb(255,253,237);
  pointer-events:none;
  cursor: auto;
  font-weight: 700;
}
#side_box .side_menu li.btn321 > a::after {
  display: none;
}



/* contents ---- */

.box01 .box01_01 {
  display: flex;
  justify-content: space-between;
}
.box01 .box01_01 > .text {
  width: calc(100% - 120px);
}
.box01 .box01_01 > .image {
  width: 100px;
}

.box01 .box01_02 > .box01_02_01 {
  display: flex;
  position: relative;
  align-items: center;
  border: 2px #ccc solid;
  border-radius: 3px;
  padding: 16px;
  max-width: 660px;
}
.box01 .box01_02 > .box01_02_01 > .title_box {
}
.box01 .box01_02 > .box01_02_01 > .title_box > .txt1 {
  border-bottom: 1px #ccc solid;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}
.box01 .box01_02 > .box01_02_01 > .title_box > .txt2 {
  color: rgb(104, 144, 214);
}
.box01 .box01_02 > .box01_02_01 > .reduce_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box01 .box01_02 > .box01_02_01 > .reduce_box > .box_b_a {
  padding: 0 16px;
  text-align: center;
  line-height: 1.5;
}
.box01 .box01_02 > .box01_02_01 > .reduce_box > .box_b_a > .title {
  padding: 2px 12px;
  font-size: 12px;
  border-radius: 3px;
  background-color: rgb(160, 215, 72);
  color: rgb(255,255,255);
}
.box01 .box01_02 > .box01_02_01 > .reduce_box > .box_b_a > .num {
  font-size: 22px;
}
.box01 .box01_02 > .box01_02_01 > .reduce_box > .box_arrow {
  position: relative;
  width: 20px;
  height: 16px;
  margin-right: 16px;
  background-color: rgb(104, 144, 214);
}
.box01 .box01_02 > .box01_02_01 > .reduce_box > .box_arrow::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translate3d(0, -50%, 0);
  border-left: 16px rgb(104, 144, 214) solid;
  border-top: 16px transparent solid;
  border-bottom: 16px transparent solid;
  content: '';
}
.box01 .box01_02 > .box01_02_01 > .reduce_box > .box_hukidashi {
  position: relative;
  padding: 12px 8px;
  border-radius: 30px;
  border: 2px rgb(160, 215, 72) solid;
  color: rgb(160, 215, 72);
  line-height: 1.4;
}
.box01 .box01_02 > .box01_02_01 > .reduce_box > .box_hukidashi::after {
  display: block;
  position: absolute;
  left: -6px;
  top: 50%;
  width: 6px;
  height: 10px;
  background-color: rgb(255,255,255);
  transform: matrix(1, 0.7, -1.8, 1, 7,-4) rotate(-90deg) translate3d(0, -50%, 0);
  border-top: 2px rgb(160, 215, 72) solid;
  border-left: 1px rgb(160, 215, 72) solid;
  content: '';
}

.box01 .box01_02 > .box01_02_01 > .icon {
  position: absolute;
  right: 0;
  top: -88px;
  width: 120px;
  height: 120px;
}
.box01 .box01_02 > .box01_02_01 > .icon::before {
  display: block;
  position: absolute;
  left: 14px;
  bottom: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgb(255,161,0);
  content: '';
}
.box01 .box01_02 > .box01_02_01 > .icon .icon_i {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px rgb(255,161,0) solid;
  background-color: rgb(255,255,255);
}
.box01 .box01_02 > .box01_02_01 > .icon .icon_i > div {
  text-align: center;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  line-height: 1.5;
}
.box01 .box01_02 > .box01_02_01 > .icon .icon_i > .txt1 {
  margin-top: 20px;
}
.box01 .box01_02 > .box01_02_01 > .icon .icon_i > .txt2 {
  margin-top: -8px;
  font-size: 24px;
  color: rgb(255,161,0);
  border-bottom: 2px rgb(255,161,0) solid;
}

html[lang="en"] .box01 .box01_02 > .box01_02_01 > .icon .icon_i > .txt2 {
  margin-top: 16px;
}



@media screen and (max-width:767px) {
  .box01 .box01_01 > .text {
    width: calc(100% - 180px);
  }
  .box01 .box01_01 > .image {
    width: 180px;
  }
  .box01 .box01_02 > .box01_02_01 {
    padding: 6px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 450px;
  }
  .box01 .box01_02 > .box01_02_01 > .reduce_box > .box_b_a {
    padding: 0 8px;
  }
  .box01 .box01_02 > .box01_02_01 > .reduce_box > .box_arrow {
    width: 16px;
  }
  .box01 .box01_02 > .box01_02_01 > .icon {
    top: -68px;
    width: 110px;
    height: 110px;
  }
  html[lang="en"] .box01 .box01_02 > .box01_02_01 > .icon .icon_i > .txt3 {
    font-size: 12px;
    line-height: 1.3;
  }
  .box01 .box01_02 > .box01_02_01 > .icon .icon_i > .txt1 {
    margin-top: 12px;
  }
}






