@charset "UTF-8";
/*
 * setting
 */
/* lg は保管　最後に記述する。*/
/*
g.x)
.box {
  @include pc {
    background-color: red;
  };
  @include tab {
    background-color: blue;
  };
  @include sp {
    background-color: yellow;
  };
}
*/
/*
 * frame
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*
without span tag
*/
html, body, div, 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, strong, sub, sup, 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-size: 100%;
  font: inherit;
  font-weight: 100;
  vertical-align: baseline;
  box-sizing: border-box;
  text-decoration: inherit; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6 {
  display: block;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:visited, a:hover {
  color: #fff; }

.wrapper {
  display: block;
  box-sizing: border-box;
  clear: both; }

.columns {
  width: 100%;
  display: block;
  box-sizing: border-box; }
  .columns .col {
    display: block;
    box-sizing: border-box;
    float: left; }

.w-10 {
  width: 10%;
  display: block;
  box-sizing: border-box; }

.w-20 {
  width: 20%;
  display: block;
  box-sizing: border-box; }

.w-30 {
  width: 30%;
  display: block;
  box-sizing: border-box; }

.w-40 {
  width: 40%;
  display: block;
  box-sizing: border-box; }

.w-50 {
  width: 50%;
  display: block;
  box-sizing: border-box; }

.w-60 {
  width: 60%;
  display: block;
  box-sizing: border-box; }

.w-70 {
  width: 70%;
  display: block;
  box-sizing: border-box; }

.w-80 {
  width: 80%;
  display: block;
  box-sizing: border-box; }

.w-90 {
  width: 90%;
  display: block;
  box-sizing: border-box; }

.w-100 {
  width: 100%;
  display: block;
  box-sizing: border-box; }

.w-15 {
  width: 5%;
  display: block;
  box-sizing: border-box; }

.w-25 {
  width: 10%;
  display: block;
  box-sizing: border-box; }

.w-35 {
  width: 15%;
  display: block;
  box-sizing: border-box; }

.w-45 {
  width: 20%;
  display: block;
  box-sizing: border-box; }

.w-55 {
  width: 25%;
  display: block;
  box-sizing: border-box; }

.w-65 {
  width: 30%;
  display: block;
  box-sizing: border-box; }

.w-75 {
  width: 35%;
  display: block;
  box-sizing: border-box; }

.w-85 {
  width: 40%;
  display: block;
  box-sizing: border-box; }

.w-95 {
  width: 45%;
  display: block;
  box-sizing: border-box; }

@media (min-width: 481px) {
  .pc-10 {
    width: 10%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-20 {
    width: 20%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-30 {
    width: 30%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-40 {
    width: 40%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-50 {
    width: 50%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-60 {
    width: 60%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-70 {
    width: 70%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-80 {
    width: 80%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-90 {
    width: 90%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-100 {
    width: 100%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-15 {
    width: 5%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-25 {
    width: 10%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-35 {
    width: 15%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-45 {
    width: 20%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-55 {
    width: 25%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-65 {
    width: 30%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-75 {
    width: 35%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-85 {
    width: 40%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pc-95 {
    width: 45%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pcr-1 {
    width: 8.33%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pcr-2 {
    width: 16.66%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pcr-3 {
    width: 24.99%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pcr-4 {
    width: 33.32%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pcr-5 {
    width: 41.65%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pcr-6 {
    width: 49.98%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pcr-7 {
    width: 58.31%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pcr-8 {
    width: 66.64%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pcr-9 {
    width: 74.97%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pcr-10 {
    width: 83.3%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pcr-11 {
    width: 91.63%;
    display: block;
    box-sizing: border-box; } }

@media (min-width: 481px) {
  .pcr-12 {
    width: 99.96%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-10 {
    width: 10%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-20 {
    width: 20%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-30 {
    width: 30%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-40 {
    width: 40%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-50 {
    width: 50%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-60 {
    width: 60%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-70 {
    width: 70%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-80 {
    width: 80%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-90 {
    width: 90%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-100 {
    width: 100%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-15 {
    width: 5%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-25 {
    width: 10%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-35 {
    width: 15%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-45 {
    width: 20%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-55 {
    width: 25%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-65 {
    width: 30%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-75 {
    width: 35%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-85 {
    width: 40%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .sp-95 {
    width: 45%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .spr-1 {
    width: 8.33%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .spr-2 {
    width: 16.66%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .spr-3 {
    width: 24.99%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .spr-4 {
    width: 33.32%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .spr-5 {
    width: 41.65%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .spr-6 {
    width: 49.98%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .spr-7 {
    width: 58.31%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .spr-8 {
    width: 66.64%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .spr-9 {
    width: 74.97%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .spr-10 {
    width: 83.3%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .spr-11 {
    width: 91.63%;
    display: block;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .spr-12 {
    width: 99.96%;
    display: block;
    box-sizing: border-box; } }

clear {
  width: 100%;
  clear: both;
  display: block; }

.txt-center {
  text-align: center; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.padding-1 {
  padding: 1px; }

.padding-2 {
  padding: 2px; }

.padding-3 {
  padding: 3px; }

.padding-4 {
  padding: 4px; }

.padding-5 {
  padding: 5px; }

.padding-6 {
  padding: 6px; }

.padding-7 {
  padding: 7px; }

.padding-8 {
  padding: 8px; }

.padding-9 {
  padding: 9px; }

.padding-10 {
  padding: 10px; }

.padding-11 {
  padding: 11px; }

.padding-12 {
  padding: 12px; }

.padding-13 {
  padding: 13px; }

.padding-14 {
  padding: 14px; }

.padding-15 {
  padding: 15px; }

.padding-16 {
  padding: 16px; }

.padding-17 {
  padding: 17px; }

.padding-18 {
  padding: 18px; }

.padding-19 {
  padding: 19px; }

.padding-20 {
  padding: 20px; }

.padding-21 {
  padding: 21px; }

.padding-22 {
  padding: 22px; }

.padding-23 {
  padding: 23px; }

.padding-24 {
  padding: 24px; }

.padding-25 {
  padding: 25px; }

.padding-26 {
  padding: 26px; }

.padding-27 {
  padding: 27px; }

.padding-28 {
  padding: 28px; }

.padding-29 {
  padding: 29px; }

.padding-30 {
  padding: 30px; }

.padding-31 {
  padding: 31px; }

.padding-32 {
  padding: 32px; }

.padding-33 {
  padding: 33px; }

.padding-34 {
  padding: 34px; }

.padding-35 {
  padding: 35px; }

.padding-36 {
  padding: 36px; }

.padding-37 {
  padding: 37px; }

.padding-38 {
  padding: 38px; }

.padding-39 {
  padding: 39px; }

.padding-40 {
  padding: 40px; }

.padding-41 {
  padding: 41px; }

.padding-42 {
  padding: 42px; }

.padding-43 {
  padding: 43px; }

.padding-44 {
  padding: 44px; }

.padding-45 {
  padding: 45px; }

.padding-46 {
  padding: 46px; }

.padding-47 {
  padding: 47px; }

.padding-48 {
  padding: 48px; }

.padding-49 {
  padding: 49px; }

.padding-50 {
  padding: 50px; }

.radius-1 {
  border-radius: 1px;
  overflow: hidden; }

.radius-2 {
  border-radius: 2px;
  overflow: hidden; }

.radius-3 {
  border-radius: 3px;
  overflow: hidden; }

.radius-4 {
  border-radius: 4px;
  overflow: hidden; }

.radius-5 {
  border-radius: 5px;
  overflow: hidden; }

.radius-6 {
  border-radius: 6px;
  overflow: hidden; }

.radius-7 {
  border-radius: 7px;
  overflow: hidden; }

.radius-8 {
  border-radius: 8px;
  overflow: hidden; }

.radius-9 {
  border-radius: 9px;
  overflow: hidden; }

.radius-10 {
  border-radius: 10px;
  overflow: hidden; }

.radius-11 {
  border-radius: 11px;
  overflow: hidden; }

.radius-12 {
  border-radius: 12px;
  overflow: hidden; }

.radius-13 {
  border-radius: 13px;
  overflow: hidden; }

.radius-14 {
  border-radius: 14px;
  overflow: hidden; }

.radius-15 {
  border-radius: 15px;
  overflow: hidden; }

.radius-16 {
  border-radius: 16px;
  overflow: hidden; }

.radius-17 {
  border-radius: 17px;
  overflow: hidden; }

.radius-18 {
  border-radius: 18px;
  overflow: hidden; }

.radius-19 {
  border-radius: 19px;
  overflow: hidden; }

.radius-20 {
  border-radius: 20px;
  overflow: hidden; }

.radius-21 {
  border-radius: 21px;
  overflow: hidden; }

.radius-22 {
  border-radius: 22px;
  overflow: hidden; }

.radius-23 {
  border-radius: 23px;
  overflow: hidden; }

.radius-24 {
  border-radius: 24px;
  overflow: hidden; }

.radius-25 {
  border-radius: 25px;
  overflow: hidden; }

.radius-26 {
  border-radius: 26px;
  overflow: hidden; }

.radius-27 {
  border-radius: 27px;
  overflow: hidden; }

.radius-28 {
  border-radius: 28px;
  overflow: hidden; }

.radius-29 {
  border-radius: 29px;
  overflow: hidden; }

.radius-30 {
  border-radius: 30px;
  overflow: hidden; }

.radius-31 {
  border-radius: 31px;
  overflow: hidden; }

.radius-32 {
  border-radius: 32px;
  overflow: hidden; }

.radius-33 {
  border-radius: 33px;
  overflow: hidden; }

.radius-34 {
  border-radius: 34px;
  overflow: hidden; }

.radius-35 {
  border-radius: 35px;
  overflow: hidden; }

.radius-36 {
  border-radius: 36px;
  overflow: hidden; }

.radius-37 {
  border-radius: 37px;
  overflow: hidden; }

.radius-38 {
  border-radius: 38px;
  overflow: hidden; }

.radius-39 {
  border-radius: 39px;
  overflow: hidden; }

.radius-40 {
  border-radius: 40px;
  overflow: hidden; }

.radius-41 {
  border-radius: 41px;
  overflow: hidden; }

.radius-42 {
  border-radius: 42px;
  overflow: hidden; }

.radius-43 {
  border-radius: 43px;
  overflow: hidden; }

.radius-44 {
  border-radius: 44px;
  overflow: hidden; }

.radius-45 {
  border-radius: 45px;
  overflow: hidden; }

.radius-46 {
  border-radius: 46px;
  overflow: hidden; }

.radius-47 {
  border-radius: 47px;
  overflow: hidden; }

.radius-48 {
  border-radius: 48px;
  overflow: hidden; }

.radius-49 {
  border-radius: 49px;
  overflow: hidden; }

.radius-50 {
  border-radius: 50px;
  overflow: hidden; }

/*
body 
*/
.bk-body {
  background-color: #FFDC2A; }

/*
color
*/
.color-white {
  color: #fff; }

.color-brown {
  color: #291307; }

/*
bk
*/
.bk-black {
  background-color: #000; }

.bk-white {
  background-color: #fff; }

.bk-yellow {
  background-color: #FFDC2A; }

.bk-yellow2 {
  background-color: #fde932; }

.bk-yellow3 {
  background-color: #F5B400; }

.bk-red {
  background-color: #ff0000; }

.bk-pink {
  background-color: #ff22ff; }

.bk-orange {
  background-color: #FF5700; }

.bk-water {
  background-color: #84DBD5; }

/*
height
*/
.height-100 {
  height: 100px; }

.height-200 {
  height: 200px; }

.height-300 {
  height: 300px; }

.height-400 {
  height: 400px; }

.height-500 {
  height: 500px; }

.height-600 {
  height: 600px; }

.height-700 {
  height: 700px; }

.height-800 {
  height: 800px; }

.height-900 {
  height: 900px; }

.height-1000 {
  height: 1000px; }

.border-orange {
  border: 5px solid #FF5700; }

.triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid black; }

.triangle1 {
  width: 0;
  height: 0;
  border-left: 30px solid black;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent; }

.triangle2 {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid black;
  border-bottom: 30px solid transparent; }

.triangle3 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid black; }

/*
 * site original css
 */
#top p {
  font-size: 14px; }

.max-width {
  max-width: 1200px;
  margin: 0px auto; }

.up-contents {
  width: 100%;
  clear: both; }
  @media (min-width: 481px) {
    .up-contents {
      height: 34px; } }
  @media (max-width: 480px) {
    .up-contents {
      height: 2.5%; } }

@media (min-width: 481px) {
  .in-contents {
    padding: 5% 5%; } }

@media (max-width: 480px) {
  .in-contents {
    padding: 2.5% 5%; } }

#header {
  background-image: url("/asset/img/cc02.png");
  background-position: 50% 50%;
  max-height: 500px;
  overflow: hidden; }
  @media (min-width: 481px) {
    #header .imgs {
      max-width: 1200px;
      width: 85%;
      margin-top: -5%; } }
  @media (max-width: 480px) {
    #header .imgs {
      max-width: 1200px;
      width: 120%;
      margin: 40px -10%; } }

@media (min-width: 481px) {
  #contents1 .dummy-height {
    height: 14vw; } }

@media (max-width: 480px) {
  #contents1 .dummy-height {
    height: 40px; } }

@media (min-width: 1000px) {
  #contents1 .dummy-height {
    height: 170px; } }

@media (min-width: 481px) {
  #contents1 .dummy-height2 {
    height: 40px; } }

@media (max-width: 480px) {
  #contents1 .dummy-height2 {
    height: 10px; } }

@media (min-width: 481px) {
  #contents1 .img-h {
    width: 110%;
    z-index: 99;
    position: absolute;
    top: 1px;
    left: -5%; } }

@media (max-width: 480px) {
  #contents1 .img-h {
    width: 110%;
    z-index: 99;
    position: absolute;
    top: 1px;
    left: -5%; } }

@media (min-width: 481px) {
  #contents1 .block1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0% 5%;
    color: #222;
    text-align: left;
    letter-spacing: 0.2em;
    line-height: 1.5em; } }

@media (max-width: 480px) {
  #contents1 .block1 {
    box-sizing: border-box;
    width: 100%;
    color: #222;
    text-align: left;
    letter-spacing: 0.2em;
    line-height: 1.2em;
    margin: 5% 0%;
    font-size: 0.8em;
    font-weight: 100; } }

@media (min-width: 481px) {
  #contents1 .img1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0% 5%; } }

@media (max-width: 480px) {
  #contents1 .img1 {
    box-sizing: border-box;
    width: 100%;
    padding: 2%px 2%; } }

#contents1 .img2 {
  max-width: 567px;
  width: 100%; }

@media (min-width: 481px) {
  #contents3 .zura {
    margin-top: -15%; } }

@media (max-width: 480px) {
  #contents3 .zura {
    margin-top: 0%; } }

#contents3 .img3 {
  width: 100%; }
  @media (min-width: 481px) {
    #contents3 .img3 {
      max-width: 676px;
      margin: 120px auto 40px auto; } }

#contents3 .img-b {
  width: 100%; }
  @media (min-width: 481px) {
    #contents3 .img-b {
      max-width: 345px; } }

#contents3 .but02 {
  width: 100%; }
  @media (min-width: 481px) {
    #contents3 .but02 {
      max-width: 531px;
      margin: 80px auto 60px auto; } }

#contents3 .bk-image {
  background-image: url("/asset/img/yafu-wide.png"); }

#contents4 .img3 {
  width: 100%; }
  @media (min-width: 481px) {
    #contents4 .img3 {
      max-width: 588px;
      margin: 120px auto 40px auto; } }

#contents4 .srcs {
  width: 100%; }

#contents4 .box {
  box-sizing: border-box;
  text-align: center; }

#contents4 .box2 {
  margin: 40px auto;
  line-height: 1.5em;
  letter-spacing: 0.2em; }
  @media (min-width: 481px) {
    #contents4 .box2 {
      width: 80%; } }
  @media (max-width: 480px) {
    #contents4 .box2 {
      width: 100%; } }

#form {
  line-height: 1.2em;
  font-size: 1.5em;
  /* iOSでのデフォルトスタイルをリセット */
  /* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */ }
  #form label {
    line-height: 3em;
    text-align: right;
    font-size: 1em; }
  #form input {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #333;
    line-height: 3em;
    text-align: center;
    font-size: 1em; }
  #form input[type="submit"],
  #form input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer; }
  #form input[type="submit"]::-webkit-search-decoration,
  #form input[type="button"]::-webkit-search-decoration {
    display: none; }
  #form input[type="submit"]::focus,
  #form input[type="button"]::focus {
    outline-offset: -2px; }
  #form .submit {
    border-radius: 10px;
    background-color: #ff0000;
    color: #fff;
    font-weight: 800;
    line-height: 3em;
    text-align: center;
    width: 100%;
    margin-top: 5%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    border: none; }
  #form .imgs {
    max-width: 629px;
    width: 100%; }
  #form .triangle3 {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ffdc2a;
    display: inline-block; }
  #form :placeholder-shown {
    color: #bbb; }
  #form ::-webkit-input-placeholder {
    color: #bbb; }
  #form :-moz-placeholder {
    color: #bbb;
    opacity: 1; }
  #form ::-moz-placeholder {
    color: #bbb;
    opacity: 1; }
  #form :-ms-input-placeholder {
    color: #bbb; }

h1 {
  font-size: 12px; }

.flexbase {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .flexbase .half50 {
    flex-basis: 50%;
    display: block !important;
    padding: 0.5rem; }

.img100 {
  margin: 0px auto;
  width: 100% !important;
  display: block !important; }

