@charset "utf-8";

footer .footer-copyright {
    margin-top: 3em;
    text-align: center;
}

footer .footer-link {
    // padding-left: 50px;
    text-align: center;
}

footer .footer-link__txtlink {
      padding-top: .5rem;
      padding-bottom: 2rem;
      line-height: 2em;
    }

footer .footer-link__txtlink li {
        display: inline-block;
        font-size: .8rem
      }

footer .footer-link__txtlink li:not(:first-child) {
    margin-left: 4em;
}

footer .footer-link__txtlink a {
        // color: #006 !important;
        // text-decoration: underline
      }

footer .footer-link__txtlink a:hover {
    text-decoration: underline;
}

footer .footer-link__banner li {
        display: inline-block;
        transition: opacity .3s ease
      }

footer .footer-link__banner li:hover {
    opacity: .7;
}

footer .footer-link__banner li:not(:first-child) {
    margin-left: .5em;
}

footer .footer-info {
    text-align: center;
    padding-top: .5rem;
}

footer .footer-info__logo a {
        display: inline-block;
        width: 120px;
        padding: 5px 40px;
        background-color: #111;
        transition: opacity .3s ease
      }

footer .footer-info__logo a:hover {
    opacity: .9;
}

footer .footer-info__logo img { max-width: 100%; }

footer .footer-info__address>* {
    vertical-align: middle;
}

.policySection > p {
    margin-bottom: 1em;
    line-height: 1.8em;
}

.mt-sm {
    margin-top: 1rem !important;
}

.mt-md {
    margin-top: 2rem !important;
}

@media screen and (min-width: 768px) {

    .btnbox {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 60px;
    }

      .btnbox_item a {
        transition: opacity .3s ease;
      }

      .btnbox_item a:hover {
        opacity: .6;
      }

      .btnbox_item img {
        box-shadow: 3.078px 3.94px 1px 0px rgba(0, 0, 0, .3);
      }

    .btnbox_item:not(:last-child) {
        margin-bottom: 30px;
    }
  }

@media screen and (max-width: 767px) {

    .btnbox {
    padding: 10vw 4vw;
    }
      .btnbox_item img {
        max-width: 100%;
      }

    .btnbox_item:not(:last-child) {
        margin-bottom: 3vw;
    }
  }

@media screen and (min-width: 768px) {

    .fnav {
    display: none;
    }
  }

@media screen and (max-width: 767px) {

    .fnav {
    }
  }

.fnav_item {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
}

.fnav_item > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    // justify-content: center;
    padding-top: 2vw;
}

.fnav_item_img, .fnav_item_txt {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
}

.fnav_item_img {
      height: 8.4375vw;
      margin-bottom: 1.5vw;
}

.fnav_item_img img {
        height: 100%;
      }

.fnav_item_txt {
      height: 2.2em;
      font-size: 2.8125vw;
      letter-spacing: 1px;
      color: #595757;
      text-align: center;
      line-height: 1.1em;
}

.fnav_item:not(:last-child) {
    border-right: 2px solid #333;
}

.fnav_item:first-child {
    border-left: 1px solid #333;
}

.fnav_item:last-child {
    border-right: 1px solid #333;
}

.fnav_item:nth-child(2n-1) {
    background-color: #fff;
}

@media screen and (min-width: 768px) {

    .news-box {
    right: 30px;
    bottom: 30px;
    position: absolute;
    width: 530px;
    padding: 20px 20px 15px;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    }

    .news-box .news_txt:after {
        content: "";
        display: block;
        width: 0;
        padding-bottom: 1px;
        border-bottom: 1px solid rgba(255, 255, 255, .6);
    }

    .news-box .news_item a:hover {
        opacity: .7;
        transition: opacity .3s ease-in-out;
    }

        .news-box .news_item a:hover .news_txt:after {
          width: 100%;
          transition: width .3s ease-in-out;
        }

    .news-box .news_ttl {
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .news-box .news {
    }

    .news-box .news_cont {
        padding-right: 20px;
        padding-left: 20px;
    }
  }

@media screen and (max-width: 767px) {

    .news-box {
    width: 92vw;
    margin-top: 5vw;
    margin-right: auto;
    margin-left: auto;
    padding: 4vw;
    -webkit-transform: translateY(5vw);
            transform: translateY(5vw);
    }

    .news-box .news_item {
        margin-bottom: .3rem;
    }

    .news-box .news {
    }

    .news-box .news_ttl {
        margin-bottom: 3vw;
        padding-bottom: 3vw;
    }
  }

@charset "utf-8";

#html5-watermark {
    display: none !important;
}

body {
    word-wrap: break-all;
    word-break: break-all;
    color: #ddd;
}

.movie a:hover {
    opacity: 0.6;
}

.displaynone {
    display: none;
}

header nav li a {
    display: block;
    width: 100%;
    height: 100%;
}

.intSectionText img {
    display: none;
}

.soonTop {
    padding-top: 10vh;
    padding-bottom: 47.2vh;
    text-align: center;
}

.soonTop p {
    padding: 0.5rem;
    width: 18vw;
    margin: 0 auto;
    background-color: #424242;
}

.soonTop p a {
    width: 100%;
    height: 100%;
}

.soonTop p a:hover {
    opacity: 0.6;
}

.imgsp {
    display: none;
}

#dashabout {
    background-color: #352f2d;
}

.mainV .greet2 {
    display: none;
}

#top_name {
    position: absolute;
    top: 75px;
    display: block;
}

.athbrsp, .secList2 {
    display: none;
}

.spbr {
    display: none;
}

h1 {
    background: #fff;
}

#top h1 {
    padding-top: 40px;
    background-color: transparent;
    padding-bottom: 3rem;
}

.catch, h1 {
    text-align: center;
}

header {
    width: 100%;
}

#top .catch {
    font-size: 1.4rem;
    /*margin-bottom: 8rem;*/
}

#top header {
    margin: 0 auto;
    width: 1024px;
}

#top main {
    padding-bottom: 5rem;
}

main, footer, .intBtn {
    margin: 0 auto;
    width: 1024px;
}

main {}

.movieArea {
    margin: 0 auto;
    width: 1024px;
}

.movieArea h2 {
    text-align: center;
    font-size: 0.8rem;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.movie {
    text-align: center;
}

.movieArea ul {
    /* Android4.3以前ブラウザ用 */
    display: -webkit-flex;
    /* iOS8以前Safari用 */
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 592px;
    margin: 0 auto;
    padding: .5rem 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.movieArea ul li:first-of-type {
    font-family: "Arial Black", Gadget, sans-serif;
    font-style: italic;
    font-size: 2.7rem;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding: 0.5rem 0;
    text-align: center;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: .5rem .5rem .5rem 0;
}

.movieArea ul li:nth-of-type(2) {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-right: 1px solid #FFFFFF;
    padding: 0.3rem 0 0 0.9rem;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 2px;

    padding: 14px 0 0 1.2rem;
    font-size: 16px;
    line-height: 1.2;
}

.topnav {
    width: 100%;
    height: 142px;
    background: url(/dash/images/topBtn01.gif) repeat-x;
    margin: 4rem auto;
}

.topnav ul {
    margin: 0 auto;
    width: 1024px;
    height: 142px;
    /* Android4.3以前ブラウザ用 */
    display: -webkit-flex;
    /* iOS8以前Safari用 */
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
}

.topnav li {
    border-bottom: none;
    border-top: none;
    width: 25%;
    height: 142px;
    line-height: 1;
}

.topnav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #595757;
}

.topnav li:nth-of-type(odd) a {
    background: url(/dash/images/topBtn02.gif) repeat-x;
}

.topnav li span {
    display: block;
}

.topnav .topnavS {
    padding-top: 1.7rem;
}

.topnav .topnavS:first-of-type img {
    width: 32px;
    height: 32px;
}

.topnav .topnavS:nth-of-type(2) img {
    width: 38px;
    height: 30px;
}

.topnav .topnavS:nth-of-type(3) img {
    width: 20px;
    height: 40px;
}

.topnav .topnavS:nth-of-type(4) img {
    width: 18px;
    height: 40px;
}

.topnav .topnavE {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    padding-top: .7rem;
}

.topnav .topnavJ {
    padding-top: .7rem;
    font-size: 1.1rem;
}

.topnav .topnavJ+ span {
    font-size: .8rem;
}

/*#top .mark {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding: 8rem 0;
    color: #fff;
    letter-spacing: 3px;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}

#top .mark.media {
    padding: 1rem 0 3rem;
}*/

#top main h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}
/*
 greeting
 */

#greeting .mainV img, #interview .mainV img, #column .mainV img {
    max-width: 1280px;
}

.greetingmenu ul {
    /* Android4.3以前ブラウザ用 */
    display: -webkit-flex;
    /* iOS8以前Safari用 */
    display: -ms-flexbox;
    display: flex;
    width: 840px;
    margin: 0 auto;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.greetingmenu ul li {
    width: 258px;
    height: 49px;
    text-align: center;
    line-height: 1.4;
}

.greetingmenu.conceptmenu ul li {
    width: 200px;
}

.greetingmenu ul li a {
    display: block;
    background-color: #595757;
    width: 100%;
    height: 100%;
}

.greetingmenu ul li a:hover {
    opacity: 0.6;
}

.greetingmenu li.active a {
    background-color: #dcdddd;
    color: #595757;
    cursor: default;
}

.greetingmenu li.active a:hover {
    opacity: 1;
}

.greetingmenu ul li span {
    font-size: .7rem;
}

.mainV {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.tilePicture {
    max-width: 1370px;
    margin: 4rem auto 0;
    text-align: center;
}

.mainV span.arrowB {
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.sectionInt section {
    position: relative;
}

.sectionInt section .intNameBg {
    position: absolute;
    top: -260px;
    left: 0;
    z-index: 10;
    background: url(/dash/images/intNameBg.gif) no-repeat;
    width: 270px;
    height: 261px;
}

.sectionInt section .intNameBg2 {
    position: absolute;
    top: -260px;
    right: 0;
    z-index: 10;
    background: url(/dash/images/intNameBg.gif) no-repeat;
    width: 270px;
    height: 261px;
}

.mainV .intNameBg, .mainV .intNameBg2 {
    display: none;
}

.intNameBg, .intNameBg2 {
    padding-top: 10%;
    padding-left: 3%;
}

.intNameBg .kyougi, .intNameBg .player {
    font-size: 0.8rem;
    letter-spacing: 2px;
}

.intNameBg2 .kyougi, .intNameBg2 .player {
    font-size: 0.8rem;
    letter-spacing: 2px;
}

.intNameBg .kyougi, .intNameBg2 .kyougi {
    line-height: 1.2;
    display: inline-block;
}

.intNameBg .name, .intNameBg2 .name {
    letter-spacing: 3px;
}

.mainV img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.tilePicture img {
    max-width: 1370px;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

nav {
    background-color: #352f2d;
    width: 100%;
}

nav.fixed {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
}

nav ul {
    width: 1024px;
    margin: 0 auto;
    /* Android4.3以前ブラウザ用 */
    display: -webkit-flex;
    /* iOS8以前Safari用 */
    display: -ms-flexbox;
    display: flex;
    /*justify-content:space-between;*/
}

nav li {
    width: 128px;
    height: 34px;
    line-height: 34px;
    border-top: 2px #606060 solid;
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    border-bottom: 2px #000 solid;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center;
    font-size: 0.7rem;
}

nav li a:hover {
    opacity: 0.7;
}

.project_title{
    text-align:center;
    font-size: 1.3rem;
    line-height:2rem;
}

.intBtn {
    overflow: hidden;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    flex-direction: row;
    justify-content: flex-start;*/
    margin-bottom: 1rem;
    // flex-wrap: wrap;
}

.intBtn+p.readmore {
    margin-bottom: 1rem;
    text-align: right;
    font-size: .9375rem;
}

.intBtn+p.readmore a {
    padding-right: 32px;
    background: url(/dash/images/shevron_reverse_r.png) no-repeat right;
}

.intBtn+p.readmore:before {
    content: "";
}

.intBtn li {
    float: left;
    position: relative;
    margin-right: 1rem;
    margin-right: calc(0.1rem+ 1vw);

    margin-right: 37px;
    margin-bottom: 15px;
}

.intBtn li:nth-child(4n) {
    margin-right: 0;
}

.intBtn li:hover {
    opacity: 0.6;
}

.intBtn li .intBtnTxtArea {
    width: 226px;
    height: 86px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #727171;
}

.intBtn li .intBtnName {
    color: #727171;
    padding-top: 0.4rem;
    margin-bottom: 0.6rem;
    font-size: 1rem;
}

.intBtn li .intBtnName span {
    font-size: .64rem;
}

.intBtn li .intBtnDis {
    color: #727171;
    font-size: .65rem;
    line-height: 1.3;
}

section .intBtn:nth-of-type(even) .intBtnName, section .intBtn:nth-of-type(even) .intBtnDis {
    color: #dcdddd;
}

#column section h2, #interview section h2 {
    font-weight: 400;
    letter-spacing: 3px;
    height: 196px;
    box-sizing: border-box;
    padding: 124px 0 31px;
    color: #9fd9f6;
}

.intArt01 .intSection {
    clear: both;
    /* Android4.3以前ブラウザ用 */
    display: -webkit-flex;
    /* iOS8以前Safari用 */
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.intArt01 .intSectionText img {
    display: none;
}

.intArt02 .intSection {
    /* Android4.3以前ブラウザ用 */
    display: -webkit-flex;
    /* iOS8以前Safari用 */
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 768px) {
    .intArt01 .intSection.nofloat {
        display: flex !important;
    }
    .intArt01 .intSection.nofloat .pull-left {
        float: none !important;
        order: 1 !important;
        flex: 0 0 45% !important;
    }
}

.intArt02 .intR2 {
    /* Android4.3以前ブラウザ用 */
    display: -webkit-flex;
    /* iOS8以前Safari用 */
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 0rem;
}

.intArt02 .intR21 {
    padding-top: 2rem;
}

.intArt01 .intSectionText {
    padding-right: 2%;
}

#column .intArt02, #interview .intArt02 {
    width: 1024px;
    margin: 0 auto;
}

#column .catch, #interview .catch {
    background: #231815;
    padding: 55px 0;
    font-size: 1.3rem;
    margin-top: 2rem;
    letter-spacing: 3px;
}

#column .catch .ls-s { letter-spacing: -.5px; }

.intArt02 .intSectionText {
    padding-left: 2%;
}

.intArt02 .intR2 .intSectionText {
    padding-right: 2%;
    padding-left: 0;
}

.sectionInt section {
    margin: 0 auto;
    width: 1024px;
    /*height:290px;*/
    line-height: 2;
    padding: 67px 0;
    font-size: 1.2rem;
}

.sectionInt {
    background: #595757;
}

.greetingmenu {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

#athlete .greetingmenu {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 3px;
}

.greeSection, .policySection {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.intArt01 section p, .greeSection p {
    /*line-height: 1.7;
    font-size: 1.1rem;
    margin-bottom: 1rem;*/
    line-height: 2em;
    font-size: .9375rem;
    margin-bottom: 2rem;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
    -ms-word-break: normal;
    word-break: normal;
    word-break: break-word;
}

.intArt02 section p {
    /*line-height: 1.7;
    font-size: 1.1rem;
    margin-bottom: 1rem;*/
    line-height: 2em;
    font-size: .9375rem;
    margin-bottom: 2rem;
}
/* .intArt02 a {
 	text-decoration: underline;
     color: #9fd9f6;
 }*/

.intArt02 figure {
    margin-bottom: 2rem;
}

footer {
    width: 100%;
    padding: 0;
    background-color: #e2f6ff;
}

footer .footerWrap {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

footer .footerWrap .logo0 {
    position: absolute;
    top: 30px;
    left: 10px;
}

footer .ftCenter {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 500px;
    color: #333;
    font-size: 0.8rem;
    margin: 0 auto;
}

footer .ftCenter p {
    font-size: 0.7rem;
}

footer .ftCenter p img {
    width: 110px;
    height: auto;
    vertical-align: bottom;
}

footer .copyright {
    font-size: .9rem;
}

.ftCenter ul {
    margin: 10px auto 0;
    width: 500px;
    /* Android4.3以前ブラウザ用 */
    display: -webkit-flex;
    /* iOS8以前Safari用 */
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.ftCenter ul li {
    margin-bottom: 10px;
}

.ftCenter ul li a:hover {
    opacity: 0.6;
}

.ftCenter ul li img {
    vertical-align: bottom;
}

.svgSpeaker {
    width: 45px;
    height: 42px;
}

.svgInterview {
    width: 45px;
    height: 52px;
}

.svgNews {
    width: 50px;
    height: 42px;
}

.svgGreet {
    width: 45px;
    height: 42px;
}

.navpanel .mark {
    padding: 70px 0 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 3px;
    color: #fff;
}

.navpanel .mark img{
    width: 5%;
    min-width: 50px;
}

.navpanel .resultmark {
    padding: 70px 0 30px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 3px;
    color: #fff;
}

.backnext {
    margin: 0 auto;
    width: 227px;
    padding: 40px 0;
    /* Android4.3以前ブラウザ用 */
    display: -webkit-flex;
    /* iOS8以前Safari用 */
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.backnext a:nth-of-type(2) {
    text-align: right;
}

.backnext img {
    width: 71px;
    height: 22px;
}

.backnext a:hover {
    opacity: 0.6;
}
/* athlete */

.athleteArt section {
    /* Android4.3以前ブラウザ用 */
    display: -webkit-flex;
    /* iOS8以前Safari用 */
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 12rem;
}

.athleteSecImg img {
	max-width: 100%;
	height: auto;
}
/*section:nth-of-type(odd) .athleteSecImg {
    margin-left: -170px;
}
section:nth-of-type(even) .athleteSecImg {
    margin-right: -170px;
}*/

.athleteArt section .secHead {
    /*margin-left: 72px;
    width: 438px;*/
    border: 1px #b5b5b6 solid;
    border-right: none;
    padding: 6px 20px 60px 20px;
		margin-left: 54px;
		width: 456px;
}

.athleteArt section .secList {
    /*margin-left: 72px;
    width: 438px;*/
    color: #9fa0a0;
    font-size: .76rem;
		margin-left: 54px;
		width: 456px;
}

.athleteArt section .secList p:first-of-type {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.athleteArt section .secList p:nth-of-type(2) {
    /*line-height: 1.8;*/
		line-height: 2em;
}

.secHead p:nth-of-type(1) {
	margin-bottom: 1.3em;
    text-align: right;
    /*font-size: 0.8rem;*/
		font-size: .7rem;
    color: #9fa0a0;
    letter-spacing: 2px;
}

.secHead p:nth-of-type(2) {
    padding-left: 0.3rem;
    font-size: 0.6rem;
    color: #fff;
    letter-spacing: .5rem;
    font-family: 'Roboto Condensed', sans-serif;
}

.secHead p:nth-of-type(3) {
    font-weight: 700;
    font-size: 3rem;
    color: #fff;
    letter-spacing: 3px;
}

.secHead p:nth-of-type(4) {
    font-size: 2.6rem;
    color: #709bb0;
    margin-bottom: 2rem;
    font-weight: 700;
    letter-spacing: 3px;
}

.secHead p:nth-of-type(5) {
    font-size: 0.8rem;
    color: #9fa0a0;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: .5rem;
    line-height: 1.7;
}

.secHead p:nth-of-type(6) {
    font-size: 0.8rem;
    color: #9fa0a0;
    /*line-height: 1.7;*/
		line-height: 2em;
}
/*
nav

nav

nav
*/

#navToggle {
    display: none;
    /*通常時は非表示にしておきます*/
    /*position:absolute;*/
    /*bodyに対しての絶対位置指定です*/
    position: fixed;
    left: 10px;
    top: 10px;
    width: 54px;
    height: 54px;
    /*width:calc(100vw * 0.15);*/
    /*40px*/
    /*height:calc(100vw * 0.15);*/
    /*54px*/
    background-color: #352f2d;
    cursor: pointer;
    box-shadow: 3px 3px 3px #363636;
    z-index: 100;
}

#navToggle div {
    position: relative
}
/*spanの絶対位置指定の親にします*/

#navToggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 76%;
    left: 12%;
    transition: top .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

#navToggle p {
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    color: #ccc;
    font-size: 1.8rem;
    text-align: center;
    top: 60px;
    left: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

#navToggle span:nth-child(1) {
    top: 1.75vw;
    top: 1.75vw;
    border-bottom: solid 4px #fff;
}

#navToggle span:nth-child(2) {
    top: 5.5vw;
    top: 5.5vw;
    border-bottom: solid 4px #aaa;
}

#navToggle span:nth-child(3) {
    top: 9.25vw;
    top: 9.25vw;
    border-bottom: solid 4px #999;
}

#navToggle p {}
/* dashabout */

.aboutcatch p span {
    color: #6bc8f2;
}

.aboutcatch {
    width: 1024px;
    margin: 0 auto;
}

.aboutcatch p, .aboutcatch h2 {
    font-weight: 400;
    text-align: right;
}

.aboutcatch h2 {
    text-align: center;
    margin-top: 68px;
}

.aboutcatch p {
    margin-top: 48px;
    /*font-size: 1rem;
    line-height: 1.5;*/
		font-size: .9375rem;
		line-height: 2em;
    margin-bottom: 30px;
    margin-left: 20px;
    text-align: left;
}

.aboutMarkText {
    /*width: 1024px;*/
    margin: 5rem auto;
    /*padding: 0 30px;*/

    width: 800px;
}

.aboutMarkText h2 {
    font-weight: 400;
    color: #9fa0a0;
}

.aboutMarkText p {
    margin-top: 30px;
    font-size: .91rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.aboutPic1 {
    width: 1024px;
    width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4rem;
}

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

.aboutPic2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.aboutPic2 img {
    width: 100%;
    height: auto;
}

.dashArt01 section {
    /*display:flex;*/
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6rem;
    display: table;
}

.supportNo {
    /*width: 164px;*/
		width: 177px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.supportNo p {}

.supportNo p:first-of-type {
    font-size: .8rem;
    letter-spacing: 3px;
    text-align: center;
}

.supportNo p:last-of-type {
    font-size: 3rem;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.dashArt01 section:nth-of-type(1) .supportNo {
    background-color: #709bb0;
}

.supportText {
    width: 883px;
    /*padding-left: 60px;*/
		padding-left: 50px;
}

.supportText h2 {
    font-weight: 400;
    font-size: 1.6rem;
}

#dashabout main {
    margin-top: 10rem;
}

.supportText dt {
    color: #709bb0;
    font-size: 1.6rem;
    margin-bottom: .7rem;
    letter-spacing: 4px;
    margin-top: 3rem;
}

.supportText dd {
    margin-left: 2rem;
    /*line-height: 1.7;*/
		line-height: 2em;
		font-size: .9375rem;
}

.supportText dd:last-of-type {
    margin-left: 2rem;
    /*line-height: 1.7;*/
    margin-bottom: 3rem;
}

.dashArt01 section .supportText {
    display: table-cell;
    vertical-align: middle;
}

.dashArt01 section .supportText p {
    margin-top: 1rem;
    /*line-height: 1.6;*/
		line-height: 2em;
		font-size: .9375rem;
}

.dashArt01 section:nth-of-type(2) .supportNo {
    background-color: #6bc8f2;
}

.dashArt01 section:nth-of-type(2) .supportText h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.dashArt01 section:nth-of-type(3) .supportText h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.dashArt01 section:nth-of-type(4) .supportText h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.dashArt01 section:nth-of-type(3) .supportNo {
    background-color: #2660ad;
}

.dashArt01 section:nth-of-type(4) .supportNo {
    background-color: #172a88;
}

.dashArt01 section:nth-of-type(4) .supportText {
    padding: 4rem 0 4rem 60px;
}

.supportArea {
    width: 1024px;
    width: 800px;
    margin: 0 auto;
}

.dashArt01 section:nth-of-type(1) img {
    float: right;
    margin-left: 0.7rem;
    margin-bottom: 2rem;
}

.dashArt01 section:nth-of-type(2) img {
    float: left;
    margin-right: 0.7rem;
    margin-bottom: 2rem;
}

.dashArt01 section:nth-of-type(3) img {
    float: right;
    margin-left: 0.7rem;
    margin-bottom: 2rem;
}

.supportArea .mark {
    padding: 70px 0 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
    color: #fff;
}

.aboutMarkText h2, .supportArea h2 {
    font-weight: 700;
    color: #9fa0a0;
    /*padding-left: 2rem;*/
    font-size: 2rem;
}

.aboutMarkText p, .supportArea p {
    margin-top: 30px;
    /*font-size: 1rem;
    line-height: 1.8;*/
		font-size: .9375rem;
		line-height: 2em;
    margin-bottom: 30px;
    /*padding-left: 2rem;*/
}

.athleteTable {
    width: 100%;
    padding: 0 1rem 3rem;
}

.athleteTable h2 {
    font-size: 1.2rem;
    padding-bottom: 2rem;
    font-weight: 400;
}

.athleteTable h3 {
    font-size: 1.7rem;
    padding-bottom: 2rem;
    font-weight: 400;
}

.athleteTable table {
    width: 1000px;
}

.athleteTable img {
    width: 100%;
    height: auto;
}

.athleteTable th {
    border: 1px #fff solid;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    height: 20px;
}

.athleteTable td span {
    display: none;
}

.athleteTable td {
    border: 2px #536379 solid;
    background: #e7e6e6;
    color: #536379;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    margin: 4px;
}

.athleteTable td.marginTd {
    background: none;
    border: none;
    height: 7px;
}

.athleteTable td.marginTdWide {
    background: none;
    border: none;
    height: 20px;
}

.athleteTable td.marginTdMWide {
    background: none;
    border: none;
    height: 10px;
}
/* greeting */

#greeting .mainV {
    position: relative;
}

#greeting .mainV .greetingMainMemo {
    width: 1024px;
    position: absolute;
    top: 1rem;
    left: 50%;
    margin-left: -512px;
    padding-right: 3rem;
    letter-spacing: 4px;
}

#greeting .mainV .greetingMainMemo p {
    text-align: right;
}

#greeting .mainV .greetingMainMemo p:nth-of-type(1) {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

#greeting .mainV .greetingMainMemo p:nth-of-type(1) span, #greeting .mainV .greetingMainMemo p:nth-of-type(3) span:nth-of-type(2) {
    color: #d3edfb;
}

#greeting .mainV .greetingMainMemo p:nth-of-type(2) {
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
}

#greeting .mainV .greetingMainMemo p:nth-of-type(3) {
    font-size: 1.2rem;
    margin-bottom: 0rem;
}

#greeting .mainV .greetingMainMemo p:nth-of-type(3) span:first-of-type {
    font-size: 0.8rem;
    margin-bottom: 0rem;
    padding-right: 1rem;
}

.intSection {
    width: 100%;
}

.ipadsection figure, .intArt02 figure {
    width: 40%;
}

.ipadsection2 figure {
    width: 50%;
}

.intSection figure img, .greeSection figure img {
    width: 100%;
    height: auto;
}

.ipadsection .intSectionText, .intArt02 .intSectionText {
    width: 60%;
}

.ipadsection2 .intSectionText {
    width: 50%;
}

.topnav.contactnav {
    background: none;
    margin-top: 50px;
}

.topnav.contactnav ul {
    width: 600px;
}

.topnav.contactnav li:nth-of-type(even) a {
    background: url(/dash/images/topBtn01.gif) repeat-x;
}

.topnav.contactnav .topnavS {
    padding-top: 2.5rem;
}

#intReq {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  width: 700px;
  margin: 30px auto;
  padding: 30px 170px;
  line-height: 26px;
}

#intReq a {
  text-decoration: underline;
}

#intReq a:hover {
  color: #cef;
}

.btn_pdf {
    text-align:center;
    display: block;
    padding: 1%;
    background-color: #595757;
    width: 25%;
    margin: 0 auto 50px;
    border-radius: 2px;
}

.btn_pdf:hover{
    opacity:.8;
}

.btn_pdf::before{
        margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:40px;
    height:60px;
    background:url( /dash/images/svgpdf.png);
    background-size:contain;
    vertical-align:middle;
    background-repeat:no-repeat;

}

.btn_pdf_wrap {
    text-align: center;
}

.btn_pdf_link {
    display: inline-block !important;
    text-align:center;
    display: block;
    padding: 1%;
    background-color: #595757;
    width: auto;
    margin: 0 auto 50px;
    border-radius: 2px;
}

.btn_pdf_link:hover {
    opacity:.8;
}

.btn_pdf_link:before {
    margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:40px;
    height:60px;
    background:url( /dash/images/svgpdf.png);
    background-size:contain;
    vertical-align:middle;
    background-repeat:no-repeat;
}
/*  ////////////////
   ////////////////
*/

@media screen and (max-width: 1023px) and (min-width: 768px) {
    header, main, footer, section, nav ul, #interview .intArt02, #interview .intArt01, #column .intArt02, #column .intArt01, .sectionInt section, header h1, footer p, .topnav ul, #top .mark, #top main h2, .intBtn, .movieArea, .aboutcatch, .aboutPic1, .aboutMarkText, .supportArea, #top header, .greetingmenu ul, .intArt01 .intSection, .tilePicture, header nav ul {
        width: 100%;
        text-align: center;
    }
    main {}
    #interview .intArt01 {}
    .intSection {
        width: 100%;
    }
    .ipadsection figure {
        width: 40%;
    }
    .ipadsection2 figure {
        width: 50%;
    }
    .intArt01 .intSection figure img {
        width: 100%;
        height: auto;
    }
    .ipadsection .intSectionText {
        width: 60%;
    }
    .ipadsection2 .intSectionText {
        width: 50%;
    }
    #top .intBtn li {
        width: 44%;
        margin: 20px 20px;
    }
    #top .intBtn li a img {
        width: 100%;
        height: auto;
    }
    .intBtn li .intBtnTxtArea {
        width: 90%;
        height: 8.64vw;
        height: 8.64vw;
        margin: 10px 1.2rem 3rem;
    }
    .intBtn li .intBtnName {
        font-size: 1.4rem;
        font-size: calc(0.4rem+ 1vw);
        padding-top: 0rem;
        padding-top: calc(0.07rem+ 0.5vw);
    }
    .intBtn li .intBtnName span {
        font-size: 1.1rem;
        font-size: calc(0.1rem+ 0.9vw);
        letter-spacing: -1.7px;
    }
    .intBtn li .intBtnDis {
        font-size: .95rem;
        font-size: -wewbkit-calc(0.2rem+ 0.7vw);
        font-size: calc(0.2rem+ 0.7vw);
        letter-spacing: -1.3px;
    }
    .greetingmenu ul {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .greetingmenu ul li {
        width: 30%;
        margin-right: 2%;
    }
    .greetingmenu ul li:last-of-type {
        margin-right: 0;
    }
    .mainV .greet1 {
        display: none;
    }
    .mainV .greet2 {
        display: inherit;
    }
    .aboutPic1 img {
        width: 100%;
        height: auto;
    }
    section, .sectionInt section {
        padding-top: 2.4rem;
        padding-bottom: 2rem;
        padding-right: 1rem;
        padding-left: 1rem;
        line-height: 1.6rem;
        height: auto;
    }
    #column section h2, #interview section h2 {
        height: auto;
        box-sizing: border-box;
        padding: 2rem 0 1.4rem;
        color: #9fd9f6;
    }
    nav li:nth-of-type(5), nav li:nth-of-type(6) {
        -webkit-flex-grow: 1.1;
            -ms-flex-positive: 1.1;
                flex-grow: 1.1;
    }
    nav li {
        width: auto;
    }
    .sectionInt section .intNameBg {
        display: none;
    }
    .sectionInt section .intNameBg2 {
        display: none;
    }
    .mainV .intNameBg {
        display: block;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        background: url(/dash/images/intNameBg.gif) no-repeat;
        background-size: cover;
        width: 20vw;
        height: 20vw;
        padding: 0;
        padding-top: 7vw;
    }
    .mainV .intNameBg2 {
        display: block;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
        background: url(/dash/images/intNameBg.gif) no-repeat;
        background-size: cover;
        width: 20vw;
        height: 20vw;
        padding: 0;
        padding-top: 7vw;
    }
    #top_name {
        display: none;
    }
    .supportNo {
        width: 20vw;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .supportText {
        width: 80vw;
        padding-left: 1rem;
    }
    section:nth-of-type(odd) .athleteSecImg, section:nth-of-type(even) .athleteSecImg {
        width: 45vw;
        margin-left: 0;
        margin-right: 0;
    }
    section:nth-of-type(odd) .athleteSecImg img, section:nth-of-type(even) .athleteSecImg img {
        width: 45vw;
        height: auto;
    }
    .athleteSecText {
        width: 45vw
    }
    .athleteArt section .secHead, .athleteArt section .secList {
        width: 100%;
        margin-left: 0;
    }
    .athleteTable table {
        width: 100%;
    }
    .athleteTable td {
        font-size: 15px;
    }
    /* greeting */
    #greeting .mainV {
        position: relative;
    }
    #greeting .mainV .greetingMainMemo {
        width: 100%;
        position: absolute;
        top: 2rem;
        right: 1rem;
        left: auto;
        margin-left: 0;
    }
    #greeting .mainV .greetingMainMemo p {
        text-align: right;
    }
    #greeting .mainV .greetingMainMemo p:nth-of-type(1) {
        font-size: 1rem;
        font-size: calc(1rem+ 0.7vw);
        margin-bottom: 1rem;
    }
    #greeting .mainV .greetingMainMemo p:nth-of-type(1) span, #greeting .mainV .greetingMainMemo p:nth-of-type(3) span:nth-of-type(2) {
        color: #d3edfb;
    }
    #greeting .mainV .greetingMainMemo p:nth-of-type(2) {
        font-size: 0.5rem;
        font-size: calc(0.5rem+ 0.7vw);
        margin-bottom: 0.4rem;
    }
    #greeting .mainV .greetingMainMemo p:nth-of-type(3) {
        font-size: 1rem;
        font-size: calc(1rem+ 0.4vw);
        margin-bottom: 0rem;
    }
    #greeting .mainV .greetingMainMemo p:nth-of-type(3) span:first-of-type {
        font-size: 0.5rem;
        font-size: calc(0.5rem+ 0.7vw);
        margin-bottom: 0rem;
        padding-right: 1rem;
    }
    footer .footerWrap {
        width: 100%;
    }
    .inter01img .intSection {
        display: block;
    }
    .inter01img figure img {
        width: 93vw;
        height: auto;
    }
    .inter01img .intSection .intSectionText {
        width: 100%;
    }
    header nav {
        /*position:absolute;*/
        position: fixed;
        z-index: 90;
        top: 10px;
        left: -100vw;
        width: calc(100vw - 10px);
        margin: 0 10px;
    }
    nav ul {
        width: 100%;
        display: block;
    }
    nav li {
        width: 100%;
        text-align: center;
        padding-left: 0;
        height: 4rem;
        line-height: 4rem;
        font-size: 1rem;
        border-left: none;
        border-right: none;
    }
    nav li a {
        display: block;
        position: relative;
    }
    header nav li a:after {
        content: ">";
        display: block;
        position: absolute;
        right: 32px;
        right: 2rem;
        font-size: 32px;
        font-size: 2rem;
        top: 0;
    }
    /* ハンバーガー */
    #navToggle {
        display: block
    }
    .openNav #navToggle span:nth-of-type(1) {
        top: 34px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .openNav #navToggle span:nth-of-type(2) {
        -webkit-transform: translateX(-10vw);
        transform: translateX(-10vw);
        opacity: 0;
    }
    .openNav #navToggle span:nth-of-type(3) {
        top: 34px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .openNav nav {
        background-color: #352f2d;
        -webkit-transform: translateX(99vw);
        transform: translateX(99vw);
    }
    header nav {
        transition: all .3s ease-in-out;
        /*	   -webkit-transition: transform .3s ease-in-out,top .3s ease-in-out,opacity .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out,top .3s ease-in-out,opacity .3s ease-in-out;
    transition: transform .3s ease-in-out,top .3s ease-in-out,opacity .3s ease-in-out;*/
    }

    .btn_pdf{
        width:40%;
        }
}

@media screen and (max-width:767px) {
    html { overflow-x: hidden; }
    header, main, footer, section, nav ul, #interview .intArt02, #interview .intArt01, #column .intArt02, #column .intArt01, .sectionInt section, header h1, footer p, .topnav ul, #top .mark, #top main h2, .intBtn, .movieArea, .aboutcatch, .aboutPic1, .aboutMarkText, .supportArea {
        width: 100%;
    }
    .imgpc {
        display: none;
    }
    .imgsp {
        display: block;
    }
    .mainV span.arrowB {
        width: 8vw;
        height: auto;
    }
    /* トップ */
    .topnav {
        background: none;
        height: 200px;
    }
    .topnav li {
        height: 200px;
        padding-left: 0;
        text-align: center;
    }
    .topnav li:nth-of-type(odd) {
        background-image: url(/dash/images/topBtnSp01.gif);
    }
    .topnav li:nth-of-type(even) {
        background-image: url(/dash/images/topBtnSp02.gif);
    }
    .topnav li:nth-of-type(odd) a {
        background-image: none;
    }
    .movie img {
        width: 80vw;
        height: auto;
    }
    .movieArea ul {
        width: 100%;
    }
    .movieArea ul li:first-of-type {
        font-size: 1rem;
    }
    .movieArea ul li:nth-of-type(2) {
        font-size: .8rem;
    }
    .intBtn {
        display: block;
    }
    .intBtn li {
        width: 100%;
        margin-bottom: 1.6rem;
        text-align: center;
    }
    .intBtn li img {
        width: 96%;
        height: auto;
    }
    .topnav .topnavS:first-of-type img {
        width: 48px;
        height: 48px;
    }
    .topnav .topnavS:nth-of-type(2) img {
        width: 56px;
        height: 44px;
    }
    .topnav .topnavS:nth-of-type(3) img {
        width: 30px;
        height: 58px;
    }
    .topnav .topnavS:nth-of-type(4) img {
        width: 27px;
        height: 59px;
    }
    .topnav .topnavE {
        font-size: 0.8rem;
        padding-top: 1.2rem;
    }
    .topnav .topnavJ {
        font-size: 1rem;
        font-size: calc(1rem+ 0.3vw);
    }
    .topnav .topnavJ+ span {
        padding-top: 2px;
        font-size: 1rem;
    }
    #top_name {
        display: none;
    }
    /*#top .mark {
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 0.3rem;
        font-family: 'Roboto Condensed', sans-serif;
    }*/
    #top main h2 {
        font-size: 1.6rem;
        font-size: calc(1.6rem+ 0.5vw);
    }
    .intBtn li .intBtnTxtArea {
        margin: 0 auto;
        width: 98%;
        height: auto;
    }
    .intBtn li .intBtnName {
        font-size: 2rem;
        font-size: calc(1rem+ 4vw);
        padding-bottom: 0.4rem;
        padding-bottom: calc(0.4rem+ 4vw);
        line-height: 1;
        letter-spacing: -0.5vw;
        margin-bottom: 0.051rem;
        margin-bottom: calc(0.051rem+ 1vw);
    }
    .intBtn li .intBtnName span {
        font-size: 1rem;
        font-size: calc(0.8rem+ 0.5vw);
    }
    .intBtn li .intBtnDis {
        font-size: 1rem;
        font-size: calc(0.9rem+ 0.7vw);
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1.2rem;
        padding-top: .8rem;
        padding-bottom: calc(0.1rem+ 5vw);
        letter-spacing: -0.4vw;
    }
    #top h1 img {
        width: 90%;
        height: auto;
    }
    #top .catch {
        padding-top: 1rem;
        font-size: 0.8rem;
        font-size: calc(0.8rem+ 0.9vw);
    }
    .movieArea h2 {
        font-size: 2rem;
        font-family: 'Roboto Condensed', sans-serif;
    }
    section {
        letter-spacing: -0.2vw;
    }
    header h1 img {
        width: 80%;
        height: auto;
    }
    .spbr {
        display: inline;
    }
    .pcbr {
        display: none;
    }
    .mainV .greet1 {
        display: none;
    }
    .mainV .greet2 {
        display: inherit;
    }
    section, .sectionInt section {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .sectionInt section {
        padding: 1.8rem 0.8rem;
        height: auto;
        line-height: 1.7rem;
        font-size: 0.8rem;
        font-size: calc(0.8rem+ 0.5vw);
    }
    .intArt02 .intSectionText {
        padding-left: 0;
    }
    .intArt01 .intSection, .intArt02 .intSection {
        display: block;
    }
    .intArt01 figure, .interview02 .intArt02 figure {
        display: none;
    }
    .intArt01 .intSection.float figure {
        display: block;
        width: 100%;
        margin-bottom: 1em;
    }
    .intArt01 .intSectionText img, .interview02 .intArt02 .intSectionText img {
        display: inline;
        float: right;
        width: 30vw;
        height: auto;
        margin: 0 0 .2rem .2rem;
    }
    .intArt02 figure img {
        width: 93vw;
        height: auto;
    }
    .intArt02 figure {
        text-align: center;
        margin-bottom: 1rem;
    }
    .navpanel .mark {
        padding: 3rem 0 0;
        text-align: center;
        font-size: 1.2rem;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .svgSpeaker {
        width: 10vw;
        height: 10vw;
    }
    .backnext {
        padding: 4rem 0;
        width: 80vw;
        /* Android4.3以前ブラウザ用 */
        display: -webkit-flex;
        /* iOS8以前Safari用 */
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
    .sectionInt section span.intNameBg {
        position: absolute;
        top: -3rem;
        left: 0;
        z-index: 10;
    }
    .sectionInt section span.intNameBg img {
        width: 40vw;
        height: 3rem;
    }
    #column section h2, #interview section h2 {
        height: auto;
        padding: 2rem 0 1rem;
        color: #9fd9f6;
    }
    .sectionInt section .intNameBg, .sectionInt section .intNameBg2 {
        display: none;
    }
    p.mainV .intNameBgWide {
        width: 48vw;
    }
    .mainV .intNameBg {
        display: block;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        background: url(/dash/images/intNameBg.gif) no-repeat;
        background-size: cover;
        width: 40vw;
        height: 5rem;
        padding: 0;
        padding-top: 0.5rem;
        padding-top: calc(0.5rem+ 1.4vw);
        padding-left: 1.4rem;
        padding-left: 1rem;
        padding-left: calc(1rem+ 0.8vw);
        text-align: left;
    }
    .mainV .intNameBg2 {
        display: block;
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
        background: url(/dash/images/intNameBg.gif) no-repeat;
        background-size: cover;
        width: 40vw;
        height: 5rem;
        padding: 0;
        padding-top: 0.5rem;
        padding-top: calc(0.5rem+ 1.4vw);
        padding-left: 1.4rem;
        padding-left: 1rem;
        padding-left: calc(1rem+ 0.8vw);
        text-align: left;
    }
    .intNameBg .name, .intNameBg2 .name {
        font-size: 1rem;
        font-size: calc(1rem+ 0.5vw);
        letter-spacing: 0;
    }
    .intNameBg .kyougi, .intNameBg .player, .intNameBg2 .kyougi, .intNameBg2 .player {
        font-size: 0.8rem;
        font-size: .7rem;
        text-align: left;
    }
    .backnext img {
        width: 30vw;
        height: 15vw;
    }
    #column .catch, #interview .catch {
        margin-top: 1rem;
        margin-top: calc(1rem+ 0.8vw);
        padding-top: 1rem;
        padding-top: calc(1rem+ 0.8vw);
        padding-bottom: 1rem;
        padding-bottom: calc(1rem+ 0.8vw);
        font-size: 0.9rem;
        font-size: calc(0.9rem+ 0.5vw);
        height: auto;
        letter-spacing: 0;
    }
    .greetingmenu {
        margin-bottom: 1rem;
    }
    .greetingmenu ul {
        display: table;
        width: 100%;
        padding: 0 2%;
        border-collapse: separate;
        /* セルの間隔を空ける */
        border-spacing: 0.5rem 0;
    }
    .greetingmenu ul li {
        padding-top: 0;
        display: table-cell;
        width: 30%;
        height: auto;
        padding-bottom: 0;
        margin-right: 6px;
    }
    .greetingmenu ul li:nth-of-type(1) a, .greetingmenu ul li:nth-of-type(2) a {
        display: block;
        /* padding:1.4rem 0 0; */
    }
    .greetingmenu ul li a {
        box-sizing: border-box;
        padding: 1rem 0 1rem;
        font-size: 1.1rem;
        height: 25vw;
        /* height:22vw; */
    }
    .greetingmenu.conceptmenu ul li a {
        font-size: 3.5vw;
    }
    .greetingmenu ul li span {
        display: block;
        font-size: 2.2vw;
        line-height: 1.3;
        height: 11vw;
    }
    /* .greetingmenu ul li span.gfm{
	font-size: 0.5rem;
	line-height:1.43;
}*/
    .tilePicture {
        margin: 4rem 0;
    }
    header nav {
        /*position:absolute;*/
        position: fixed;
        z-index: 90;
        top: 10px;
        left: -100vw;
        width: calc(100vw - 20px);
        margin: 0 10px;
    }
    nav ul {
        width: 100%;
        display: block;
    }
    nav li {
        width: 100%;
        text-align: left;
        padding-left: 2rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1rem;
        border-left: none;
        border-right: none;
    }
    nav li a {
        display: block;
        position: relative;
    }
    header nav li a:after {
        content: ">";
        display: block;
        position: absolute;
        right: 16px;
        right: 1rem;
        font-size: 24px;
        font-size: 1.5rem;
        top: 0;
    }
    /* ハンバーガー */
    #navToggle {
        display: block
    }
    .openNav #navToggle span:nth-of-type(1) {
        top: 34px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .openNav #navToggle span:nth-of-type(2) {
        -webkit-transform: translateX(-10vw);
        transform: translateX(-10vw);
        opacity: 0;
    }
    .openNav #navToggle span:nth-of-type(3) {
        top: 34px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .openNav nav {
        background-color: #352f2d;
        -webkit-transform: translateX(99vw);
        transform: translateX(99vw);
    }
    header nav {
        transition: all .3s ease-in-out;
        /*	   -webkit-transition: transform .3s ease-in-out,top .3s ease-in-out,opacity .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out,top .3s ease-in-out,opacity .3s ease-in-out;
    transition: transform .3s ease-in-out,top .3s ease-in-out,opacity .3s ease-in-out;*/
    }
    /* athlete */
    .athbrpc, .secList {
        display: none;
    }
    .athbrsp {
        display: inline;
    }
    #athlete section {
        width: 100%;
    }
    #athlete section .athleteSecImg {
        margin-left: 0;
    }
    #athlete section .athleteSecImg img {
        width: 50vw;
        height: auto;
    }
    .athleteArt section .secHead {
        width: 40vw;
        border: 1px #b5b5b6 solid;
        border-right: none;
        margin-left: 2vw;
        padding: 6px;
        padding-bottom: 12px;
    }
    .athleteArt section.type1 .secHead, .athleteArt section.type1 .secList {
        margin-left: 0;
        margin-right: 2vw;
    }
    .athleteArt section .secList {
        display: none;
    }
    .athleteArt section {
        margin-bottom: 2rem;
    }
    .athleteArt .secList2 {
        display: block;
        padding: 0 0 2rem 1rem;
        font-size: 0.8rem;
        color: #9fa0a0;
    }
    .secHead p:nth-of-type(1) {
        text-align: left;
        font-size: 0.6rem;
        font-size: calc(0.6rem+ 0.5vw);
        color: #9fa0a0;
        width: 100%;
        padding-bottom: 1rem;
        letter-spacing: 0;
    }
    .secHead p:nth-of-type(2) {
        padding-left: 0;
        font-size: 0.7rem;
        font-size: calc(0.7rem+ 0.5vw);
        color: #fff;
        letter-spacing: 0rem;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .secHead p:nth-of-type(3) {
        font-size: 1.5rem;
        font-size: calc(1.5rem+ 0.5vw);
        color: #fff;
    }
    .secHead p:nth-of-type(4) {
        font-size: 1rem;
        font-size: calc(1rem+ 0.5vw);
        color: #709bb0;
        margin-bottom: 1rem;
    }
    .secHead p:nth-of-type(5) {
        font-size: 0.7rem;
        color: #9fa0a0;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: .3rem;
        line-height: 1.7;
    }
    .secHead p:nth-of-type(6) {
        font-size: 0.6rem;
        font-size: calc(0.6rem+ 0.5vw);
        color: #9fa0a0;
        line-height: 1.7;
    }
    .athleteArt section.type1 .secHead, .athleteArt section.type1 .secList {
        margin-right: 0;
    }
    section:nth-of-type(even) .athleteSecImg {
        margin-right: 0;
    }
    .athleteArt .secList2 p {
        font-size: 0.8em;
        font-size: calc(0.8em+ 0.8vw);
        color: #9fa0a0;
    }
    .athleteArt .secList2 p:last-of-type {
        padding-bottom: 3rem;
    }
    .athleteTable h3 {
        font-size: calc(1em+ 0.8vw);
    }
    .athleteTable table {
        width: 100%;
    }
    .athleteTable thead {
        display: none;
    }
    .athleteTable td {
        height: auto;
        color: #ccc;
        background: none;
        border: none;
        float: left;
        ;
        text-align: left;
        padding: 1vw 2vw;
        margin: 0;
        font-weight: 400;
        font-size: calc(0.7rem+ 0.5vw);
    }
    .athleteTable td span {
        color: #aaa;
        font-size: calc(0.6rem+ 0.5vw);
        display: inline;
    }
    .athleteTable tr td:nth-child(1) {
        color: #fff;
        font-weight: 700;
        width: 92vw;
        border-bottom: 1px #999 solid;
        font-size: calc(1rem+ 0.5vw);
    }
    .athleteTable tr td:nth-child(2) {
        width: 8vw;
    }
    .athleteTable tr td:nth-child(3) {
        width: 34vw;
    }
    .athleteTable tr td:nth-child(4) {
        width: 28vw;
    }
    .athleteTable tr td:nth-child(5) {
        width: 10vw;
    }
    .athleteTable tr td:nth-child(6) {
        width: 30%;
    }
    .athleteTable tr td:nth-child(7) {
        width: 90%;
    }
    .athleteTable tr td:nth-child(8) {
        width: 90%;
    }
    .athleteTable td.marginTd:nth-child(1), .athleteTable td.marginTdWide:nth-child(1), .athleteTable td.marginTdMWide:nth-child(1) {
        border: none;
        height: 5vw;
    }
    /* about dash*/
    .dashArt01 section {
        display: block;
        width: 100%;
        padding: 0;
    }
    .supportNo {
        display: block;
        width: 100%;
    }
    .supportText {
        width: 100%;
        padding-left: 0;
        padding: 2rem 1rem 1rem 1rem;
    }
    .supportText h2 {
        font-size: 1.2rem;
        font-size: calc(1.2rem+ 0.5vw);
    }
    .aboutPic1 {
        margin-bottom: 1.2rem;
        margin-bottom: calc(1.2rem+ 5vw);
    }
    .aboutPic1 img {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    .supportNo p:first-of-type {
        padding-top: 0.7rem;
        font-size: 0.6rem;
        font-size: calc(0.6rem+ 0.5vw);
        letter-spacing: 3px;
        text-align: center;
    }
    .supportText dd {
        margin-left: 0;
    }
    .supportText dt {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
        font-size: 1.2rem;
        font-size: calc(1.2rem+ 0.5vw);
    }
    .supportText dd:last-of-type {
        margin-left: 0;
    }
    .dashArt01 section:nth-of-type(4) .supportText {
        padding: 2rem 1rem 2rem 1rem;
    }
    .aboutcatch {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .aboutcatch h2 {
        /* font-size:calc(1.0rem + 0.5vw); */
        font-size: 1.2rem;
        font-size: calc(1.6rem+ 0.5vw);
        text-align: center;
    }
    .aboutcatch p {
        /*font-size:calc(0.6rem + 0.5vw);*/
        font-size: 1rem;
        font-size: calc(1rem+ 0.5vw);
        text-align: left;
        margin-top: 1rem;
    }
    .aboutcatch p span {
        color: #6bc8f2;
    }
    .dashArt01 section:nth-of-type(2) img, .dashArt01 section:nth-of-type(3) img {
        margin-top: 4px;
        width: 40vw;
        height: auto;
        margin-bottom: 1rem;
    }
    .supportArea {
        padding: 0 1rem;
    }
    .supportArea h2, .aboutMarkText h2 {
        font-size: 1.6rem;
        font-size: calc(1.6rem+ 0.5vw);
    }
    .supportArea p, .aboutMarkText p {
        font-size: 1rem;
        font-size: calc(1rem+ 0.5vw);
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    #dashabout main {
        margin-top: 5rem;
    }
    .aboutMarkText {
        padding: 0 1rem;
    }
    .supportArea h2, .supportArea p {
        padding-left: 0;
    }
    .supportText dt {
        letter-spacing: 0;
    }
    /* greeting */
    #greeting .mainV .greetingMainMemo {
        width: 100%;
        position: absolute;
        top: 1rem;
        right: 1rem;
        left: auto;
        margin-left: 0;
        padding-right: 0;
        letter-spacing: 0;
    }
    #greeting .mainV .greetingMainMemo p {
        text-align: right;
    }
    #greeting .mainV .greetingMainMemo p:nth-of-type(1) {
        font-size: 0.5rem;
        font-size: calc(0.5rem+ 0.6vw);
        margin-bottom: 1rem;
    }
    #greeting .mainV .greetingMainMemo p:nth-of-type(1) span, #greeting .mainV .greetingMainMemo p:nth-of-type(3) span:nth-of-type(2) {
        color: #d3edfb;
    }
    #greeting .mainV .greetingMainMemo p:nth-of-type(2) {
        font-size: 0.2rem;
        font-size: calc(0.2rem+ 0.6vw);
        margin-bottom: 0.4rem;
    }
    #greeting .mainV .greetingMainMemo p:nth-of-type(3) {
        font-size: 0.5rem;
        font-size: calc(0.5rem+ 0.5vw);
        margin-bottom: 0rem;
    }
    #greeting .mainV .greetingMainMemo p:nth-of-type(3) span:first-of-type {
        font-size: 0.2rem;
        font-size: calc(0.2rem+ 0.5vw);
        margin-bottom: 0rem;
        padding-right: 1rem;
    }
    .soonTop p {
        width: 40vw;
    }
    footer {
        margin-top: 2rem;
        padding-bottom: 13vw;
    }
    footer .footerWrap {
        width: 100%;
    }
    .ftCenter ul {
        margin: 10px auto 0;
        width: 100%;
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }
    footer .ftCenter p {
        width: 100%;
        text-align: center;
    }
    .ftCenter ul li {
        margin-bottom: 10px;
    }
    footer .footerWrap .logo0 {
        top: 10px;
    }
    footer .ftCenter {
        /*padding-top: 40px;*/
        width: 100%;
    }
    .ipadsection2 .intSectionText {
        width: 100%;
    }
    .ipadsection .intSectionText, .intArt02 .intSectionText {
        width: 100%;
    }
    .ipadsection.float .intSectionText {
        padding-right: 0;
    }

    .topnav.contactnav {
    }
    .topnav.contactnav ul {
        width: 100%;
    }
    .topnav.contactnav li {
      height: 140px;
    }
    .topnav.contactnav li:nth-of-type(odd) a {
        background: url(/dash/images/topBtn02.gif) repeat-x;
    }
    .topnav.contactnav .topnavS {
        padding-top: 2.5rem;
    }
    #intReq {
      border-top: 1px #ccc solid;
      border-bottom: 1px #ccc solid;
      width: 100%;
      padding: 30px 10px;
      line-height: 26px;
    }

    .btn_pdf {
        padding:20px 20px 8px;
        width:60%;
    }


}
/*added below, Sep 2017*/

#archive .mark { margin-bottom: 60px; }

#archive .keyV .mainV { text-align: center; }

#archive .keyV .mainV img { max-width: 1280px; height: auto; }

#archive .keyV .copy p { max-width: 1024px; margin: 1em auto 60px; font-size: .9375rem; line-height: 2em; }

#archive main { margin-bottom: 5rem; }

#archive main h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

#dashabout main { max-width: 800px; }

#column .withCaption p, #interview .withCaption p, .withCaption p, .ipadsection figure p, .intArt02 figure p {
    display: inline-block;
    font-size: .75rem;
    line-height: 1.5em;
    margin-top: .5em;
    margin-bottom: 0;
    /*text-align: justify;*/
    opacity: .7;
}

#column .catch strong, #interview .catch strong, .intArt01 section p strong, .greeSection p strong {
    color: #d23;
    font-weight: 400;
}

#column .withCaption img, #interview .withCaption img { width: 100%; }

#column section h2, #interview section h2 {
    line-height: 1.5em;
    height: auto;
    /*min-height: 196px;*/
}

#column .catch .lead {
    font-size: .8em;
    margin-bottom: 1em;
}

#column .intSectionText {
    padding-right: 0;
}

#archive main .mark {
    text-align: center;
    margin: 8rem 0;
}

.athleteArt a {
    color: #08f;
}

@media screen and (max-width:320px) {
    .sp5br {
        display: none;
    }
    .intBtn li .intBtnName {
        padding-bottom: 0.1rem;
        padding-bottom: calc(0.1rem+ 4vw);
        font-size: 1.2rem;
        font-size: calc(1rem+ 3vw);
    }
}

@media screen and (max-width:767px) {
    .only-pc { display: none; }
    #column .intArt01 figure, #column .interview02 .intArt02 figure {
        display: block;
        margin-bottom: 1rem;
        width: 100%;
    }
    #column .mainV, #interview .mainV {
        margin-bottom: 2em;
    }
}

@media screen and (min-width:768px) {
.athleteArt section.type1 .secHead, .athleteArt section.type1 .secList {
    margin-right: 72px;
    margin-left: 0;
}
	.greeSection {
		padding-left: 128px;
		padding-right: 128px
	}
    .sectionInt section, #column .intArt01, #column .intArt02, #interview .intArt01, #interview .intArt02 {
        padding-left: 128px;
        padding-right: 128px;
    }
    #column .intArt02 .intArt01, #interview .intArt02 .intArt01 {
        padding-left: 0;
        padding-right: 0;
    }
    #column .intSectionText, #interview .intSectionText {
        /*text-align: justify;*/
    }
    .sectionInt section *(:not(p)) {
        font-size: 1rem;
        line-height: 1.5em;
    }
    .ipadsection figure, .intArt02 figure {
        width: 30%;
    }
    .ipadsection .intSectionText, .intArt02 .intSectionText {
        width: 70%;
    }
    #column section.with-pt, #interview section.with-pt {
        padding-top: 124px;
    }
    #interview .withCaption {
        width: 75%;
        margin: 0 auto;
    }
    #column .intArt01 .intSection, .intArt01 .intSection.float {
        display: inherit;
    }
    #column .ipadsection figure, #column .intArt02 figure, #greeting .greeSection figure, .intArt01 .intSection.float figure {
        width: 45%;
        float: right;
        margin: 0 0 1rem 2rem;
    }
    #column .ipadsection figure.pull-left, #column .intArt02 figure.pull-left, .intArt01 .intSection.float figure.pull-left {
        float: left;
        margin: 0 2rem 1rem 0;
    }
    #column .intSectionText, .intArt01 .intSection.float .intSectionText {
        width: 100%;
        padding-right: 0;
    }
    #column .catch, #interview .catch {
        min-height: 182px;
    }
    .only-sp { display: none; }
}

.wp-pagenavi {
    text-align: center;
    margin-top: 2em;
}

.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .first, .wp-pagenavi .last {
    display: inline-block;
    width: 2rem;
    margin: auto .3em .5em;
    line-height: 2rem;
    border: 1px solid rgba(255, 255, 255, .8);
    transition: background .1s ease;
}

.wp-pagenavi .page:hover, .wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
    background-color: rgba(255, 255, 255, .2);
}

.wp-pagenavi .current {
    background-color: rgba(255, 255, 255, .8);
    color: #352f2d;
}

.wp-pagenavi .first, .wp-pagenavi .last {
    width: auto;
    padding: 0 1em;
    line-height: 2rem;
    font-size: .9em;
}

.wp-pagenavi .extend {
    margin: auto .3em;
    line-height: 2em;
}

#column .catch date, #interview .catch date {
  display: block;
  font-size: 14px;
  margin: 0 0 2rem;
  opacity: .8;
  font-weight: 700;
}

.intArt01 .intSection.float p a, .intArt01 section p a, .greeSection p a, .intArt02 a {
  color: #08f !important;
}

.mb1 { margin-bottom: 2rem; }

.clb { clear: both; }

.mainvisual {
  position: relative;
}

.news-box {
  background-color: rgba(0, 0, 0, .65);
  border-radius: 10px;
  opacity: 0;
  /*PC*/
  /*スマホ*/
}

.news-box .news_txt {
      display: inline-block;
      font-size: .8125rem;
      color: #fff;
}

.news-box .news_date {
      font-size: .75rem;
      font-weight: 400;
      color: #ccc;
}

.news-box .news_item {
      line-height: 1.25rem;
}

.news-box .news_item a {
        display: block;
      }

.news-box .news_ttl {
      text-align: center;
      border-bottom: 1px solid rgba(181, 181, 181, .9);
}

.news-box .news {
  }

.news-box .news_ttl, .news-box .news_cont {
      -webkit-transform: scaleX(.98);
              transform: scaleX(.98);
      opacity: 0;
}

.news-box.slideup {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: all .8s ease-out;
}

.news-box.slideup .news {
    }

.news-box.slideup .news_ttl, .news-box.slideup .news_cont {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
        transition: all 1s ease-in-out .4s;
}

.fnav {
  bottom: 0;
  position: fixed;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 2px;
  background-color: #333;
  z-index: 100
  /*PC*/
  /*スマホ*/
}

.fnav_cont {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 18.75vw;
    padding-right: 3vw;
    padding-left: 3vw;
    background-color: #d3d3d4;
}

.btnbox {
  /*PC*/
  /*スマホ*/
}

.btnbox_item {
    display: block;
    text-align: center;
}

#comingsoon .btnbox {
  margin-top: 60px;
  margin-bottom: 0;
}

.socialbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  // background-color: rgba(0, 0, 0, .2);
  /*PC*/
  /*スマホ*/
}

.socialbox .social {
  }

@media screen and (min-width: 768px) {

    .socialbox {
    width: 768px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    }

    .socialbox .social {
    }

    .socialbox .social_item {
        transition: opacity .3s ease;
        -webkit-flex-basis: 23%;
            -ms-flex-preferred-size: 23%;
                flex-basis: 23%;
    }

    .socialbox .social_item:hover {
          opacity: .7;
    }
  }

@media screen and (max-width: 767px) {

    .socialbox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 4vw;
    }

    .socialbox .social {
    }

    .socialbox .social_item {
        -webkit-flex-basis: 49%;
            -ms-flex-preferred-size: 49%;
                flex-basis: 49%;
    }

        .socialbox .social_item img {
          width: 100%;
        }

    .socialbox .social_item:nth-child(-n+2) {
          margin-bottom: 2vw;
    }
  }

.mt {
}

.mt-lg {
    margin-top: 4rem !important;
}

.ovf {
  overflow: hidden;
}

.clear {
  clear: both;
}

.reportMain {
  background: url(/dash/images/reportMain.jpg) no-repeat center center;
  height: 427px;
  width: 1280px;
  margin: 30px auto;
}

.svgReport {
  width: 45px;
  height: 48px;
}

#report .articleCenter article a h3 {
    position: relative;
    padding-left: 45px;
    min-height: 50px
  }

#report .articleCenter article a h3:before {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block;
      width: 30px;
      height: 34px;
      content: "";
      background: url(/dash/images/svgpdf.png) no-repeat center center;
      background-size: contain;
}

.policySection {
}

.policySection > h3 {
    margin-bottom: 1em;
    padding-top: 2em;
}

.policyTitle {
  margin-top: 70px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 3px;
}

footer a {
  color: #000;
}

footer .footer {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.5em;
  font-size: 0.7rem;
}

footer .footer p {
    color: #333;
  }

footer .footer-inner {
    // display: flex;
    // justify-content: space-between;
}

@media screen and (max-width:767px) {
  footer .footer {
    padding-right: 1rem;
    padding-bottom: 17vw;
    padding-left: 1rem;
  }
  footer .footer .footer-link {
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        padding: 3em 0 0;
        text-align: left;
    }
        footer .footer .footer-link__ttl {
          margin-bottom: 0.5em;
          padding-left: 0.5em;
          line-height: 1.1em;
          font-size: 1rem;
          font-weight: 700;
          border-left: 3px solid #333;
        }
        footer .footer .footer-link__txtlink {
          margin-bottom: 3em;
          padding: 1em 1.5em;
          line-height: 2.5em;
          background-color: rgba(53, 47, 45, .1);
        }
          footer .footer .footer-link__txtlink li {
            display: block;
            text-align: left;
            margin-left: 0;
            font-size: 0.9rem
          }
          footer .footer .footer-link__txtlink li:before {
        display: inline-block;
        content: "";
        border: 3px solid transparent;
        border-left-color: #333;
    }
        footer .footer .footer-link__banner {
          // margin-top: 3em;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
        }
          footer .footer .footer-link__banner li {
            // display: block;
            width: 48.5%;
            margin-top: 0.5em;
            margin-left: 0;
            text-align: center;
          }
            footer .footer .footer-link__banner li img { max-width: 100%; width: 100%; height: auto; }
  footer .footer .footer-info {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
        footer .footer .footer-info__logo { text-align: center; }
        footer .footer .footer-info__description {
          // margin-top: 1em;
          font-size: 0.85rem;
          text-align: left;
        }
        footer .footer .footer-info__address {
          margin-top: 1em;
          // text-align: center;
          line-height: 2em;
          font-size: .75rem;
        }
        footer .footer .footer-info__link {
          margin-top: 0.5em;
          text-align: right;
          font-size: 0.85rem
        }
        footer .footer .footer-info__link:before {
        display: inline-block;
        content: "";
        border: 5px solid transparent;
        border-left-color: #333;
    }
    footer .footer a { color: #00a; }
    footer .footer .footer {
    }
    footer .footer .footer-inner {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.sectionInt--notxt {
  background: none;
}

.sectionInt--notxt section {
    padding-top: 0;
    padding-bottom: 0;
  }

.handbookMain {
  background: url(/dash/images/handbookMain.png) no-repeat center center;
  height: 427px;
  width: 1280px;
  margin: 30px auto;
  background-size: cover;
}

.svgHandbook {
  width: 70px;
  height: 51px;
}
