@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* PC */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Marcellus);
@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;700&display=swap');
/* layout_second design */
.content .main_title {
  background: url('https://www.fujidream.co.jp/assets2/campaign/koj-ritobae/images/bg_top.png') no-repeat center bottom/1920px auto;
  min-height: 610px;
  flex-direction: column;
  position: relative;
}
@media all and (max-width: 480px) {
  .content .main_title {
    height: 680px;
    margin-bottom: -50px;
  }
}
.content .main_title .name {
  position: absolute;
  right: 8px;
  top: 6px;
  text-align: right;
  color: #fff;
  font-size: 12px;
}
@media all and (max-width: 480px) {
  .content .main_title .name {
    top: 45px;
    right: 4px;
  }
}
.content .main_title .top_ttlbox {
  width: 70%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  color: #fff;
}
@media all and (max-width: 896px) {
  .content .main_title .top_ttlbox {
    width: 90%;
  }
}
.content .main_title .top_ttlbox .rito {
  max-width: 200px;
  top: -80px;
  left: -10px;
  position: absolute;
}
@media all and (max-width: 480px) {
  .content .main_title .top_ttlbox .rito {
    top: -60px;
    max-width: 160px;
  }
}
.content .main_title h1 {
  font-size: 2.2em;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding: 10px;
}
@media all and (max-width: 896px) {
  .content .main_title h1 {
    font-size: 1.5em;
  }
}
.content .main_title h1 span {
  font-size: 0.8em;
  display: block;
}
.content .main_title h1:after {
  content: none;
}
.content .main_title h2 {
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
  position: relative;
}
@media all and (max-width: 896px) {
  .content .main_title h2 {
    font-size: 1em;
  }
}
.content .main_title .name {
  padding: 10px !important;
  color: #fff;
}

/** contents **/
.Area1 {
  margin-bottom: 80px;
}

.airplane {
  position: absolute;
  right: -30px;
  top: -20px;
  border-bottom: none;
  max-width: 390px;
}
@media all and (max-width: 896px) {
  .airplane {
    max-width: 260px;
  }
}
@media all and (max-width: 480px) {
  .airplane {
    max-width: 180px;
  }
}

.airplane2 {
  position: absolute;
  right: -10px;
  top: -20px;
  border-bottom: none;
  max-width: 300px;
}
@media all and (max-width: 896px) {
  .airplane2 {
    max-width: 230px;
  }
}
@media all and (max-width: 480px) {
  .airplane2 {
    display: none;
  }
}

.box_ttl {
  padding: 30px 20px 20px 20px;
  box-sizing: border-box;
  position: relative;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .box_ttl {
    padding: 30px 15px 20px 15px;
  }
}
.box_ttl.box1 {
  background: #f6f4eb;
}
.box_ttl h2 {
  position: absolute;
  top: -20px;
  left: 0;
}
.box_ttl h2 span {
  min-width: 300px;
  max-width: 300px;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
}
.box_ttl h2 span.gaiyou {
  background: #d92b2b;
  letter-spacing: 10px;
}
@media all and (max-width: 480px) {
  .box_ttl h2 span.gaiyou {
    letter-spacing: 1px;
  }
}
.box_ttl h2 span.gaiyou small {
  letter-spacing: 0;
  font-size: 70%;
}
.box_ttl h2 span.moushikomi {
  background: #d92b2b;
  letter-spacing: 1px;
}
.box_ttl .topic div {
  display: block;
  border-bottom: 1px dotted #666;
  padding: 1em;
}
.box_ttl .topic div.last {
  border-bottom: none;
  position: relative;
}
.box_ttl .topic div .red {
  color: #d6001d;
}
.box_ttl .topic div dt {
  width: 100%;
  font-weight: bold;
  font-size: 110%;
  color: #3e3e3e;
}
.box_ttl .topic div dt span.red {
  font-size: 70%;
}
.box_ttl .topic div dd {
  width: 100%;
  padding: 5px 10px;
}
@media all and (max-width: 480px) {
  .box_ttl .topic div dd {
    padding: 5px 0;
  }
}
.box_ttl .topic div dd span.day {
  background-color: #3e3e3e;
  color: #fff;
  padding: 2px 6px;
  margin-right: 4px;
}
@media all and (max-width: 480px) {
  .box_ttl .topic div dd span.day {
    display: block;
  }
}
.box_ttl .topic div dd ul li {
  margin-left: 1.4em;
  text-indent: -1.6em;
}
.box_ttl .topic div dd ul li i {
  text-indent: 0;
}
.box_ttl .topic div dd ul li a {
  text-decoration: underline;
  color: #f4511e;
}
.box_ttl .topic div dd ul li h4 {
  font-weight: bold;
}
.box_ttl .topic div dd ol.cp_clist {
  counter-reset: cp_clist;
  list-style-type: none;
  padding: 0.5em;
  margin-bottom: 10px;
}
.box_ttl .topic div dd ol.cp_clist li {
  position: relative;
  padding-left: 30px;
  padding: 0 0.2em 0.3em 10px;
  margin-left: 0.7em;
  text-indent: -0.1em;
}
.box_ttl .topic div dd ol.cp_clist li a {
  text-decoration: underline;
  color: #f4511e;
}
.box_ttl .topic div dd ol.cp_clist li::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: -1.6em;
  /* カウントさせる */
  counter-increment: cp_clist;
  content: counter(cp_clist);
  /*装飾*/
  padding: 0 0.2em 0 0.2em;
  background: #f4511e;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  width: 15px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  transform: translateY(-50%);
}
@media all and (max-width: 480px) {
  .box_ttl .topic div dd ol.cp_clist li::before {
    top: 1em;
  }
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.accordion .accordion-title {
  cursor: pointer;
  font-size: 1em;
  padding: 10px 30px 10px 15px;
  position: relative;
  margin-bottom: 15px;
}
.accordion .accordion-title.a_bg1 {
  color: #fff;
  background-color: #d92b2b;
}
.accordion .accordion-title.a_bg1::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}
.accordion .accordion-title.a_bg2 {
  border-top: 2px solid #d92b2b;
  background-color: #f9f9f9;
  font-weight: 600;
}
.accordion .accordion-title.a_bg2:before {
  content: 'Q.';
  margin-right: 0.5em;
}
.accordion .accordion-title.a_bg2::after {
  border-right: solid 2px #d92b2b;
  border-top: solid 2px #d92b2b;
}
.accordion .accordion-title::after {
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 38%;
  transform: rotate(135deg);
  transition:
    transform 0.3s ease-in-out,
    top 0.3s ease-in-out;
  width: 8px;
}
@media all and (max-width: 480px) {
  .accordion .accordion-title::after {
    right: 14px;
  }
}
.accordion .accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.accordion .accordion-content {
  display: none;
  padding: 20px;
}
.accordion .accordion-content.a_bg1 {
  border: 1px solid #d92b2b;
}
.accordion .accordion-content.a_bg2 {
  margin-left: 3.2em;
  position: relative;
}
@media all and (max-width: 480px) {
  .accordion .accordion-content.a_bg2 {
    margin-left: 2em;
  }
}
.accordion .accordion-content.a_bg2:before {
  content: 'A.';
  margin-right: 0.5em;
  position: absolute;
  left: -1.5em;
  font-weight: bold;
  color: #d92b2b;
}
.accordion .accordion-content p {
  line-height: 1.6;
  margin-bottom: 10px;
}
.accordion .accordion-content span.ok {
  color: #fff;
  background-color: #26a9fd;
  padding: 1px 6px;
  display: inline-block;
}
.accordion .accordion-content span.ng {
  color: #fff;
  background-color: #3e3e3e;
  padding: 1px 6px;
  display: inline-block;
}

.flttl {
  margin-bottom: 20px;
}
.flttl span {
  min-width: 300px;
  max-width: 300px;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  background: #d92b2b;
  letter-spacing: 1px;
}
.flttl.long {
  margin: 0 auto 20px;
}
.flttl.long span {
  min-width: 300px;
  max-width: 600px;
}

.bol {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1139ab;
}

.Area2 {
  padding-top: 40px;
  padding-bottom: 80px;
}

.toiawase {
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  padding: 20px;
}
.toiawase h3 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
.toiawase h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.linkbtn ul {
  margin: 0;
}
.linkbtn ul.touroku {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 480px) {
  .linkbtn ul.touroku {
    display: block;
  }
}
.linkbtn ul.touroku li {
  width: calc(100% / 2 - 30px);
  max-width: 360px;
  text-align: center;
  padding: 10px;
}
@media all and (max-width: 896px) {
  .linkbtn ul.touroku li {
    width: calc(100% / 2 - 20px);
    padding: 5px;
  }
}
@media all and (max-width: 480px) {
  .linkbtn ul.touroku li {
    width: calc(100% - 20px);
  }
}

ul li .link_btn {
  width: 100%;
  min-width: 200px;
  text-align: center;
  border-radius: 10px;
  margin: 10px auto;
  max-width: 620px;
}
@media all and (max-width: 480px) {
  ul li .link_btn {
    min-width: 100%;
    max-width: 100%;
  }
}
ul li .form {
  background-color: #3e3e3e;
}
ul li .line {
  background-color: #4cc764;
}
