@charset "UTF-8";

:root {
	--point-color: #7D2A84;
	--font-eng: 'MADEEvolveSans', sans-serif;
	--margin-bottom: 7em;
}
html {
  -webkit-text-size-adjust: 100%;
}
main {
	/*font-size: clamp(8px, 0.78125vw, 10px);*/ /*画面幅1280pxで1.4emが14px*/
}
h1,h2, em {
	all: unset;
}

.contetPage-keyV {
  background-image: url("../img/news/keyV.jpg");
}

/* ---- 共通----*/
/*.secTitle::before {
    top: 1rem;
}*/
.contetPage-secTitle  {
	margin-bottom: 2em;
}
.content {
	width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 5em;
}

/* ---- タイトル ----*/
.contetPage-titleWrp  {
	width: 90%;
	margin: 0 auto;
	/*margin-bottom: var(--margin-bottom);*/
}
.contetPage-titleWrp .descri {
	line-height: 2;
}
.contetPage-titleWrp .descri .red {
	color: #DB2B2B;
}
@media screen and (max-width: 768px){
	.contetPage-title {
        margin-bottom: 2em;
    }
	.contetPage-titleWrp .descri {
		text-align: left;
	}
}

/* ---- 基本のcont ----*/
.content_cont {
	margin-bottom: var(--margin-bottom);
}
.content_cont_text {
	line-height: 2;
  margin-bottom: 2em;
}
.content_cont_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  row-gap: 3em;
}
.content_cont_bnr_item {
  width: 48%;
}
.content_cont_bnr_item .note {
  font-size: .95em;
  line-height: 1.7;
  margin-top: 1em;
}
.content_cont_bnr_item .note.red {
  color: #a33333;
}
.content_cont_bnr .bnr-btn {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #b585bf;
  color: #fff;
  padding: 1.5em 5%;
  border-radius: 6px;
  font-size: 17px;
  position: relative;
}
.content_cont_bnr .bnr-btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
}
.content_cont:nth-of-type(2) .bnr-btn:nth-of-type(1) {
  background: #6B82A6;
}
.content_cont:nth-of-type(3) .bnr-btn:nth-of-type(1) {
  background: #35533c;
}
.content_cont:nth-of-type(3) .bnr-btn:nth-of-type(2) {
  background: #353e53;
}
.content_cont_bnr .bnr-btn_bold {
  font-style: normal;
  font-weight: bold;
  line-height: 1.7;
}
.content_cont_bnr .bnr-btn_txt1 {
  font-size: .85em;
}
.content_cont_bnr .bnr-btn_txt2 {
  font-size: .7em;
}
@media screen and (max-width: 768px){
  .content_cont_bnr_item {
    width: 100%;
  }
  .content_cont_bnr .bnr-btn {
    font-size: 16px;
  }
}


