.p2 .box-shadow {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (max-width: 1024px) {
  .p2 .box-shadow {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .p2 .box-shadow {
    width: calc(100% - 20px);
    max-width: 600px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p2-item {
  padding: 25px 0;
  border-bottom: 1px dashed #CCCCCC;
}

@media only screen and (max-width: 1024px) {
  .p2-item {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .p2-item {
    padding: 15px 0;
  }
}

.p2-item__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .p2-item__title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-item__title {
    margin-bottom: 10px;
  }
}

.p2-item__title-label {
  padding: 10px 35px;
  font-size: 13px;
  color: #FFF;
  font-weight: bold;
  margin-right: 15px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .p2-item__title-label {
    padding: 8px 25px;
    font-size: 12px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-item__title-label {
    padding: 5px 15px;
    font-size: 11px;
    margin-right: 8px;
    min-width: 96px;
  }
}

.p2-item__title-text {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .p2-item__title-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-item__title-text {
    font-size: 13px;
  }
}

.p2-item__content {
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
  .p2-item__content {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-item__content {
    font-size: 11px;
    line-height: 1.4;
  }
}

.p2-item__r {
  margin: 0 20px;
}

.p2-item__l {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .p2-item__l {
    width: 100%;
    margin-bottom: 10px;
  }
}

.p2-item--pink .p2-item__title-label {
  background: #EA5283;
}

.p2-item--pink .p2-item__title-text {
  color: #EA5283;
}

.p2-item--green .p2-item__title-label {
  background: #228C00;
}

.p2-item--green .p2-item__title-text {
  color: #228C00;
}

.p2-item--flex {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .p2-item--flex {
    flex-direction: column;
  }
}

.p2-box1 {
  padding: 55px 0;
/*  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);*/
}

@media only screen and (max-width: 1024px) {
  .p2-box1 {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box1 {
    padding: 25px 0 35px;
  }
}

.p2-box2 {
  padding: 100px 0 115px;
}

@media only screen and (max-width: 1024px) {
  .p2-box2 {
    padding: 70px 0 80px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box2 {
    padding: 40px 0 60px;
  }
}

.p2-box2__txt1 {
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .p2-box2__txt1 {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box2__txt1 {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.p2-box2__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .p2-box2__flex {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box2__flex {
    flex-direction: column;
    margin-bottom: 15px;
  }
}

.p2-box2__table {
  width: 53%;
  max-width: 530px;
}

@media only screen and (max-width: 1024px) {
  .p2-box2__table {
    width: 60%;
    max-width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box2__table {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 15px;
  }
}

.p2-box2__table th,
.p2-box2__table td {
  padding: 15px;
  vertical-align: middle;
  font-size: 13px;
}

@media only screen and (max-width: 1024px) {
  .p2-box2__table th,
  .p2-box2__table td {
    padding: 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box2__table th,
  .p2-box2__table td {
    padding: 8px;
    font-size: 11px;
  }
}

.p2-box2__table th {
  color: #EA5283;
  text-align: center;
  background: #FEF6F9;
}

.p2-box2__table td {
  color: #333333;
  text-align: left;
}
.p2-box2__img {
	width: 49%;
	max-width: 490px;
}

@media only screen and (max-width: 1024px) {
  .p2-box2__img {
    width: 38%;
    max-width: 38%;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box2__img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

.p2-box2__bot {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .p2-box2__bot {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box2__bot {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.p2-box2__bot-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .p2-box2__bot-flex {
    flex-direction: column;
  }
}

.p2-box2__bot-cnt {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  .p2-box2__bot-cnt {
    width: 100%;
  }
}

.p2-box2__bot-img {
  margin-left: 10px;
  flex: 0 0 auto;
}

@media only screen and (max-width: 768px) {
  .p2-box2__bot-img {
    max-width: 100px;
    margin-left: 0;
  }
}

.p2-box2__bot-ttl {
  font-size: 16px;
  font-weight: bold;
  color: #EA5283;
  margin-bottom: 13px;
}

@media only screen and (max-width: 1024px) {
  .p2-box2__bot-ttl {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box2__bot-ttl {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.p2-box2__bot-txt {
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
  max-width: 660px;
}

@media only screen and (max-width: 1024px) {
  .p2-box2__bot-txt {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box2__bot-txt {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}

.p2-box2__green {
  margin-top: 15px;
  padding: 25px;
  background: var(--color-sky);
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .p2-box2__green {
    padding: 18px;
    border-radius: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box2__green {
    padding: 15px;
    flex-direction: column;
  }
}

.p2-box2__green-btn {
  background: #FFF;
  color: var(--color-sky);
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 13px;
  min-width: 140px;
  text-align: center;
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .p2-box2__green-btn {
    min-width: 120px;
    padding: 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box2__green-btn {
    min-width: 120px;
    padding: 8px;
    font-size: 11px;
    order: 2;
    margin-top: 10px;
  }
}

.p2-box2__green-txt {
  font-size: 12px;
  color: #FFF;
  margin-left: 15px;
  line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
  .p2-box2__green-txt {
    font-size: 11px;
    margin-left: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box2__green-txt {
    font-size: 10px;
    line-height: 1.4;
    margin-left: 0;
  }
}

.p2-box3 {
  margin-bottom: 110px;
}

@media only screen and (max-width: 1024px) {
  .p2-box3 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3 {
    margin-bottom: 40px;
  }
}

.p2-box3__flex {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .p2-box3__flex {
    flex-direction: column;
  }
}

.p2-box3__flex:first-child {
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__flex:first-child .p2-box3__col:nth-child(1) {
    width: 60%;
    max-width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__flex:first-child .p2-box3__col:nth-child(1) {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .p2-box3__flex:first-child .p2-box3__col:nth-child(2) {
    width: 38%;
    max-width: 38%;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__flex:first-child .p2-box3__col:nth-child(2) {
    width: 100%;
    max-width: 300px;
    margin: 10px auto 0;
  }
}

.p2-box3__col {
  width: 49%;
  max-width: 490px;
}

@media only screen and (max-width: 768px) {
  .p2-box3__col {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
    flex: 0 0 auto;
  }
}

.p2-box3__content1-txt {
  font-size: 13px;
  color: #333;
  line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__content1-txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__content1-txt {
    font-size: 11px;
  }
}

.p2-box3__table2 {
  margin-top: 50px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__table2 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__table2 {
    margin-top: 10px;
  }
}

.p2-box3__table2 td {
  padding: 15px 10px;
  vertical-align: middle;
  font-size: 13px;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__table2 td {
    font-size: 12px;
    padding: 10px 8px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__table2 td {
    font-size: 10px;
    padding: 5px;
  }
}

.p2-box3__table2 td:nth-child(1) {
  color: #EA5283;
  background: #FEF6F9;
}

.p2-box3__table2 td:nth-child(2) {
  color: #333333;
  text-align: left;
}

.p2-box3__table2 .vertical-txt {
  color: #FFF !important;
  background: #EA5283 !important;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p2-box3__table2 .vertical-txt {
    padding: 10px;
  }
}

.p2-box3__bot {
  margin-top: 115px;
  position: relative;
  padding-top: 85px;
  padding-bottom: 55px;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot {
    margin-top: 80px;
    padding-top: 65px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.p2-box3__bot .p2-box2__green {
  position: absolute;
  left: 50%;
  top: -65px;
  transform: translate(-50%, 0);
  width: 840px;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot .p2-box2__green {
    width: 90%;
    top: -50px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot .p2-box2__green {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.p2-box3__bot1 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot1 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot1 {
    margin-bottom: 10px;
    flex-direction: column;
  }
}

.p2-box3__bot1-txt {
  width: 70%;
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot1-txt {
    width: 100%;
    margin-bottom: 10px;
  }
}

.p2-box3__bot1-txt h6 {
  font-size: 13px;
  font-weight: normal;
  color: #BBBBBB;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot1-txt h6 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot1-txt h6 {
    font-size: 11px;
    margin-bottom: 0;
  }
}

.p2-box3__bot1-txt h5 {
  font-size: 16px;
  font-weight: bold;
  color: #EA5283;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot1-txt h5 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot1-txt h5 {
    font-size: 13px;
    line-height: 1.4;
  }
}

.p2-box3__bot1-txt p {
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot1-txt p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot1-txt p {
    font-size: 10px;
    line-height: 1.4;
  }
}

.p2-box3__bot1-img {
  margin-left: 15px;
  flex: 0 0 auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot1-img {
    max-width: 120px;
    margin: 0;
  }
}

.p2-box3__bot2 {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot2 {
    justify-content: space-around;
  }
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot2 {
    flex-direction: column;
  }
}

.p2-box3__bot2-col {
  width: 49%;
  max-width: 410px;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot2-col {
    width: 45%;
    max-width: 380px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot2-col {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10px;
  }
}

.p2-box3__bot2-col h5 {
  font-size: 14px;
  font-weight: bold;
  color: #EA5283;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot2-col h5 {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot2-col h5 {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.p2-box3__bot2-col table {
  width: 100%;
}

.p2-box3__bot2-col th,
.p2-box3__bot2-col td {
  padding: 15px;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot2-col th,
  .p2-box3__bot2-col td {
    padding: 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot2-col th,
  .p2-box3__bot2-col td {
    padding: 7px;
    font-size: 11px;
  }
}

.p2-box3__bot2-col th {
  padding: 15px 5px;
  background: #999;
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot2-col th {
    padding: 10px 5px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot2-col th {
    padding: 7px 5px;
  }
}

.p2-box3__bot2-col tr:first-child td {
  color: #EA5283;
  background: #FEF6F9;
}

.p2-box3__bot3 {
  position: relative;
  margin-top: 45px;
  border: 2px solid #EA5283;
  padding: 55px 80px 45px 165px;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot3 {
    margin-top: 30px;
    padding: 30px 60px 30px 140px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot3 {
    margin-top: 15px;
    padding: 0 10px 10px;
  }
}

.p2-box3__bot3-tl {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot3-tl {
    max-width: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot3-tl {
    max-width: 60px;
  }
}

.p2-box3__bot3-ttl {
  font-size: 26px;
  color: #111111;
  margin-bottom: 20px;
  font-family: 'Sawarabi Mincho';
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot3-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot3-ttl {
    font-size: 18px;
    margin-bottom: 10px;
    height: 60px;
    padding-left: 60px;
    padding-top: 10px;
    display: flex;
    align-items: center;
  }
}

.p2-box3__bot3-sub {
  font-size: 14px;
  color: #EA5283;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot3-sub {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot3-sub {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.p2-box3__bot3-table {
  margin-bottom: 30px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot3-table {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot3-table {
    margin-bottom: 20px;
  }
}

.p2-box3__bot3-table td {
  padding: 15px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot3-table td {
    padding: 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot3-table td {
    padding: 5px;
    font-size: 10px;
  }
}

.p2-box3__bot3-table td:nth-child(1) {
  color: #EA5283;
  background: #FEF6F9;
  text-align: center;
}

.p2-box3__bot3-table td:nth-child(2) {
  color: #333333;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot3-table td:nth-child(2) {
    text-align: center;
  }
}

.p2-box3__bot3-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot3-flex {
    flex-direction: column;
  }
}

.p2-box3__bot3-txt {
  max-width: 360px;
  font-size: 13px;
  color: #333;
  line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot3-txt {
    max-width: 450px;
    font-size: 12px;
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot3-txt {
    max-width: 360px;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.p2-box3__bot3-img {
  margin-left: 10px;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1024px) {
  .p2-box3__bot3-img {
    max-width: 130px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box3__bot3-img {
    margin-left: 0;
  }
}

.p2-box4__content1-txt1 {
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .p2-box4__content1-txt1 {
    font-size: 12px;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box4__content1-txt1 {
    font-size: 11px;
    margin-bottom: 10px;
  }
}

.p2-box4__content1-flex {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .p2-box4__content1-flex {
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box4__content1-flex {
    flex-direction: column;
  }
}

.p2-box4__content1-col {
  width: 49%;
  max-width: 490px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .p2-box4__content1-col {
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px;
  }
}

.p2-box4 .p2-box3__table2 {
  margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
  .p2-box4 .p2-box3__table2 {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box4 .p2-box3__table2 {
    margin-top: 10px;
  }
}

.p2-box4__content2 {
  margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .p2-box4__content2 {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box4__content2 {
    margin-top: 10px;
  }
}

.p2-box4__content3 {
  margin-bottom: 150px;
  position: relative;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .p2-box4__content3 {
    margin-bottom: 100px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box4__content3 {
    margin-bottom: 50px;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.p2-box4__content3 .p2-box2__green {
  position: absolute;
  left: 50%;
  top: -65px;
  transform: translate(-50%, 0);
  width: 840px;
}

@media only screen and (max-width: 1024px) {
  .p2-box4__content3 .p2-box2__green {
    width: 90%;
    top: -50px;
  }
}

@media only screen and (max-width: 768px) {
  .p2-box4__content3 .p2-box2__green {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-top: 0;
  }
}

.p2-box4__content3 .p2-item--green:last-child {
  border-bottom: none;
}

.sub-ttl {
  padding: 1em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #228C00;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
	.sub-ttl {
		padding: 0.5em 0.5em;
		font-size: 16px;
	}	
}

/*# sourceMappingURL=c1.css.map */
