@charset "utf-8";

/* *****************************************************************************
   PCÓÃ¤Î¥¹¥¿¥¤¥ëÓ›Êö
***************************************************************************** */
.sideSns{
  position: fixed;
  top: 180px;
  right: 0;
  width: 60px;
  z-index: 998;
}
.sideSns ul li{
  margin-bottom: 25px;
}


footer {
	/*padding: 15px 0 0;*/
	padding: 0;
}
footer a {
    color: #373637 !important;
}
.l-footer-w{
	position: relative;
	background: #d7d1ea;
	padding: 70px 0;
}
.l-wrap {
  max-width: 1000px;
  margin: auto;
}

.c-footer{
  display: flex;
  text-align: left;
}
.c-footer__name{
    /*font-size: 14px;*/
	max-width: 280px;
	margin-bottom: 15px;
}
.c-footer__name img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.c-footer__address{
    width: 35%;
    font-size: 14px;
}
.c-footer__address address{
    font-style: normal;
}
.c-footer__address span{
  display: block;
}
.c-footer__tel{
	line-height: 2;
}
.c-footer__nav{
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.c-footer__nav ul.menu{
	box-sizing: border-box;
	background:rgba(255,255,255,0.7);
	flex-basis: 44.5%;
	padding: 5% 4% 3%;
	font-size: 14px;
}
.c-footer__nav > ul + ul{
	margin-left: 5%;
}

.c-footer__nav ul.menu li{
}

.c-footer__nav ul.menu li + li{
	margin-top: 0.8em;
}
.c-footer__nav ul.menu li a{
	position: relative;
	background: url("/common/img/ico_arrow_c_purple2.svg") no-repeat left top 0.4em / auto 0.8em;
	padding-left: 1.4em;
	display: block;
}

.c-footer__nav ul.univ{
}
.c-footer__nav ul.univ li a{
	background-image: url("/common/img/ico_arrow_c_green2.svg");
}


.c-footer__topnav ul{
}
.c-footer__footnav{
	padding: 18px 0;
}
.c-footer__footnav ul{
    display: flex;
	justify-content: center;
}
.c-footer__topnav{
    padding: 60px 0 0;
    font-size: 14px;
}
.c-footer__topnav li{
    padding-left: 15px;
    position: relative;
}
.c-footer__topnav li + li{
	margin-top: 1em;
}
.c-footer__topnav li::after{
    content: "";
    background: url(/img/common/arrow-black-square.svg);
    background-size: 100%;
    width:15px;
    height:15px;
    position: absolute;
    left: -5px;
    top: 2px;
}
.c-footer__footnav li{
    padding: 0 17px;
    border-right: 1px solid #373637;
    font-size: 14px;
	margin: 3px 0;
}
.c-footer__footnav li:first-child{
    border-left: 1px solid #373637;
}

#pagetop {
	position:fixed;
	bottom:0;
	right:0;
	width: 90px;
	height: 103px;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display:none;
	z-index:888;
}
#pagetop.bottomfix{
    position: absolute;
    right: 0px;
    top: -15px;
    height: calc(100% + 15px);
}
.c-footer__pageUp a{
    display: block;
    background: #54535B;
    color: #fff !important;
    width: 90px;
    height: 100%;
    /*height: calc(100% - 80px);*/
    padding: 65px 0 00px;
    /*position: absolute;
    right: 0px;
    bottom: 0px;*/
    font-size: 1.07em;
    text-align: center;
}
#pagetop.bottomfix a {
    height: 100%;
    box-sizing: border-box;
}
.c-footer__pageUp a:after {
    content:"";
    display: inline-block;
    width: 17px;
    height: 22px;
    background: url(/img/common/arrow-top_white.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
}

.c-footer__copyright{
    color: #373637;
    text-align: center;
    border-top: 1px solid #373637;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    /*background: #492b56;*/
}

/* *****************************************************************************
   ¥¹¥Þ©`¥È¥Õ¥©¥óÓÃ¤Î¥¹¥¿¥¤¥ëÓ›Êö
***************************************************************************** */
@media screen and (max-width: 769px) {
    footer{
        padding: 0px;
    }
    .l-wrap {
      width: 100%;
    }
    .l-footer-w{
        padding: 30px 25px 30px;
    }
  
    .c-footer{
        display: block;
    }
    .c-footer__name {
        margin-bottom:0.5em;
		 max-width: 250px;
    }
    .c-footer__address{
        width: 100%;
    }
    #pagetop {
        width: 58px;
        height: 58px;
    }
    #pagetop.bottomfix{
        position: absolute;
        right: 0px;
        top: inherit;
        bottom: 0;
        height: 58px;
    }
    .c-footer__pageUp a{
        width: 58px;
        height: 58px;
        /*bottom: 0px;*/
        padding: 32px 0 0;
        top: auto;
        background-position: center 15px;
        -moz-box-sizing: border-box;
	    box-sizing: border-box;
    }
    #pagetop.bottomfix a {
        height: 100%;
        box-sizing: border-box;
    }
    .c-footer__pageUp a:after {
        content:"";
        display: inline-block;
        width: 14px;
        height: 19px;
        background: url(/img/common/arrow-top_white.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: 50%;
        top: 12px;
        transform: translateX(-50%);
    }
    .c-footer__nav {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
	.c-footer__nav ul.menu{
		flex-basis: 100%;
	}
	.c-footer__nav > ul + ul{
		margin: 1.5em 0 0 0;
	}
	
	
    .c-footer__nav  ul{
        display: flex;
        flex-wrap: wrap;
    }
    .c-footer__footnav {
		 padding: 15px 1em;
    }
	.c-footer__footnav ul{
        flex-wrap: wrap;
		justify-content: flex-start;
	}
	.c-footer__nav ul.menu{
		display: flex;
		flex-wrap: wrap;
		padding: 3.5% 4%;
	}
	.c-footer__nav ul.menu li{
		flex-basis: 50%;
		margin-bottom: 0.5em;
		box-sizing: border-box;
		padding-right: 0.7em;
		
	}
	.c-footer__nav ul.menu li + li{
		margin: 0;
		margin-bottom: 0.5em;
	}

    .c-footer__nav li {
        /*width:calc(100% - 10px)/2;
        position: relative;
        margin-right: 15px;
        margin-left: 0px;
        margin-bottom: 15px;*/
    }
    .c-footer__footnav li:nth-child(3),
    .c-footer__footnav li:nth-child(6){
        border-left: 1px solid #373637;
    }
    .c-footer__address address{
        line-height: 2.0;
    }
    .c-footer__footnav li {
        padding:0 5vw;
        margin-right: 0px;
    }
	
	.c-footer__topnav{
		 padding: 1.5em 0 2em 1em;
	}
	.c-footer__topnav li + li{
		margin-top: 0.7em;
	}
	

    .sideSns {
        /*margin-top: 15px;*/
        border-top: 1px solid #878787;
        padding: 10px 20px 10px;
        position:relative;
        width: auto;
        top: 0;
    }
    .sideSns ul{
        display: flex;
        justify-content: space-between;
    }
    .sideSns ul li {
        margin: 0 4%;
    }
    .sideSns ul li img {
        max-width: 100%;
        height: auto;
    }
}

/* Ó¡Ë¢ÓÃ */
@media print {
	.sideSns{
		display: none;
	}
}
