@charset "utf-8";

.tag-title-box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.title-tag {
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  padding: 3px 10px;
  text-align: center;
  width: 180px;
}

.title-tag.type-orange {
  background: #f93;
}

.title-tag.type-green {
  background: #094;
}

.step-list li {
  position: relative;
  width: 480px;
}

.step-list li::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #ddd transparent transparent transparent;
}

.step-list li:last-child {
  margin-bottom: 20px;
}

.step-list li:last-child::before {
  display: none;
}

.step-list a {
  color: #333 !important;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ddd;
  margin-bottom: 50px;
  text-decoration: none !important;
}

.step-list a:hover {
  opacity: .7;
}

.step-tag {
  color: #fff;
  font-size: 12px;
  border-radius: 14px;
  padding: 3px 10px 0px;
  margin-left: 5px;
  width: 120px;
  text-align: center;
}

.step-list li.type-orange .step-tag {
  background: #f93;
}

.step-list li.type-green .step-tag {
  background: #094;
}

.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

.step-top-border {
  border-top: #094 2px dashed;
  margin-top: 30px;
}

.step-bottom-border {
  border-bottom: #094 2px dashed;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

/* 20220225追加 */
.coronavirus-news {
  border-radius: 10px;
  background-color: #fdf5e4;
}

.coronavirus-news_inner {
  padding: 23px 25px;
}

.coronavirus-news_title {
  font-size: 14px;
  font-weight: bold;
}

.coronavirus-news_text {
  font-size: 14px;
}

.coronavirus_lead {
  color: #ff0000;
}

.coronavirus_phone_notice {
  font-size: 1.2em;
  text-align: center;
  color: #666;
}

.coronavirus_notice {
  display: block;
  margin-top: 10px;
  font-size: 85.71%;
  color: #ff0000;
  font-weight: 300;
}

.coronavirus_accordion-content_notice {
  width: 410px;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: left;
  color: #ff0000;
  font-weight: bold;
}

.mod-inquiry-box a {
  color: #644817;
  text-decoration: underline;
}

.mod-inquiry-box a:hover {
  color: #EE7A1D;
  text-decoration: underline;
}

#contentsArea a.opt-link-color01 {
  color: #333333;
  text-decoration: none;
}

#contentsArea a.opt-link-color01:hover {
  color: #009944;
  text-decoration: underline;
}