@charset "utf-8";
/*--------------------------------------
	copyright :　webcal
--------------------------------------*/

@import url(normalize.css);
@import url(common_parts.css);
@import url(common.css);

/* parts */
.list__number--type-a {
	margin-top: 24px;
  counter-reset: bot-number 0;
}
.list__number--type-a > li {
  margin-bottom: 4.8rem;
}
.list__number--type-a > li > dl dt {
  position: relative;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 700;
  background-color: #00B892;
  line-height: 1.3;
  padding: 0.9rem 2rem 1.2rem 6.7rem;
  margin-bottom: 1.6rem;
}
.list__number--type-a > li > dl dt::before {
  position: absolute;
  counter-increment: bot-number 1;
  content: counter(bot-number) ". ";
  top: 1.1rem;
  margin-left: -3.5rem;
}
.list__number--type-a > li > dl dt::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  margin-left: 0;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 26px 20px 0;
  border-color: transparent #B3E3D2 transparent transparent;
  z-index: 1;
}
.list__number--type-a > li > dl dd {
	padding: 4px 16px 16px 24px;
}
.list__number--type-a > li > dl dd ol {
  counter-reset: circle-number;
}
.list__number--type-a > li > dl dd ol li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.2rem;
}
.list__number--type-a > li > dl dd ol li::before {
  position: absolute;
  left: 0;
  top: 0.7rem;
  content: counter(circle-number);
  counter-increment: circle-number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 70%;
  font-weight: 700;
  border: 1px solid;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding-bottom: 0.2rem;
}

/*　privacypolicy　==============================*/
#privacypolicy .editorArea01 p:first-child {
	font-size: 1.6rem;
	line-height: 1.8;
	padding: 0 16px 16px 24px;
}
/*　contact　==============================*/
.section01.type02 {
	width: 100%;
	max-width: 812px;
	margin: auto;
}
.section01.type02 .editorArea01 {
	margin-top: 32px;
}
.section01.type02 .editorArea01 p {
	padding: 0;
}
.wpcf7 a {
	text-decoration: underline;
	color: #00B892;
}
.wpcf7 a:hover {
	text-decoration: none;
}
.wpcf7 > form > p:not(:first-child) {
	margin-top: 18px;
}
.wpcf7 label {
	line-height: 1.5;
	color: #333;
}
.wpcf7 label > span {
	margin-top: 8px;
}
.wpcf7 .wpcf7-submit,
.wpcf7-previous {
	width: 100%;
	max-width: 320px;
	margin: 32px auto 0;
	background: #282828;
	color: #fff;
	display: flex;
	justify-content: center;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
	padding: 9px 12px;
	border-radius: 4px;
	border: 1px solid #CBD5E0;
	background: #F0F5F9;
	color: #333;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 select {
	font-size: 1.4rem;
	color: #757575;
}
.wpcf7 select option:not(:first-child) {
	color: #000;
}
.selectWrap {
	position: relative;
}
.selectWrap select {
  -webkit-appearance: none;  /* Safari と Chrome */
  -moz-appearance: none;     /* Firefox */
  appearance: none;          /* 標準 */
}
select,
::picker(select) {
  appearance: base-select;
}
.selectWrap::after {
  content: ''; /* 空のコンテンツ */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;  /* 左側の透明なボーダー */
  border-right: 5px solid transparent; /* 右側の透明なボーダー */
  border-top: 5px solid #000;       /* 上側のボーダーで三角形 */
  pointer-events: none;              /* 矢印部分がクリックされないように */
}
@media screen and ( min-width: 769px ) {
	.list__number--type-a {
		margin-top: 32px
	}
	.list__number--type-a > li > dl dd {
		padding: 0 32px 16px;
	}
	#privacypolicy .editorArea01 p:first-child {
	padding: 0 32px 16px;
}
	#contact .editorArea01 {
		padding: 0 55px;
	}
	.wpcf7 > form > p:not(:first-child) {
		margin-top: 28px;
	}
}
/* mv ----------*/


/* main  ----------*/
