/* --------------------------------------
text
------------------------------------------*/
.txt-ind1 {
  padding-left: 1em;
  text-indent: -1em;
}
.text-red{
  color: #da291c;
}
.text-center{
  text-align: center;
  }
  .text-left{
    text-align: left;
  }
/* --------------------------------------
font-color
------------------------------------------*/
  .font-blue a {
    color: #0b2986;
  }
  /* --------------------------------------
font-weight
------------------------------------------*/
.font-weight-bold{
  font-weight: bold;
}
/* --------------------------------------
border
------------------------------------------*/
.border-1{
  border: 1px solid #dfdfdf;
}
/* --------------------------------------
margin
------------------------------------------*/
.mt25 {
  margin-top: 25px;
}
.mb-0{
  margin-bottom: 0;
}
/* --------------------------------------
padding
------------------------------------------*/
.pt25 {
  padding-top: 25px;
}
/* --------------------------------------
line-height
------------------------------------------*/
.lh4{
  line-height: 4rem;
  font-weight: 500;
}
/* --------------------------------------
display
------------------------------------------*/
.l-grid_cx {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-grid_cx {
    display: block;
  }
}
/* --------------------------------------
.list-type_cx .item-head
------------------------------------------*/
.list-type_cx .item-head {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .list-type_cx .item-head {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* --------------------------------------
.list-type_cx .item-head .head-title
------------------------------------------*/
.list-type_cx .item-head .head-title {
  font-size: 2.5rem;
  font-weight: 500;
  width: calc( 100% - 50px);
}
/* --------------------------------------
list-type_cx .item-head .head-title-use
------------------------------------------*/
.list-type_cx .item-head .head-title-use {
  font-size: 2.8rem;
  font-weight: 500;
}
/* --------------------------------------
list-type_cx .item-head .head-label-2
------------------------------------------*/
.list-type_cx .item-head .head-label-2 {
  width: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffcd00;
  font-size: 1.2rem;
line-height: 1.2;
}
.list-type_cx .item-head .head-label-2 .num {
  font-size: 3rem;
  margin-left: 5px;
}
/* --------------------------------------
list-type_cx .item-head .head-label-use
------------------------------------------*/

.list-type_cx .item-head .head-label-use {
  width: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #da291c;
  font-size: 1.2rem;
}
.list-type_cx .item-head .head-label-use .num {
  font-size: 3rem;
  margin-left: 5px;
}

/* --------------------------------------
list-type_cx .list-item
------------------------------------------*/
.list-type_cx .list-item {
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .list-type_cx .list-item {
    margin-bottom: 30px;
  }
}
/* --------------------------------------
.list-type_cx .item-contents
------------------------------------------*/
.list-type_cx .item-contents {
  justify-content: space-between;
}
/* --------------------------------------
.list-type_cx .item-contents .image
------------------------------------------*/
.list-type_cx .item-contents .image {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .list-type_cx .item-contents .image {
    width: 100%;
    margin-bottom: 10px;
    -ms-order: 1;
        order: 1;
  }
}
/* --------------------------------------
list-type_cx .item-contents .image2
------------------------------------------*/
.list-type_cx .item-contents .image2 {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .list-type_cx .item-contents .image2 {
    width: 100%;
  }
}
/* --------------------------------------
llist-type02 .item-head .head-title-sub
------------------------------------------*/
.list-type02 .item-head .head-title-sub {
  font-size: 2.5rem;
  font-weight: 500;
}
/* --------------------------------------
llist-type02 .item-head .head-title
------------------------------------------*/
@media only screen and (max-width: 768px){
.list-type02 .item-head .head-title {
  font-size: 2.8rem;
  width: 100%;
}
}
/* --------------------------------------
llist-type02 .item-contents .image-49
------------------------------------------*/
.list-type02 .item-contents .image-49 {
  width: 49%;
  text-align: center;
}
@media only screen and (max-width: 768px){
  .list-type02 .item-contents .image-49 {
    width: 100%;
}
}
/* --------------------------------------
.list-type02 .item-contents .image-49 img
------------------------------------------*/
.list-type02 .item-contents .image-49 img {
  border: none;
}
/* --------------------------------------
.list-type_cx .item-contents .image3 
------------------------------------------*/
.list-type_cx .item-contents .image3 {
  width: 11%;
}
/* --------------------------------------
.list-type_cx .item-contents .image4
------------------------------------------*/
.list-type_cx .item-contents .image4 {
  width: 78%;
  text-align: center;
}

/* --------------------------------------
block-type_cx
------------------------------------------*/
.block-type_cx {
  background: #548235;
  position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
  .block-type_cx{
      padding-top: 1rem;
      padding-bottom: 1rem;
}
}
/* --------------------------------------
.block-type_top_cx 
------------------------------------------*/
.block-type_top_cx {
  background: #548235;
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* --------------------------------------
block-type_cx_name
------------------------------------------*/
.block-type_cx_name {
  background: #003399;
  position: relative;
  display: inline-block;
  width: 100%;
}
/* --------------------------------------
block-type_img_cx 
------------------------------------------*/
.block-type_img_cx {
  background: #013399;
  margin: 0 auto;
  padding: 1rem;
  display: inline-block;
}
/* --------------------------------------
title-type_top_cx
------------------------------------------*/
  .title-type_top_cx {
    font-weight: 500;
    font-size: 3rem;
    color: #fff;
    text-align: center;
}
/* --------------------------------------
.title-type_top_cx_sub
------------------------------------------*/
.title-type_top_cx_sub{
  font-weight: 500;
  color: #fff;
  text-align: center;
}
/* --------------------------------------
title-type_img_cx
------------------------------------------*/
.title-type_img_cx {
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  text-align: left;
}
/* --------------------------------------
title-type04_cx
------------------------------------------*/
.title-type04_cx {
  margin-bottom: 40px;
  display: inline-block;
  font-weight: 500;
  font-size: 3rem;
}
/* --------------------------------------
arrow
------------------------------------------*/
.arrow {
  width: 10%;
  margin: 0 auto;
}
/* --------------------------------------
text-type-use-r
------------------------------------------*/
.text-type-use-r {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  width: 80%;
}
.text-type-use-r:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
      border: 10px solid transparent;
      border-left: 40px solid #e0edff;
}
@media only screen and (max-width: 768px){
  .text-type-use-r:before {
        border-left: 15px solid #e0edff;
  }
}
.text-type-use-r p {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
/* --------------------------------------
text-type-use-l
------------------------------------------*/
.text-type-use-l {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  width: 80%;
}
.text-type-use-l:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -10px;
      border: 10px solid transparent;
      border-right: 40px solid #e0edff;
}
@media only screen and (max-width: 768px){
  .text-type-use-l:before {
        border-right: 15px solid #e0edff;
  }
}
.text-type-use-l p {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
/* --------------------------------------
text-type-use-lr
------------------------------------------*/
.text-type-use-lr {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  width: 80%;
}
.text-type-use-lr:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -10px;
      border: 10px solid transparent;
      border-right: 40px solid #e0edff;
}
.text-type-use-lr::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
      border: 10px solid transparent;
      border-left: 40px solid #e0edff;
}
@media only screen and (max-width: 768px){
  .text-type-use-lr:before {
        border-right: 15px solid #e0edff;
  }
.text-type-use-lr::after {
    border-left: 15px solid #e0edff;
}
}
.text-type-use-lr p {
  margin: 0;
  padding: 0;
  font-weight: 500;
}