@charset "UTF-8";
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

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

b,
strong {
  font-weight: bolder; }

button {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  overflow: visible; }

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
select {
  text-transform: none; }

details {
  display: block; }

hr {
  overflow: visible; }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

input {
  -webkit-border-radius: 0; }
  input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; }
  input[type="number"] {
    width: auto; }
  input[type="search"] {
    -webkit-appearance: textfield; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

main {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

summary {
  display: block; }

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

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

/*
 * Opinionated defaults
 */
* {
  margin: 0;
  padding: 0; }

*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

select::-ms-value {
  color: currentColor; }

svg {
  fill: currentColor; }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }
  [hidden][aria-hidden="false"]:focus {
    clip: auto; }

/*
 * Configurable defaults
 */
* {
  background-repeat: no-repeat; }

:root {
  box-sizing: border-box;
  color: #000000;
  cursor: default; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

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

nav ol,
nav ul {
  list-style: none; }

small {
  font-size: 75%; }

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

textarea {
  resize: vertical; }

::-moz-selection {
  background-color: #F55367;
  color: #FFFFFF;
  text-shadow: none; }

::selection {
  background-color: #F55367;
  color: #FFFFFF;
  text-shadow: none; }

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

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  background: #FFFFFF;
  color: #2C3034;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 480px) {
    body {
      min-width: 940px;
      -ms-overflow-x: hidden;
      overflow-x: hidden; } }

a {
  color: inherit;
  text-decoration: none; }
  a:focus {
    outline: none; }
  a:link {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }
  @media (min-width: 480px) {
    a:hover {
      color: #353a3e;
      text-decoration: none; } }

dl, ol, ul {
  margin-top: 0;
  padding-left: 0; }
  dl dl, dl ul, dl ol, ol dl, ol ul, ol ol, ul dl, ul ul, ul ol {
    font-size: 100%; }

dl {
  list-style: none; }

ul {
  list-style: none; }

ol {
  list-style: decimal inside; }

dt, dd, li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2; }

.container {
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 480px) {
    .container {
      margin: 0 auto;
      max-width: 1040px;
      min-width: 960px; } }

.sub_container {
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 480px) {
    .sub_container {
      margin: 0 auto;
      width: 740px; } }

.clearfix {
  *zoom: 1; }
  .clearfix:after, .clearfix:before {
    content: '';
    display: table; }
  .clearfix:after {
    clear: both; }

.l_header {
  background: #F55367;
  color: #FFFFFF;
  height: 100px;
  padding: 30px 0;
  width: 100%; }
  .l_header-title {
    float: left;
    width: 50%; }
    .l_header-title img {
      height: 40px;
      width: auto; }
  .l_header-nav {
    float: right;
    line-height: 40px;
    text-align: right;
    width: 50%; }
    .l_header-nav-main {
      display: none; }
    .l_header-nav-sub {
      color: rgba(255, 255, 255, 0.5);
      display: inline-block; }
      .l_header-nav-sub a {
        display: inline-block;
        margin-left: 7px;
        margin-right: 7px;
        vertical-align: middle; }
      .l_header-nav-sub a:last-child {
        margin-right: 0; }
  @media (min-width: 480px) {
    .l_header {
      padding: 26px 0; }
      .l_header-title {
        width: 30%; }
        .l_header-title img {
          height: auto;
          max-width: 102px; }
      .l_header-nav {
        display: block;
        line-height: 48px;
        width: 70%; }
        .l_header-nav-main {
          display: inline-block;
          line-height: 20px; }
          .l_header-nav-main li {
            display: inline-block;
            font-weight: 400;
            margin-left: 15px;
            vertical-align: middle; }
            .l_header-nav-main li a:hover {
              color: #FFFFFF;
              opacity: 0.8; }
          .l_header-nav-main li:first-child {
            margin-left: 0; }
        .l_header-nav-sub {
          border-left: 1px solid rgba(255, 255, 255, 0.5);
          line-height: 20px;
          margin-left: 15px;
          padding-left: 10px; }
          .l_header-nav-sub a:hover {
            color: #FFFFFF;
            opacity: 0.8; } }

.l_footer {
  background: #F55367;
  color: #FFFFFF;
  padding: 30px 0 0;
  width: 100%; }
  .l_footer-left {
    margin-bottom: 30px; }
    .l_footer-left-logo {
      float: left;
      height: 50px;
      width: 50%; }
      .l_footer-left-logo img {
        height: auto;
        max-width: 102px; }
    .l_footer-left-language {
      float: right;
      margin-bottom: 10px;
      padding-left: 40px;
      width: 50%; }
    .l_footer-left-subnav {
      display: none; }
    .l_footer-left-sns {
      float: right;
      padding-left: 40px;
      width: 50%; }
      .l_footer-left-sns a {
        font-size: 20px;
        line-height: 1;
        margin-right: 15px; }
  .l_footer-right {
    clear: both;
    padding-bottom: 40px; }
    .l_footer-right-nav {
      margin: 0 auto;
      padding-left: 20px;
      width: 220px; }
      .l_footer-right-nav li {
        display: inline-block;
        font-weight: 400;
        width: 98px;
        line-height: 2; }
  .l_footer-copyright {
    background: #df4b5e;
    color: #FFFFFF;
    font-size: 12px;
    opacity: 0.6;
    padding: 20px;
    text-align: center; }
  @media (min-width: 480px) {
    .l_footer {
      padding: 35px 0 40px 0; }
      .l_footer-left {
        float: left;
        margin-bottom: 0;
        width: 30%; }
        .l_footer-left-logo {
          float: none;
          height: auto;
          margin-bottom: 20px;
          width: auto; }
        .l_footer-left-language {
          float: none;
          margin-bottom: 10px;
          padding-left: 0;
          width: auto; }
          .l_footer-left-language a:hover {
            color: #FFFFFF;
            opacity: 0.8; }
        .l_footer-left-subnav {
          display: inline-block;
          font-size: 12px;
          letter-spacing: 0.01em;
          line-height: 1.5;
          margin-bottom: 20px;
          opacity: 0.6; }
          .l_footer-left-subnav a:hover {
            color: #FFFFFF;
            opacity: 0.8 !important; }
        .l_footer-left-sns {
          float: none;
          padding-left: 0;
          width: auto; }
          .l_footer-left-sns a:hover {
            color: #FFFFFF;
            opacity: 0.8; }
      .l_footer-right {
        clear: none;
        float: right;
        padding-bottom: 0;
        width: 70%; }
        .l_footer-right-nav {
          margin: auto;
          padding-left: 0;
          padding-top: 15px;
          text-align: right;
          width: auto; }
          .l_footer-right-nav li {
            line-height: 1.3;
            margin-left: 20px;
            width: auto; }
            .l_footer-right-nav li a:hover {
              color: #FFFFFF;
              opacity: 0.8; }
      .l_footer-copyright {
        display: none; } }

.s_mainimage {
  background: url(../images/mainimage_bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 500px;
  position: relative;
  text-align: center;
  width: 100%; }
  .s_mainimage:after {
    background: #F55367;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .s_mainimage-text {
    bottom: 0;
    color: #FFFFFF;
    height: 346px;
    left: 0;
    margin: auto;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }
    .s_mainimage-text h1 {
      font-size: 35px;
      font-weight: 300;
      line-height: 1;
      margin-bottom: 20px; }
    .s_mainimage-text p {
      margin-bottom: 20px; }
    .s_mainimage-text .c_button {
      min-width: 160px; }
  @media (min-width: 480px) {
    .s_mainimage-text {
      height: 275px;
      padding: 0;
      width: 750px; }
      .s_mainimage-text h1 {
        font-size: 50px; }
      .s_mainimage-text p {
        font-size: 20px; }
      .s_mainimage-text .c_button {
        font-size: 20px; } }

.s_business {
  background: #F55367;
  border-bottom: 1px solid #EDEDEF;
  color: #FFFFFF;
  padding-top: 60px; }
  .s_business .c_heading:before {
    background: #FFFFFF; }
  .s_business-list {
    padding-bottom: 0px; }
    .s_business-list-logo {
      border-radius: 110px;
      height: 220px;
      margin: 0 auto 20px;
      text-indent: -9999px;
      width: 220px; }
    .s_business-list .logo1 {
      background: rgba(255, 255, 255, 0.1) url(../images/business_list_logo1.jpg) no-repeat center center; }
    .s_business-list .logo2 {
      background: rgba(255, 255, 255, 0.1) url(../images/business_list_logo2.jpg) no-repeat center center; }
    .s_business-list .logo3 {
      background: rgba(255, 255, 255, 0.1) url(../images/business_list_logo3.jpg) no-repeat center center; }
    .s_business-list li {
      margin-bottom: 30px; }
      .s_business-list li h3 {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center; }
      .s_business-list li p {
        font-weight: 400;
        line-height: 1.5;
        opacity: 0.7;
        text-align: center; }
  .s_business-detail {
    background: #FFFFFF;
    color: #2C3034; }
    .s_business-detail-spimg img {
      max-width: 100%; }
    .s_business-detail-text {
      padding: 30px 20px 50px; }
      .s_business-detail-text h3 {
        font-size: 26px;
        font-weight: 300;
        margin-bottom: 10px; }
  @media (min-width: 480px) {
    .s_business {
      border-bottom: 0;
      padding-top: 70px; }
      .s_business-list {
        margin: 0 -50px;
        padding-bottom: 35px; }
        .s_business-list-logo {
          margin: 0 auto 35px; }
        .s_business-list li {
          float: left;
          margin-bottom: 0;
          padding: 0 50px;
          width: 50%; }
          .s_business-list li p {
            text-align: left; }
      .s_business-detail {
        background: #FFFFFF url(../images/business_detail_bg.jpg) no-repeat left center;
        background-size: auto 100%;
        color: #2C3034;
        min-height: 400px;
        padding-top: 70px;
        position: relative; }
        .s_business-detail-spimg {
          display: none; }
        .s_business-detail-text {
          background: #FFFFFF;
          height: 320px;
          left: 50%;
          margin-top: -160px;
          max-width: 50%;
          padding: 15px;
          position: absolute;
          top: 50%;
          width: 500px; }
          .s_business-detail-text h3 {
            font-size: 26px;
            font-weight: 300;
            margin-bottom: 10px; }
          .s_business-detail-text p {
            font-size: 16px; } }

.s_member {
  border-bottom: 1px solid #EDEDEF;
  padding: 60px 0 30px 0; }
  .s_member-feature-spimg img {
    max-width: 100%; }
  .s_member-feature-profile {
    padding: 30px 20px; }
    .s_member-feature-profile-position {
      font-size: 18px; }
    .s_member-feature-profile h3 {
      font-size: 30px;
      margin-bottom: 10px; }
    .s_member-feature-profile p {
      font-size: 16px; }
  @media (min-width: 480px) {
    .s_member {
      border-bottom: 0;
      padding: 70px 0 0 0; }
      .s_member-feature {
        min-height: 500px;
        position: relative; }
        .s_member-feature-spimg {
          display: none; }
        .s_member-feature-profile {
          background: #FFFFFF;
          padding: 30px;
          position: absolute;
          top: 50%;
          width: 500px; }
      .s_member-feature1 {
        background: #EDEDEF url(../images/member_feature1_bg.jpg) no-repeat right center;
        background-size: auto 100%; }
        .s_member-feature1-profile {
          height: 330px;
          margin-top: -165px;
          right: 50%; }
      .s_member-feature2 {
        background: #EDEDEF url(../images/member_feature2_bg.jpg) no-repeat left center;
        background-size: auto 100%; }
        .s_member-feature2-profile {
          height: 290px;
          left: 50%;
          margin-top: -145px; } }

.s_company {
  padding-top: 60px; }
  .s_company-text {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center; }
  .s_company-photo {
    margin: 0 -20px; }
    .s_company-photo-left {
      margin-bottom: 1px; }
      .s_company-photo-left-img1 {
        background: url(../images/company_photo_left1.jpg) no-repeat center center;
        background-size: cover;
        height: 180px; }
      .s_company-photo-left-img2 {
        background: url(../images/company_photo_left2.jpg) no-repeat center center;
        background-size: cover;
        float: left;
        height: 89px;
        margin-bottom: 1px;
        margin-top: 1px;
        width: 50%; }
      .s_company-photo-left-img3 {
        background: url(../images/company_photo_left3.jpg) no-repeat center center;
        background-size: cover;
        float: left;
        height: 89px;
        margin-bottom: 1px;
        margin-top: 1px;
        width: 50%; }
      .s_company-photo-left-img2 {
        border-right: 1px solid #FFFFFF; }
    .s_company-photo-right {
      clear: both; }
      .s_company-photo-right-img1 {
        background: url(../images/company_photo_right1.jpg) no-repeat center center;
        background-size: cover;
        height: 90px; }
      .s_company-photo-right-img2 {
        background: url(../images/company_photo_right2.jpg) no-repeat center center;
        background-size: cover;
        border-left: 1px solid #FFFFFF;
        float: left;
        height: 89px;
        margin-left: -1px;
        margin-top: 1px;
        width: calc( 50% + 1px); }
      .s_company-photo-right-img3 {
        background: url(../images/company_photo_right3.jpg) no-repeat center center;
        background-size: cover;
        border-left: 1px solid #FFFFFF;
        float: left;
        height: 89px;
        margin-left: -1px;
        margin-top: 1px;
        width: calc( 50% + 1px); }
      .s_company-photo-right-img4 {
        background: url(../images/company_photo_right4.jpg) no-repeat center center;
        background-size: cover;
        border-left: 1px solid #FFFFFF;
        float: left;
        height: 89px;
        margin-left: -1px;
        margin-top: 1px;
        width: calc( 50% + 1px); }
      .s_company-photo-right-img5 {
        background: url(../images/company_photo_right5.jpg) no-repeat center center;
        background-size: cover;
        border-left: 1px solid #FFFFFF;
        float: left;
        height: 89px;
        margin-left: -1px;
        margin-top: 1px;
        width: calc( 50% + 1px); }
  .s_company-overview {
    padding: 40px 10px; }
    .s_company-overview h3 {
      display: none; }
    .s_company-overview table {
      line-height: 1.6; }
      .s_company-overview table tr th {
        font-weight: normal;
        text-align: right;
        vertical-align: top;
        width: 10em; }
  .s_company-access {
    margin: 0 -20px; }
    .s_company-access #map {
      height: 300px;
      height: 60vh; }
  @media (min-width: 480px) {
    .s_company {
      border-bottom: 1px solid #EDEDEF;
      padding: 70px 0 50px 0; }
      .s_company-text {
        margin: 0 auto 40px;
        width: 750px;
        text-align: left; }
      .s_company-photo {
        margin: 0 0 1px; }
        .s_company-photo-left {
          float: left;
          margin-bottom: 0;
          width: 50%; }
          .s_company-photo-left-img1 {
            height: 360px; }
          .s_company-photo-left-img2 {
            height: 179px;
            margin-bottom: 0; }
          .s_company-photo-left-img3 {
            height: 179px;
            margin-bottom: 0; }
        .s_company-photo-right {
          clear: none;
          float: right;
          width: 50%; }
          .s_company-photo-right-img1 {
            border-left: 1px solid #FFFFFF;
            height: 180px; }
          .s_company-photo-right-img2 {
            border-left: 1px solid #FFFFFF;
            height: 179px;
            margin-left: 0;
            margin-top: 1px;
            width: 50%; }
          .s_company-photo-right-img3 {
            border-left: 1px solid #FFFFFF;
            height: 179px;
            margin-left: 0;
            margin-top: 1px;
            width: 50%; }
          .s_company-photo-right-img4 {
            border-left: 1px solid #FFFFFF;
            height: 179px;
            margin-left: 0;
            margin-top: 1px;
            width: 50%; }
          .s_company-photo-right-img5 {
            border-left: 1px solid #FFFFFF;
            height: 179px;
            margin-left: 0;
            margin-top: 1px;
            width: 50%; }
      .s_company-overview {
        float: left;
        padding: 40px 60px 0 0;
        width: 50%; }
        .s_company-overview h3 {
          display: block;
          font-size: 30px;
          margin-bottom: 15px; }
        .s_company-overview table {
          font-size: 12px; }
      .s_company-access {
        float: right;
        margin: 0;
        width: 50%; }
        .s_company-access #map {
          height: 375px; 
          margin-top: 40px;
          } }

.s_contact {
  padding: 60px 0; }
  .s_contact-text {
    display: none; }
  .s_contact-form dl dt {
    font-weight: 400;
    margin-bottom: 5px; }
  .s_contact-form dl dd {
    margin-bottom: 10px; }
  .s_contact-form-required {
    color: #D0021B;
    padding-left: 3px; }
  .s_contact-form-input {
    width: 100%; }
  .s_contact-form-control {
    margin-top: 30px;
    text-align: center; }
    .s_contact-form-control .c_button {
      background: #F55367;
      color: #FFFFFF;
      min-width: 100%; }
  @media (min-width: 480px) {
    .s_contact {
      padding: 70px 0; }
      .s_contact-text {
        display: block;
        font-size: 16px;
        margin: 0 auto 50px;
        text-align: center;
        width: 750px; }
      .s_contact-form {
        margin: 0 -25px; }
        .s_contact-form-left, .s_contact-form-right {
          padding: 0 25px;
          width: 50%; }
        .s_contact-form-left {
          float: left; }
        .s_contact-form-right {
          float: right; }
        .s_contact-form-control {
          margin-top: 10px; }
          .s_contact-form-control .c_button {
            min-width: 220px;
            padding: 11px 25px; }
            .s_contact-form-control .c_button:hover {
              background: #FFFFFF;
              border: 2px solid #F55367;
              color: #F55367; } }

.s_joinus {
  background: url(../images/joinus_bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 400px;
  position: relative;
  text-align: center;
  width: 100%; }
  .s_joinus:after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .s_joinus-text {
    bottom: 0;
    color: #FFFFFF;
    height: 175px;
    left: 0;
    margin: auto;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }
    .s_joinus-text h3 {
      font-size: 30px;
      margin-bottom: 10px; }
    .s_joinus-text p {
      margin-bottom: 20px; }
    .s_joinus-text .c_button {
      background: transparent;
      color: #FFFFFF;
      min-width: 160px; }
  @media (min-width: 480px) {
    .s_joinus-text {
      height: 135px;
      padding: 0;
      width: 700px; }
      .s_joinus-text h3 {
        margin-bottom: 20px; }
      .s_joinus-text p {
        font-size: 16px; }
      .s_joinus-text .c_button {
        font-size: 16px; } }

.c_button {
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  background: #FFFFFF;
  color: #F55367;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  letter-spacing: .05em;
  line-height: 1.2;
  padding: 16px 25px; }
  @media (min-width: 480px) {
    .c_button {
      padding: 11px 25px;
      transition: all ease .2s; }
      .c_button:hover {
        background: #F55367;
        border: 2px solid #F55367;
        color: #FFFFFF; } }

.c_heading {
  font-size: 30px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  text-align: center; }
  .c_heading:before {
    background: #F55367;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px; }
  @media (min-width: 768px) {
    .c_heading {
      margin-bottom: 35px; } }

.c_form select, .c_form input, .c_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #EDEDEF;
  border-radius: 2px;
  box-shadow: none;
  outline: 0;
  padding: 7px 10px; }
  .c_form select:focus, .c_form input:focus, .c_form textarea:focus {
    border: 1px solid #F55367; }

.c_form select {
  background: url(../images/contact_select_bg.png) no-repeat 98% center;
  -ms-background-size: 7px 14px;
  background-size: 7px 14px;
  cursor: pointer;
  height: 35px; }

.c_form select::-ms-expand {
  display: none; }

.c_form textarea {
  min-height: 200px; }

.c_form button[type='submit'] {
  cursor: pointer; }

@media (min-width: 480px) {
  .c_form textarea {
    min-height: 270px; } }

/*Custom 21-10-2016*/
.info{
  display:block;
  width: 685px;;
  margin: 0px auto;
  padding-bottom: 50px;
}
.info h3{
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.info p{
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.7;
  text-align: center;
}
.contact-area{
  text-align: center;
  display: block;
  margin: 25px auto 0px auto; 
  width: 160px;
  height: auto;
}
.contact-btn{
  width: 160px;
  height: auto;
  text-align: center;
}
@media (min-width: 480px){

  .info p{
   text-align : left 
  }
  
}
@media (max-width: 479px){
  .info{
    width: 100%;
    /*background-color: blue;*/
  }
}
