/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
/*thanks*/
#thanks {
  background: #f2f2f2;
  padding-left: 20px;
  padding-right: 20px; }
  #thanks .links {
    text-decoration: underline; }
  #thanks .box_in {
    background: #fff;
    padding: 40px; }
    #thanks .box_in .thanks_ttl {
      font-size: 38px;
      background: #21427c;
      color: #fff;
      padding: 10px; }
    #thanks .box_in h4 {
      margin-top: 40px;
      font-size: 30px; }
    #thanks .box_in .txt {
      margin: 0 auto;
      margin-top: 40px;
      text-align: left;
      max-width: 800px;
      width: 100%;
      padding: 40px;
      border: 3px double #c7c7c7; }
    #thanks .box_in .txt2 {
      padding: 0 0 20px 0;
      border: none; }
    #thanks .box_in .txt3 {
      margin-top: 0;
      padding: 0 0 40px 0;
      border: none; }
    #thanks .box_in .link {
      margin-top: 20px;
      color: #203f77;
      font-weight: bold; }

@media screen and (max-width: 750px) {
  #thanks {
    background: #f2f2f2;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw; }
    #thanks .box_in {
      background: #fff;
      padding: 40px 5.3333333333vw; }
      #thanks .box_in .thanks_ttl {
        font-size: 6.4vw;
        padding: 1.3333333333vw; }
      #thanks .box_in h4 {
        margin-top: 5.3333333333vw;
        font-size: 5.3333333333vw; }
      #thanks .box_in .txt {
        margin-top: 5.3333333333vw;
        padding: 2.6666666667vw; }
      #thanks .box_in .txt2 {
        margin-top: 5.3333333333vw;
        padding: 0 0 1.3333333333vw 0; }
      #thanks .box_in .txt3 {
        margin-top: 0;
        padding: 2.6666666667vw 0 5.3333333333vw 0; }
      #thanks .box_in .link {
        margin-top: 2.6666666667vw;
        color: #203f77;
        font-weight: bold; } }
