@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

/* Effect1
 *************************************** */
/* 擬似要素の共通スタイル */
.change-border01 {
  position: relative;
}

.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

/* 左上へ配置 */
.change-border01::after {
  height: 1px;
  left: -1px;
  top: -1px;
  width: 0px;
}

/* 右下へ配置 */
.change-border01::before {
  bottom: -1px;
  height: 1px;
  right: -1px;
  width: 0px;
}

/* 左下へ配置 */
.change-border01__inner::after {
  bottom: -1px;
  height: 0px;
  left: -1px;
  width: 1px;
}

/* 右下へ配置 */
.change-border01__inner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 1px;
}

/* hover */
.change-border01:hover::after,
.change-border01:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}

.change-border01:hover .change-border01__inner::after,
.change-border01:hover .change-border01__inner::before {
  height: 100%;
  height: calc(100% + 1px);
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #ddd;
  border-style: solid;
  border-width: 0;
  transition-property: border-width;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}

.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  transform: translateY(0);
  border-width: 4px;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eee;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  transform: scaleX(1);
}

/*  

■■リセットCSS

*/
html,
button,
input,
select,
textarea {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

label {
  cursor: pointer;
  cursor: hand;
}

object,
embed {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

.pkg:before,
.pkg:after {
  content: "";
  display: table;
}

.pkg:after {
  clear: both;
}

.pkg {
  zoom: 1;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
}

a:link {
  color: #0064B1;
  transition: all 0.2s ease-in;
}

a:visited {
  color: #0064B1;
  transition: all 0.2s ease-in;
}

@media screen and (min-width: 1200px) {
  a:hover {
    color: #3cc;
    transition: all 0.2s ease-in;
  }
}
/*
a img:hover {
    @include opacity(0.5);
    @include transition(all 0.2s ease-in);
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.img_responsive {
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

/*

page

*/
html,
body {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 1.5em;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.h2wrap {
  margin: 0 0 30px;
}

.h2wrap_small {
  margin: 0 0 10px;
}

h2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  font-size: 50px;
  font-size: 5rem;
  display: inline;
  background: url(/img/toppage/border_dot3.png) bottom repeat-x;
  padding: 0 0 10px;
}

h2.small {
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  font-size: 32px;
  font-size: 3.2rem;
  display: inline;
  background: url(/img/toppage/border_dot3.png) bottom repeat-x;
  padding: 0 0 10px;
}

header {
  width: 100%;
  height: 93px;
  top: 0;
}
header .logo {
  display: block;
  width: 50%;
  float: left;
  padding: 29px 0 0;
}
@media screen and (max-width: 900px) {
  header .logo {
    width: 100%;
    float: none;
  }
}
header .logo img {
  display: block;
}
@media screen and (max-width: 900px) {
  header .logo img {
    margin: 0 auto;
  }
}
header .gmenu {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  width: 50%;
  float: right;
  padding: 30px 0 0;
}
@media screen and (max-width: 900px) {
  header .gmenu {
    display: none;
  }
}
header .gmenu ul {
  float: right;
}
header .gmenu ul li {
  float: left;
  padding: 0 0 0 38px;
}
header .gmenu ul li a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  header .gmenu ul li a {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }
  header .gmenu ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #000;
    height: 1px;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  header .gmenu ul li a:hover:before, header .gmenu ul li a:focus:before, header .gmenu ul li a:active:before {
    right: 0;
  }
}

body.secondary header {
  position: static !important;
  border-bottom: 1px solid #ccc;
}

#hero {
  width: 100%;
  height: calc(100vh - 93px);
  background: url(/img/toppage/spinner2.gif) center center no-repeat;
}
#hero img {
  width: 100%;
  height: calc(100vh - 93px);
  object-fit: cover;
}
#hero.full_screen {
  top: 0 !important;
}

.fullscreen {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

#hero.startslide {
  background: none;
}

#about,
#portfolio,
#project,
#blog_headline {
  background: url(/img/toppage/border_dot2.png) bottom repeat-x;
  padding: 45px 0;
}

#contact_form {
  background: url(/img/toppage/border_dot2.png) top repeat-x;
  padding: 45px 0;
}

#go_fullscreen_mode {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  padding: 40px 0 0;
}
#go_fullscreen_mode a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  #go_fullscreen_mode a {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }
  #go_fullscreen_mode a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #000;
    height: 1px;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  #go_fullscreen_mode a:hover:before, #go_fullscreen_mode a:focus:before, #go_fullscreen_mode a:active:before {
    right: 0;
  }
}

#about .textcol {
  width: 59.8290598291%;
  float: left;
}
@media screen and (max-width: 900px) {
  #about .textcol {
    width: 100%;
    float: none;
  }
}
#about .imgcol {
  width: 34.188034188%;
  float: right;
}
@media screen and (max-width: 900px) {
  #about .imgcol {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}
#about .illust {
  margin: 0 0 30px;
}
#about .illustrator {
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
#about .flex-control-paging a {
  overflow: hidden;
  outline: none;
}
#about .my_sns {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}
#about .my_sns li {
  padding: 0 0 0 29px;
  margin: 0 0 12px;
}
#about .my_sns .twitter {
  background: url(/img/toppage/icon_twitter.png) left center no-repeat;
}
#about .my_sns .facebook {
  background: url(/img/toppage/icon_facebook.png) left center no-repeat;
}
#about .my_sns .blog {
  background: url(/img/toppage/icon_blog.png) left center no-repeat;
}
#about .my_sns a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  #about .my_sns a {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }
  #about .my_sns a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #000;
    height: 1px;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  #about .my_sns a:hover:before, #about .my_sns a:focus:before, #about .my_sns a:active:before {
    right: 0;
  }
}

#portfolio .container2 {
  max-width: 1194px;
  margin: 0 auto;
}
#portfolio .col {
  width: 33.3333%;
  float: left;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  #portfolio .col {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  #portfolio .col {
    width: 100%;
    float: none;
  }
}
#portfolio .col a {
  display: block;
  border: 1px solid #ddd;
  padding: 4px;
}
@media screen and (min-width: 1200px) {
  #portfolio .col a:hover {
    opacity: 0.5;
    transition: all 0.2s ease-in;
  }
}

#project .colwrap {
  margin: 0 0 37px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #project .colwrap {
    display: block;
  }
}
#project .fig {
  display: table-cell;
  width: 200px;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  #project .fig {
    display: block;
    width: 100%;
  }
}
#project .main {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  #project .main {
    display: block;
  }
}
#project .thumbnail a {
  display: block;
  width: 180px;
  height: 180px;
  border: 1px solid #ccc;
  text-indent: -9999px;
}
@media screen and (max-width: 700px) {
  #project .thumbnail a {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
  }
}
#project .thumbnail a.pdf_calendar {
  background: url(/img/toppage/fig_pdf_calendar.png) -496px -98px no-repeat;
}
@media screen and (max-width: 700px) {
  #project .thumbnail a.pdf_calendar {
    background-position: -13px -97px;
  }
}
#project .thumbnail a.excel_calendar {
  background: url(/img/toppage/fig_excel_calendar.png) -345px -87px no-repeat;
}
@media screen and (max-width: 700px) {
  #project .thumbnail a.excel_calendar {
    background-position: -48px -87px;
  }
}
#project .thumbnail a.zenbu_calendar {
  background: url(/img/toppage/fig_zenbu_calendar.png) -607px -328px no-repeat;
}
@media screen and (max-width: 700px) {
  #project .thumbnail a.zenbu_calendar {
    background-position: -59px -320px;
  }
}
#project .thumbnail a.taian_calendar {
  background: url(/img/toppage/fig_taian_calendar.png) -374px -202px no-repeat;
}
@media screen and (max-width: 700px) {
  #project .thumbnail a.taian_calendar {
    background-position: -7px -180px;
  }
}
#project .thumbnail a.kyureki_calendar {
  background: url(/img/toppage/fig_kyureki_calendar.png) -568px -292px no-repeat;
}
@media screen and (max-width: 700px) {
  #project .thumbnail a.kyureki_calendar {
    background-position: -34px -292px;
  }
}
#project .thumbnail a.mangetsu_calendar {
  background: url(/img/toppage/fig_mangetsu_calendar.png) -243px -357px no-repeat;
}
@media screen and (max-width: 700px) {
  #project .thumbnail a.mangetsu_calendar {
    background-position: -243px -357px;
  }
}
#project .thumbnail a.rokuyou_gcal {
  background: url(/img/toppage/fig_rokuyou_gcal.png) -832px -236px no-repeat;
}
@media screen and (max-width: 700px) {
  #project .thumbnail a.rokuyou_gcal {
    background-position: -177px -64px;
  }
}
#project .thumbnail a.arachne_notes {
  background: url(/img/toppage/fig_arachne_notes.png) -11px -79px no-repeat;
}
@media screen and (max-width: 700px) {
  #project .thumbnail a.arachne_notes {
    background-position: 0px 0px;
  }
}
@media screen and (min-width: 1200px) {
  #project .thumbnail a:hover {
    border: 1px solid #000;
    opacity: 0.5;
    transition: all 0.2s ease-in;
  }
}
#project .titlecol {
  border-bottom: 3px solid #eee;
  padding: 0 0 12px;
  margin: 12px 0 12px;
}
#project .titlecol h3 {
  float: left;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  color: #333;
}
#project .titlecol h3 a {
  color: #000;
  text-decoration: none;
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  #project .titlecol h3 a {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }
  #project .titlecol h3 a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #000;
    height: 1px;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  #project .titlecol h3 a:hover:before, #project .titlecol h3 a:focus:before, #project .titlecol h3 a:active:before {
    right: 0;
  }
}

#blog_headline .bloglink a {
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #30AEC5;
  background: url(/img/toppage/bullet_pagelink.png) 0 center no-repeat;
  padding: 0 0 0 15px;
}
@media screen and (min-width: 1200px) {
  #blog_headline .bloglink a {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }
  #blog_headline .bloglink a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #000;
    height: 1px;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  #blog_headline .bloglink a:hover:before, #blog_headline .bloglink a:focus:before, #blog_headline .bloglink a:active:before {
    right: 0;
  }
}
#blog_headline .entries {
  margin: 20px 0 0;
}
#blog_headline .entries .entry {
  margin: 0 0 20px;
}
#blog_headline .entries .entry .date {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
}
#blog_headline .entries .entry .title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin: 4px 0 8px;
}
#blog_headline .entries .entry .title a {
  text-decoration: none;
  color: #333;
  padding-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  #blog_headline .entries .entry .title a {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }
  #blog_headline .entries .entry .title a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #000;
    height: 1px;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  #blog_headline .entries .entry .title a:hover:before, #blog_headline .entries .entry .title a:focus:before, #blog_headline .entries .entry .title a:active:before {
    right: 0;
  }
}
#blog_headline .entries .entry .excerpt {
  color: #aaa;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

#contact {
  padding-bottom: 80px;
}
#contact .address {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 500px) {
  #contact .address {
    font-size: 30px;
    font-size: 3rem;
  }
}
#contact .address a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #30AEC5;
}
@media screen and (min-width: 1200px) {
  #contact .address a {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }
  #contact .address a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #30AEC5;
    height: 2px;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  #contact .address a:hover:before, #contact .address a:focus:before, #contact .address a:active:before {
    right: 0;
  }
}
#contact .tel {
  margin: 0 0 10px;
}

#contact_form .colwrap {
  margin: 35px 0 0;
}
#contact_form .colwrap .col_left {
  width: 416px;
  float: left;
}
@media screen and (max-width: 1200px) {
  #contact_form .colwrap .col_left {
    width: 100%;
    float: none;
  }
}
#contact_form .colwrap .col_right {
  width: 754px;
  float: right;
}
@media screen and (max-width: 1200px) {
  #contact_form .colwrap .col_right {
    width: 100%;
    float: none;
  }
}
#contact_form .colwrap dl {
  overflow: hidden;
}
#contact_form .colwrap dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  line-height: 1;
  width: 110px;
  clear: both;
  float: left;
  padding: 10px 0 0;
}
@media screen and (max-width: 450px) {
  #contact_form .colwrap dt {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
#contact_form .colwrap dt span.red {
  color: #DA1B32;
  padding-left: 3px;
}
#contact_form .colwrap dd {
  margin-left: 110px;
}
@media screen and (max-width: 450px) {
  #contact_form .colwrap dd {
    margin-left: 0;
  }
}
#contact_form .colwrap dd input {
  width: 255px;
  height: 50px;
  margin-bottom: 23px;
  border: 1px solid #ccc;
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  #contact_form .colwrap dd input {
    width: 100%;
  }
}
#contact_form .colwrap dd textarea {
  width: 100%;
  height: 260px;
  border: 1px solid #ccc;
  padding: 10px;
}
#contact_form .colwrap dd input:focus,
#contact_form .colwrap dd textarea:focus {
  border: 1px solid #30AEC5;
}
#contact_form .colwrap dd input.submit {
  display: block;
  margin: 40px 0 0;
  width: 255px;
  height: 70px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  line-height: 70px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 450px) {
  #contact_form .colwrap dd input.submit {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #contact_form .colwrap dd input.submit:hover {
    background-color: #ccc;
    border-color: #30AEC5;
    color: #30AEC5;
    transition: all 0.2s ease-in;
  }
}

#form_preview table {
  width: 100%;
  margin: 60px 0;
}
#form_preview table td {
  border: 1px solid #ccc;
  padding: 10px;
}
#form_preview table tr td:first-child {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  width: 300px;
}
@media screen and (max-width: 800px) {
  #form_preview table {
    border-bottom: 1px solid #ccc;
  }
  #form_preview table tr, #form_preview table td {
    display: block;
    width: 100% !important;
    border-bottom: none !important;
  }
}
#form_preview .form_btn_group {
  text-align: center;
  margin-bottom: 60px;
}
#form_preview .error_point {
  margin: 30px 0 0;
  color: #DA1B32;
}
#form_preview input {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 40px 0 0;
  width: 255px;
  height: 70px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 70px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 800px) {
  #form_preview input {
    display: block;
    margin: 16px auto 0;
  }
}
#form_preview input:hover {
  background-color: #ccc;
  border-color: #30AEC5;
  color: #30AEC5;
  transition: all 0.2s ease-in;
}
#form_preview input.form_back_btn {
  margin-right: 16px;
}
@media screen and (max-width: 800px) {
  #form_preview input.form_back_btn {
    margin-right: auto;
  }
}
#form_preview input.submit_btn {
  font-weight: 700;
}
#form_preview .thank_you_message {
  margin: 60px 0;
}
@media screen and (max-width: 800px) {
  #form_preview .thank_h2 h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}

footer {
  border-top: 3px solid #eee;
  padding: 3px 0 50px;
}
footer .box {
  border-top: 3px solid #eee;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  padding-top: 12px;
}

#privacy-policy h3 {
  margin-bottom: 20px;
}
#privacy-policy section {
  margin-bottom: 40px;
}
#privacy-policy .text {
  font-size: 14px;
}