@charset "UTF-8";
/* プラスマ・アワード 募集ページ CSS */

/* ベース設定 */
.container {
  text-align: center;
  background-color: #FDF5DF;
  padding: clamp(12px, 5vw, 60px) 20px;
　margin-bottom: 60px!important;
}
.container p {
  margin: 0 auto;
  font-family: "maruGothic";
  color: #333;
}
.mainWrapper {
  background-color: #fff;
}
.btn-blueMaru {
  width: 60%;
  max-width: 420px;
  margin: 20px auto 20px;
}
.btn-blueMaru:hover{
  border: solid 2px #1b579a;
}
@media screen and (max-width: 768px) {
  .container {
  	padding-bottom: 50px;
  }
  .btn-blueMaru {
    width: 95%;
  }
  br.sp {
    display: none;
  }
}
.award_img {
  width: min(70%, 500px);
  height: auto;
  margin: clamp(0, 5vw, 30px) auto 0;
}
img.img_left {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 180px;
  height: auto;
}
img.img_right {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 180px;
  height: auto;
}
.lead-text {
  font-size: clamp(20px, 4vw, 30px);
  width: 100%;
  padding-bottom: clamp(24px, 4vw, 34px);
  margin: 0 auto;
  text-align: center;
}
.lead-title {
  font-family: "maruGothic";
  text-align: center;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  color: #554228;
  margin: clamp(12px, 3vw, 20px) auto ;
} 
.topContent_description {
  font-size: clamp(14px, 3vw, 20px);
  width: min(90%, 680px);
  margin-inline: auto;
}
.award-icons {
  display: block;
  max-width: 500px;
  height: auto;
  margin: 50px auto;
}
.report-intro {
  max-width: 1024px;
  box-sizing: border-box;
  margin: 20px auto;
  background-color: #FDF5DF;
  padding: clamp(20px, 5vw, 40px) clamp(30px, 5vw, 60px);
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.report-intro p {
  font-family: "maruGothic";
  font-size: clamp(16px, 3vw, 18px);
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}
.report-intro p:last-child {
  margin-bottom: 0;
}
.report-intro strong {
  color: #836B4C;
  font-weight: 700;
}
.entry-detail {
  background-color: #fff;
  font-family: "maruGothic";
}
.entry-detail_text {
  font-size: 18px;
  width: 800px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 880px) {
  .award_img {
  	width: 242px;
  	margin: 20px auto 0px;
  }
  img.img_left, img.img_right {
  	width: 70px
  }
  img.img_left, img.img_right {
    width: 70px
  }
  .topContent_description {
    font-size: 14px;
    width: 98%;
  	}
  .lead-text {
    width: 80%;
    max-width: 364px;
    font-size: 20px;
    padding-bottom: 24px;
  }
	.award-icons {
    width: 90%;
    margin: 40px auto 30px;
  }
  .entry-detail_text {
    font-size: 16px;
    width: 94%;
  }
}
/*募集要項*/
.entry-overview {
  color: #554228;
  max-width: 920px;
  margin: 40px auto 0;
  padding: 0 70px 40px;
  background-color: #FDF5DF;
  border-radius: 30px;
}
.entry-overview h2 {
  font-family: "maruGothic";
  font-size: 26px;
  text-align: center;
  padding: 40px 0 0;
  margin-bottom: 30px;
}
.entry-overview_list {
  display: grid;
  grid-template-columns: 156px 620px;
  gap: 22px 0;
  line-height: 1.8;
  margin-bottom: 30px;
  font-size: 16px;
}
.entry-overview_list dd {
  margin-inline-start: 30px;
}
.entry-overview_list dt, .form_item_title {
  background-color: #836B4C;
  color: #fff;
  border-radius: 4px;
  width: 156px;
  height: 32px;
  text-align: center;
  font-weight: 600;
  z-index: 1;
}
.form_item_title {
  position: absolute;
  z-index: 1;
}
.form_item_wrap {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 30px 30px 44px;
  width: 730px;
  top: 10px;
  left: 30px;
  line-height: 2;
  margin-bottom: 20px;
}
.entry-overview ol, .entry-overview ul li {
  list-style: none;
}
.form_item ul {
  padding-left: 10px;
}
.entry-overview ul li {
  display: flex;
  position: relative;
}
.entry-overview ul li::before {
    content: "・";
}
.form_item_wrap ul li{
  padding-left: 30px;
}
.form_item_wrap ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #1b579a;
    border-radius: 10px;
    border-color: transparent;
    left: 14px;
    top: 12px;
}
.font-small{
	font-size: 14px;
}
@media screen and (max-width: 850px) {
  .entry-overview h2 {
    font-size: 22px;
    padding-top: 20px;
    margin: 0 auto 20px;
  }
  .entry-overview {
    padding: 10px 10px 30px 10px;
  }
  .entry-overview_list {
    display: contents;
    font-size: 14px;
  }
  .entry-overview_list dd {
    margin-left: 10px;
    white-space: normal;
    padding: 6px 0 10px;
  }
  .entry-overview_list dt, .form_item_title {
    height: 22px;
    position: relative;
    line-height: 22px;
  }
  .form_item_wrap {
    width: 100%;
    padding: 20px 10px 20px 4px;
    left: -4px;
	top: -14px;
    margin-bottom: 0;
  }
  .entry-overview ol {
    padding-left: 24px;
  }
  .font-small{
	font-size: 13px;
  }
}
.center {
    text-align: center!important;
}
.tc_blue{
	color: #1b579a;
}
.pt_0 {
	padding-top :0!important;
}
.mb_1 {
	margin-bottom: 1rem!important;
}
.mt_5 {
	margin-top :5vh;
}
.fs_16 {
	font-size: 16px;
}
@media screen and (max-width: 850px) {
	.fs_16 {
		font-size: 14px;
	}
}