@charset "UTF-8";

/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pc_size{
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp_size{
    display: none !important;
  }
}


body{
  color: #000;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 500;
  width:100%;
}

img{
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  flex-shrink: 0;
}
.img{
  margin: 33px auto 0;
}
span{
  font-weight: inherit;
}

/*a, a img{ transition: .2s; }*/
a:hover, a img:hover { opacity: 0.8; }

.wrapper{
  max-width: 600px;
	margin: 0 auto;
}
.wrapper .inner{
  max-width: 560px;
  margin-inline: auto;
  width: 94%;
}
.pink{
  color: #F69382;
}
.red{
  color: #C01920;
}
.mt0{margin-top: 0 !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}
.mt45{margin-top: 45px !important;}
@media screen and (max-width: 767px) {
  body{
    font-size: 15px;
  }
  .mt15_sp{margin-top: 15px !important;}
  .mt30_sp{margin-top: 30px !important;}
}

.logo{
  max-width: 233px;
  margin-inline: auto;
  padding: 40px 0 20px;
}
.text{
  margin-top: 35px;
}
.title.band + .text{
  margin-top: 30px;
}
.bold{
  font-weight: bold;
}
.outline{
  background-color: #FFF67F;
  margin-top: 33px;
  padding: 25px 25px;
}
.outline p{
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
}
.title.band{
  font-size: 22px;
  font-weight: bold;
  background-color: #C11920;
  color: #FFF;
  line-height: 1.7;
  margin-top: 80px;
  padding: 20px 10px 18px;
  text-align: center;
}
.title.band.black{
  background-color: #3E3A39;
}
.title.bold{
  font-size: 19px;
  margin-top: 25px;
}
.markerAll{
  background-color: #FFF33F;
}
.marker{
  background: linear-gradient(to bottom,rgba(255,248,0,0) 60%,#fff800 40%);
}
.btnBlock{
  margin: 60px auto 0;
  max-width: 480px;
  text-align: center;
  width: 95%;
}
.btnBlock .sup{
  margin-bottom: 20px;
}
.note{
  font-size: 14px;
}
.note-mark{
  display: flex;
}
.note-mark .note_text{
  flex: 1;
}

.num{
  font-size: 16px;
  margin: 10px 0 0;
  text-align: right;
}
.footer{
  background-color: #f0f0f0;
  margin-top: 70px;
  padding: 20px 0;
}
.copyright{
  font-size: 80%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .logo{
    max-width: 145px;
    padding: 25px 0 10px;
  }
  .img{
    margin-top: 25px;
  }
  .text{
    margin-top: 28px;
  }
  .outline{
    margin-top: 28px;
    padding: 20px 15px;
  }
  .outline p{
    font-size: 16px;
  }
  .title.band{
    font-size: 18px;
    margin-top: 60px;
    padding: 17px 5px 16px;
  }
  .title.bold{
    font-size: 16px;
    margin-top: 20px;
  }
  .btnBlock{
    margin-top: 35px;
  }
  .btnBlock .sup{
    margin-bottom: 10px;
  }
  .note{
    font-size: 12px;
  }
  .num{
    font-size: 13px;
  }
  .copyright{
    font-size: 10px;
  }
}



