@charset "utf-8";









.box11_01 {

  

}

.box11_01 h6 {

  text-align: center;

}

.box11_01 h6 > span {

  display: inline-block;

  font-size: 112.5%;

  font-weight: 700;

  border-bottom: 2px rgb(89,89,89) solid;

  line-height: 1.5;

}

.box11_01 .title_box {

  display: flex;

  position: relative;

  background-color: rgb(181,11,12);

  color: rgb(255,255,255);

  font-size: 112.5%;

}

.box11_01 .title_box::before {

  display: block;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate3d(-50%, -50%, 0);

  width: 32px;

  height: 32px;

  border-radius: 50%;

  background-color: rgb(255,255,255);

  color: rgb(181,11,12);

  text-align: center;

  line-height: 32px;

  font-size: 125%;

  font-weight: 700;

  content: '&';

}

.box11_01 .title_box .title_txt {

  width: 50%;

  padding: 10px 16px;

  line-height: 1.3;

  text-align: center;

}



.box11_01 .item_box {

  display: flex;

  justify-content: space-between;

}



.box11_01 .item_box .item {

  width: 49%;

  border: 2px rgb(181,11,12) dotted;

  background-color: rgb(255,255,255);

  padding: 8px;

}

.box11_01 .item_box .item .title {

  font-weight: 700;

  line-height: 1.3;

}

.box11_01 .item_box .item .text {

  font-size: 87.5%;

}

.box11_01 .item_box .item .note {

  font-size: 87.5%;

}



.box11_02 .link_npo {

  display: block;

  background-color: rgb(119,70,161);

  color: rgb(255,255,255);

  font-size: 125%;

  text-align: center;

  padding: 8px 12px;

}

.box11_02 .link_npo ._small {

  font-size: 50%;

}



.box11_02 > .note {

  font-size: 77.7%;

  line-height: 1.5;

}



.box11_01 a.more {

  display: inline-block;

  position: relative;

  margin-left: auto;

  background-color: rgb(181,11,12);

  border-radius: 9px;

  line-height: 18px;

  color: rgb(255,255,255);

  padding: 0 8px 0 16px;

  font-size: 75%;

}

.box11_01 a.more::before {

  position: absolute;

  top: 50%;

  left: 6px;

  border-left: 4px rgb(255,255,255) solid;

  border-top: 4px transparent solid;

  border-bottom: 4px transparent solid;

  transform: translate3d(0 , -50%, 0);

  content: '';

}



@media screen and (max-width:767px) {

  .box11_01 .title_box {

    flex-wrap: wrap;

  }

  .box11_01 .title_box .title_txt {

    width: 100%;

    margin-bottom: 24px;

  }

  .box11_01 .title_box .title_txt:last-child {

    margin-bottom: 0;

  }



  .box11_01 .item_box {

    flex-wrap: wrap;

  }

  .box11_01 .item_box .item {

    width: 100%;

    margin-bottom: 16px;

  }

  .box11_01 .item_box .item:last-child {

    margin-bottom: 0;

  }

}

























