@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */ *,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer;-webkit-appearance:none;appearance:none}button[disabled],[type="button"][disabled],[type="reset"][disabled],[type="submit"][disabled]{cursor:default}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:none}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}template{display:none}[hidden]{display:none}
html {
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ W3", "メイリオ", meiryo, sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
img {
  vertical-align: bottom;
}
a:hover, a:active {
  opacity: 0.6;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
header {
  width: 100%;
}
header img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  header {
    max-width: 120rem;
    margin: 0 auto;
  }
}
main  {
  display: block;
  width: 100%;
  margin: 0 auto;
}
main img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  main {
    max-width: 120rem;
    margin: 0 auto;
  }
}
.btn {
  margin: 6rem auto 1rem;
  text-align: center;
}
.btn a {
  display: inline-block;
  width: 30rem;
  border-radius: 5rem;
  color: #fff;
  background-color: #ed6b0a;
  padding: 2.5rem 4rem;
  font-size: 2rem;
  font-weight: bold;
}
.btn_txt {
  margin: 0 auto 6rem;
  text-align: center;
  color: #ed6b0a;
  font-size: 1.8rem;
  font-weight: bold;
}
.ttl_base img{
width: 80%;
}
.form_textarea {
font-size: 82%;
}
@media screen and (min-width: 768px) {
.ttl_base img{
width: auto;
}
  .btn a {
    width: 40rem;
    border-radius: 6rem;
    padding: 3rem 4rem;
    font-size: 2rem;
    font-size: 2.4rem;
  }
  .btn_txt {
    font-size: 2rem;
  }
}
.txt {
  margin: 0 3rem 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
.txt span {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .txt {
    margin: 0 3rem 5rem;
    font-size: 2rem;
  }
  .txt span {
    font-size: 1.7rem;
  }
}

#syukatsuinfo footer  {
  width: 100%;
  border-top: .5rem solid #005184;
  padding: 2rem 1rem;
}
.f_txt {
  line-height: 1.5;
  margin-bottom: 2rem;
}
.f_img {
  text-align: right;
}
.f_img img {
  width: 13rem;
}
@media screen and (min-width: 768px) {
 #syukatsuinfo footer  {
    max-width: 120rem;
    margin: 0 auto;
    padding: 5rem 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  }
  .f_txt {
    margin-bottom: 0;
  }
}
#campaign
{
border: red 3px double;
padding: 25px;
}
#campaign h2
{
font-size: 2.8rem;
font-weight: bold;
text-align: center;
color: red;
margin-bottom: 20px;
}
