@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, h1, h2, h3, h4, article, p, ul, li, span, table, th, tr, td, section {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Sans JP', sans-serif; }

ul, li {
  list-style: none; }

wp {
  overflow: hidden; }

.inner {
  max-width: 1200px;
  margin: auto; }
 @media (max-width: 680px) {
    .inner img {
      margin-top: 3px!important;
     }
}


header .fv_01 {
  background: #ef8200;
  padding: 1% 0;
 }
header .fv_02 {
  background: linear-gradient(
  to top,
  transparent 15%,
  #003894 15%
  );
  position: relative;
  height: auto;
}

header .fv_02 .inner {
  position: relative;
}

header .fv_02 img {
  position: relative;
  top: -10px;
  margin-bottom: -20px;
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: auto;
}

@media (max-width: 680px) {
  header .fv_02 {
    height: auto;
    min-height: 50px;
    background: linear-gradient(
    to top,
    transparent 12%,
    #003894 12%
    );
  }

  header .fv_02 img {
    margin-top: 0 !important;
    top: -3px;
    margin-bottom: -6px !important;
    display: block;
  }
}


    /*@media (max-width: 680px) {
      header .fv_02 img {
        top: -11px; }
        }*/

section.lead {
  text-align: center;
  padding: 5% 0; }
section.syohin {
  background: #f9cd99; }
  section.syohin img {
    display: block;
    margin: auto;
    padding: 5% 0; }
section.sp_oubohouhou {
  background: #ef8200;
  padding: 5% 0 1% 0; }
  section.sp_oubohouhou h2 img {
    display: block;
    margin: 0 auto 2%; }
  section.sp_oubohouhou p.kakunin {
    text-align: center;
    font-size: 1.8rem;
    color: #fff; }
  section.sp_oubohouhou .bg {
    background: #fff8b0;
    border-radius: 30px;
    padding: 5% 5% 1%;
    width: 76.66666%;
    margin: 2% auto 0;
    font-size: 1.8rem; }
    @media (max-width: 680px) {
      section.sp_oubohouhou .bg {
        width: 96%; } }
    section.sp_oubohouhou .bg h3 {
      font-size: 3.0rem;
      background: #003893;
      color: #fff;
      text-align: center;
      padding: 1% 0; }
      @media (max-width: 680px) {
        section.sp_oubohouhou .bg h3 {
          font-size: 2.4rem; } }
    section.sp_oubohouhou .bg p {
      margin: 2% 0 4%; }
    section.sp_oubohouhou .bg h4 {
      font-size: 3.0rem;
      border: 4px solid #ee7700;
      text-align: center;
      color: #ef8200;
      background: #fff;
      margin: 4% 0; }
      @media (max-width: 680px) {
        section.sp_oubohouhou .bg h4 {
          font-size: 2.4rem; } }
    section.sp_oubohouhou .bg h5 {
      text-align: center;
      font-size: 2.2rem;
      letter-spacing: 0.08em; }
      section.sp_oubohouhou .bg h5 span {
        color: #ef8200; }

 @media (max-width: 680px) {
    section.sp_oubohouhou .bg h5 {
      font-size: 110%; } }


    section.sp_oubohouhou .bg ul {
      display: flex;
      justify-content: space-around;
      margin: 0 0 4%; }
      section.sp_oubohouhou .bg ul li:first-child {
        width: 25.8333333%; }
      section.sp_oubohouhou .bg ul li:last-child {
        width: 74%; }
      section.sp_oubohouhou .bg ul.point li:first-child {
        width: 2rem;
        color: #ef8200; }
      section.sp_oubohouhou .bg ul.point li:last-child {
        width: 95%; }
section.hagaki_oubohouhou {
  background: #ef8200;
  padding: 0 0 5%; 
margin-top: -1px; }
  section.hagaki_oubohouhou .bg {
    background: #fff8b0;
    border-radius: 30px;
    padding: 5%;
    width: 76.66666%;
    margin: auto;
    font-size: 1.8rem; }

    @media (max-width: 680px) {
      section.hagaki_oubohouhou .bg {
        width: 96%; } }
    section.hagaki_oubohouhou .bg h3 {
      font-size: 3.0rem;
      background: #003893;
      color: #fff;
      text-align: center;
      padding: 1% 0; }
      @media (max-width: 680px) {
        section.hagaki_oubohouhou .bg h3 {
          font-size: 2.4rem; } }
    section.hagaki_oubohouhou .bg p {
      margin: 2% 0 4%; }
      section.hagaki_oubohouhou .bg p span {
        font-weight: 900;
        color: #ef8200; }
    section.hagaki_oubohouhou .bg figure img {
      margin: auto;
      display: block; }
section.kiyaku h3 {
  background: #003893;
  color: #fff;
  text-align: center;
  font-size: 3.0rem;
  padding: 1% 0;
  position: relative;
  cursor: pointer; }
  @media (max-width: 680px) {
    section.kiyaku h3 {
      font-size: 2.0rem;
      padding: 2% 0; } }
  section.kiyaku h3::after {
    content: "＋";
    position: absolute;
    right: 25%;
    font-size: 3.0rem;
    width: 3.0rem;
    height: 3.0rem;
    color: #fff; }
    @media (max-width: 680px) {
      section.kiyaku h3::after {
        right: 2%;
        font-size: 2.0rem; } }
  section.kiyaku h3.active::after {
    content: "－";
    position: absolute;
    right: 25%;
    font-size: 3.0rem;
    width: 3.0rem;
    height: 3.0rem;
    color: #fff; }
    @media (max-width: 680px) {
      section.kiyaku h3.active::after {
        right: 2%;
        font-size: 2.0rem; } }
section.kiyaku ul.tgl1 {
  display: none;
  font-size: 1.6rem;
  padding: 2% 0;
  line-height: 180%; }
  @media (max-width: 680px) {
    section.kiyaku ul.tgl1 {
      width: 96%;
      font-size: 1.4rem;
      margin: auto; } }
  section.kiyaku ul.tgl1 li {
    display: flex; }
    section.kiyaku ul.tgl1 li span {
      margin: 0 0.8rem 0 0; }
    section.kiyaku ul.tgl1 li .sub {
      display: block; }
      section.kiyaku ul.tgl1 li .sub p {
        display: flex; }
section.suisyokankyo h3 {
  background: #003893;
  color: #fff;
  text-align: center;
  font-size: 3.0rem;
  padding: 1% 0;
  position: relative;
  cursor: pointer; }
  @media (max-width: 680px) {
    section.suisyokankyo h3 {
      font-size: 2.0rem;
      padding: 2% 0; } }
  section.suisyokankyo h3::after {
    content: "＋";
    position: absolute;
    right: 25%;
    font-size: 3.0rem;
    width: 3.0rem;
    height: 3.0rem;
    color: #fff; }
    @media (max-width: 680px) {
      section.suisyokankyo h3::after {
        right: 2%;
        font-size: 2.0rem; } }
  section.suisyokankyo h3.active::after {
    content: "－";
    position: absolute;
    right: 25%;
    font-size: 3.0rem;
    width: 3.0rem;
    height: 3.0rem;
    color: #fff; }
    @media (max-width: 680px) {
      section.suisyokankyo h3.active::after {
        right: 2%;
        font-size: 2.0rem; } }
section.suisyokankyo p.bm {
  margin: 0 0 2rem; }
section.suisyokankyo li {
  display: flex;
  margin: 0 0 0 2rem; }
section.suisyokankyo .tgl2 {
  display: none;
  font-size: 1.6rem;
  padding: 2% 0;
  line-height: 180%; }
  @media (max-width: 680px) {
    section.suisyokankyo .tgl2 {
      width: 96%;
      font-size: 1.4rem;
      margin: auto; } }
section.qa {
  font-size: 2.0rem;
  background: #ef8200;
  padding: 5% 0; }
  section.qa .inner {
    max-width: 838px; }
  section.qa h2 img {
    display: block;
    margin: auto; }
  section.qa .que {
    display: flex;
    align-items: center;
    padding: 2% 0 0 3.3333%; }
    @media (max-width: 680px) {
      section.qa .que {
        padding: 2%;
        font-size: 1.6rem; } }
    section.qa .que p {
      padding: 5%;
      background: #fff;
      border-radius: 22px;
      margin: 0 0 0 5.8333%;
      position: relative;
      width: 100%; }
      @media (max-width: 680px) {
        section.qa .que p {
          margin: 0 0 0 2%; } }
      section.qa .que p::before {
        content: url("../img/qa_after1.png");
        width: 77px;
        height: 36px;
        position: absolute;
        left: -70px;
        top: 17%; }
        @media (max-width: 680px) {
          section.qa .que p::before {
            content: url("../img/qa_after1_sp.png");
            width: 35px;
            height: 16px;
            left: -20px;
            top: 9%; } }
    @media (max-width: 680px) {
      section.qa .que img {
        width: 26%; } }
  section.qa .ans {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 3.3333% 0 0 2%; }
    @media (max-width: 680px) {
      section.qa .ans {
        padding: 2%;
        font-size: 1.6rem; } }
    section.qa .ans p {
      padding: 5%;
      background: #fff8b0;
      border-radius: 22px;
      margin: 0 5.8333% 0 0;
      position: relative;
      width: 100%; }
      @media (max-width: 680px) {
        section.qa .ans p {
          margin: 0 2% 0 0; } }
      section.qa .ans p::after {
        content: url("../img/qa_after2.png");
        width: 77px;
        height: 36px;
        position: absolute;
        right: -70px;
        top: 17%; }
        @media (max-width: 680px) {
          section.qa .ans p::after {
            content: url("../img/qa_after2_sp.png");
            width: 35px;
            height: 16px;
            right: -28px;
            top: 32%; } }
    @media (max-width: 680px) {
      section.qa .ans img {
        width: 26%; } }

section.oubo_btn {
  display: none; }
  @media (max-width: 680px) {
    section.oubo_btn {
      display: block;
      background: #f7c180;
      padding: 5% 0;
      position: fixed;
      bottom: 0;
      width: 100%; } }
  @media (max-width: 680px) {
    section.oubo_btn a {
      width: 90%;
      color: #fff;
      text-align: center;
      margin: auto;
      padding: 2% 0;
      display: block;
      background: #e20012;
      font-size: 2.4rem; } }
  section.oubo_btn a:hover {
    opacity: 0.7; }
section.qrcode {
  position: fixed;
  bottom: 0;
  right: 0; }
  @media (max-width: 680px) {
    section.qrcode {
      display: none; } }

.gray {
  color: #595757;
  display: flex; }

footer {
  font-size: 1.6rem !important; }
  @media (max-width: 680px) {
    footer {
      margin: 0 0 5%; } }
  footer li {
    font-size: 1.6rem !important; }


.url a{
    color:#0000ee;
    text-decoration: underline;
}

.postcard-download {
    padding-top: 100px;
    overflow-clip-margin: content-box;
    overflow: clip;
    text-align: center;
    -webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
    display: block;
    width: fit-content;
    margin: auto;
}

.postcard-download:hover {
   opacity: 0.8;
   transform: scale(0.99, 0.99) translateY(2px);
   display: block;
   width: fit-content;
}

@media (max-width: 680px) {

.postcard-download {
    padding-top:30px;
    overflow-clip-margin: content-box;
    overflow: clip;
    text-align: center;
    -webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
    display: block;
    width: fit-content;
    margin: auto;
    }

.postcard-download :hover {
   opacity: 0.7;
   transform: scale(0.99, 0.99) translateY(2px);

}
}

