@charset "utf-8";

/* = reset
---------------------------------------------------
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  color: inherit;
	-webkit-text-size-adjust:none;
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

/* = common
--------------------------------------------------- */
p {
  line-height: 1.5;
  margin-bottom: 10px;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover{
	opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
input, select {
  vertical-align: baseline;
}
i {
  color: inherit;
  vertical-align: inherit;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

/* = Whole
--------------------------------------------------- */
body {
  background-color: black;
  color: white;
  font:13px 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.serif {
  font:13px 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

/* = hidden
--------------------------------------------------- */
.hide {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}

/* = container
--------------------------------------------------- */
body {
  width: 1024px;
  margin: auto;
}
.container {
  width: 980px;
  position: relative;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
}
.sp {
  display: none;
}
@media (max-width: 480px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  body {
    width: 100%;
  }
  .container {
    width: 100%;
    padding: 0 8px;
  }
}
main {
  padding-bottom: 45px;
  min-height: 60vh;
}
main h1 {
  text-align: center;
  margin: 50px 0 10px;
  width: auto;
}
main h1 img {
  height: 55px;
  display: block;
  margin: auto;
}

/* = header
--------------------------------------------------- */
header {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
header > p {
  border-bottom: 2px solid #EF0386;
  line-height: 2.2;
  text-align: center;
  font-size: 11px;
  color: white;
  margin: 0;
}
header .container {
  padding: 20px 0;
}
header .container h1 {
  float: left;
}
header .container h1 img {
  height: 78px;
  width: auto;
  margin-top: -8px;
}
header .container .right {
  float: right;
}
header .container .link img {
  height: 26px;
  width: auto;
  float: right;
  margin: 12px 0;
}
header .container nav {
  float: right;
  overflow: hidden;
}
header .container nav a {
  display: block;
  overflow: hidden;
  float: left;
  margin-left: 25px;
  font-family: Barlow;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 480px) {
  body {
    padding-top: 16.7vw;
  }
  header {
    box-shadow: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 999;
    background-color: rgba(0,0,0,0.7);
  }
  header > p {
    display: none;
  }
  header .container {
    padding: 4vw 2vw 1vw;
  }
  header .container h1 img {
    height: 13vw;
  }
  header .container .openmenu {
    display: block;
    position: absolute;
    right: 4vw;
    top: 4.5vw;
    width: 8vw;
  }
  header .container .right {
    display: none;
  }
}

/* = menu
--------------------------------------------------- */
menu.sp {
  display: none;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
menu a.closemenu {
  position: absolute;
  right: 6%;
  top: 6vw;
  width: 8vw;
}
menu div {
  width: 80%;
  margin-left: -80vw;
  height: 100vh;
  background-color: #000;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
menu div nav a {
  border-bottom: 1px solid #DFDFDF;
  line-height: 60px;
  display: block;
  padding-left: 2em;
  font-family: Barlow;
  font-weight: 300;
  font-size: 16px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: auto 3vw;
  background-position: right 3vw center;
}
menu div aside {
  background: url(../img/menu_link.svg) no-repeat;
  background-size: auto 11vw;
  background-position: center left 30px;
  height: 20vw;
  border-bottom: 1px solid #DFDFDF;
}
menu div aside a {
  width: 50%;
  height: 100%;
  float: left;
}
menu div p {
  font-size: 12px;
  line-height: 1.7;
  padding: 1.2em 2em;
  margin-bottom: 0;
}

/* = .bxslider
--------------------------------------------------- */
.slide_all {
  width: 100%;
  margin: 0 auto;
  height: 520px;
  position: relative;
  overflow: hidden;
  margin-top: -45px;
}
.slide_all .black {
  background-color: black;
  position: absolute;
  z-index: 5;
  height: 520px;
  width: 100%;
  opacity: 0.43;
}
.slide_all .left {
  right: 50%;
  margin-right: 390px;
}
.slide_all .right {
  left: 50%;
  margin-left: 390px;
}
.slide_wrap {
  width: 2340px;
  position: absolute;
  left: 50%;
  margin-left: -1170px;
}
.slide_body {
  width: 100%;
}
.slide {
  width: 780px;
}
.slide img {
  width: 100%;
  vertical-align: bottom;
}
#bx-pager {
  border-bottom: 2px solid #EF0386;
  background-color: #898989;
  padding: 7px;
  text-align: center;
}
#bx-pager a {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 4px;
  color: transparent;
  background-color: white;
  overflow: hidden;
}
#bx-pager a.active {
  background-color: #EF0386;
}
@media (max-width: 480px) {
  .slide_all {
    zoom: 0.44;
    margin-top: -113px;
  }
}

/* = #index .model
--------------------------------------------------- */
#index .model section {
  float: left;
  width: 33.33333%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
}
#index .model section div .img {
  display: block;
  background-position:center top !important;
  background-size:cover !important;
  height: 100px;
  width: 100px;
  float: left;
  border: 1px solid #EF0386;
}
#index .model section div .img.sp {
  display: none;
}
#index .model section div .detail {
  display: block;
  width: calc(100% - 110px);
  float: right;
  padding-top: 1px;
}
#index .model section div .detail h3 {
  font-size: 90%;
}
#index .model section div .detail p {
  font-size: 95%;
  margin: 3px 0;
}
#index .model section div .detail .voice {
  display: block;
  border: 1px solid #EF0386;
  color: #EF0386;
  text-align: center;
  line-height: 2;
}
#index .model section div .detail .sns {
  color: #7D7D7D;
  font-size: 22px;
  margin: 0;
}
#index .model section div .detail .sns img {
  width: 22px;
  display: inline-block;
  padding-top: 4px;
  vertical-align: top;
}
#index .model section div .detail .more {
  display: block;
  text-align: right;
  color: #EF0386;
  margin-top: 5px;
  text-decoration: underline;
  position: absolute;
  bottom: 15px;
  right: 10px;
}
  #index .model section div .img {
    height: 130px;
    width: 130px;
  }
  #index .model section div .detail {
    width: calc(100% - 140px);
  }
@media (max-width: 480px) {
  #index .model section {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  #index .model section div .img.sp {
    height: 150px;
    width: 150px;
    display: block !important;
  }
  #index .model section div .detail {
    width: calc(100% - 160px);
  }
  #index .model section div .detail h3 {
    font-size: 110%;
  }
  #index .model section div .detail p {
    font-size: 110%;
  }
  #index .model section div .detail .more {
    font-size: 110%;
    bottom: 0;
    right: 10px;
  }
}

/* = #index .news
--------------------------------------------------- */
#index .news {
  margin-bottom: -20px;
  padding: 20px;
}
#index .news h1 {
  text-align: left;
  margin: 0 0 10px 7px;
}
#index .news section {
  width: 50%;
  float: left;
  padding: 7px;
  box-sizing: border-box;
}
#index .news section div {
  background-color: #333;
  font-size: 11px;
  position: relative;
  overflow: hidden;
}
#index .news section div .img {
  display: block;
  background-position:center top !important;
  background-size:cover !important;
  height: 100px;
  width: 100px;
  float: left;
}
#index .news section div div {
  float: left;
  padding-left: 12px;
  padding-top: 10px;
  width: 350px;
  position: static;
  overflow: auto;
}
#index .news section div div p {
  margin: 0;
}
#index .news section div div .name {
  line-height: 18px;
  margin-bottom: 3px;
  display: block;
}
#index .news section div div .name b {
  color: white;
  display: inline-block;
  background: url(../img/label.svg) no-repeat;
  padding: 3px 9px 3px 3px;
  background-size: 100% 100%;
  background-position: center center;
  margin-right: 0.5em;
}
#index .news section div div .text {
  line-height: 18px;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#index .news section div .more {
  display: inline-block;
  position: absolute;
  bottom: 12px;
  right: 15px;
  color: #EF0386;
}
#index .news article+a {
  background: url(../img/btn.svg) no-repeat;
  background-position:center center !important;
  background-size:100% 100% !important;
  border: none;
  width: 150px;
  margin: 0 auto;
  height: 36px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 20px;
  color: white;
  display: block;
}
@media (max-width: 480px) {
  #index .news {
    padding: 20px 0;
  }
  #index .news .container {
    padding: 0 2vw;
  }
  #index .news section {
    width: 100%;
    padding: 2vw;
  }
  #index .news section div .img {
    width: 30vw;
    height: 30vw;
  }
  #index .news section div div {
    width: 55vw;
  }
  #index .news article+a {
    margin-top: 5px;
  }
}

/* = #news
--------------------------------------------------- */
#news section {
  width: 25%;
  float: left;
  padding: 7px;
  box-sizing: border-box;
}
#news section div {
  background: #333;
  font-size: 11px;
  position: relative;
  padding-bottom: 15px;
}
#news section div .img {
  display: block;
  background-position:center center !important;
  background-size:cover !important;
}
#news section div > a .img {
  height: 150px;
}
#news section div aside {
  margin: 15px 15px 10px;
  line-height: 18px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news section div aside p {
  margin-bottom: 0;
}
#news section div aside b {
  color: white;
  display: inline-block;
  background: url(../img/label.svg) no-repeat;
  padding: 3px 9px 3px 3px;
  background-size: 100% 100%;
  background-position: center center;
}
#news section div h3 {
  margin: 0 15px;
  font-weight: normal;
  padding-bottom: 20px;
}
#news section div h3 a {
  height: 38px;
  overflow: hidden;
  display: block;
  margin-bottom: -8px;
  margin-left: -6px;
  line-height: 36px;
}
#news section div h3 .img {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  display: inline-block;
  margin-right: 0.5em;
  float: left;
}
#news section div .more {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #EF0386;
}
@media (max-width: 480px) {
  #news section {
    width: 100%;
  }
  #news section div > .img {
    height: 40vw;
  }
  #news section div h3 {
    padding-bottom: 0;
  }
  #news section div h3 a {
    width: auto;
  }
}

/* = #news-detail
--------------------------------------------------- */
#news-detail {
  width: 400px;
  margin: auto;
  position: relative;
  background-color: #111;
  padding: 15px;
  box-sizing: border-box;
}
#news-detail img {
  width: 100%;
  height: auto;
}
#news-detail aside {
  line-height: 22px;
  font-weight: 400;
  word-break: break-word;
}
#news-detail aside * {
  line-height: 1.6;
}
#news-detail aside b {
  color: white;
  display: inline-block;
  background: url(../img/label.svg) no-repeat;
  padding: 3px 9px 3px 3px;
  background-size: 100% 100%;
  background-position: center center;
  margin-bottom: 5px;
}
#news-detail h3 {
  font-weight: normal;
  margin: 10px 0 20px;
}
#news-detail h3 .img {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: -10px;
  background-position:center center !important;
  background-size:cover !important;
}
#news-detail > a {
  background: url(../img/btn.svg) no-repeat;
  background-position:center center !important;
  background-size:100% 100% !important;
  border: none;
  width: 150px;
  margin: 0 auto;
  height: 36px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 20px;
  color: white;
  display: block;
}
@media (max-width: 480px) {
  #news-detail {
    width: 100%;
  }
}

/* = #models
--------------------------------------------------- */
#models section {
  width: 25%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
#models section a {
  width: 100%;
  float: 100%;
  display: block;
  position: relative;
}
#models section a .img {
  height: 300px;
  display: block;
  background-position:center center !important;
  background-size:cover !important;
}
#models section a .detail {
  display: none;
  background-color: rgba(0,0,0,0.6);
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: auto;
  position: absolute;
  color: white;
  text-align: center;
}
#models section a h3 {
  padding-top: 70px;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 6px;
}
#models section a p {
  font-weight: 200;
}
#models section a p.icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
@media (max-width: 480px) {
  #models {
    padding: 0 2.4vw;
  }
  #models section {
    width: 50%;
    padding: 5px;
  }
  #models section a .img {
    height: 220px;
  }
  #models section a h3 {
    padding-top: 50px;
  }
}

/* = #model-detail
--------------------------------------------------- */
#model-detail {
  width: 880px ;
  margin: auto;
}
#model-detail h1 {
  text-align: left;
}
@media (max-width: 480px) {
  #model-detail h1 {
    text-align: center;
  }
  #model-detail h1 img {
    display: inline-block;
  }
}
#model-detail h1 img {
  margin: 0 0 0 -12px;
}
#model-detail #left {
  width: 410px;
  float: left;
}
#model-detail #left h2 {
  font-size: 20px;
  font-weight: 100;
  border-bottom: 0.5px solid #EF0386;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#model-detail #left h2 span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
#model-detail #left .icon {
  overflow: hidden;
}
#model-detail #left .icon img {
  width: 240px;
  float: left;
}
#model-detail #left .icon .pager {
  width: 165px;
  float: right;
  overflow: hidden;
}
#model-detail #left .icon .pager a {
  width: 80px;
  height: 80px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  overflow: hidden;
  background-position:center top !important;
  background-size:cover !important;
  box-sizing: border-box;
  border: 1px solid black;
}
#model-detail #left .icon .pager a.active {
  border-color: #EF0386 !important;
}
#model-detail #left .icon .pager a:nth-of-type(2n) {
  margin-right: 0;
}
#model-detail #left .sns {
  overflow: hidden;
  padding-top: 10px;
  float: right;
  margin-top: -29px;
}
#model-detail #left .sns a {
  text-decoration: none;
  width:24px;
  height:24px;
  display: block;
  float: left;
  margin-right: 5px;
}
@media (max-width: 480px) {
  #model-detail #left .sns {
    margin: 0 auto;
    float: none;
    display: block;
    text-align: center;
  }
  #model-detail #left .sns a {
    float: none;
    display: inline-block;
  }
}
#model-detail #left .sns a.youtube {
  width: 29px;
}
#model-detail #left .sns a i {
  font-size:24px !important;
  line-height: 1;
  vertical-align: bottom;
}
#model-detail #left .sns a img {
  width:23px;
  height:23px;
  vertical-align: bottom;
}
#model-detail #right {
  width: 450px;
  float: right;
}
#model-detail #right .profile h3 {
  font-family: Barlow;
  font-weight: 300;
  font-size: 20px;
  margin: 16px 0 10px;
}
#model-detail #right .profile section,
#model-detail #right .profile section * {
  line-height: 2;
  font-size: 12px !important;
}
#model-detail #right .profile section a {
  text-decoration: underline;
}
#model-detail #right .parts iframe {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}
#model-detail #right .parts .bx-pager {
  padding: 14px;
  text-align: center;
}
#model-detail #right .parts .bx-pager .bx-pager-item {
  display: inline;
}
#model-detail #right .parts .bx-pager .bx-pager-item a {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 4px;
  color: transparent;
  background-color: #333;
  overflow: hidden;
}
#model-detail #right .parts .bx-pager .bx-pager-item a.active {
  background-color: #EF0386;
}
#model-detail > a {
  background: url(../img/btn.svg) no-repeat;
  background-position:center center !important;
  background-size:100% 100% !important;
  border: none;
  width: 150px;
  margin: 0 auto;
  height: 36px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 20px;
  color: white;
  display: block;
}
#model-detail #right .profile section h4 {
  background-color: #EF0386;
  color: white;
  padding:0 10px;
  display: inline-block
}
#model-detail #right .profile section dl {
  margin: 5px 0 15px;
}
#model-detail #right .profile section dl dd {
  position: relative;
  line-height: 1.8;
}
#model-detail #device p {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#model-detail #device a {
  cursor: default;
}
#model-detail #device a[href] {
  cursor: pointer;
}
#model-detail #device p span {
  width: 100%;
  height: 110px;
  overflow: hidden;
  display: block;
}
@media (max-width: 480px) {
  #model-detail {
    padding: 0;
    width: 300px !important;
    box-sizing: border-box;
    margin: -10vw auto;
  }
  #model-detail,
  #model-detail #left,
  #model-detail #left .icon img,
  #model-detail #left .icon .pager,
  #model-detail #right {
    width: 100%;
    float: none;
  }
  #model-detail #left h2 {
    text-align: center;
    border-bottom: none;
  }
  #model-detail #left .icon .pager {
    margin-top: 6px;
  }
  #model-detail #left .icon .pager a {
    width: calc(25% - 4.5px);
    height: 18.8vw;
    margin-right: 6px !important;
    margin-bottom: 6px;
  }
  #model-detail #left .icon .pager a:nth-of-type(4n) {
    margin-right: 0 !important;
  }
  #model-detail #right .parts iframe {
    width: 100%;
    height: 70vw;
  }
  #model-detail > a {
    margin-top: 15vw;
  }
}

/* = #audition
--------------------------------------------------- */
#audition > form,
#audition > div {
  display: block;
  width: 100%;
  overflow: hidden;
}
#audition form > p {
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}
#audition form > p span {
  background: #EF0386;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  display: inline-block;
  padding: 4px 8px;
}
#audition .form-group {
  margin-bottom: 10px;
}
#audition .label-warning {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.5em;
  background-color: #EF0386;
}
#audition .btn {
  background-color: #EF0386;
  border: none;
  padding: 7px 0 10px;
  width: 200px;
  margin: 0 auto;
  border-radius: 24px;
  height: 48px;
  box-sizing: border-box;
  margin-top: 20px;
}
#audition .btn b {
  font-weight: normal;
  font-size: 80%;
  display: block;
}
#audition .alert {
  margin: 8px 0 0;
}
@media (max-width: 480px) {
  #audition {
    font-size: 14px;
  }
  #audition .text-center p {
    text-align: left;
    color: #999
  }
  #audition label {
    margin-bottom: 5px;
    font-weight: normal;
  }
  #audition .alert {
    font-size: 80%;
  }
  #audition .col-sm-2 .form-control,
  #audition .col-sm-3 .form-control {
    margin-bottom: 8px;
  }
}

/* = footer
--------------------------------------------------- */
footer .container {
  padding: 30px 0 10px;
  width: 800px;
}
footer .container nav {
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #EF0386;
  width: 810px;
  margin: 0 auto 30px;
  padding-bottom: 15px;
}
footer .container nav a {
  display: inline-block;
  text-align: center;
  margin: 0 12px;
  font-family: Barlow;
  font-weight: 300;
  font-size: 16px;
}
footer .container nav a b {
  font-weight: normal;
  font-size: 10px;
  display: block;
  margin-top: 6px;
}
footer .container aside {
  text-align: center;
  margin-bottom: 50px;
}
footer .container aside a img {
  height: 148px;
  width: auto;
  margin-left: 11px;
}
footer .container aside a:first-child img {
  margin: 0;
}
footer .container p {
  font-size: 11px;
  text-align: center;
}
footer .container p img {
  height: 40px;
  width: auto;
  margin: 0 20px;
}
footer > p {
  border-top: 2px solid #EF0386;
  line-height: 2.2;
  text-align: center;
  font-size: 11px;
  color: white;
  margin: 0;
}
@media (max-width: 480px) {
  footer nav {
    display: none;
  }
  footer .container {
    width: auto;
  }
  footer .container aside {
    margin-bottom: 25px;
  }
  footer .container aside a img {
    height: 25vw;
    width: auto;
    margin-left: 2vw;
  }
  footer .container p {
    width: 280px;
    margin: 0 auto 10px;
  }
  footer .container p img {
    height: 9vw;
  }
  footer .container aside a:last-child,
  footer .container p a:last-child {
    display: none;
  }
}

/* = #contact
--------------------------------------------------- */
#contact p {
  border: 1px solid #bbb;
  border-radius: 4px;
  width: 800px;
  margin: auto;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #EEE;
  color: black;
}
#contact table {
  border: none;
  width: 800px;
  margin: auto;
}
#contact tr td,
#contact tr th {
  border-bottom: 1px solid #EF0386;
  padding: 10px;
  line-height: 1.5;
  font-weight: inherit;
  text-align: left;
  vertical-align: top;
}
#contact tr th {
  width: 170px;
}
#contact tr th:before {
  content: "■ ";
  color: #EF0386;
}
#contact tr:last-child td,
#contact tr:last-child th {
  border-bottom: none;
}
#contact input,
#contact textarea {
  height: 34px;
  padding: 0 12px;
  margin-bottom: 0;
  line-height: 34px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  width: 150px;
  box-sizing: border-box;
}
#contact textarea {
  width: 100%;
  height: 150px;
}
#contact form > a {
  width: 250px;
  display: block;
  margin: auto;
  line-height: 30px;
  background-color: #EF0386;
  color: white;
  text-align: center;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  #contact {
    padding-top: 15px;
  }
  #contact p {
    width: 92%;
  }
  #contact table,
  #contact tr,
  #contact tr th,
  #contact tr td {
    width: auto;
    display: block;
    text-align: left;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
  #contact table {
    width: 92%;
  }
  #contact tr th {
    border-bottom: none;
    padding-bottom: 0;
  }
  #contact td.short {
    text-align: right
  }
  #contact td.short input {
    width: 70% !important;
    box-sizing: border-box;
    margin-top: 3px
  }
  #contact td.long input {
    width: 100% !important;
    box-sizing: border-box;
  }
  #contact td.sectioned {
    text-align: center;
  }
  #contact td.sectioned input {
    width: 30% !important;
    box-sizing: border-box;
  }
  #contact textarea {
    width: 100% !important;
    box-sizing: border-box;
  }
}