@charset "utf-8";
/* CSS Document */

@media only screen and (min-width:960px){/*PC*/}
@media only screen and (max-width:959px){/*タブ*/}
@media only screen and (min-width:660px){/*PC*/}
@media only screen and (max-width:440px){/*スマホ*/}

#campaign {padding-top: 10px;}

#campaign h2 {
  background: #da1109;
  border-bottom: solid 5px #c10e0e;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  padding: 0.75rem 0 0.5rem;
  margin: 2rem 0 1rem;
}

#campaign p.note {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 0.5rem;
}
p.note::before{content: "※"}
#campaign ul.note {padding: 0}
#campaign ul.note li {
  text-indent: -1em;
  margin-left: 1em;
}
#campaign ul.note li::before {
  width: 1em;
  display: inline;
}



/*-----------------------------------------------------------------------------------------------------*/

#title {
  background: #0d88de;
}
#title .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  color: #FFF;
  font-size: 1.6rem;
}
#title .title > span:nth-of-type(2){margin: 0.25rem 0;}
#title .title .marker {
  display: inline-block;
  background: #FFFF00;
  color: #0d88de;
  font-size: 2rem;
  line-height: 1;
  padding: 0.5rem 0.3rem;
  margin: 0 0.2rem;
}

#title .title sup {
  font-size: 0.5em;
}

#title p.note {
  color: #FFF;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 0;
}
@media only screen and (min-width:660px){/*PC*/
  #title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
  }
  #title .img {
    width: 220px;
    margin-right: 15px;
  }
  #title .text {
    flex-grow: 1 ;
    width: calc(100% - 235px);
    max-width: 400px;
  }
}
@media only screen and (max-width:659px){/*スマホ*/
  #title {
    padding: 15px 10px 10px;
    text-align: center;
  }
  #title .img { margin-bottom: 10px; }
}
@media only screen and (max-width:440px){/*スマホ*/
  #title .title { font-size: 6vw; }
  #title .title .marker { font-size: 8vw; }
}


/*-----------------------------------------------------------------------------------------------------*/
.intro_text {
  display: block !important;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 1rem 0;
}
.intro_text .marker {
  background: #FFFF00;
  color: #0d88de;
  padding: 0.25rem 0;
  line-height: 2;
}

#kikan {
  display: table;margin: auto;
  width: 100%;
  max-width: 450px;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  border: solid 2px #0d88de;
  color: #0d88de;
}
#kikan dt.kikan_title {
  background: #0d88de;
  color: #FFF;
  line-height: 2;
}
#kikan dd {margin: 0}
#kikan dd:not(:first-of-type){
  border-top: solid 2px #0d88de;
}
#kikan dl * {display: inline-block;line-height: 2;}
#kikan dl dt {margin-right: 1em}
#main #kikan + p.note {
  color: #0d88de;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 0;
}
@media only screen and (max-width:440px){/*スマホ*/
  #kikan {font-size: 5vw}
}

/*-----------------------------------------------------------------------------------------------------*/
#gaiyou {
  border-top: solid 1px #999;
  margin-bottom: 1rem;
}
#gaiyou tr {border-bottom: solid 1px #999}
#gaiyou th {text-align: center}
#gaiyou th span {display: inline-block}
#gaiyou td {padding: 1rem 0}
#gaiyou td > * {margin: 0}
#gaiyou td ul {list-style: none}

#gaiyou .kikan dt,#gaiyou .kikan dd {
  display: inline-block;
  line-height: 1.75;
  margin: 0;
}
#gaiyou .kikan > div {margin-bottom: 0rem}
#gaiyou .kikan dt::after {content: "："}
@media only screen and (min-width:660px){/*PC*/
  #gaiyou th {
    width: 10em;
    padding: 1em;
  }
}
@media only screen and (max-width:659px){/*スマホ*/
  #gaiyou tr,#gaiyou th {display: block;}
  #gaiyou td {
    display: table;
    margin: 1rem auto;
  }
  #gaiyou tr {padding: 0 10px;}
  #gaiyou th {line-height: 3;border-bottom: dashed 1px #999}
}

/*-----------------------------------------------------------------------------------------------------*/
#main #step {margin: 0}
#step .text p {margin-top: 0.5rem}
#step li.step {
  position: relative;
  list-style: none;
  border: solid 2px #e03263;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
#step li.step:not(:last-of-type)::after {
  content: "";display: block;
  background: #e03263;
  width: 40px;height: 20px;
  position: absolute;
  bottom: -22px; left: calc(50% - 20px);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
#step li.step.step_3::after{ background: #0d88de; }
#step li.step.step_3 {border-color: #0d88de; }
#step li.step.step_4 {
  border: none;
  background: #0d88de;
  color: #FFF;
}

#step li.step .step_nam {
  background: #e03263;
  color: #FFF;
  font-weight: bold;
  font-size: 1.25rem;
  display: table;
  padding: 0 0.5em;
  border-radius: 5px;
}
#step li.step.step_3 .step_nam {background: #0d88de;}
#step li.step.step_4 .step_nam {
  background: #FFF;
  color: #0d88de;
}
#step li.step.step_4 a {color: #FFFF00}
#step li.step .img {line-height: 0}
#main #step .note {
  margin: 0;
  font-size: 0.85rem;
}
@media only screen and (min-width:550px){/*PC*/
  #step li.step .img {
    float: left;
    margin: 0 10px 0 0;
  }
  #step li.step p {margin-left: 215px }
  #main #step li.step ul.note {margin-left: 215px}
  #step li.step::after {
    content: "";display: block;
    clear: both;
  }
}
@media only screen and (max-width:549px){/*スマホ*/
  #step li.step {
    display: flex;
    flex-wrap: wrap;
  }
  #step li.step .img {max-width: 50%}
  #step li.step .img img{
    border-radius: 5px 0 0 5px;
  }
  #step li.step .step_nam {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
  }
  #step li.step .text {width: 100%}
}

/*-----------------------------------------------------------------------------------------------------*/
.faq {border-top: solid 2px #0d88de;}
.faq:last-of-type {border-bottom: solid 2px #0d88de;}

.faq .q {
  position: relative;
  color: #0d88de;
  font-weight: bold;
  padding: 0.75rem 3rem 0.75rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  cursor: pointer;
}
.faq .q::after {
  content: "－";
  position: absolute;
  right: 0.5rem;
  top: calc(50% - 0.75em);
}
.faq .q.open::after {
  content: "＋";
}

.faq .a {
  border-top: dashed 1px #0d88de;
  margin: 0 10px;
  padding: 1rem;
}
.faq .a > dl {margin: 1rem 0; }
.faq .a > dl * {line-height: 1.5}
.faq .a > dl > dt {
  font-weight: bold;  
}
.faq .a > dl > dd {margin-top: 0.25rem;}
.faq .a > dl > dd ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width:549px){/*スマホ*/
  .faq .q {font-size: 1.1rem;}
  .faq .q::after { content: "＋"; }
  .faq .q.open::after { content: "－"; }
  .faq .a { display: none}

}






