﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap');

.main_conte {
  margin: 0px auto 50px;
  padding: 0px 0px 0px;
}
.btn_back {
  margin: 20px 40px 0px;
}

#sz_form ._form .inputBox ._textarea {
  min-height: 120px;
}
#sz_form ._form .inputBox ._textarea._sm {
  min-height: 20px !important;
}

/*--------------------------------------------*/
/* shoku                                     */
/*--------------------------------------------*/
.shoku_h1 {
  display: block;
  position: relative;
  width: 100%;
  min-width: 320px;
  margin: 0px auto;
  padding: 40px 20px 30px;
  color: #222222;
  font-weight: 700;
	font-size: clamp(2rem, 1.625rem + 1.6vw, 2.625rem);
	line-height: 1.2em;
  letter-spacing: 0.05rem;
  text-align: center;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
  background-color: #ffff80;
  border-bottom: 1px solid #ebbe11;
}
.shoku_h1 span {
  margin: 0px 5px;
	font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(2.375rem, 2rem + 1.6vw, 3rem);
}

.shoku {
  margin-top: 40px;
  position: relative;
}
.shoku section {
  margin-bottom: 30px;
}

.shoku h2 {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 6px 0px 8px;
	font-weight: 500;
	font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
	line-height: 1.2em;
}
.shoku h2 span {
  display: inline-block;
  position: relative;
  width: clamp(1.625rem, 1.4rem + 0.96vw, 2rem);
  height: clamp(1.625rem, 1.4rem + 0.96vw, 2rem);
  top: -2px;
  margin-right: 10px;
  color: #fff;
  font-weight: 700;
	font-size: clamp(0.875rem, 0.65rem + 0.96vw, 1.25rem);
  text-align: center;
  background-color: #ebbe11;
  border-radius: 50%;
}

.shoku p._read {
  margin-bottom: 20px;
  padding: 0px 20px 20px;
}


.shoku .box_pdform {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 40px;
  background-color: #fffaed;
  border-radius: 2px;
}

.shoku .sa_name {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5em;
}
.shoku .sa_name::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  top: 5px;
  margin-right: 10px;
  background-color: #ebbe11;
  border-radius: 50%;
}

.shoku ._form .inputBox ._textarea {
  margin-bottom: 20px;
}


/*--------------------------------------------*/
/* zukan                                     */
/*--------------------------------------------*/

.zukan {
	display: block;
	position: relative;
  margin-top: 30px;
	margin-bottom: 0px;
}
.zukan p._h1 {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding: 15px 30px;
  color: #000;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.5em;
  background-color: #ffff80;
  border-radius: 32px;
}
.zukan dl._prop {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
  gap: 0px 10px;
  flex-wrap: nowrap;
  position: relative;
  padding: 5px 30px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5em;
}
.zukan dl._prop dt {
  white-space: nowrap;
}

.zukan ._box {
  display: block;
  position: relative;
  width: 100%;
  padding: 40px 20px;
}

.zukan ._box ._comm{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
  gap: 10px 0px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.zukan ._box ._comm p._num {
  display: block;
	position: relative;
  /* margin-bottom: 10px; */
	font-weight: 500;
	font-size: 24px;
	line-height: 1.5em;
}
.zukan ._box ._comm p._num::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  top: 4px;
  margin-right: 10px;
  background-color: #f19688;
  border-radius: 50%;
}
.zukan ._box ._comm p._title {
  display: block;
	position: relative;
  padding: 10px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8em;
}
.zukan ._box ._comm p._title span {
  display: inline-block;
  margin: 0px 10px;
}
.zukan p._read {
  display: inline-block;
	position: relative;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 0px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
}


/*--------------------------------------------*/
/* quiz                                     */
/*--------------------------------------------*/
.quiz_title{
	padding-bottom: 20px;
}
.quiz_title p._manum {
  color: #ebbe11;
}

.quiz_yesno {
  display: block;
  position: relative;
  margin-top: 0px;
}
.quiz_yesno ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 0px 30px;
  position: relative;
	width: 80%;
  margin: 0px auto;
}
.quiz_yesno ul li {
	display: block;
  position: relative;
  width: 50%;
  height: auto;
	padding: 6px;
	background-color: #fff;
  border: 4px solid #fff;
  border-radius: 15px;
  cursor: pointer;
}
.quiz_yesno ul li:hover {
  background-color: #fff;
	border-color: #ff002b;
}
.quiz_yesno ul li._sel {
  background-color: #fff;
	border-color: #ff002b;
}



/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {

.btn_back {
  margin: 20px 20px 0px;
}
.shoku .box_pdform {
  padding: 20px;
}
.shoku .sa_name {
	font-size: 14px;
}
.shoku .sa_name::before {
  width: 18px;
  height: 18px;
  top: 5px;
}

.quiz_yesno ul {
  gap: 0px 20px;
	width: 100%;
}

.zukan p._h1 {
  padding: 10px 20px;
	font-size: 20px;
	line-height: 1.5em;
}
.zukan dl._prop {
  padding: 5px 20px;;
	font-size: 14px;
}
.zukan ._box {
  padding: 30px 10px;
}
.zukan ._box ._comm{
  gap: 5px 0px;
}
.zukan ._box ._comm p._num {
	font-size: 18px;
}
.zukan ._box ._comm p._num::before {
  width: 18px;
  height: 18px;
  top: 4px;
}
.zukan ._box ._comm p._title {
	font-size: 14px;
}
.zukan p._read {
	font-size: 12px;
}


}




