@charset "utf-8";

@media only screen and (max-width:767px) {
  .w_80sp {
    width: 80%;
  }
}

/* ------------------------------------------------------------
	index
   ------------------------------------------------------------ */
/* bonusItem */
.bonusItem {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.bonusItem_left{
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
	-webkit-align-items: flex-end;
  align-items: flex-end;
  width: 300px;
  margin-right: 40px;
}
.bonusItem_right{
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: flex-end;
}
.bonusItem_word {
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  left: 75px;
}
/*.bonusItem_word:nth-child(1) {
  top: 70px;
}*/
.bonusItem_word:nth-child(1) {
  top: 110px;
}
.bonusItem_word:nth-child(2) {
  top: 150px;
}
.bonusItem_word span {
  position: relative;
}
.bonusItem_word span:before,
.bonusItem_word span:after {
  content: "";
  position: absolute;
  background-color: #00EEAD;
  top: calc(50% - 5px);
  height: 10px;
  width: 10px;
  border-radius: 100%;
}
.bonusItem_word span:before {
  left: -15px;
}
.bonusItem_word span:after {
  display: none;
}
.bonusItem_text {
  font-size: 80px;
  font-weight: 700;
  color: #008960;
}
.bonusItem_text span {
  display: inline-block;
  margin-left: -25px;
  font-size: 200px;
  letter-spacing: -0.2em;
}
@media only screen and (max-width:767px) {
  .bonusItem {
    min-height: 185px;
  }
  .bonusItem_left{
    width: 150px;
    margin-right: 20px;
  }
  .bonusItem_right{
    width: 120px;
  }
  .bonusItem_word {
    font-size: 12px;
    left: 30px;
  }
  /*.bonusItem_word:nth-child(1) {
    top: 0;
  }*/
  .bonusItem_word:nth-child(1) {
    top: 25px;
  }
  .bonusItem_word:nth-child(2) {
    top: 50px;
  }
  .bonusItem_word span:after {
    right: -10px;
  }
  .bonusItem_text {
    font-size: 60px;
  }
  .bonusItem_text span {
    display: inline-block;
    font-size: 120px;
    line-height: 1;
  }
}

/* rateItem */
.rateItem{
  width: 50%;
  text-align: center;
}
.rateItem_txt{
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}
.rateItem_bg{
  text-align: center;
  background-color: #008960;
  width: 350px;
  padding: 20px;
  margin: 20px auto 0;
  border-radius: 1em;
}
.rateItem_bg_txt{
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.rateItem_bg_txt span{
  font-size: 42px;
}
@media only screen and (max-width:767px) {
  .baseTxt_bg.baseTxt_bg_rate{
    padding: 30px 15px;
  }
  .rateItem_txt{
    font-size: 14px;
  }
  .rateItem_bg{
    width: 90%;
    padding: 10px 5px;
    margin: 10px auto 0;
    border-radius: 10px;
  }
  .rateItem_bg_txt{
    font-size: 14px;
  }
  .rateItem_bg_txt span{
    font-size: 24px;
  }
}

/* ------------------------------------------------------------
	plan_join
   ------------------------------------------------------------ */
.plan_join .main {
  padding-top: 25px;
}
.plan_join .h1Box_tit span {
  font-size: 26px;
  padding-left: 10px;
}
@media only screen and (max-width:767px){
  .plan_join .header_wrap {
    height: 64px;
  }
  .plan_join .main {
    margin-top: 64px;
    padding-top: 20px;
  }
  .plan_join .h1Box_tit span {
    display: block;
    font-size: 20px;
    padding-left: 0;
  }
}

/* card_box */
.card_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_box_item {
  text-align: center;
}
.card_box_txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #008960;
  margin-bottom: 10px;
}
@media only screen and (min-width:768px) {
  .card_box_item:nth-child(2),
  .card_box_item:nth-child(4) {
    margin: 0 30px;
  }
}
@media only screen and (max-width:767px){
  .card_box {
    flex-direction: column;
  }
  .card_box_item + .card_box_item {
    margin-top: 20px;
  }
}

/* checkbox */
.checkbox_cont {
  position: relative;
  padding-left: 70px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.checkbox_all {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
  z-index: 1;
  cursor: pointer;
}
.checkbox_all::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/cqbank/service/img/plan_join/icon_check_off.png) no-repeat 0 0;
  background-size: 25px auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
.checkbox_all:checked::before {
  background-image: url(/cqbank/service/img/plan_join/icon_check_on.png);
}

/* accordion */
.accordion {
  background: #E7FEF4;
}
.accordion:last-child {
  border-bottom: #ccc solid 1px;
}
.accordion_tit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: #ccc solid 1px;
}
.accordion_tit::before,
.accordion_tit::after {
  content: "";
  background: #00EEAD;
  position: absolute;
  margin: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.accordion_tit::before {
  width: 15px;
  height: 2px;
  right: 20px;
  top: 0;
  bottom: 0;
}
.accordion_tit::after {
  height: 15px;
  width: 2px;
  right: 26px;
  top: 0;
  bottom: 0;
}
.accordion_tit.active::after {
  opacity: 0;
}
.accordion_tit--noAcco::before,
.accordion_tit--noAcco::after {
  content: none;
}
.accordion_tit_box {
  width: 100%;
}
.accordion_tit_pa {
  display: block;
  width: 100%;
  padding: 20px 45px 20px 60px;
  cursor: pointer;
}
.accordion_checkbox {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
  z-index: 1;
  cursor: pointer;
}
.accordion_checkbox::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/cqbank/service/img/plan_join/icon_check_off.png) no-repeat 0 0;
  background-size: 20px auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
.accordion_checkbox:checked::before {
  background-image: url(/cqbank/service/img/plan_join/icon_check_on.png);
}
.accordion_box {
  display: none;
  width: 100%;
  padding: 0;
  border-top: #ced0e5 solid 1px;
  background: #f5f5f5;
  padding: 16px 20px;
}
@media only screen and (max-width:767px) {
  .checkbox_cont {
    font-size: 16px;
    padding-left: 55px;
  }
  .checkbox_all {
    left: 15px;
  }
  .accordion_tit_pa {
    padding-left: 50px;
  }
  .accordion_checkbox {
    left: 15px;
  }
}

/* popup */
.popup_bg {
  z-index: 98;
  background-color: rgba(0,0,0,0.5);
  position: fixed;  
  left: 0;
  top: 0;  
  width: 100%;
  height: 100%;
  display: none;
}
.popup {
  background: #fff;
  padding: 40px 50px;
  border-radius: 1em;
  max-width: 80%;
  position: absolute;
  max-height: 80vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
}
.popup .btn_cmn {
  cursor: pointer;
}
.popup_close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  right: 12px;
  top: 9px;
}
.popup_close::before,
.popup_close::after{
  content: "";
  width: 20px;
  height: 2px;
  background: #008960;
  position: absolute;
  left: 50%;
  top: 50%;
}
.popup_close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.popup_close::after { 
  transform: translate(-50%,-50%) rotate(-45deg);
}
@media only screen and (max-width:768px) {
  .popup {
    padding: 30px;
  }
}
/* ------------------------------------------------------------
	uiplus
   ------------------------------------------------------------ */
/* commissionBox */
.commissionItem_left_txt {
  font-size: 30px;
  font-weight: 700;
  margin-right: 40px;
  color: #008960;
}
.commissionItem_right_txt {
  font-size: 60px;
  font-weight: 700;
  color: #008960;
}
.commissionItem_right_txt span {
  display: inline-block;
  margin-left: -25px;
  font-size: 160px;
  letter-spacing: -0.2em;
}
@media only screen and (min-width:768px) {
  .commissionBox{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .commissionItem {
    width: calc((100% - 96px) / 3);
    margin: 0 48px 0 0;
  }
  .commissionItem:last-child {
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width:767px) {
  .commissionItem_left_txt {
    font-size: 24px;
    margin-right: 20px;
  }
  .commissionItem_right_txt span {
    margin-left: -20px;
    font-size: 120px;
  }
}

/* stageBox */
.stageBox {
  position: relative;
  text-align: center;
  padding: 0 0 0 100px;
}
.stageBox_number {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  color: #fff;
  background: #4678cd;
  line-height: 1.2;
  font-size: 30px;
}
.stageBox_number:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 50px 0 50px;
  border-color: #000 transparent transparent transparent;
  z-index: 1;
}
.stageBox_number.title {
  background: #222;
  font-size: 18px;
}
.stageBox_number.title:after {
  border-color: #222 transparent transparent transparent;
}
.stageBox_number.stage1 {
  background: #007c5c;
}
.stageBox_number.stage1:after {
  border-color: #007c5c transparent transparent transparent;
}
.stageBox_number.stage2 {
  background: #006f5d;
}
.stageBox_number.stage2:after {
  border-color: #006f5d transparent transparent transparent;
}
.stageBox_number.stage3 {
  background: #026363;
}
.stageBox_number.stage3:after {
  border-color: #026363 transparent transparent transparent;
}
.stageBox_number.stage4 {
  background: #0a525e;
}
.stageBox_number.stage4:after {
  border-color: #0a525e transparent transparent transparent;
}
.stageBox_number.stage5 {
  background: #1a3d59;
}
.stageBox_number.stage5:after {
  border-color: #1a3d59 transparent transparent transparent;
}
.stageBox_number span {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
  padding-top: 16px;
}
.stageBox_txt {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.stageBox:last-of-type .stageBox_txt {
  border-bottom: 1px solid #ccc;
}
.stageBox_title p {
  line-height: 1.8;
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (min-width:768px) {
  .chart_stage_uiplus{
    display: flex;
    display: -webkit-flex;
  }
  .chart_stage_uiplusBox {
    width: calc((100% - 40px) / 2);
    margin: 0 40px 0 0;
  }
  .chart_stage_uiplusBox:nth-child(2n) {
      margin: 0 0 0 0;
  }
  .stageBox_txt {
    height: 100px;
  }
  .stageBox_txt.stageBox_title {
    height: 130px;
  }
}
@media only screen and (max-width:767px) {
  .chart_stage_uiplusBox:nth-child(2n) {
      margin: 50px 0 0;
  }
  .stageBox {
    padding: 0 0 0 80px;
  }
  .stageBox_number {
    width: 68px;
    font-size: 26px;
  }
  .stageBox_number:after {
    border-width: 16px 34px 0 34px;
  }
  .stageBox_number.title {
    font-size: 14px;
  }
  .stageBox_title p {
    font-size: 20px;
  }
  .stageBox_txt {
    padding: 15px 0;
  }
}

/* tableBox_stage */
.tableBox_stage_uiplus .tableBox_stage_tr:nth-child(1) {
  margin-left: 0;
  margin-right: 400px;
}
.tableBox_stage_uiplus .tableBox_stage_tr:nth-child(2) {
  margin-left: 0;
  margin-right: 300px;
}
.tableBox_stage_uiplus .tableBox_stage_tr:nth-child(3) {
  margin-left: 0;
  margin-right: 200px;
}
.tableBox_stage_uiplus .tableBox_stage_tr:nth-child(4) {
  margin-left: 0;
  margin-right: 100px;
}
.tableBox_stage_uiplus .tableBox_stage_tr:nth-child(1) .tableBox_th {
  background: #007c5c;
}
.tableBox_stage_uiplus .tableBox_stage_tr:nth-child(2) .tableBox_th {
  background: #006f5d;
}
.tableBox_stage_uiplus .tableBox_stage_tr:nth-child(3) .tableBox_th {
  background: #026363;
}
.tableBox_stage_uiplus .tableBox_stage_tr:nth-child(4) .tableBox_th {
  background: #0a525e;
}
.tableBox_stage_uiplus .tableBox_stage_tr:nth-child(5) .tableBox_th {
  background: #1a3d59;
}
@media only screen and (max-width:767px){
  .tableBox_stage_uiplus .tableBox_stage_tr:nth-child(1) {
    margin-left: 0;
    margin-right: 80px;
  }
  .tableBox_stage_uiplus .tableBox_stage_tr:nth-child(2) {
    margin-left: 0;
    margin-right: 60px;
  }
  .tableBox_stage_uiplus .tableBox_stage_tr:nth-child(3) {
    margin-left: 0;
    margin-right: 40px;
  }
  .tableBox_stage_uiplus .tableBox_stage_tr:nth-child(4) {
    margin-left: 0;
    margin-right: 20px;
  }
}

/* stepList */
.stepList_uiplus .stepList_uiplus_stage1 {
  background: #007c5c;
}
.stepList_uiplus .stepList_uiplus_stage2 {
  background: #006f5d;
}
.stepList_uiplus .stepList_uiplus_stage3 {
  background: #0a525e;
}
@media only screen and (min-width:768px) {
  .stepList_uiplus{
    display: flex;
    display: -webkit-flex;
  }
  .stepList_uiplus .titSpe_wrap_01 {
    display: block;
    display: -webkit-block;
  }
  .stepList_uiplus .titSpe_point {
    margin: 0 auto;
  }
  .stepList_uiplus .stepItem {
    position: relative;
    border-top: none;
    border-left: #ccc solid 1px;
    width: calc(100% / 4);
    padding: 40px;
  }
  .stepList_uiplus .stepItem + .stepItem::before,
  .stepList_uiplus .stepItem + .stepItem::after {
    content: "";
    border-left: 22px solid #ccc;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-right: none;
    width: 42px;
    height: 22px;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
  }
  .stepList_uiplus .stepItem + .stepItem::after {
	  border-left-color: #fff;
    left: -1px;
  }
  .stepList_uiplus .stepItem:last-child {
    border-bottom: none;
    border-right: #ccc solid 1px;
  }
  .stepList_uiplus .stepItem_left {
    width: auto;
    text-align: center;
  }
  .stepList_uiplus  .stepItem_text {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
  }
}
@media only screen and (max-width:767px) {
  .stepList_uiplus .titSpe_wrap_01{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
  .tableBox_stage_uiplus .tableBox_stage_tr:nth-child(4) {
    margin-left: 0;
    margin-right: 20px;
  }
  .stepList_uiplus .titSpe_point {
    flex-direction: column;
    -webkit-flex-direction: column;
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
  }
  .stepList_uiplus  .stepItem_text {
    margin-left: 30px;
  }
}
.border_r{
  border-radius: 1em;
}

.linepayTitle{
  display: block;
  text-align: center;
}
.linepayTitle .titSpe_tit{

  font-size: 30px;
  font-weight: 700;
  color: #008960;
}
@media only screen and (max-width: 767px){
  .linepayTitle .titSpe_tit{
    font-size: 24px;
  }
}
.appTitle{
  font-size: 30px;
  font-weight: 700;
  color: #008960;
}
@media only screen and (max-width: 767px){
  .appTitle{
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px){
  .yokin .col_3 th.col_item{
    width: 26% !important;
  }
  .yokin .col_3 td.col_item{
    width: 37% !important;
  }

}


/* ------------------------------------------------------------
	pension
   ------------------------------------------------------------ */
   /* stepList */
.stepList_pension .stepList_pension_stage1 {
  background: #007c5c;
}
.stepList_pension .stepList_pension_stage2 {
  background: #006f5d;
}
.stepList_pension .stepList_pension_stage3 {
  background: #0a525e;
}
.stepItem_icon{
  margin: 10px auto 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width:768px) {
  .stepList_pension{
    display: flex;
    display: -webkit-flex;
  }
  .stepList_pension .titSpe_wrap_01 {
    display: block;
    display: -webkit-block;
  }
  .stepList_pension .titSpe_point {
    margin: 0 auto;
  }
  .stepList_pension .stepItem {
    position: relative;
    border-top: none;
    border-left: #ccc solid 1px;
    width: calc(100% / 3);
    padding: 40px;
  }
  .stepList_pension .stepItem + .stepItem::before,
  .stepList_pension .stepItem + .stepItem::after {
    content: "";
    border-left: 22px solid #ccc;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-right: none;
    width: 42px;
    height: 22px;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
  }
  .stepList_pension .stepItem + .stepItem::after {
    border-left-color: #fff;
    left: -1px;
  }
  .stepList_pension .stepItem:last-child {
    border-bottom: none;
    border-right: #ccc solid 1px;
  }
  .stepList_pension .stepItem_left {
    width: auto;
    text-align: center;
  }
  .stepList_pension  .stepItem_text {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
  }
}
@media only screen and (max-width:767px) {
  .stepList_pension .titSpe_wrap_01{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
  .tableBox_stage_pension .tableBox_stage_tr:nth-child(4) {
    margin-left: 0;
    margin-right: 20px;
  }
  .stepList_pension .titSpe_point {
    flex-direction: column;
    -webkit-flex-direction: column;
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
  }
  .stepList_pension .stepItem_main {
    margin-left: 30px;
  }
}

.box_gold{
  border: #00EEAD solid 5px;
}

/* ------------------------------------------------------------
	support
------------------------------------------------------------ */
/*h1Box*/
.h1Box_support .h1Box_img {
  right: 75px;
  top: -80px;
}
@media only screen and (max-width:767px){
  .h1Box_support .h1Box_img{
    width: 285px;
    margin: 0 auto -21px;
    z-index: 2;
    position: relative;
    right: 0;
    top: 0;
  }  
}
/* stepList */
.stepList_support .stepItem .titSpe_point {
  background: #008960;
}
.stepList_support.stepItem_icon{
  margin: 10px auto 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width:768px) {
  .stepList_support{
    display: flex;
    display: -webkit-flex;
  }
  .stepList_support .titSpe_wrap_01 {
    display: block;
    display: -webkit-block;
  }
  .stepList_support .titSpe_point {
    margin: 0 auto;
  }
  .stepList_support .stepItem {
    position: relative;
    border-top: none;
    border-left: #ccc solid 1px;
    width: calc(100% / 3);
    padding: 40px;
  }
  .stepList_support .stepItem + .stepItem::before,
  .stepList_support .stepItem + .stepItem::after {
    content: "";
    border-left: 22px solid #ccc;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-right: none;
    width: 42px;
    height: 22px;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
  }
  .stepList_support .stepItem + .stepItem::after {
    border-left-color: #fff;
    left: -1px;
  }
  .stepList_support .stepItem:last-child {
    border-bottom: none;
    border-right: #ccc solid 1px;
  }
  .stepList_support .stepItem_left {
    width: auto;
    text-align: center;
  }
  .stepList_support  .stepItem_text {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
  }
}
@media only screen and (max-width:767px) {
  .stepList_support .titSpe_wrap_01{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
  .tableBox_stage_pension .tableBox_stage_tr:nth-child(4) {
    margin-left: 0;
    margin-right: 20px;
  }
  .stepList_support .titSpe_point {
    flex-direction: column;
    -webkit-flex-direction: column;
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
  }
  .stepList_support .stepItem_main {
    margin-left: 30px;
  }
}


/* ------------------------------------------------------------
	plan
------------------------------------------------------------ */
/*h1Box*/
.h1Box_plan .h1Box_img {
  right: 75px;
  top: -65px;
}
@media only screen and (max-width:767px){
  .h1Box_plan .h1Box_img{
    width: 220px;
    margin: 0 auto -21px;
    z-index: 2;
    position: relative;
    right: 0;
    top: 0;
  }  
}
/*loanBox_plan*/
.loanBox_plan {
    border: #00EEAD solid 3px;
}
@media only screen and (max-width:767px){
  .loanBox_plan {
    padding: 20px 10px;
  }
}
/*loan_plan*/
.loan_plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 0 40px ;
}
.loan_plan + .loan_plan {
  border-top: #ccebde solid 1px;
  padding: 40px 0 0;
}
.loan_plan_tag {
  margin-right: 20px;
}
.loan_plan_tag_cir,
.loan_plan_tag_sq {
  background: #008960;
  color: #FFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loan_plan_tag_cir {
  border-radius: 100%;
  width: 70px;
  height: 70px;
}
.loan_plan_tag_sq {
  border-radius: 0.5em;
  width: 130px;
  height: 50px;
}
.loan_plan_rate {
  color: #008960;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
.loan_plan_rate span {
  color: #05C48B;
  font-size: 48px;
}
@media only screen and (max-width:767px){
  .loan_plan {
    padding: 0 0 20px ;
  }
  .loan_plan + .loan_plan {
    padding: 20px 0 0;
  }
  .loan_plan_tag {
    margin-right: 10px;
  }
  .loan_plan_tag_cir,
  .loan_plan_tag_sq {
    font-size: 12px;
  }
  .loan_plan_tag_cir {
    border-radius: 100%;
    width: 50px;
    height: 50px;
  }
  .loan_plan_tag_sq {
    width: 90px;
    height: 30px;
  }
  .loan_plan_rate { 
    font-size: 14px;
  }
  .loan_plan_rate span {
    font-size: 26px;
  }
}
/*colImg_plan*/
.colImg_plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.colImg_plan .col_item {
  width: calc((100% - 120px) / 3);
}
.lcolImg_plan_img {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  padding-top: 100%;
  margin: 0 0 20px;
  border-radius: 100%;
  text-align: center;
}
.lcolImg_plan_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.lcolImg_plan_txt {
  color: #008960;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width:768px) {
  .colImg_plan .col_item:nth-child(n + 4) {
    margin-top: 60px;
  }
}
@media only screen and (max-width:767px){
  .colImg_plan .col_item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .colImg_plan .col_item {
    width: calc((100% - 20px) / 2);
  }
  .lcolImg_plan_img img {
    max-width: 80%;
    max-height: 80%;
  }
}