@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: 14px;
  font-weight: normal;
}
@media all and (max-width: 640px){
  h1,h2,h3,h4,h5{
    font-size: 4.0vw;
    font-weight: normal;
  }
}

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: #2b2723;
  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{
}
@media all and (max-width: 640px){
  div#container{
    padding-top: 27vw;/*18vw;*/
    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: 1000px;/* AAA 1060px*/
  margin-left: 200px; /* AAA 260px;*/
  background-color: #fff;
  color: #000;/*#2b2723;*/
  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-size: 1.05em;
  font-weight: 400;
  /*-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; }
}
a{
  color: #2b2723;
}
li{
  font-size: 1.0rem;
}

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: 3.3vw;
    right: 3.5%;
    display: inline-block;
    width: 8.5%;
  }
}




/* SideFixedMenu */
.boxSideFixedWrap {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 200px; /*AAA 260px;*/
  height: 100%;
  background-color: #b4d5f0;
}
@media all and (max-width: 640px){
  .boxSideFixedWrap {
    overflow-y: visible;
    width: 100%;
    height: 27vw;/*18vw;*/
    background-color: #fff;
  }
}

/*
.boxSideFixedWrap::-webkit-scrollbar {
  width: 5px;
}
.boxSideFixedWrap::-webkit-scrollbar-track {
  border-right: 1px #ccc solid;
  background-color: #ddd;
}
.boxSideFixedWrap::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #bbb;
  box-shadow:0 0 2px 1px rgba(0, 0, 0, .2);
}
*/

@media all and (max-width: 640px){
  .boxSideFixedWrap .boxFixedTopCom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2vw 0 2vw 0;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 4.7vw;
    font-weight: 700;
  }
}

.boxSideFixed .ttl {
  margin-bottom: 27px;
}
@media all and (max-width: 640px){
  .boxSideFixed .ttl {
    width: 84%;
    margin-bottom: 0;
    padding: 4vw 0 0 3%;
  }
}

.boxSideFixed .ttl a {
  display: block;
  background-color: #fff;
  text-align: center;
}

.boxSideMenu .dl01 {
  margin-bottom: 20px;
  padding-left: 10px;/*27px*/
}
@media all and (max-width: 640px){
  .boxSideMenu .dl01 {
    display: none;
  }
}

.boxSideMenu .dl01 > dt {
  margin-bottom: 8px;
}
.boxSideMenu .dl01 > dd {
  letter-spacing: 0.03em;
  font-size: 1.76rem;/*1.95rem;*/
}

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

@media all and (max-width: 640px){
  .boxSideMenu .ulSideMenu {
    position: fixed;
    z-index: 9;
    top: 27vw;/*18vw;*/
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 3%;
    padding-bottom: 50vw;
    background-color: #b4d5f0;
  }
}

.boxSideMenu .ulSideMenu > li {
  text-align: center;
  font-size: 1.23rem;
}
@media all and (max-width: 640px){
  .boxSideMenu .ulSideMenu > li {
    text-align: left;
    font-size: 4.3vw;
  }
}


.boxSideMenu .ulSideMenu > li.liDownload {
  display: none;
}
@media all and (max-width: 640px){
  .boxSideMenu .ulSideMenu > li.liDownload {
    display: list-item;
  }
}

.boxSideMenu .ulSideMenu > li.liBn01 {
  padding-top: 0.5em;
}
@media all and (max-width: 640px){
  .boxSideMenu .ulSideMenu > li.liBn01 {
    padding-top: 1.0em;
  }
}

.boxSideMenu .ulSideMenu > li > a {
  display: block;
  width: 180px;/*206px;*/
  margin: 0 auto;
  padding: 18px 0;
  border-bottom: 1px #6a9cc4 solid;
  line-height: 1.3;
  color: #112c5b;
}
@media all and (max-width: 640px){
  .boxSideMenu .ulSideMenu > li > a {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 3% 0 3% 3%;
    opacity: 1;
    transition: none;
  }
}

.boxSideMenu .ulSideMenu > li.liBlog > a,
.boxSideMenu .ulSideMenu > li.liBn01 > a {
  border-bottom: 0;
}

@media all and (max-width: 640px){
  .boxSideMenu .ulSideMenu > li.liBlog > a {
    border-bottom: 1px #6a9cc4 solid;
  }
}

.boxSideMenu .ulSideMenu > li.liBn01 > a {
  padding: 0;
}

.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;
}


/* Footer */
footer{
}

.boxFooterContactWrap {
  /*margin-bottom: 60px;*/
  padding-bottom: 47px;
  background-color: #e9ecf1;
}
@media all and (max-width: 640px){
  .boxFooterContactWrap {
    /* margin-bottom: 10%; */
    padding-bottom: 10%;
  }
}

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

.boxFooterContactWrap .boxBaseCom {
  margin-bottom: 35px;
  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 {
  height: 42px;
  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 42px;
  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 .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 {
  font-size: 0.97rem;
}
@media all and (max-width: 640px){
  .boxFooterContactL .txtCaution {
    letter-spacing: normal;
    font-size: 3.0vw;
  }
}

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

.boxFooterContactR .boxMailFormWrap {
  border-bottom: 1px #2a6a9d solid;
}

.boxFooterContactR .boxMailForm {
  height: 42px;
  margin-bottom: 15px;
  padding-left: 60px;
  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,99% center;
  background-size: auto 42px, auto auto;
  font-size: 2.0rem;
}

.boxFooterContactR .txtCaution {
	margin-top: 10px;
    line-height: 1.4;
}

@media all and (max-width: 640px){
  .boxFooterContactR .boxMailForm {
    height: 11vw;
    margin-bottom: 4%;
    padding-left: 16%;
    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,right center;
    background-size: auto 11vw, 5% auto;
    font-size: 7.8vw;
  }
}



.boxFooterBanner {
  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;
  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){
  .boxFooterBanner {
    display: block;
    margin-bottom: 15%;
    background: none;
  }
}

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

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

.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.no01,
.boxFooterBannerR .boxLink.no02 {
  margin-bottom: 18px;
}
@media all and (max-width: 640px){
  .boxFooterBannerR .boxLink.no01,
  .boxFooterBannerR .boxLink.no02 {
    margin-bottom: 5%;
  }
}

.boxFooterBottomWrap {
  padding: 65px 0 30px 0;
}
@media all and (max-width: 640px){
  .boxFooterBottomWrap {
    padding: 0 0 7% 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: 100px;
}
@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%;
} */

.boxFooterBottom .boxFooterMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -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: 12%;
  }
}

.boxFooterBottom .boxFooterMenu .ulFooterMenu.forPc {
  width: 32%;
}
@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.forPc > li {
  margin-bottom: 25px;
}

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

@media all and (max-width: 640px){
  .boxFooterBottom .boxFooterMenu .ulFooterMenu.forSp > li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50%;
    border-bottom: 1px #fff solid;
    text-align: center;
    line-height: 1.3;
    font-size: 4.3vw;
  }
}

@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.liDownload {
    width: 50%;
  }
}

@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 #fff solid;
  }
}

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

.boxFooterBottom .boxFooterInfo {
  width: 35%;
  margin-top: -10px;
  text-align: left;
}
@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: 100%;
    margin-bottom: 10%;
  }
}

.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%;
  vertical-align: middle;
  text-align: center;
  font-size: 0.9em;
}
@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;
}
@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.4em;
}

.boxFooterBottom .boxFooterInfo dd {
  display: table-cell;
  width: 86%;
  padding-left: 13px;
  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 .txtMap a {
  display: inline-block;
  border-bottom: 1px #fff solid;
}

.boxCopyright {
  letter-spacing: 0.07em;
  text-align: left;
  font-size: 0.88rem;
}
@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";
  }
}



.boxFooterFixedMenu {
  display: none;
}

.boxRSideFixedMenu {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 175px;
  width: 195px;
  /* height: 295px; */
  height: 259px;
  padding-top: 23px;
  background-color: #fff;
  text-align: center;
  box-shadow: 1px 1px 20px 1px rgba(32,125,201,0.6);
  color: #207dc9;
}
@media all and (max-width: 640px){
  .boxRSideFixedMenu {
    display: none;
  }
}

.boxRSideFixedMenu .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 158px;
  height: 33px;
  margin: 0 auto;
  margin-bottom: 17px;
  border-radius: 5px;
  background-color: #aad71e;
  font-size: 1.3rem;
  color: #fff;
}

.boxRSideFixedMenu .boxLink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  /* height: 98px; */
  height: 54px;
}

.boxRSideFixedMenu .boxLink a {
  font-size: 1.3rem;
  font-weight: 700;
  color: #207dc9;
}

.boxRSideFixedMenu .boxTelnoWrap {
  position: relative;
  padding: 14px 0 0 0;
  background-image: url('./../../images/common/side-l-fixed-border01.png');
  background-repeat: no-repeat;
  background-position: 75% top;
  background-size: auto auto;
}

.boxRSideFixedMenu .boxTelnoWrap .icnSideLFixedTel01 {
  position: absolute;
  top: -7px;
  left: 7px;
}

.boxRSideFixedMenu .boxTelnoWrap .ttl02 {
  margin-bottom: 9px;
  padding-left: 20px;
  font-size: 0.95rem;
  font-weight: 700;
}

.boxRSideFixedMenu .boxTelnoWrap .boxTelno {
  margin-bottom: 5px;
  font-size: 1.85rem;
  font-weight: 700;
}

.boxRSideFixedMenu .boxTelnoWrap .boxReceptionTime {
  font-size: 0.9rem;
}

/*** insta ****/
.box_sns {
	display: block;
	width:50px;
	margin:-50px 0 0 auto;
}
@media (max-width: 640px) {
	.box_sns {
		display: block;
		width:50px;
		margin:30px auto 0;
	}
}

