@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, 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;
  vertical-align: baseline; }

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

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 {
  text-decoration: none;
  color: #333; }
  a:hover {
    text-decoration: underline; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

.list {
  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; }
  @media only screen and (max-width: 767px) {
    .list {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.section-title {
  color: #0085b3;
  font-size: 23px;
  line-height: 150%;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
  font-weight: bold; }
  .section-title a {
    color: #0085b3;
    text-decoration: underline; }
  .section-title::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 15px;
    background-image: url(../images/title-mark@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .section-title::after {
    content: "";
    display: block;
    width: 292px;
    height: 7px;
    margin-left: 15px;
    background-image: url(../images/title-line@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media only screen and (max-width: 767px) {
      .section-title::after {
        width: 100%;
        background-position: left bottom;
        background-size: contain; } }

.name-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .name-box .name {
    height: 150px;
    width: 150px;
    background: #ffff00;
    border-radius: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    z-index: 1;
    position: relative;
    line-height: 180%;
    text-align: center;
    font-size: 16px; }
  .name-box .img {
    margin-left: -30px;
    height: 150px;
    width: 150px;
    z-index: 0;
    position: relative; }

body, html {
  font-family: "Yu Gothic", "YuGothic", "游ゴシック体", "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px; }

#header,
#main-visual,
#main,
#footer {
  width: 100%; }
  #header .inner,
  #main-visual .inner,
  #main .inner,
  #footer .inner {
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      #header .inner,
      #main-visual .inner,
      #main .inner,
      #footer .inner {
        width: 100%; } }

#header .inner {
  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;
  padding: 15px 0; }
  @media only screen and (max-width: 767px) {
    #header .inner {
      display: block; } }
  #header .inner .logo {
    width: 175px;
    height: auto; }
    @media only screen and (max-width: 767px) {
      #header .inner .logo {
        width: auto;
        text-align: center;
        height: 90px;
        margin-bottom: 25px; }
        #header .inner .logo img {
          height: 100%;
          width: auto; } }
  #header .inner .navi h2 {
    display: none; }
    @media only screen and (max-width: 767px) {
      #header .inner .navi h2 {
        display: block;
        color: #fff;
        background: #004894;
        padding: 10px 1em;
        font-size: 1.25rem; }
        #header .inner .navi h2::after {
          content: "≡";
          float: right; }
        #header .inner .navi h2.open::after {
          content: "×"; } }
  #header .inner .navi .list {
    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; }
    @media only screen and (max-width: 767px) {
      #header .inner .navi .list {
        display: none; } }
    @media only screen and (max-width: 767px) {
      #header .inner .navi .list .item {
        border-bottom: 1px solid #ddd; } }
    #header .inner .navi .list .item + .item {
      margin-left: 20px; }
      @media only screen and (max-width: 767px) {
        #header .inner .navi .list .item + .item {
          margin-left: 0; } }
    #header .inner .navi .list .item a {
      display: inline-block;
      line-height: 31px;
      padding-right: 10px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 1.08rem; }
      @media only screen and (max-width: 767px) {
        #header .inner .navi .list .item a {
          width: auto;
          padding: 5px 1em;
          display: block; } }
      #header .inner .navi .list .item a::before {
        content: "";
        background-image: url(../images/mark-off.svg);
        background-size: 60%;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        height: 31px;
        width: 31px;
        display: inline-block;
        margin-right: 0.8em;
        vertical-align: top;
        box-sizing: border-box; }
      #header .inner .navi .list .item a:hover {
        background: #ffff00;
        text-decoration: none; }
        #header .inner .navi .list .item a:hover::before {
          background-image: url(../images/mark.svg); }

#main {
  padding-bottom: 80px; }

#main .page {
  padding-top: 50px; }
  @media only screen and (max-width: 767px) {
    #main .page {
      padding-top: 0; } }
  #main .page header {
    height: 300px;
    margin-bottom: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    color: #32548a; }
    @media only screen and (max-width: 767px) {
      #main .page header {
        width: 98%;
        margin: 0 auto 25px;
        height: auto;
        background: none !important; } }
    #main .page header h1 {
      font-size: 1.7rem;
      line-height: 150%;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        #main .page header h1 {
          font-weight: bold;
          margin-bottom: 10px; } }
    #main .page header p {
      font-size: 1.15rem;
      line-height: 200%; }
  #main .page .content {
    padding: 0 25px;
    margin-bottom: 75px; }
    @media only screen and (max-width: 767px) {
      #main .page .content {
        padding: 0;
        width: 98%;
        margin: 0 auto 25px; } }
    #main .page .content h2.section-title {
      margin-left: -25px; }
      @media only screen and (max-width: 767px) {
        #main .page .content h2.section-title {
          margin-left: 0; } }
    #main .page .content p {
      line-height: 200%;
      font-size: 1.15rem; }
    #main .page .content .data {
      line-height: 150%;
      font-size: 1.15rem;
      text-align: right;
      color: #4d4d4d; }
      #main .page .content .data time {
        display: block; }
      #main .page .content .data a {
        color: #4d4d4d; }

#post-container {
  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; }
  @media only screen and (max-width: 767px) {
    #post-container {
      display: block; } }
  #post-container #content {
    width: 700px; }
    @media only screen and (max-width: 767px) {
      #post-container #content {
        width: auto; } }
  #post-container #sub {
    width: 200px; }
    @media only screen and (max-width: 767px) {
      #post-container #sub {
        width: auto; } }

#main .pagenavi .page {
  padding-top: 3px; }

#sub h2 {
  font-size: 1.15rem;
  margin-bottom: 30px; }

#sub .list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #sub .list li {
    line-height: 200%;
    color: #055e8d;
    font-size: 1.15rem; }
    #sub .list li a {
      color: #055e8d;
      font-size: 1.15rem; }

#footer {
  background: #daeff7; }
  #footer .inner {
    background-image: url(../images/bg-footer.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #footer .inner {
        background: none;
        height: auto;
        display: block;
        padding: 15px 0;
        box-sizing: border-box; } }
    #footer .inner .footer-title {
      font-size: 1.42rem;
      line-height: 180%;
      margin: 0 65px; }
      @media only screen and (max-width: 767px) {
        #footer .inner .footer-title {
          margin: 0 0 25px;
          padding: 0 10px; } }
    #footer .inner .data {
      font-size: 1rem;
      color: #fff;
      padding-left: 25px; }
      @media only screen and (max-width: 767px) {
        #footer .inner .data {
          padding: 10px 10px;
          background: #0085b3; } }
      #footer .inner .data ul {
        font-weight: bold;
        margin-bottom: 15px; }
        #footer .inner .data ul li {
          line-height: 180%; }
        #footer .inner .data ul .tel, #footer .inner .data ul .fax {
          display: inline-block; }
      #footer .inner .data .caption {
        line-height: 150%;
        text-align: center; }
    #footer .inner #toTop {
      position: absolute;
      top: -71px;
      right: 0;
      width: 213px;
      height: 71px;
      z-index: 1; }
      #footer .inner #toTop a {
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        #footer .inner #toTop a:hover {
          opacity: 0.7; }

#main-visual {
  margin-bottom: 75px; }
  #main-visual .inner {
    height: 341px;
    background-image: url(../images/mv@2x.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #main-visual .inner {
        height: auto; } }
    @media only screen and (max-width: 767px) {
      #main-visual .inner {
        background-size: contain; } }
    #main-visual .inner p {
      position: absolute;
      color: #32548a;
      font-size: 1.15rem;
      line-height: 36px;
      top: 87px;
      left: 245px; }
      @media only screen and (max-width: 767px) {
        #main-visual .inner p {
          position: static;
          padding: 15px;
          text-shadow: 0 0 5px #fff; } }

#news {
  margin-bottom: 75px; }
  @media only screen and (max-width: 767px) {
    #news {
      width: 98%;
      margin: 0 auto 35px; } }
  #news .item {
    border: 1px solid #32548a;
    width: 238px;
    height: 262px; }
    @media only screen and (max-width: 767px) {
      #news .item {
        margin: 0 auto 15px;
        width: 49%; } }
    #news .item .img {
      display: block; }
      @media only screen and (max-width: 767px) {
        #news .item .img img {
          width: 100%;
          height: auto; } }
    #news .item .text {
      padding: 12px;
      padding-bottom: 0;
      position: relative; }
      #news .item .text .category {
        background: #004894;
        color: #fff;
        height: 22px;
        line-height: 22px;
        border-radius: 0 11px 11px 0;
        padding: 0 15px 0 11px;
        min-width: 50px;
        display: block;
        position: absolute;
        top: -11px;
        left: 0; }
      #news .item .text .title {
        font-size: 1.07rem;
        margin-bottom: 12px;
        margin-top: 12px; }
        #news .item .text .title a {
          color: #004894;
          font-weight: bold; }
      #news .item .text .content {
        font-size: 0.95rem;
        line-height: 150%; }

#link {
  margin-bottom: 75px; }
  @media only screen and (max-width: 767px) {
    #link {
      width: 98%;
      margin: 0 auto 35px; }
      #link .map-list {
        display: block; } }
  #link .item {
    width: 470px; }
    @media only screen and (max-width: 767px) {
      #link .item {
        width: 100%;
        margin-bottom: 25px; } }
    #link .item .map-title-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 15px; }
      #link .item .map-title-box .logo {
        width: 70px;
        height: auto;
        margin-right: 10px; }
      #link .item .map-title-box .nom-title {
        font-size: 1.28rem;
        color: #004894; }
        #link .item .map-title-box .nom-title a {
          font-size: 1.28rem;
          color: #004894; }
    #link .item .map-data {
      line-height: 180%;
      margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      #link .item .map img {
        width: 100%; } }

.content h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em; }

.content h2 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1em; }

.content h3, .content h4, .content h5, .content h6 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1em; }

.content p, .content ul, .content ol {
  margin-bottom: 1em; }

.content strong {
  font-weight: bold; }

.content em {
  font-style: italic; }

.content .alignleft {
  float: left;
  margin-right: 10px; }

.content .alignright {
  float: right;
  margin-left: 10px; }

.content .aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto 10px; }

@media only screen and (max-width: 767px) {
  .content img {
    max-width: 100%;
    height: auto; } }

.about .content .name-box {
  margin-bottom: 15px; }

.about .content .pdf-link {
  margin: 90px auto 0px;
  position: relative;
  width: 286.34px; }
  .about .content .pdf-link:hover {
    opacity: 0.7; }
  .about .content .pdf-link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 139px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 23.63px;
    height: 139px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    line-height: 160%; }
  .about .content .pdf-link .cloud {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 139px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: -1; }
    .about .content .pdf-link .cloud span {
      display: block;
      height: 139px;
      width: 139px;
      border-radius: 69.5px;
      background: #fcee21; }
      .about .content .pdf-link .cloud span + span {
        margin-left: -65.33px; }
  @media only screen and (max-width: 767px) {
    .about .content .pdf-link {
      position: relative;
      width: 206px; }
      .about .content .pdf-link:hover {
        opacity: 0.7; }
      .about .content .pdf-link a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 17px;
        height: 100px;
        width: 100%;
        text-decoration: none;
        text-align: center;
        line-height: 160%; }
      .about .content .pdf-link .cloud {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: -1; }
        .about .content .pdf-link .cloud span {
          display: block;
          height: 100px;
          width: 100px;
          border-radius: 50px;
          background: #fcee21; }
          .about .content .pdf-link .cloud span + span {
            margin-left: -47px; } }
  .about .content .pdf-link a {
    color: #004894; }

.nyukai-box {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 180%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .nyukai-box {
      display: block;
      width: 98%;
      margin: 0 auto 25px; } }
  .nyukai-box .nyukai-text {
    width: 363px; }
    @media only screen and (max-width: 767px) {
      .nyukai-box .nyukai-text {
        width: auto; } }
  .nyukai-box .tokuten {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 200px;
    height: 170px;
    font-size: 1.28rem;
    font-weight: bold;
    padding-top: 2em;
    box-sizing: border-box; }
    .nyukai-box .tokuten .bg {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      box-sizing: border-box;
      width: 0;
      height: 0;
      border-left: 100px solid transparent;
      border-right: 100px solid transparent;
      border-bottom: 170px solid #ffff00; }
  .nyukai-box strong {
    color: #c1272d;
    margin-bottom: 1em;
    display: inline-block; }
  .nyukai-box p {
    margin-bottom: 1em; }
  .nyukai-box ul li {
    text-indent: -1em;
    margin-left: 1em; }
    .nyukai-box ul li::before {
      content: "●"; }
    .nyukai-box ul li.caption::before {
      content: "※"; }

.kaiin-list {
  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;
  margin-bottom: 35px; }
  @media only screen and (max-width: 767px) {
    .kaiin-list {
      display: block;
      margin: 0 auto 25px;
      width: 98%; } }
  .kaiin-list dl {
    width: 300px; }
    @media only screen and (max-width: 767px) {
      .kaiin-list dl {
        width: auto;
        margin-bottom: 25px; } }
    .kaiin-list dl dt {
      height: 40px;
      line-height: 40px;
      color: #fff;
      text-align: center;
      font-size: 1.28rem;
      background: #055e8d;
      margin-bottom: 1em; }
    .kaiin-list dl dd ul {
      padding: 0 1em; }
      .kaiin-list dl dd ul li {
        color: #4d4d4d;
        line-height: 150%;
        text-indent: -1em;
        margin-left: 1em; }
        .kaiin-list dl dd ul li::before {
          content: "●"; }

.nyukai-caption {
  color: #055e8d;
  line-height: 180%;
  padding: 0 1em; }
  .nyukai-caption li {
    text-indent: -1em;
    margin-left: 1em; }
    .nyukai-caption li::before {
      content: "※"; }
    .nyukai-caption li.caption::before {
      content: "　"; }

.form-box .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    .form-box .form-group {
      display: block; } }
  .form-box .form-group.textarea-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }
  .form-box .form-group label {
    display: block;
    width: 160px;
    text-align: right;
    color: #4d4d4d;
    font-size: 1.15em;
    padding-right: 30px; }
    .form-box .form-group label .require {
      display: inline-block;
      padding-left: 0.5em; }
    @media only screen and (max-width: 767px) {
      .form-box .form-group label {
        width: 100%;
        padding-right: 0;
        text-align: left;
        margin-bottom: 0.5em; } }
  .form-box .form-group input[type="text"],
  .form-box .form-group input[type="email"],
  .form-box .form-group textarea {
    font-size: 1.15em;
    height: 2em;
    line-height: 2em;
    box-sizing: border-box;
    border-style: none;
    border: 1px solid #4d4d4d;
    padding: 0 0.5em;
    width: 400px; }
    @media only screen and (max-width: 767px) {
      .form-box .form-group input[type="text"],
      .form-box .form-group input[type="email"],
      .form-box .form-group textarea {
        width: 100%;
        box-sizing: border-box; } }
  .form-box .form-group textarea {
    height: 8em;
    width: 600px; }
    @media only screen and (max-width: 767px) {
      .form-box .form-group textarea {
        width: 100%;
        box-sizing: border-box; } }
  .form-box .form-group select {
    height: 3em;
    line-height: 3em;
    border: 1px solid #ccc;
    width: 100px; }
  .form-box .form-group .caption {
    color: #0085b3;
    padding: 7px 0;
    font-size: 1rem;
    width: 400px;
    line-height: 150%; }
    @media only screen and (max-width: 767px) {
      .form-box .form-group .caption {
        width: 100%;
        box-sizing: border-box; } }

@media only screen and (max-width: 767px) {
  .form-box .btn-box {
    text-align: center; } }

.form-box .btn-box input {
  border-style: none;
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center; }

.form-box .btn-box input[type="submit"] {
  background: #0085b3;
  color: #fff; }

.form-box .btn-box input[type="reset"] {
  background: #e6e6e6;
  color: #055e8d; }

.form-box .form-group .name-box input {
  width: 150px;
  display: inline-block;
  margin-right: 0.5em; }
  @media only screen and (max-width: 767px) {
    .form-box .form-group .name-box input {
      width: 45%;
      box-sizing: border-box; } }
