@charset "utf-8";
/* CSS Document */

#btnSpnavi,#spnavi{
	display: block;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after{
	background-color:#fff;
}

.drawer-default{
	background-color:#ad7cda;
}

.drawer-hamburger,
.drawer-hamburger:hover{
	background:#ad7cda;
}

#contents h2 {
	font-size: 1.8em;
}

#circle{
	background: none;
    height: 96vw;
    width: 100%;
	margin-left: 0;
	margin-bottom: 150px;
}
#circle:before{
	content: "";
    display: block;
    height: 60vw;
    width: 60vw;
    background: url(../img/bgCircle.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 20vw;
    left: 18vw;
}
img#imgCircle1 {
    width: 45vw;
    height: 45vw;
    margin-left: -22.5vw;
}
#imgCircle2 {
    bottom: 0;
    right: auto;
    width: 45vw;
    height: 45vw;
    left: 0;
}
#imgCircle3 {
    bottom: 0;
    left: auto;
    width: 45vw;
    height: 45vw;
    right: 0;
}
#circle > a.overwhite {
    top: auto;
    left: 50%;
    bottom: -100px;
    margin-left: -100px;
}
#company dl {
    width: 100%;
	float: none;
}
