@charset "UTF-8";

/**css for top page**/

.headerS {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif!important;
    background: #ECF7FD;
}

.headerWrap {
    width: 100%;
}

.headerWrapTop {
    width: 100%;
    box-sizing: border-box;
    background: #007FCC;
}

.controlBox {
    width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 30px;
    position: relative;
}

dl.textSize {
    position: absolute;
    top: 6px;
    right: 180px;
    width: 140px;
    height: 18px;
}

dl.textSize dt {
    float: left;
    width: 70px;
    margin: 0 10px 0 0;
}

dl.textSize dt.textSizeTx {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

dl.textSize dd {
    float: left;
    width: 57px;
}

dl.textSize dd span {
    display: block;
    float: left;
    width: 18px;
    margin: 0 1px 0 0;
}

dl.switchBg {
    position: absolute;
    top: 6px;
    right: 0;
    width: 164px;
    height: 18px;
}

dl.switchBg dt {
    float: left;
    width: 78px;
    margin: 0 10px 0 0;
}

dl.switchBg dt.switchBgTx {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

dl.switchBg dd span {
    display: block;
    float: left;
    width: 18px !important;
    height: 18px !important;
    margin: 0 1px 0 0;
}

dl.switchBg dd span:hover {
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
}

#colorctrl4 {
    width: 18px;
    height: 18px;
    color: #000000;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}


#colorctrl1 {
    width: 18px;
    height: 18px;
    color: #ffff00;
    background-color: #000000;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}

#colorctrl2 {
    width: 18px;
    height: 18px;
    color: #ffff00;
    background-color: #0000ff;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}

#colorctrl3 {
    width: 18px;
    height: 18px;
    color: #000000;
    background-color: #ffff00;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
}

a.textSizeBt {
    width: 18px;
    height: 18px;
    background: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    font-size: 12px;
}

a.textSizeBt:hover {
    text-decoration: none;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
/*    zoom:1;*/
}

.logoBox {
    width: 1080px;
    height: 88px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.logoBoxLeft {
    margin-top: 24px;
}

.logoBoxLeft p {
    width: 489px;
    height: 51px;
}

.logoBoxRight {
    margin-top: 16px;
}

.searchBox #searchform input[type="text"] {
    outline: none;
    border: none;
    height: 27px;
    width: 180px;
    margin: 0;
    padding: 0 5px;
/*    font-size: 14px;*/
    font-size: 1.4rem;
    line-height: 1.2;
}

ul.headLink li {
    display: inline-block;
    font-size: 16px;
    font-size: 1.10em;
    margin: 0 0 0 5px;
    border-left: 1px solid #4a4a4a;
    padding-left: 5px;
}

ul.headLink li:first-child {
    border-left: none;
    padding-left: 0;
}

.searchBox {
    background: #fff;
    outline: none;
/*    width: 380px;*/
    height: auto;
    display: inline-flex;
    margin-bottom: 10px;
}

/*
.searchBox #searchform div:first-child {
    border-right: none;
}
*/

.searchBox #searchform input[type="text"] {
    outline: none;
    border: none;
    height: 32px;
    width: 300px;
    margin: 0;
    padding: 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
}

.searchBox #searchform div:last-child {
    border-left: none;
}

.searchBox #searchform .inputBox {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    border: 1px #4a4a4a solid;
}


.searchBox #searchform .btn {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    border: 1px #4a4a4a solid;
}

.searchBox #searchform .btn .searchIc {
    width: 32px;
    height: 32px;
    padding: 4px;
}

a.printIc {
    width: 32px;
    margin-left: 5px;
}

a.printIc img {
    width: 32px;
}

ul.headLink li:first-child {
    margin-left: 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
緊急ボックス
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.emergencyBox {
    padding: 10px 0;
}

.emergencyBox a {
    display: block;
}

.emergencyBox a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
    cursor: pointer;
}

.emergencyBox p {
    font-size: 1.2em;
    width: 1080px;
    margin: 0 auto;
    border: 3px solid #D20C1D;
    background-color: #FDF3F4;
    padding: 10px 20px;
    padding-left: 50px;
    position: relative;
/*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/
}

/*
.emergencyBox p:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
    cursor: pointer;
}
*/

.emergencyBox p:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 28px;
    background-image: url(/images/emergencyIc.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
}

@media only screen and (max-width: 768px) {
    .emergencyBox p {
        width: 100%;
        font-size: 14px;
    }
    .emergencyBox {
        margin: 0 20px;
}
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
サービス
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul.serviceWrapper {
    width: 1080px;
    margin: 110px auto;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}

ul.serviceWrapper li {
    flex-basis: 30%;
    background: #007fcc;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 24px;
    height: 145px;
    padding-top: 24px;
    box-shadow:rgba(122, 122, 122, 0.3) 0px 0px 4px 2px;
-webkit-box-shadow:rgba(122, 122, 122, 0.3) 0px 0px 4px 2px;
-moz-box-shadow:rgba(122, 122, 122, 0.3) 0px 0px 4px 2px;
}

ul.serviceWrapper li a {
    display: block;
}

ul.serviceWrapper li img {
    width: auto;
    height: 40px;
    margin-bottom: 20px;
}

ul.serviceWrapper li p {
    color: #fff;
    font-size: 2.0em;
    font-weight: bold;
}

ul.serviceWrapper li a span {
    color: #fff;
/*    font-size: 20px;*/
    font-size: 1.43em;
    font-weight: bold;
    display: block;
}

ul.serviceWrapper li a h3 {
    color: #fff;
/*    font-size: 20px;*/
    font-size: 1.43em;
    font-weight: bold;
    display: block;
}

ul.serviceWrapper li a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
    cursor: pointer;
}


@media only screen and (max-width: 768px) {
    div.service{
        padding: 0 20px;
    }
    ul.serviceWrapper li {
        height: auto;
        text-align: left;
        padding: 15px;
        margin-bottom: 16px;
    }
    ul.serviceWrapper {
        width: 100%;
        box-sizing: border-box;
        display: block;
        margin: 45px auto;
    }
    ul.serviceWrapper li a {
        display: block;
        position: relative;
    }
    ul.serviceWrapper li p {
        display: inline-block;
/*        font-size: 16px;*/
        font-size: 1.14em;
        margin-top: 4px;
    }
    ul.serviceWrapper li a span {
        display: inline-block;
        font-size: 16px;
        margin-top: 4px;
        position: initial;
        left: 55px;
    }
    ul.serviceWrapper li img {
        height: 28px;
        margin-bottom: 0;
        margin-right: 8px;
}
}

@media only screen and (max-width: 340px) {
    ul.serviceWrapper li a span {
        font-size: 14px;
    }
}


@media only screen and (max-width: 768px) {
    #header .mask {
    background: rgba(22,34,42,.4);
    top: 60px;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 1;
    display: none;
    }
    .thumb {
        display: none!important;
    }
    .thumbWrapper {
        height: 30px;
    }
}


@media only screen and (max-width: 768px) {
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Information
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.topInfo {
    padding: 100px 0 60px 0;
    background-color: #ECF7FD;
    font-family: sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic'!important;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    font-size: 75%;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1080px;
  margin: 0 auto;
    margin-bottom: 80px;
}

/*タブのスタイル*/
.tab_item {/*変更 190317*/
  width: calc(100%/4);
  height: 80px;
  /*  border-bottom: 3px solid #5ab4bd;*/
  background-color: #E0F0F9;
  line-height: 50px;
/*  font-size: 16px;*/
    font-size: 1.50em;
  color: #006BAB;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  padding-top: 16px;
  position: relative;
}

.tab_item.tab02, .tab_item.tab03, .tab_item.tab04 {
  border-left: solid 2px #fff;
}

.tab_item:hover {
  opacity: 0.75;
}

.tab_item:before {/*追加 190317*/
  content: '';
  display: inline-block;
  width: 24px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-top: 5px;
}

.tab_item.tab01:before {/*追加 190317*/
  background-image: url(/images/infoIc01.png);
}

.tab_item.tab02:before {/*追加 190317*/
  background-image: url(/images/infoIc02.png);
}

.tab_item.tab03:before {/*追加 190317*/
  background-image: url(/images/infoIc03.png);
}

.tab_item.tab04:before {/*追加 190317*/
  background-image: url(/images/infoIc04.png);
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#supply:checked ~ #supply_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #007fcc;
  color: #fff;
}

.tabs input:checked + .tab_item:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #007fcc transparent transparent transparent;
  border-width: 16px 10px 0 10px;
}

.tabs input:checked + .tab_item.tab01:before {/*追加 190317*/
  background-image: url(/images/infoIc01_w.png);
}

.tabs input:checked + .tab_item.tab02:before {/*追加 190317*/
  background-image: url(/images/infoIc02_w.png);
}

.tabs input:checked + .tab_item.tab03:before {/*追加 190317*/
  background-image: url(/images/infoIc03_w.png);
}

.tabs input:checked + .tab_item.tab04:before {/*追加 190317*/
  background-image: url(/images/infoIc04_w.png);
}

.infoTitle01,
.infoTitle02,
.infoTitle03,
.infoTitle04 {
/*  font-size: 28px;*/
    font-size: 2.0em;
  color: #006BAB;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;/*m追加 190317*/
}


.infoTitle01:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 32px;
    background-image: url(/images/infoIc01.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.infoTitle02:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 32px;
    background-image: url(/images/infoIc02.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.infoTitle03:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 32px;
    background-image: url(/images/infoIc03.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.infoTitle04:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 32px;
    background-image: url(/images/infoIc04.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
}


@media only screen and (max-width: 768px) {
    .tabs {
        width: 100%;
    }
    .topInfo {
        padding: 45px 20px 10px 20px;
    }
    .tab_item {
        width: 48%;
        margin: 1%;
        height: auto;
        padding: 10px;
        font-size: 14px;
        min-height: 68px;
    }
    .tab_item.tab03 {
        line-height: 1.0;
    }
    .tabs input:checked + .tab_item:after {
        content: none;
    }
}

/*トップページ 新着情報*/

.tab_content_description .infoText {
  font-size: 1.15em;
}

.nowonSemi li {
  border-top: 1px dotted #999999;
  padding: 16px 0;
}

.nowonSemi li:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
}


.nowonSemi li a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
}


ul.nowonSemi {
  border-bottom: 1px dotted #999999;
  font-size: 100%;
}


.nowonSemi li dl {
  display: flex;
}

.nowonSemi li dl dt {
    float: left;
    width: 15%;
    padding-top: 3px;
    font-size: 1.45em;
}

.nowonSemi li dl dd {
  width: 63%;
  display: block;
  overflow: auto;
}

.nowonSemi li dl dd.s_label {
    padding-right: 10px;
    max-width: 176px;
}

.nowonSemi li dl dd.s_label span{
/*  width: 74px;*/
/*  height: 28px;*/
    border-radius: 5px 5px 5px 5px;
    background-color: #007fcc;
/*  margin-right: 30px;*/
/*  font-size: 12px;*/
    font-size: 1.10em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: inline-block;
    min-height: 28px;
    padding: 5px;
    min-width: 80px;
}

.nowonSemi p {
  font-size: 1.45em;
  white-space: normal;
  width: 100%;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0 !important;
  padding-top: 3px;
}

.tabs .oldInfo {
/*  font-size: 150%;*/
  font-weight: bold;
  white-space: normal;
  text-align: right;
  color: #006BAB;
  margin-top: 20px;
  margin-right: 50px;
}

.tabs .oldInfo:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0px;
  margin-left: 0px;
  border: transparent solid 10px;
  border-left-color: #007fcc;
  vertical-align: -4px;
}

.tabs .oldInfo a {
    color: #006BAB;
/*    font-size: 16px;*/
    font-size: 1.58em;
}

.tabs .oldInfo a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
}


@media screen and (max-width: 768px) {
    .nowonSemi li dl {
        display: block;
        font-size: 14px;
    }
    .nowonSemi li dl dt {
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .nowonSemi li dl dd {
        width: 100%;
    }
    .nowonSemi p {
        font-size: 14px;
    }
    .tab_content {
        padding: 36px 10px;
    }
    .infoTitle01, .infoTitle02, .infoTitle03, .infoTitle04 {
        margin-bottom: 24px;
        font-size: 18px;
    }
    .tabs .oldInfo {
        font-size: 14px;
        margin-right: 20px;
    }
    .toHomebt a {
        font-size: 14px;
    }
    .tab_content_description .infoText {
        font-size: 14px;
    }
    .nowonSemi li dl dd.s_label span {
        font-size: 13px;
    }
    .tabs .oldInfo a {
        font-size: 15px;
    }
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
前のページに戻る
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.toHomebtWrapper {
    padding: 64px 0;
}

.toHomebt {
/*
    bottom: 0;
    left: 0;
*/
    color: #fff;
    background-color: #007fcc;
    text-align: center;
    width: 280px;
/*    height: 50px;*/
    box-sizing: border-box;
/*
    display: flex;
    justify-content: center;
*/
    align-items: center;
    margin: 0 auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 12px 0;
}

.toHomebt img {
  width: 40px;
  margin-right: 14px;
  margin-top: 7px;
  vertical-align: top !important;
}

.toHomebt a {
    color: #fff;
/*    font-size: 18px;*/
    font-size: 1.3em;
    font-weight: bold;
    display: block;
}

.toHomebt:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
}


.toHomebt a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
}


@media screen and (max-width: 768px) {
    .toHomebt img {
        width: 32px;
        margin-right: 8px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .toHomebt {
        width: 200px;
        height: auto;
        padding: 12px 0;
    }
    .toHomebt a {
    font-size: 16px;
}
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
サブスライダー
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.subSlide {
  clear: both;
  padding: 30px 0 50px;
  box-sizing: border-box;
}

.subSlide h3 {
    text-align: center;
    color: #414141;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.5em;
}

.subSlider {
  box-sizing: border-box;
}

.subSlider img {
  border: 1px solid #b0b0b0;
  width: 228px;
  height: 80px;
}

@media screen and (max-width: 768px) {
    .subSlide h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .subSlide .slick-slide img {
        width: 90%;
        height: auto;
        margin: 0 auto;
}
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footerTopWrapper {
    background: #007fcc;
    padding-top: 56px;
    padding-bottom: 64px;
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif!important;
}

.footerTop {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
}

.footerTop ul {
    flex-basis: 22%;
}

.footerTop ul h4 {
    color: #fff;
/*    font-size: 20px;*/
    font-size: 1.43em;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.footerTop ul li a {
/*    font-size: 13px;*/
    font-size: 1.0em;
    color: #fff;
    line-height: 1.8em;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .footerTopWrapper {
        display: none;
    }
    .footerTop {
    width: 100%;
    }
    .footerTop ul h4 {
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 16px;
    }

    .footerTop ul li a {
        font-size: 12px;
    }
}

.footerBottom {
  text-align: center;
  background-color: #ecf7fd;
}

.footerBottom .twitterLogo {
  width: 35px;
}

.logoBoxfooter p.logo {
  width: 489px;
  height: 51px;
}

.footerBottom .pmarkimgF {
  width: 64px;
}

.linksfooter p {
/*    font-size: 16px;*/
    font-size: 1.1em;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
pageTopボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */


#pageTop {
    position: fixed;
    right: 100px;
    bottom: 30px;

}
#pageTop a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: rgba(73,73,73,0.7);
    text-align: center;
    outline: none;
}
#pageTop a:hover {
    opacity: 0.7;
}
/* パソコンで表示する場合のCSS */
@media (min-width: 769px) {
#pageTop {
font-size: 14px;
}
#pageTop a {
width: 64px;
height: 70px;
padding: 5px 0 0 0;
line-height: 1.4em;
}
}

/* スマホで表示する場合のCSS */
@media (max-width: 768px) {
    #pageTop {
        font-size: 10px;
        bottom: 50px;
        right: 18px;
    }
    #pageTop a {
        width: 56px;
        height: 64px;
        padding-top: 5px;
        line-height: 1.4em;
    }
    #pageTop a span {
        font-size: 12px;
    }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Footer Bottom
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footerBottom {
  text-align: center;
  background-color: #ecf7fd;
/*  font-size: 160%;*/

}

.footerBottomWrapper {
    width: 1080px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
}

.footerBottom .twitterLogo {
    width: 35px;
    margin-left: 10px;
}

.linksfooter p {
    display: inline-block;
/*    vertical-align: middle;*/
}

.tBorder:before {
  content: '|';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 14px;
  margin-left: 0px;
/*  vertical-align: 2px;*/
}

.logoBoxfooter {
  margin-top: 24px;
}

.footerBottom .address {
    margin-top: 30px;
/*    font-size: 16px;*/
    font-size: 1.15em;
}

.footerBottom .copyright {
    margin-top: 30px;
/*    font-size: 16px;*/
    font-size: 1.15em;
}

.f_logo01 {
    width: 495px;
    display: inline-block;
    margin-right: 20px;
}

.p_logo01{
    width: 64px;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .footerBottomWrapper {
        width: 100%;
        padding: 20px 15px 20px 15px;
    }
    .footerBottomWrapper p {
        font-size: 14px;
    }
    .footerBottom .address {
        font-size: 14px;
    }
    .footerBottomWrapper p.f_logo02_txt {
        font-size: 1.15em;
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        padding-top: 10px;
    }
    .logoBoxfooter {
        margin-top: 0;
    }
    .f_logo02 {
        width: 40px;
        display: inline-block;
    }
    .p_logo01_sp {
        width: 100%;
        text-align: right;
    }
    .p_logo01_sp img {
        width: 48px;
    }
    .f_logo_sp {
        width: 275px;
        margin: 0 auto;
    }
    .footerBottom .address {
        margin-top: 5px;
        text-align: left;
        line-height: 1.8em;
    }
    .twitterLogo_txt {
        text-align: left;
        margin-top: 10px;
    }
    .twitterLogo_txt a {
        font-size: 16px;
        font-weight: bold;
        color: #007fcc;
    }
    .twitterLogo_txt img {
        margin-right: 10px;
        margin-top: -5px;
    }
    .footerBottom .copyright {
        margin-top: 20px;
        text-align: left;
    }
    .footerBottom .copyright {
        font-size: 14px;
    }
}

.twitterLogo_txt a:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity:0.6;
    zoom:1;
    cursor: pointer;
}


