@charset "UTF-8";
@media screen and (max-width: 768px) {
  /* === extra === */
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* === style base === */
  a:hover {
    text-decoration: none;
  }
  /* === extra === */
  .inner {
    max-width: 96%;
    margin: auto;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* === btn === */
  .btn a {
    background-color: #00a0a0;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 1.5rem;
    font-size: 1.4rem;
    display: inline-block;
  }
  /* ===================== common:header ===================== */
  .wrap {
    position: relative;
  }
  header {
    width: 100%;
    position: relative;
    height: 6rem;
  }
  header .logo {
    margin: 10px 0 0 10px;
    width: 60%;
  }
  header .logo img {
    width: 100%;
    height: auto;
  }
  header .logo a {
    display: table;
  }
  header .logo a span {
    vertical-align: bottom;
    color: #073789;
    font-size: 3vmin;
    font-weight: bold;
    display: table-cell;
    width: 50%;
  }
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav_btn_list.pc ul {
    display: none;
  }
  .nav_btn_list.sp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav_btn_list.sp ul li > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.7vmin;
    letter-spacing: 0;
    text-align: center;
    padding: 1rem;
    border-left: 1px solid #ccc;
  }
  .nav_btn_list .link03 a {
    background-color: #fff;
    color: #aaa;
    border-bottom-left-radius: 0;
  }
  .nav_btn_list span {
    background-color: #fff;
    color: #aaa;
    border-bottom-right-radius: 0;
  }
  .nav_btn_list img {
    width: 2rem;
  }
  .nav_btn_list .icon {
    height: 3rem;
  }
  .link02 .icon {
    padding-top: 5px;
  }
  .gnav {
    margin: 0;
    display: none;
    padding: 3rem;
    width: 100%;
    position: absolute;
    top: 6rem;
    left: 0;
    z-index: 41;
  }
  .gnav ul.mainnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gnav ul.mainnav li {
    font-size: 1.8rem;
    margin: 0;
    width: 100%;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
  }
  .gnav ul.mainnav li a {
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #00a0a0;
    padding: 1em 0;
    display: block;
    width: 80%;
  }
  .gnav ul.sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1vmin;
    margin: 40px 0 0;
  }
  .gnav ul.sub a {
    position: relative;
    padding-left: 10px;
  }
  .gnav ul.sub a:before {
    width: 4px;
    height: 4px;
    border-top: 1px solid #00a0a0;
    border-right: 1px solid #00a0a0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    margin-top: -2px;
  }
  .topnav h2.nml {
    margin: 20px auto;
  }
  .fixed {
    position: fixed;
  }
  .overray {
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 6rem;
    left: 0;
    z-index: 40;
  }
  .overray.on {
    display: block;
  }
  .renav {
    margin: 0;
    display: none;
    padding: 3rem;
    width: 100%;
    position: absolute;
    top: 6rem;
    left: 0;
    z-index: 41;
  }
  .renav ul {
    margin: 5rem 0 0;
  }
  .renav ul li a {
    color: #000;
    font-weight: bold;
    padding: 1em 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    margin: 0 0 2rem;
  }
  .renav ul li.link01 a {
    background-color: #00a0a0;
    color: #fff;
    border-radius: 3px;
  }
  .renav ul li.link02 a {
    background-color: #fedc32;
    color: #00a0a0;
    border-radius: 3px;
  }
  .renav ul li.link03 a {
    padding: 0;
  }
  .renav ul li.link03 a:after {
    content: none;
  }
  .renav ul li.link04 a {
    padding: 0;
  }
  .renav ul li.link04 a::after {
    content: none;
  }
  /* ===================== common:footer ===================== */
  footer {
    padding: 4vmin;
  }
  .footer_contents {
    display: block;
    width: 100%;
  }
  .footer_contents > * {
    display: block;
  }
  .footer_contents .logo img {
    width: 40%;
  }
  .fnav {
    display: block;
    margin: 40px 0 0;
  }
  .fnav_set dl {
    margin: 0;
    width: 80%;
  }
  .fnav_set dl dt {
    font-size: 1.7rem;
    border-bottom: 1px solid #00a0a0;
    padding-bottom: 1em;
    margin-bottom: 1.3em;
  }
  .fnav_set dl dd {
    display: none;
  }
  .fnav_bottom {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fnav_bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0 40px;
  }
  .fnav_bottom ul li {
    margin-left: 0px;
  }
  .fnav_bottom ul a {
    position: relative;
    padding-left: 10px;
  }
  /* ===================== bg,pagetop ===================== */
  .pagetop {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .pagetop a {
    float: unset;
    margin-right: 10px;
    width: 50px;
  }
  /* ===================== bread ===================== */
  .bread {
    margin: 0;
  }
  /* ===================== mainbg ===================== */
  .mv {
    margin: 0 auto 40px;
    height: 440px;
  }
  .mv .index, .mv .index02, .mv .index03 {
    height: 400px;
  }
  .mv .index p {
    font-size: 1.4rem;
    margin: 0 auto;
    max-width: 70%;
  }
  .mv .index02 {
    background-position: 85% center;
  }
  .mv .index03 {
    background-position: 89% center;
  }
  .mv .index .btn {
    margin: auto auto 10px;
  }
  .mv .index02 .btn {
    margin: auto auto 10px;
  }
  .mv .index03 .btn {
    margin: auto auto 10px;
  }
  .mainbg {
    margin: 0px auto 40px;
  }
  .mainbg.index {
    background-size: cover;
    height: 400px;
  }
  .mainbg.index p {
    font-size: 3.5vmin;
    letter-spacing: 3px;
  }
  .mainbg.index .inner {
    padding: 40px 30px;
  }
  .mainbg.index .btn {
    display: none;
  }
  .mainbg.index .btn a {
    font-size: 1.8rem;
  }
  .mainbg.history {
    height: 250px;
    background-size: cover;
    background-image: url(../images/history/mainimg_sp.png);
    background-position: center;
  }
  .mainbg.environment {
    background-size: cover;
    height: 250px;
    margin: auto;
  }
  .mainbg.environment p {
    font-size: 2.4rem;
    line-height: 250px;
  }
  .mainbg.support {
    background-size: cover;
    height: 250px;
    margin: auto;
  }
  .mainbg.support p {
    font-size: 2.4rem;
    line-height: 250px;
  }
  .mainbg.sc {
    background-image: url(../images/sc/mainimg_sp.png);
    height: 250px;
    background-position: center;
    background-size: cover;
  }
  .mainbg.sc02 {
    height: 150px;
    background-position: top;
  }
  .mainbg.recruit {
    background-size: cover;
    height: 250px;
    margin: auto;
  }
  .mainbg.recruit p {
    font-size: 2.4rem;
    line-height: 250px;
  }
  .mainbg.staff {
    height: 200px;
    background-size: cover;
    background-position: right;
  }
  .mainbg.staff01,
  .mainbg.staff02,
  .mainbg.staff03,
  .mainbg.staff04,
  .mainbg.staff05,
  .mainbg.staff06 {
    height: 140px;
    background-size: cover;
    background-position: center;
  }
  /* ===================== lead ===================== */
  .nml_lead {
    text-align: left;
  }
  .nml_lead_img {
    width: 96%;
    margin: 40px auto;
  }
  /* ===================== h2 ===================== */
  h2.nml {
    height: 1.4rem;
  }
  h2.double .main {
    font-size: 2.4rem;
  }
  h2.double .main:after {
    width: 50%;
    margin-left: -25%;
  }
  h2.double .img {
    height: 1.2rem;
  }
  h3.nml {
    font-size: 2rem;
    line-height: 1.8;
  }
  /* ===========================================================================
=========================================================================== */
  /* ===================== index ===================== */
  .top_message {
    font-size: 2.4rem;
  }
  .contents_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contents_set {
    width: 90%;
    margin: 0 auto 30px;
  }
  .contents_set img {
    width: 100%;
    height: auto;
  }
  .contents_set h3 {
    font-weight: normal;
  }
  .contents_set .btn a {
    width: 60%;
  }
  .contents_more_link.inner {
    max-width: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contents_more_link li {
    width: 100%;
    margin-bottom: 1px;
  }
  .contents_more_link li img {
    width: 100%;
    height: auto;
  }
  /* ===================== history ===================== */
  .history_set h3 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .history_set .cnt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .history_set .cnt.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .history_set .cnt .txt {
    width: 100%;
    line-height: 2;
  }
  .history_set .cnt .img {
    width: 100%;
  }
  .enkaku .inner {
    padding: 140px 0 80px;
  }
  .enkaku .morebtn {
    position: absolute;
    width: 200px;
    top: -100px;
    right: 50%;
    margin-right: -100px;
  }
  .enkaku .img {
    width: 90%;
    margin: auto;
  }
  .column {
    background-position: center;
    padding: 80px 0;
    color: #fff;
  }
  .column h4 {
    font-size: 8vmin;
    font-weight: normal;
    text-align: center;
  }
  .column p {
    text-align: center;
    line-height: 2;
    font-size: 3.4vmin;
    margin: 40px auto;
  }
  /* ===================== environment ===================== */
  .vision {
    padding: 0 0 60px;
  }
  .step_box .ttl_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .step_box .ttl_set > * {
    display: block;
  }
  .step_box .ttl_set .timing span {
    background-color: #ffdc32;
    color: #000;
    text-align: center;
    border-radius: 10px;
    padding: .2em 1.5em;
    font-size: 1.4rem;
    margin: 10px 10px 0 20px;
    font-weight: bold;
    display: block;
  }
  .step_box .ttl_set .ttl {
    font-size: 2.4rem;
    width: 100%;
    margin: 20px 0 0 50px;
  }
  .step_box .num {
    width: 30px;
  }
  .step_box p {
    margin: 20px 0 0 50px;
  }
  /* ===================== support ===================== */
  .wel_box {
    margin: 20px auto 0;
    position: relative;
    padding-bottom: 40px;
  }
  .wel_set .num {
    width: 30px;
    height: auto;
    display: block;
  }
  .wel_set h4 {
    margin: 30px 0 0 0px;
    font-size: 1.5rem;
    position: relative;
  }
  .wel_set p {
    margin: 10px 0 0 0px;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 1px;
  }
  .wel_set .cnt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* ===================== sc ===================== */
  .style h2 img {
    height: auto;
    width: 96%;
    margin: auto;
  }
  .concept {
    margin: 60px auto 0;
    position: relative;
    padding-bottom: 50px;
  }
  .concept h2.ttl01 {
    position: relative;
    margin: -50px auto 0;
  }
  .concept h2.ttl01 {
    height: auto;
  }
  .concept h2.ttl01 img {
    width: 100%;
    position: static;
    left: unset;
    margin: auto;
  }
  .concept h3 {
    margin: 30px 0 0;
  }
  .concept_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px auto 0;
  }
  .concept_list li {
    width: 30%;
  }
  .hashira .nml_lead_img {
    width: 80%;
    max-width: 100%;
    margin: 40px auto;
  }
  .torikumi_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .torikumi_set {
    width: 100%;
    margin: 0 0 40px;
  }
  .torikumi_set h3 {
    margin: 20px 0;
    height: auto;
    line-height: 1.8;
  }
  .torikumi_set p {
    font-size: 1.3rem;
    line-height: 2;
  }
  .project {
    padding: 1rem;
    font-size: 1.8rem;
  }
  .active {
    padding: 60px 0 20px;
  }
  .active h2 {
    text-align: center;
  }
  .active h2 img {
    width: 170px;
    height: auto;
  }
  .act_box {
    margin: 50px auto;
  }
  .act_set {
    background-color: #fff;
    padding: 2rem 0;
    font-size: 1.5rem;
    border-bottom: 1px solid #eee;
  }
  .act_set.on {
    -webkit-box-shadow: 0px -3px 8px -1px #eee inset;
    box-shadow: 0px -3px 8px -1px #eee inset;
  }
  .act_set:last-child {
    border: none;
  }
  .act_set img {
    max-width: 80%;
  }
  .act_set .ttl {
    font-size: 1.8rem;
  }
  .act_set h4 {
    font-weight: bold;
    color: #00a0a0;
    font-size: 1.5rem;
    margin: 30px 0;
  }
  .act_set .cnt {
    display: none;
    padding: 4rem 1rem 0;
  }
  .act_set p.img {
    margin: 20px 0;
  }
  .cnt_fl {
    display: block;
  }
  .cnt_fl p.txt {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2;
  }
  .cnt_fl p.img {
    width: 100%;
    margin: 0;
  }
  .cnt_fl.wi50 > * {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2;
  }
  .cnt_fl.wi50 p.img,
  .cnt_fl.p30 p.img {
    width: 100%;
    margin: 0;
  }
  .cnt_fl.wi50 div p.txt,
  .cnt_fl.p30 p.txt {
    width: 100%;
  }
  .cnt_fl.wi50 p.img img {
    max-width: 100%;
  }
  .more_txt {
    background-image: none;
  }
  .more_txt h5 {
    font-weight: bold;
    font-size: 1.3rem;
  }
  .more_txt p {
    font-size: 1.3rem;
    margin: 10px 0 30px;
    line-height: 1.8;
  }
  /* ===================== recruit ===================== */
  .recruit_info h4 {
    color: #00a0a0;
    font-weight: normal;
    font-size: 2rem;
  }
  .recruit_info table.nml th,
  .recruit_info table.nml td {
    width: 100%;
    display: block;
  }
  .entry_bnr {
    width: 100%;
    margin: 0 auto 40px;
  }
  .entry_bnr a {
    margin: 0 10px;
  }
  .entry_bnr img {
    width: 40%;
  }
  .recruit_info table.form {
    margin: 40px auto;
    font-size: 1.3rem;
    width: 100%;
  }
  .recruit_info table.form tr {
    border-bottom: 1px solid #00a0a0;
  }
  .recruit_info table.form th,
  .recruit_info table.form td {
    width: 100%;
    display: block;
  }
  .recruit_info table.form th {
    border-right: none;
  }
  .recruit_info table.form td {
    padding: 1.5rem 0 1.5rem 0rem;
  }
  .recruit_info input, .recruit_info textarea {
    border: 1px solid #00a0a0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: .5em;
  }
  .recruit_info .name_set {
    width: 100%;
  }
  .recruit_info .name_set div {
    width: 100%;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .recruit_info .name_set div p {
    width: 49%;
  }
  .addnnum_set {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .addnnum_set input {
    width: 25%;
  }
  .btn.submit {
    text-align: center;
    margin-bottom: 30px;
  }
  /* q&a */
  dl.qa {
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 30px auto 40px;
  }
  dl.qa dt {
    font-weight: bold;
    border-top: 1px solid #ccc;
    padding: 1.5em .5em;
    cursor: pointer;
  }
  dl.qa dd {
    display: none;
    color: #646464;
    padding: 0 0 1.5em 2.5em;
    text-indent: -2.5em;
    margin-left: .5em;
  }
  dl.qa dt:before {
    content: "Q";
    color: #fff;
    background-color: #00a0a0;
    border-radius: 10px;
    padding: .3em .4em;
    font-size: 1em;
    margin-right: 10px;
    font-weight: normal;
  }
  dl.qa dd:before {
    content: "A";
    color: #fff;
    background-color: #b1b1b1;
    border-radius: 10px;
    padding: .3em .4em;
    font-size: 1em;
    margin-right: 10px;
    font-weight: normal;
  }
  dl.qa dd.ltxt {
    padding-left: 0;
    text-indent: 0;
  }
  dl.qa dd.ltxt h4 {
    font-size: 1.3rem;
    color: #646464;
    margin: 20px 0 0 2.5em;
    font-weight: bold;
  }
  dl.qa dd.ltxt p {
    margin-left: 2.5em;
  }
  /* ===================== staff ===================== */
  .staff,
  .staff01,
  .staff02,
  .staff03,
  .staff04,
  .staff05,
  .staff06 {
    margin-bottom: 0;
  }
  .staff_voice {
    padding: 10px 0 20px;
  }
  .staff_voice h2.hp {
    height: auto;
    width: 96%;
  }
  .staff_voice h2.hp img {
    height: auto;
  }
  .staff_box.list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 40px;
  }
  .staff_box.list a {
    width: 94%;
    margin: auto;
    margin-bottom: 20px;
  }
  .staff_box a .icon {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 50px;
  }
  .staff_box a .icon img {
    width: 100%;
    height: auto;
  }
  .staff_box a > img {
    width: 100%;
    height: auto;
  }
  .staff_box a h3 {
    text-align: center;
    font-size: 2rem;
    margin: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #00a0a0;
    font-weight: normal;
  }
  .staff_box a p {
    font-size: 1.3rem;
    text-align: center;
    margin: 0 0 2rem;
  }
  .staff_box a p span {
    font-size: 1.6rem;
    display: block;
    text-align: center;
  }
  .sv_message .icon {
    top: -30px;
    left: 50%;
    width: 40px;
    margin-left: -20px;
  }
  .sv_message h1 {
    font-size: 2rem;
    line-height: 1.8;
    padding: 40px 0 20px;
  }
  .sv_cnt {
    margin: 50px auto;
  }
  .sv_cnt.fl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sv_cnt.fl > * {
    width: 100%;
  }
  .pv_box {
    position: relative;
    top: -100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 90px auto -60px;
  }
  .pv_set {
    width: 90%;
    margin: 0 auto 40px;
  }
  .pv_set .work {
    text-align: center;
    margin: 0 0 30px;
  }
  .pv_set .work img {
    width: 80px;
    height: auto;
  }
  .pv_set .img {
    width: 100%;
  }
  .pv_set .img img {
    width: 100%;
  }
  .pv_set h3 {
    font-size: 2rem;
    text-align: center;
    margin: 3rem 0;
    font-weight: normal;
  }
  .pv_set p {
    font-size: 1.3rem;
    line-height: 2;
  }
  .challenge {
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
  }
  .challenge.staff01 {
    background-image: url(../images/staff/bg01.png);
  }
  .chil_box {
    background-color: #fff;
    position: relative;
    top: 80px;
    padding: 30px 20px 120px;
  }
  .chil_box:after {
    height: 60px;
    bottom: -60px;
  }
  .chil_box h2 {
    margin: 0px auto 40px;
  }
  .chil_box h3 {
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
  .chil_box .chil_fl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .chil_box .chil_fl .txt {
    width: 100%;
  }
  .chil_box .chil_fl .img {
    width: 100%;
  }
  .other_box {
    padding: 230px 0 20px;
  }
  .oth_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oth_set {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2;
    margin: 0 0 30px;
  }
  .staff_bnr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .staff_bnr li {
    width: 50%;
  }
  .staff_bnr li img {
    width: 100%;
    height: auto;
  }
  .bnr_nav {
    position: relative;
  }
  .bnr_nav .pagetop {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
}

/* 解像度別微調整 */
@media screen and (max-width: 320px) {
  .nav_btn_list.sp ul li > * {
    font-size: .7rem;
  }
  header .logo {
    width: 50%;
    margin-top: 15px;
  }
  header .logo a span {
    width: 70%;
  }
}

/*# sourceMappingURL=style_sp.css.map */