@charset 'utf-8';


header,nav,footer,article,section{
  display: block;
}
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  vertical-align: baseline;
}
html{
  height: 100%;
}
body{
  height: 100%;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  line-height: 1.0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
* html div#container{
  height: 100%;
}
div#container{
  position: relative;
  min-height: 100%;
}
body > #container{
  height: auto;
}
footer{
  position: absolute;
  position: static;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

ul,p,h1,h2,h3,h4,h5,dl,dt,dd,address{
  padding: 0px;
  margin: 0px;
}

h1,h2,h3,h4,h5{
  font-size: 1.0rem;/*14px;*/
  font-weight: inherit;
}
@media all and (max-width: 640px){
  h1,h2,h3,h4,h5{
    font-size: 4.0vw;
  }
}

address{
  font-style: normal;
}
ul,ol{
  list-style-type: none;
  font-size: 0px;
}

li{
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  li{
    font-size: 4.0vw;
  }
}

img{
  width: auto;
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: middle;
  border: 0;
}
table{
  border-collapse: collapse;
}
table,th,td{
  border: 0;
  padding: 0;
}
a{
  color: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none;
}

/*
a img{
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}*/
map area{
  border: 0;
  outline: 0;
}
input, select, textarea, button {
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/*
@font-face{
  font-family: 'rounded-mgenplus-1cp';
  font-style: normal;
  font-weight: normal;
  src: url('./../font/rounded-mgenplus/rounded-mgenplus-1cp-regular.woff') format('woff');
}
*/

/*
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
*/

/* Layout */
div#container{
  overflow: hidden;
}
@media all and (max-width: 640px){
  div#container{
    padding-top: 28vw;
    padding-bottom: 14.4vw;
  }
}

.boxContents{
}
.boxMain{
}
/* /Layout */



/* Base Design */
html{
  font-size: 14px;
}
@media all and (max-width: 640px){
  html{
    font-size: 4.0vw;
  }
}

body{
  min-width: 1060px;/* AAA 1060px*/
  margin-left: 260px; /* AAA 260px;*/
  background-color: #fff;
  color: #000;
  letter-spacing: 0.03em;
  /*font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,'Meiryo UI',"メイリオ",'MS PGothic','ＭＳ Ｐゴシック', sans-serif;*/
  /*font-family: "メイリオ",Meiryo,"Meiryo UI","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","MS PGothic","ＭＳ Ｐゴシック", sans-serif;*/
  /*font-family: "rounded-mgenplus-1cp","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Meiryo UI","MS PGothic","ＭＳ Ｐゴシック", sans-serif;*/
  /*font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Meiryo UI","MS PGothic","ＭＳ Ｐゴシック", sans-serif;*/
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  font-size: 1.05em;
  font-weight: 500;
  /*-webkit-animation: dispBody 5s ease normal;
  animation: dispBody 5s ease normal;*/
}
@media all and (max-width: 640px){
  body{
    height: auto;
    min-width: 100%;
    margin-left: 0;
    font-size: 4.0vw;
  }
}

body.home{
  min-width: 1000px; /*AAA1140px;*/
}
/*body.pageInterview.single{
  min-width: 1260px;
}
body.pageEntry{
  min-width: 1010px;
}
*/
@-webkit-keyframes dispBody{
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes dispBody{
  from{ opacity: 0; }
  to{ opacity: 1; }
}

strong {
background: linear-gradient(transparent 40%, #ffff66 40%);
}
/* /Base Design */





/* Header */

/* /Header */



.btnHmbMenu {
  display: none;
}
@media all and (max-width: 640px){
  .btnHmbMenu{
    position: fixed;
    z-index: 1002;
    top: 4.0vw;
    right: 3.5%;
    display: inline-block;
    width: 12%;
  }
}




/* SideFixedMenu */
.boxSideFixedWrap {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  overflow-y: hidden;
  width: 260px;
  height: 100%;
  background-color: #0094d6;
  /*
  background-image: url('./../../images/common/side-bg01.png');
  background-repeat: repeat-y;
  background-position: left top;
  background-size: auto auto;
  */

}
@media all and (max-width: 640px){
  .boxSideFixedWrap {
    overflow-y: visible;
    width: 100%;
    height: 28vw;
    background-color: #fff;
    background-image: none;
  }
}

.boxSideFixedWrap .logoSide01 {
  margin-bottom: 18px;
}

.boxSideFixedWrap .boxFixedTopCom {
  width: 80%;
  margin: 0 auto;
  padding: 7px 0;
  border: 1px #442f1a solid;
  color: #442f1a;
}
@media all and (max-width: 640px){
  .boxSideFixedWrap .boxFixedTopCom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.5vw 0 2.5vw 0;
    border: 0;
    background-color: #0094d6;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 4.7vw;
    font-weight: 700;
    color: #fff;
  }
}

.boxSideFixed .ttl {
  /*margin-bottom: 27px;*/
  font-size: 1rem;
}
@media all and (max-width: 640px){
  .boxSideFixed .ttl {
    width: 80%;
    margin-bottom: 0;
    padding: 3.5vw 0 0 3%;
  }
}

.boxSideFixed .ttl a {
  display: block;
  padding: 37px 0 22px 0;
  background-color: #fff;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxSideFixed .ttl a {
    padding: 0;
  }
}

.boxSideMenuTop {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 83px;
}
@media all and (max-width: 640px){
  .boxSideMenuTop {
    display: none;
  }
}

.boxSideMenuTop .linkSideEntry01,
.boxSideMenuTop .linkSideRecruit01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 15px auto;
  text-align: center;
  color: #fff;
}
.boxSideMenuTop .linkSideEntry01 {
  background-color: #e50c0c;
  background-image: url('./../../images/common/side-icn-arrow-entry01.png');
}
.boxSideMenuTop .linkSideEntry01 .txt01 {
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.boxSideMenuTop .linkSideEntry01 .txt02 {
  display: inline-block;
  line-height: 1.5;
  font-size: 0.88rem;
  font-weight: 500;
}

.boxSideMenuTop .linkSideRecruit01 {
  background-color: #0094d6;
  background-image: url('./../../images/common/side-icn-arrow-recruit01.png');
}
.boxSideMenuTop .linkSideRecruit01 .txt00 {
  display: block;
  line-height: 1.4;
  font-size: 1.15rem;
  font-weight: 500;
}

.boxSideMenu .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*-webkit-align-items: center;
  align-items: center;*/
  height: 75px;
  padding: 0 2% 15px 2%;
  background-color: #f2f1f1;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxSideMenu .dl01 {
    display: none;
  }
}

.boxSideMenu .dl01 > dt {
  width: 15%;
  background-image: url('./../../images/common/side-icn-tel01.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  text-align: right;
  font-size: 0.8rem;
}

.boxSideMenu .dl01 > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 85%;
  letter-spacing: 0;
  font-size: 2.1em;
}
.boxSideMenu .dl01 > dd a {
  color: #0094d6;
  white-space: nowrap;
}

.boxSideMenu .boxLinkAccess {
  margin-top: -15px;
  margin-bottom: 8px;
  padding: 0 10px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxSideMenu .boxLinkAccess {
    display: none;
  }
}

.boxSideMenu .ulSideMenu {
  margin-bottom: 25px;
}
@media all and (max-width: 640px){
  .boxSideMenu .ulSideMenu {
    position: fixed;
    z-index: 9;
    top: 28vw;/*18vw;*/
    left: 0;
    overflow-y: auto;
    display: none;
    width: 100%;
    height: 100%;
    margin-bottom: 5vw;
    padding-top: 3%;
    padding-bottom: 40vw;
    background-color: #efefed;/*#d2c8be;*/
  }
}

.boxSideMenu .ulSideMenu > li {
  text-align: center;
  line-height: 1.3;
  font-size: 1.15rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxSideMenu .ulSideMenu > li {
    text-align: left;
    line-height: 1.0;
    font-size: 4.3vw;
  }
}

.boxSideMenu .ulSideMenu > li > a {
  display: block;
  width: 180px;
  margin: 0 auto;
  padding: 16px 0 14px 0;
  border-bottom: 1px #4ac6ec solid;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxSideMenu .ulSideMenu > li > a {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 3% 0 3% 3%;
    border: 0;
    opacity: 1;
    transition: none;
    font-weight: 500;
    color: #000;
  }
}


.ulSideSubMenu {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;/*255px;*/
  overflow-y: auto;
  display: none;
  width: 261px;
  height: 100%;
  padding: 340px 0 0 1px;
  background-color: #e1e0e5;
  transition: left 0.8s;
}
.ulSideSubMenu > li {
  background-image: url('./../../images/common/side-recruit-cat-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 87% center;
  background-size: auto auto;
  text-align: left;
  font-size: 1.23rem;
}
.ulSideSubMenu > li .txtNum {
  font-size: 0.95rem;
}
.ulSideSubMenu > li > a {
  display: block;
  width: 206px;
  margin: 0 auto;
  padding: 21px 5px 21px 14px;
  border-bottom: 1px #a1b3c1 solid;
  color: #112c5b;
}


.boxSideFixed .ulSideSns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 640px){
  .boxSideFixed .ulSideSns {
    display: none;
  }
}

.boxSideFixed .ulSideSns > li {
  margin: 0 6px;
}
@media all and (max-width: 640px){
  .boxSideFixed .ulSideSns > li {
    margin: 0 3vw;
  }
}


.boxCommonTopComSp {
  display: none;
}
@media all and (max-width: 640px){
  .boxCommonTopComSp {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 13vw;
    background-color: #e4f1fb;
    text-align: center;
    font-size: 3.3vw;
    color: #e50c0c;
	font-weight: bold;
	line-height: 1.34;
  }
  .boxCommonTopComSp span {
  	font-size: 3.8vw;
	padding: 3% 2%;
	background: url('./../../images_sp/common/sp-header-circle.png') no-repeat center 50% / 100% auto;
  }
}



/* Footer */
footer{
}

.boxFooterContactWrap {
  margin-bottom: 60px;
  padding-bottom: 37px;
  background-color: #e4f1fb;
}
@media all and (max-width: 640px){
  .boxFooterContactWrap {
    margin-bottom: 10%;
    padding-bottom: 8%;
  }
}

.boxFooterContactWrap .ttlBase13 {
  margin-bottom: 27px;
}
@media all and (max-width: 640px){
  .boxFooterContactWrap .ttlBase13 {
    margin-bottom: 5%;
  }
}

.boxFooterContactWrap .boxBaseCom {
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 0.97rem;
}
@media all and (max-width: 640px){
  .boxFooterContactWrap .boxBaseCom {
    margin-bottom: 7%;
    font-size: 4.0vw;
  }
}

.boxFooterContact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 90px;/* 0 120px;*/
}
@media all and (max-width: 640px){
  .boxFooterContact {
    display: block;
    padding: 0;
  }
}

.boxFooterContactL {
  width: 56%;
}
@media all and (max-width: 640px){
  .boxFooterContactL {
    width: 100%;
    margin-bottom: 10%;
  }
}

.boxFooterContactL .boxTelno {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 52px;
  margin-bottom: 18px;
  padding-left: 62px;
  padding-top: 3px;
  background-image: url('./../../images/common/footer-contact-icn-tel01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  font-size: 2.85rem;
}
@media all and (max-width: 640px){
  .boxFooterContactL .boxTelno {
    height: 11vw;
    margin-bottom: 4%;
    padding-left: 16%;
    padding-top: 1vw;
    background-image: url('./../../images_sp/common/sp-footer-contact-icn-tel01.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 11vw;
    font-size: 9.0vw;
  }
}

.boxFooterContactL .boxTelno a {
  color: #0094d6;
}

.boxFooterContactL .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 8px;
  font-size: 0.97rem;
}
@media all and (max-width: 640px){
  .boxFooterContactL .dl01 {
    margin-bottom: 3%;
    font-size: 4.0vw;
  }
}

.boxFooterContactL .dl01.no02 {
  margin-bottom: 15px;
}
@media all and (max-width: 640px){
  .boxFooterContactL .dl01.no02 {
    margin-bottom: 5%;
  }
}

.boxFooterContactL .dl01 > dt {
  padding-left: 20px;
  background-image: url('./../../images/common/footer-contact-icn-circle01.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxFooterContactL .dl01 > dt {
    padding-left: 6vw;
    background-position: 2vw center;
    background-size: 1.5vw auto;
  }
}

.boxFooterContactL .dl01 > dt:after {
  content: '/';
  margin: 0 7px;
}
@media all and (max-width: 640px){
  .boxFooterContactL .dl01 > dt:after {
    content: '/';
    margin: 0 2vw;
  }
}

.boxFooterContactL .dl01 > dt .str2 {
  letter-spacing: 0.5em;
}

.boxFooterContactL .txtCaution {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-size: 0.97rem;
  color: #d02121;
}
@media all and (max-width: 640px){
  .boxFooterContactL .txtCaution {
    margin-bottom: 3%;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 3.2vw;
  }
}

.boxFooterContactL .txtCaution.noMb {
  margin-bottom: 0;
}

.boxFooterContactR {
  width: 44%;
}
@media all and (max-width: 640px){
  .boxFooterContactR {
    width: 100%;
  }
}

.boxFooterContactR .boxMailFormWrap {
  border-bottom: 1px #0094d6 solid;
}

.boxFooterContactR .boxMailForm {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 52px;
  margin-bottom: 12px;
  padding-left: 93px;
  padding-top: 7px;
  background-image: url('./../../images/common/footer-contact-icn-mail01.png'),url('./../../images/common/footer-contact-icn-arrow01.png');
  background-repeat: no-repeat,no-repeat;
  background-position: left center,20% center;
  background-size: auto auto, auto auto;
  font-size: 2.0rem;
}
@media all and (max-width: 640px){
  .boxFooterContactR .boxMailForm {
    height: 11vw;
    margin-bottom: 4%;
    padding-left: 22%;
    padding-top: 1.5vw;
    background-image: url('./../../images_sp/common/sp-footer-contact-icn-mail01.png'),url('./../../images_sp/common/sp-footer-contact-icn-arrow01.png');
    background-position: left center,17% center;
    background-size: auto 11vw, 2.5% auto;
    font-size: 7.0vw;
  }
}

.boxFooterContactR .boxMailForm a {
  color: #0094d6;
}

.boxFooterBanner .boxBaseCom.no01 {
  margin-bottom: 34px;
  text-align: center;
}
@media all and (max-width: 640px){
  .boxFooterBanner .boxBaseCom.no01 {
    margin-bottom: 5%;
    text-align: left;
  }
}

.boxFooterBannerLR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  /*margin-bottom: 64px;*/
  padding-bottom: 65px;/*100px;*/
  background-image: url('./../../images/common/footer-bn-bg01.png');
  background-repeat: no-repeat;
  background-position: 525px 165px;
  background-size: auto auto;
}
@media all and (max-width: 640px){
  .boxFooterBannerLR {
    display: block;
    margin-bottom: 15%;
    padding-bottom: 0;
    background: none;
  }
}

.boxFooterBannerL {
  width: 62%;
}
@media all and (max-width: 640px){
  .boxFooterBannerL {
    width: 100%;
    margin-bottom: 18vw;
  }
}

.boxFooterBannerR {
  width: 38%;
  padding-top: 110px;
  padding-bottom: 33px;
}
@media all and (max-width: 640px){
  .boxFooterBannerR {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.boxFooterBannerR .boxFooterSns {
  position: relative;
  margin-bottom: 51px;
  padding-left: 75px;
}
@media all and (max-width: 640px){
  .boxFooterBannerR .boxFooterSns {
    margin-bottom: 5.5vw;
    padding-left: 5.5vw;
  }
}

.boxFooterBannerR .boxFooterSns .ttl {
  position: absolute;
  top: 0;
  right: -16px;
}
@media all and (max-width: 640px){
  .boxFooterBannerR .boxFooterSns .ttl {
    top: 1.2vw;
    right: 7.5%;
    width: 34%;
  }
}

.boxFooterBannerR .ulFooterSns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxFooterBannerR .ulFooterSns > li {
  margin-right: 12px;
}
@media all and (max-width: 640px){
  .boxFooterBannerR .ulFooterSns > li {
    margin-right: 4vw;
  }
  .boxFooterBannerR .ulFooterSns > li img {
    width: 10.3vw;
  }
}

.boxFooterBannerR .boxBaseCom {
  min-height: 120px;/*98px;*/
  margin-bottom: 0;
  /*margin-bottom: 50px;*/
  font-size: 0.98rem;
}
@media all and (max-width: 640px){
  .boxFooterBannerR .boxBaseCom {
    min-height: auto;
    margin-bottom: 8%;
    font-size: 4.0vw;
  }
}

.boxFooterBannerR .boxLink {
  text-align: right;
}
@media all and (max-width: 640px){
  .boxFooterBannerR .boxLink {
    text-align: center;
  }
}

.boxFooterBannerR .boxLink img {
  margin-right: -60px;
}
@media all and (max-width: 640px){
  .boxFooterBannerR .boxLink img {
    margin-right: 0;
  }
}

.boxFooterBannerR .boxLink.no01 {
  margin-bottom: 65px;
}
@media all and (max-width: 640px){
  .boxFooterBannerR .boxLink.no01 {
    margin-bottom: 5%;
  }
}

.boxFooterBannerR .boxLink.no02,
.boxFooterBannerR .boxLink.no03 {
  margin-bottom: 16px;
}
@media all and (max-width: 640px){
  .boxFooterBannerR .boxLink.no02,
  .boxFooterBannerR .boxLink.no03 {
    margin-bottom: 5%;
  }
}

.boxFooterBottomWrap {
  padding: 80px 0 0 0;
  background-color: #e3e3e3;
  color: #000;
}
@media all and (max-width: 640px){
  .boxFooterBottomWrap {
    padding: 0;
  }
}

.boxFooterBottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media all and (max-width: 640px){
  .boxFooterBottom {
    display: block;
    margin-bottom: 10%;
  }
}

.boxFooterBottom .boxFooterMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 57%;
}
@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterMenu {
    display: block;
    width: 100%;
    margin-bottom: 10%;
    background-color: #fff;
    /*background-image: url('./../../images_sp/common/sp-footer-bg01.png');
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;*/
  }
}

.boxFooterBottom .boxFooterMenu .ulFooterMenu.forPc:nth-child(1) {
  width: 32%;
}
.boxFooterBottom .boxFooterMenu .ulFooterMenu.forPc:nth-child(2) {
  width: 32%;
}
.boxFooterBottom .boxFooterMenu .ulFooterMenu.forPc:nth-child(3) {
  width: 36%;
}
@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterMenu .ulFooterMenu.forPc {
    display: none;
  }
}

.boxFooterBottom .boxFooterMenu .ulFooterMenu.no03.forPc {
  width: 36%;
}

.boxFooterBottom .boxFooterMenu .ulFooterMenu.forSp {
  display: none;
}
@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterMenu .ulFooterMenu.forSp {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.boxFooterBottom .boxFooterMenu .ulFooterMenu > li {
  font-weight: 700;
}

.boxFooterBottom .boxFooterMenu .ulFooterMenu.forPc > li {
  margin-bottom: 21px;
  line-height: 1.3;
}

.boxFooterBottom .boxFooterMenu .ulFooterMenu.forPc > li:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterMenu .ulFooterMenu.forSp > li {
    width: 50%;
    border-bottom: 1px #0094d6 solid;
    text-align: center;
    font-size: 4.3vw;
  }
}

@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterMenu .ulFooterMenu.forSp > li.liUptotop {
    padding: 3vw 0;
    border-top: 1px #66bfe6 solid;
    border-bottom: 1px #66bfe6 solid;
    background-color: #fff;
  }
  .boxFooterBottom .boxFooterMenu .ulFooterMenu.forSp > li.liUptotop .btnFooterUptotop {
    width: 7%;
  }
}

@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterMenu .ulFooterMenu.forSp > li.liUptotop {
    width: 100%;
  }
}

@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterMenu .ulFooterMenu.forSp > li:nth-child(2),
  .boxFooterBottom .boxFooterMenu .ulFooterMenu.forSp > li:nth-child(4),
  .boxFooterBottom .boxFooterMenu .ulFooterMenu.forSp > li:nth-child(6),
  .boxFooterBottom .boxFooterMenu .ulFooterMenu.forSp > li:nth-child(8) {
    border-right: 1px #0094d6 solid;
  }
}


@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterMenu .ulFooterMenu.forSp > li.liAlbum {
    /*width: 100%;
    border-right: 0;*/
    border-bottom: 0;
  }
  .boxFooterBottom .boxFooterMenu .ulFooterMenu.forSp > li.liDownload {
    border-bottom: 0;
  }
  .boxFooterBottom .boxFooterMenu .ulFooterMenu.forSp > li.liBlog {
    width: 100%;
    border-right: 0;
    border-bottom: 0;
  }
}


@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterMenu .ulFooterMenu > li a {
    display: block;
    padding: 5vw 0;
    color: #0094d6;
  }
}

.boxFooterBottom .boxFooterInfo {
  width: 35%;
  margin-top: -10px;
  text-align: left;
  /*font-weight: 700;*/
}
@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterInfo {
    width: 90%;
    margin: 0 auto;
  }
}

.boxFooterBottom .boxFooterInfo .logoFooter01 {
  display: block;
  margin-right: auto;
  margin-bottom: 37px;
}
@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterInfo .logoFooter01 {
    width: 55%;
    margin-bottom: 8%;
  }
}

.boxFooterBottom .boxFooterInfo dl {
  display: table;
  width: 100%;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterInfo dl {
    margin-bottom: 3%;
  }
}

.boxFooterBottom .boxFooterInfo dl.last {
  margin-bottom: 0;
}

.boxFooterBottom .boxFooterInfo dt {
  display: table-cell;
  width: 14%;
  /*background-color: #000;*/
  vertical-align: top;/*middle;*/
  text-align: center;
  font-size: 0.85em;
  font-weight: 500;
  /*color: #fff;*/
}
@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterInfo dt {
    width: 19%;
    font-size: 3.8vw;
  }
}

.boxFooterBottom .boxFooterInfo dt .txtTtl {
  display: inline-block;
  width: 100%;
  padding: 3px 0 1px 0;
  background-color: #0094d6;
  color: #fff;
}
@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterInfo dt .txtTtl {
    padding: 1vw 0 1vw 0;
  }
}

.boxFooterBottom .boxFooterInfo dt .txtTtl .str2 {
  letter-spacing: 0.6em;
}

.boxFooterBottom .boxFooterInfo dt .txtTtl .str3 {
  letter-spacing: 0.3em;
}

.boxFooterBottom .boxFooterInfo dd {
  display: table-cell;
  width: 86%;
  padding-left: 13px;
  padding-right: 10px;
  vertical-align: middle;
  letter-spacing: 0.08em;
  font-size: 1.0rem;
}
@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterInfo dd {
    width: 81%;
    padding-left: 4%;
    font-size: 4.0vw;
  }
}

.boxFooterBottom .boxFooterInfo dd .txtZipcode{
  margin-right: 5px;
}
@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterInfo dd .txtZipcode{
    margin-right: 0;
  }
}

.boxFooterBottom .boxFooterInfo dd .txtZipcode,
.boxFooterBottom .boxFooterInfo dd .txtAddress,
.boxFooterBottom .boxFooterInfo dd .txtMap {
  display: inline-block;
  letter-spacing: 0.03em;
}
.boxFooterBottom .boxFooterInfo dd .txtAddress {
  display: inline;
}

.boxFooterBottom .boxFooterInfo dd .txtMap a {
  display: inline-block;
  border-bottom: 1px #000 solid;
}

.boxCopyrightWrap {
  padding: 18px 0;
  /*background-color: #fafafa;*/
  color: #000;
}
@media all and (max-width: 640px){
  .boxCopyrightWrap {
    padding: 5vw 0;
  }
}

.boxCopyright {
  letter-spacing: 0.07em;
  text-align: left;
  font-size: 0.88rem;
  font-weight: 700;
}
@media all and (max-width: 640px){
  .boxCopyright {
    text-align: center;
    line-height: 1.5;
    font-size: 3.5vw;
  }
  .boxCopyright .markCopy {
    font-family: Verdana Roboto "Droid Sans";
  }
}