@charset "UTF-8";

ul {
  padding-left: 0;
  margin: 0;
}

li {
  list-style: none;
  margin: 0;
}

h2, h3 {
  margin: 0;
  padding: 0;
}

.content {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.0rem; 
  color: #000;
}

.content a {
  color: #0e2d92;
  text-decoration: underline;
}

a:hover {
  opacity: 70%;
}

.pcHide {
  display: none;
}

.tbHide {
  display: none;
}

.spHide {
  display: block;
}

.contentInner {
  margin: 0 auto;
}

#content_block .content h2 {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 7.5rem;
  color: #062d47;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#content_block .content .big {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 7.5rem;
  color: #062d47;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.strong {
  color: #a40020;
}

.mainVisual {
  padding: 0 16px;
  background-image: url(../img/bg-pc.jpg);
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat; 
 }

 .mainVisual .copyArea {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 960px;
  text-align: center;
 }

 .mainVisual .copyArea img {
  width: 100%;
  max-width: 605px;
  margin: 0 auto;
 }
 
 .mainVisual .txt {
  margin: 0 0 50px 0;
 }

 .mainVisual .txt p {
  font-size: 1.6em;
  line-height: 3rem;
 }

 .mainVisual .txt .strong {
  font-weight: bold;
 }

 .mainVisual .deadline {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 16px 0;
  width: 100%;
  background-color: #fff;
 }

 .mainVisual .deadline .period {
  max-width: 300px;
  padding: 0 50px;
  border-right: 1px solid #4f4f4f;
  text-align: center;
 }

 .mainVisual .deadline .period h3 {
  font-size: 2.3rem;
 }

 .mainVisual .deadline .date {
  padding: 0 30px;
  font-size: 2.3rem;
 }

 .mainVisual .deadline .dateNumber {
  margin: 0 2px;
  font-size: 3.1rem;
 }

 .background {
  padding: 0 16px;
  background-image: url(../img/bg-content-pc.jpg);
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat; 
 }

 .background .inner {
  max-width: 960px;
  margin: 0 auto;
 }

 .step {
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
 }

 .step .stepContainer {
  margin-bottom: 30px;
 }

 .step .stepContainer p {
  font-size: 2rem;
 }

 .step .stepContainer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
 }

 .step .stepContainer .flexbox li {
  position: relative;
  padding: 45px 16px 20px;
  width: 31%;
  height: 310px;
  min-width: 190px;
  background-color: #fff;
  text-align: center;
 }

 .step .stepContainer .flexbox li:nth-child(2)::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 45%;
  left: -8.5%;
  width: 15px;
  height: 30px;
  margin-left: 2px;
  background-image: url(../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
 }

 .step .stepContainer .flexbox li:nth-child(3)::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 45%;
  left: -8.5%;
  width: 15px;
  height: 30px;
  margin-left: 2px;
  background-image: url(../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
 }

 .step .stepContainer .flexbox li .arrow {
  width: 15px;
  padding: 0 0 0;
 }

 .step .stepContainer .flexbox .number {
  position: absolute;
  top: -30px;
  left: 20px;
  width: 97px;
 }

 .step .stepContainer .flexbox li p {
  margin-bottom: 50px;
  font-size: 1.8rem;
 }

 .step .stepContainer .flexbox li .last {
  margin-bottom: 20px;
 }

 .step .stepContainer .flexbox li .last .strong {
  font-size: 1.8rem;
  font-weight: bold;
 }

 .step .stepContainer .flexbox img {
  width: 100%;
  max-width: 210px;
 }

 .step .stepContainer .stronghl {
  font-weight: bold;
  color: #7c0d22;
 }

 .attention {
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 50px;
 }

 .attention .headlineContainerPc {
  display: flex;
 }

 .topLine {
  background-image: url(../img/heading-line-pc.png);
  margin-top: 15px;
  height: 3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-grow: 1;

 }

 .attention .headline {
  margin-bottom: 20px;
  font-size: 2.2rem;
  text-align: center;
  color: #a27743;
 }

 .attention .headline::before {
  content: '';
  display: inline-block;
  width: 74px;
  height: 20px;
  margin: 0 15px 5px 15px;
  background-image: url(../img/heading-left-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
 }

 .attention .headline::after {
  content: '';
  display: inline-block;
  width: 74px;
  height: 20px;
  margin: 0 15px 5px 20px;
  background-image: url(../img/heading-right-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
 }

 .attention .bottomLine {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  margin: 0;
  background-image: url(../img/heading-line-pc.png);
  background-size: cover;
  background-repeat: repeat;
  vertical-align: middle;
 }

 .attention .notes {
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 1.5rem;
  line-height: 3rem;
  padding-left: 3em;
	text-indent: -0.5em;
 }

 .attention .notes li::before {
  content: '※';
  display: inline-block;
  margin: 0 3px 2px 0;
  vertical-align: middle;
}

 .actionArea {
  padding-bottom: 60px;
  text-align: center;
 }

 .actionArea img {
  width: 100%;
 }

 .actionArea .btn {
  margin-bottom: 30px;
 }

 .actionArea .notes p {
  font-size: 1.4rem;
  margin-bottom: 16px;
 }
 
 .actionArea .notes .link::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 11px;
  margin-left: 5px;
  background-image: url(../img/link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}


@media print, screen and (max-width: 1024px) {

  .contentInner {
    margin-top: 81px;
}

}



@media print, screen and (max-width: 767px) {

  .contentInner {
    margin-top: 60px;
}
  .pcHide {
    display: block;
  }

  .tbHide {
    display: none;
  }

  .spHide {
    display: none;
  }

  .mainVisual {
    padding: 0 16px;
    background-image: url(../img/bg-sp.jpg);
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.mainVisual .copyArea {
  margin: 0 auto;
  padding: 30px 0;
  max-width: 960px;
  text-align: center;
}

.mainVisual .copyArea img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#content_block .content h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 4.9rem;
}

#content_block .content .big {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 6.4rem;
  line-height: 1rem;
}

.mainVisual .txt {
  margin: 0 0 20px 0;
}

.mainVisual .txt p {
  font-size: 1.3em;
  line-height: 2.1rem;
}

.mainVisual .deadline {
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  background-color: #fff;
}

.mainVisual .deadline .period {
  max-width: 140px;
  padding: 0 10px;
  border-right: 1px solid #4f4f4f;
  text-align: center;
}

.mainVisual .deadline .period h3 {
  font-size: 1.4rem;
}

.mainVisual .deadline .date {
  padding: 0 10px;
  font-size: 1.6rem;
  text-align: left;
}

.mainVisual .deadline .dateNumber {
  margin: 0 2px;
  font-size: 1.8rem;
}

.background {
  padding: 0 16px;
  background-image: url(../img/bg-content-sp.jpg);
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background .inner {
  width: 100%;
  margin: 0 auto;
}

.step .stepContainer p {
  font-size: 1.6rem;
}

.step .stepContainer ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.step .stepContainer .flexbox li {
  margin-bottom: 40px;
  padding: 35px 16px 16px;
  width: 100%;
  height: auto;
  min-width: 190px;
  background-color: #fff;
  text-align: center;
}

.step .stepContainer .flexbox li:last-child{
  margin-bottom: 0;
}

.step .stepContainer .flexbox .number {
  top: -25px;
  left: 20px;
  width: 80px;
}

.step .stepContainer .flexbox li p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
}

.step .stepContainer .flexbox img {
  width: 100%;
  max-width: 190px;
}

.step .stepContainer .flexbox li:nth-child(2)::before {
  top: -33px;
  left: 50%;
  width: 15px;
  height: 30px;
  margin-left: 0;
  transform:rotate(90deg); 
}

.step .stepContainer .flexbox li:nth-child(3)::before {
  top: -33px;
  left: 50%;
  width: 15px;
  height: 30px;
  margin-left: 0;
  transform:rotate(90deg); 
}

.attention {
  margin-bottom: 30px;
  padding-top: 10px;
}

 .Deco {
  background-image: url(../img/heading-line-pc.png);
  margin-top: 6px;
  height: 3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-grow: 1;
 }

 .attention .headline {
  margin-bottom: 20px;
  font-size: 2.2rem;
  text-align: center;
  color: #a27743;
 }

 .headlineContainer {
  display: flex;
  margin-bottom: 10px;
 }

.headlineContainerSp .lineL {
  width: 54px;
  height: 20px;
  margin: 0 5px 0 0;
  background-image: url(../img/heading-right-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
 }

 .headlineContainerSp .lineR {
  width: 54px;
  height: 20px;
  margin: 0 0 0 5px;
  background-image: url(../img/heading-left-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
 }

 .attention .headline::before {
  display: none;
}

.attention .headline::after {
  display: none;
}

.attention .headline {
  margin-bottom: 15px;
  font-size: 2.0rem;
  text-align: center;
}

.attention .notes {
  margin-bottom: 15px;
  padding: 0 0;
  font-size: 1.3rem;
  line-height: 2rem;
  padding-left: 1em;
  text-indent: -0.5em;
}

.actionArea {
  padding-bottom: 40px;
}

.actionArea .notes p {
  font-size: 1.2rem;
}

}

@media print, screen and (max-width: 480px) {

  .tbHide {
    display: block;
  }

  .mainVisual .txt p {
    font-size: 1.25em;
    line-height: 2rem;
  }

}