/* --------------------------------------------------------------------------------------
   固定ページ共通
--------------------------------------------------------------------------------------- */

.page-static {
  font-size: 16px;
}

.page-static h1 {
	position: relative;
	font-size: 26px;
	font-weight: normal;
	color: #ff6699;
	margin: 20px 0 10px;;
	padding: 0 15px 15px;
}

.page-static h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #ff6699, #ff6699 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #ff6699, #ff6699 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* --------------------------------------------------------------------------------------
   利用規約
--------------------------------------------------------------------------------------- */

.terms-wrapper h2 {
  font-weight: bold;
  margin: 30px 0 15px;
}

.terms-wrapper section ol,
.terms-wrapper p {
  margin-left: 20px;
}

.terms-wrapper section ol li {
  text-indent: -11px;
}

/* --------------------------------------------------------------------------------------
   妊娠早見表
--------------------------------------------------------------------------------------- */

.hayami-wrapper .hayami-attention {
  font-size: 14px;
  color: #5C5C5C;
  text-align: center;
  margin: 15px 0;
}

.hayami-wrapper .hayami-container {
  background: #FFF;
  border-radius: 10px;
  padding-bottom: 30px;
  min-width: 325px;
  margin-bottom: 40px;
}

.hayami-wrapper .hayami-header {
  text-align: center;
  background: #E9707E;
  color: #FFF;
  padding: 6px 0;
  border-radius: 10px 10px 0 0;
}

.hayami-wrapper .hayami-header h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.hayami-wrapper .hayami-content {
  width: 100%;
  min-width: 315px;
  margin: 0 auto;
}

.hayami-wrapper .hayami-content-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 30px 10px 0;
}

.hayami-wrapper .hayami-content-top img {
  width: 100px;
  border-radius: 50%;
}

.hayami-wrapper .hayami-content-top-fukidashi {
  width: calc(100% - 130px);
  padding: 10px 15px;
  color: #5C5C5C;
  border: 2px solid #E9707E;
  border-radius: 10px;
  position: relative;
}

.hayami-wrapper .hayami-content-top-fukidashi::after {
  content: "";
  position: absolute;
  top: 36px;
  left: -14px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 14px solid #E9707E;
  z-index: 1;
}

.hayami-wrapper .hayami-content-top-fukidashi::before {
  content: "";
  position: absolute;
  top: 38px;
  left: -11px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
}

.hayami-wrapper .hayami-content-top-fukidashi p {
  font-size: 16px;
  margin: 0 0 4px;
  padding: 0;
}

.hayami-wrapper .hayami-content-top-fukidashi span {
  display: block;
  font-weight: bold;
  margin: 0 0 4px;
}

.hayami-wrapper .hayami-content-item.item-1 {
  margin-top: 30px;
}

.hayami-wrapper .hayami-content-item {
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
}

.hayami-wrapper .hayami-content-item > h3 {
  flex: 0 0 80px;
  margin-right: 16px;
  padding: 25px 0 50px;
  font-size: 18px;
  width: 80px;
  height: 20px;
  margin: 0 20px 0 0;
  z-index: 2;
  text-align: center;
  clip-path: polygon(
    0% 0%,
    50% 10%,
    100% 0%,
    100% 90%,
    50% 100%,
    0% 90%
  );
  color: #FFF;
}

.hayami-wrapper .hayami-content-item.item-1 > h3 {
  padding: 25px 0 55px;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 90%,
    50% 100%,
    0% 90%
  );
}

.hayami-wrapper .hayami-content-item.item-1 > h3 {
  background: #EB9DAC;
}
.hayami-wrapper .hayami-content-item.item-2 > h3 {
  background: #EB8E9D;
}
.hayami-wrapper .hayami-content-item.item-3 > h3 {
  background: #EB7F8D;
}
.hayami-wrapper .hayami-content-item.item-4 > h3 {
  background: #E9707E;
}

.hayami-wrapper .hayami-content-item-list {
  border-bottom: 2px dotted #DDDDDD;
  width: 100%;
  padding-top: 10px;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}

.hayami-wrapper .hayami-content-item-list a,
.hayami-wrapper .hayami-content-item-list span {
  font-size: 16px;
  color: #5C5C5C;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  border-left: 3px solid #E9707E;
  padding-left: 10px;
  position: relative;
  text-decoration: none;
}

.hayami-wrapper .hayami-content-item-list a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: 15px;
  vertical-align: middle;
  border-right: 3px solid #eb6d7b;
  border-bottom: 3px solid #eb6d7b;
  transform: rotate(-45deg);
  border-radius: 10%;
}

