
.news {
  width: 100%;
  background-color: #f2f2f2;
}
.newsBox	{
  width: 100%;
  max-width: 1448px;
  margin-left:auto !important;
  margin-right:auto;
  padding: 40px 90px;
  font-size:1.5rem;
  }
  time	{
  font-weight:bold;
  display:inline;
  }
@media screen and (max-width: 768px) {
	.newsBox	{
	font-size:1.5rem;
	padding: 10vw;
	}
	time	{
	font-weight:bold;
	display:block;
	}
}
.newsBox ul li {
  margin-bottom: 1.3rem;
}
.newsBox ul li:last-child {
  margin-bottom: 0;
}

.news02 {
  width: 100%;
  /* background-color: #f2f2f2; */
}
.newsBox02	{
  width: 100%;
  max-width: 700px;
  margin-left:auto !important;
  margin-right:auto;
  padding: 40px 90px;
  font-size:1.5rem;
  }
  time	{
  font-weight:bold;
  display:inline;
  }
@media screen and (max-width: 768px) {
	.newsBox02	{
	font-size:1.5rem;
	padding: 10vw;
	}
	time	{
	font-weight:bold;
	display:block;
	}
}
.newsBox02 ul li {
  display: flex;
  margin-bottom: 1.3rem;
}
.newsBox02 ul li:last-child {
  margin-bottom: 0;
}

.newsBox02 ._text {
  width: calc(100% - 75px);
}

.newsBox02 ._text a {
  color: #004697;
}

.intro-pb2512 {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .intro-pb2512 {
    padding-bottom: 14.6666666667vw;
  }
}

.contents2512 {
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .contents2512 {
    padding-top: 4vw!important;
    padding-bottom: 20vw;
  }
}
.inquiry-btm2512 {
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .inquiry-btm2512 {
    margin-bottom: 5.333333333333334vw;
  }
}

.campaign2512 {
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .campaign2512 {
    padding-bottom: 0;
  }
}

.campaign2512_txt {
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
  font-weight: bold;
}
.campaign2512_txt a {
  color: #004697;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .campaign2512_txt {
    font-size: 3.5999999999999996vw;
  }
}

/*------------------------
 modal
------------------------*/
.modal-content.is-cp01 {
  background: #DEDEDE;
}
.modal-content.is-cp01 .modal-body2 {
  background: #DEDEDE;
}

.inquiry__btn02 {
    width: 100%;
    background: #DEDEDE;
    padding: 16px 0;
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .inquiry__btn02 {
        font-size: 3.9473684210526314vw;
    }
}

.inquiry__content02 {
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .inquiry__content02 {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    /* padding: 4.266666666666667vw 5.333333333333334vw; */
  }
}




.intro__contents-text02 {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .intro__contents-text02 {
    font-size: 3.5999999999999996vw;
  }
}

.intro__contents-item01 {
  width: 680px;
  margin: 0 auto 46px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .intro__contents-item01 {
    width: 100%;
    margin: 0 0 5.333333333333334vw;
  }
}
.intro__contents-item01 table th {
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .intro__contents-item01 table th {
    font-size: 3.2vw;
  }
}
.intro__contents-item01 table td {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .intro__contents-item01 table td {
    font-size: 3.2vw;
  }
}

.new-icon {
  font-size: 1.4rem;
  color: #E80012;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .new-icon {
    font-size: 3vw;
  }
}
