@charset "UTF-8";
html {font-size: 62.5%;}

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
	background: transparent;
	border-collapse: collapse;
	box-sizing: border-box;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-style: normal;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: 400;
	color:#666;
	background: #fff; /* Old browsers */
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
.mincho {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
}
.ftfont{
	font-family: 'Raleway', Arial, sans-serif;
}
.container {
	overflow-x: hidden;
	width: 100%;
	padding: 0;
}
/*共通*/
ol, ul {
	list-style: none;
}
*{
margin:0;
padding:0;
}
a:hover,
a{
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	color: #fff;
}
input
,textarea{
	outline: none;
}
/*font*/
h1{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 20px;
	text-align: center;
	margin-bottom: 3em;
}
.font30{
	font-size: 30px;
	font-weight: bold;
	padding: .2em 0;
}

/*common*/
.wrap {
	margin-bottom: 6em;
	width:100%;
}
.box {
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
}
.img_title {
	margin-bottom: 3em;
}
.sub_page_title{
	background-color: #13499e;
	padding: 4em 0;
	text-align: center;
}
table{
	width: 100%;
}
th{
	width: 30%;
}
td{
	width: 69%;
}
video {
	width:100%;
}

/*button*/
.button {
  display: inline-block;
  width: 250px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
	display: block;
	margin: 0 auto;
}
.button:hover {
  color: #fff;
}
.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.button:hover::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/*header*/
.sp_btn{
	display: none;
}
header{
	width: 1050px;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 1.5em;
}
header div{
	width: 100%;
	display: inline-block;
}
header div:nth-child(2){
	text-align: center;
}
header img{
	width: 20%;
}
.freedial_btn img{
	width: 60%;
}
.freedial_btn{
	text-align: right;
	margin-left: 2%;
}
header span{
	display: block;
}
.font12{
	font-size: 12px;
}
/*nav*/
.nav_wrap{
	display: none;
}
nav{
	padding: 1.5em 0 .5em;;
}
nav li{
	width: 13%;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
nav li:last-child{
	text-align: right;
}
nav li:first-of-type{
	text-align: left;
}
nav li a{
	color: #333;
}
nav li a:hover{
	opacity: 0.6;
	color: #333;
}
/*footer*/
footer{
	padding: 3em 3em;
}
footer .left{
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
footer .right{
	width: 69%;
	display: inline-block;
	text-align: right;
}
footer .left img{
	width: 90%;
	margin-bottom: 2em;
}
footer ul{
	margin-bottom: 4em;
}
footer li{
	display: inline-block;
	vertical-align: top;
	line-height: 2em;
	text-align: left;
	margin-left: 20px;
}
footer li a{
	color: #333;
}
footer li a:hover{
	opacity: 0.7;
	color: #333;
}
/*index*/
.sticky{
	display: none;
}
.main{
	background: url("../images/top_main01.jpg") no-repeat center center/contain;
	width: 100%;
	height: 700px;
	margin-bottom: 6em;
}
.img_title{
	height: 140px;
	margin: 0 auto;
	display: block;
	padding-bottom: 6em;
}
.info th,
.info td{
	border-bottom: 1px solid #9d9d9d;
	padding: 2em 2em 2em;
	vertical-align: middle;
}
.info th{
	text-align: left;
}
.info table th img{
	width: 50%;
}
.info span{
	display: block;
	color:#666;
}
.info span:first-child{
	font-size: 14px;
	font-weight: bold;
}
.info span:nth-child(2){
	font-size: 22px;
	font-weight: bold;
	padding: 1em 0;
}
.full_img{
	width: 100%;
	display: block;
}
.full_img.purchase{
	background-color: #13499e;
	padding: 6em 20em;
}
.full_img:nth-of-type(3){
	margin-bottom: 6em;
	padding: 6em 10em;
	background-color: #fffbd0;
}
.full_img:nth-of-type(4){
	margin-bottom: 6em;
}
.service ul{
	font-size: 0;
}
.service li{
	width: 30%;
	display: inline-block;
	margin-bottom: 5%;
	position: relative;
}
.service li:nth-child(2)
,.service li:nth-child(5){
	margin-left: 5%;
	margin-right: 5%;
}
.service li img{
	width: 100%;
	height: auto;
}
.service li span{
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	height: 70px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	line-height: 1.3em;
	padding: 0 1em;
	text-align: center;
}
.strength.wrap
,.flow.wrap{
	margin-bottom: 0;
}
.strength{
	background-color: #251e1c;
	padding: 6em 0 4em;
}
.strength ul{
	font-size: 0;
}
.strength li{
	border: 3px solid #fff;
	width: 30%;
	padding: 20px;
	display: inline-block;
	margin-bottom: 4.4%;
	vertical-align: top;
}
.strength li:nth-child(2)
,.strength li:nth-child(5){
	margin-left: 4.4%;
	margin-right: 4.4%;
}
.strength span
,.voice span{
	color: #fff;
	display: block;
	font-size: 22px;
	text-align: center;
}
.strength span:first-of-type
,.voice span:first-of-type{
	padding: 1em 0 .5em;
	font-weight: bold;
}
.strength span:last-child
,.voice span:last-child{
	font-size: 16px;
}
.strength img{
	height: 70px;;
	display: block;
	margin: 0 auto;
}
.strength .img_title{
	height: 140px;
}
.voice .box {
	margin-top: 6em;
}
.voice ul{
	font-size: 0;
	margin-bottom: 50px;
}
.voice li{
	width: 23%;
	display: inline-block;
	background-color: #13499e;
	font-size: 16px;
	color: #fff;
	margin-right: 2%;
	text-align: center;
	padding: 1em;
	vertical-align: top;
	margin-bottom: 2%;
}
.voice li:last-child{
	margin-right: 0;
}
.voice  li img{
	width: 100%;
}
.voice span{
	display: block;
	font-size: 24px;
}
.flow img:last-child{
	width: 100%;
}

/*about.recruit*/
.about_page tr
,.recruit_page tr{
	margin-bottom: 1em;
	display: block;
}
.about_page tr:last-child
,.recruit_page tr:last-child{
	margin-bottom: 0;
}
.about_page th
,.about_page td
,.recruit_page th
,.recruit_page td{
	width: 100%;
	display: block;
	text-align: left;
}
.about_page th
,.recruit_page th{
	background-color: #13499e;
	padding: 1em;
	color: #fff;
}
.about_page td
,.recruit_page td{
	background-color: #f2f2f2;
	padding: 2em 1em;
}
iframe{
	margin: 0 auto;
	display: block;
}
.recruit_page tr:last-child{
	margin-bottom: 3em;
}

/*service*/
.area_btn
,.fee_btn{
	background-color: #1e90ff;
	width: 380px;
	padding: 2em 0;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.area_btn a{
	padding: 1em;
}
.area_btn a :hover{
	opacity: 0.7;
}
.area_btn.wrap
,.fee_btn.wrap{
	margin-bottom: 3em;
}
.service_page .service ul li span{
	text-align: center;
	height: 40px;
	font-weight: bold;
}
.service_page .service ul li span:hover{
	opacity: 0.7;
}
.fee_detail span:first-child{
	color: #fff;
	padding: 1em 0 1em 1em;
	display: block;
	font-size: 30px;
	font-weight: bold;
	background-color: #f7931e;
}
.fee_detail h3{
	margin-bottom: 0;
	padding: 3em;
}
.fee_detail table{
	width: 54%;
	display: inline-block;
	margin-right: 15%;
}
.fee_detail tr{
	background-color: #f5f5f5;
	width: 100%;
	display: inline-block;
}
.fee_detail tr:nth-child(odd){
	background-color: #d3d3d3;
}
.fee_detail th{
	width: 41%;
	display: inline-block;
}
.fee_detail td{
	width: 58%;
	display: inline-block;
}
.fee_detail th
,.fee_detail td{
	padding: 1em;
	text-align: left;
}
.fee_detail th .note{
	color: red;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	padding: 0;
}
.fee_detail img{
	width: 30%;
	display: inline-block;
}
.fee_detail #red{
	background-color: #ed1c24;
}
.fee_detail #orenge{
	background-color: #f98316;
}
.fee_detail #purple{
	background-color: #841ba3;
}
.fee_detail #green{
	background-color: #1d8675;
}
.fee_detail #pink{
	background-color: #ff3399;
}
.fee_detail #blue{
	background-color: #207ef3;
}
.service_btn{
	text-align: center;
}
.service_page .area_btn
,.service_page .fee_btn{
	display: inline-block;
	width: 30%;
}
.service_page .area_btn{
	margin-right: 1.5%;
}
.service_page .fee_btn{
	margin-left: 1.5%;
}
.center{
	text-align: center;
}

/*service_detail*/
/*area*/
.area span:first-of-type{
	font-size: 30px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 2em;
}
.fee_btn{
	background-color: #006400;
}
.area tr{
	padding: 2em 0;
	display: block;
	border-bottom: 1px solid #999;
}
.area span:last-child{
	color: red;
	display: block;
	padding-top: 1em;
}
.area th{
	font-size: 20px;
	text-align: left;
	padding-left: 2em;
}
.area td{
	padding-right: 2em;
}
.fee_btn a:hover{
	opacity: 0.7;
}
/*q&a*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #fff;
	background-color: #13499e;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: Gothic;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #fff;
	opacity: 0.6;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
	color: #333;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid #13499e;
	background-color: #fff;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #fff;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(30deg);
	transform: rotateZ(30deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
/*contact*/
form tr{
	display: block;
	margin-bottom: 3em;
}
form th
,form td{
	display: block;
	text-align: left;
	width: 100%;
}
input
,textarea{
	width: 100%;
	padding: 2em 1em;
	box-sizing: border-box;
	font-size: 16px;
}
.contact .button
,.contact .button::before
,.contact .button::after{
	font-size: 16px;
}
form label{
	display: inline-block;
	width: 30%;
	padding-top: 1em;
}
form label input{
	width: 8%;
}
/*news*/
.detail_common{
	text-align: center;
	padding-top: 6em;
}
.center_box{
	width: 960px;
	margin: 0 auto;
}
.post-title
,.post-content{
	margin-bottom: 3em;
	color: #333;
}
.post-title h2{
	line-height: 50px;
	border-bottom: 1px solid #999;
}
.post-title p{
	padding-top: .5em;
}
.post-image img{
	width: 50%;
}
/*voice_detail*/
.voice_detail_page .post-image{
	width: 47%;
	display: inline-block;
	vertical-align: top;
}
.voice_detail_page .post-content{
	width: 42%;
	margin-left: 10%;
	display: inline-block;
}
.swiper-wrapper img{
	display: block;
	text-align: left;
}
.post-content{
	text-align: left;
}
.bread ul{
	text-align: left;
}
.bread li{
	display: inline-block;
	margin-right: 14px;
}
.bread li a{
	color: #666;
}

.voice_detail_page .post-content p{
	color: #333;
}



@media (max-width: 768px){

	/*common*/
	.img_title{
		height:70px !important;
		padding-bottom: 3em;
	}
	.wrap{
		margin-bottom: 3em;
	}
	.box{
		width: 96%;
	}
	.sub_page_title{
		padding: 3em 0;
	}
	.sp_none{
		display: none;
	}
	.detail_common{
		padding-top: 3em;
	}
	.center_box{
		width: 100%;
	}
	.area_btn
	,.fee_btn{
		width: 80%;
		padding: 2em 1em;
		text-align: center;
	}
	.service_page .area_btn
	, .service_page .fee_btn{
		width: 70%;
	}
	/*header*/
	header div:nth-child(2)
	,.freedial_btn
	,header div:first-child span
	,nav
	,.full_img:nth-of-type(2)
	,.full_img:nth-of-type(4)
	,.full_img:nth-of-type(5){
		display: none;
	}
	header{
		padding: .5em 0;
	}
	header div{
		width: 16%;
		margin-left: 2%;
	}
	header img{
		width: 100%;
	}
	.sticky{
		display: block;
	}
	.sp_btn{
		display: block;
	}
	/*font*/
	h1{
		font-size: 30px;
	}

	/*nav*/
	.nav_wrap.active{
		display: block;
	}
	nav .box{
		display: block;
		padding-top: 0;
	}
	.nav_wrap.active li{
		width: 100%;
		text-align: center;
	}
	.nav_sp li{
		padding: 1em 0 !important;
	}
	.nav_sp li span{
		opacity: 1;
		position: relative;
		top:0;
		margin: 0;
		padding: 0;
	}
	.sp_btn{
		display: block!important;
		height: 40px;
		width:40px;
		position: absolute;
		cursor: pointer;
		top: 0;
		right:10px;
		padding: 10px;
		z-index: 10;
	}
		.sp_btn div{
			position: relative;
			height: 100%;
			width: 100%;
			z-index: 400;
	}
		.sp_btn span {
			border: 1px solid #4d4d4d;
			border-radius: 3px;
			width:80%;
			right: 5%;
			position: absolute;
			transition: all 0.5s ease-in;
	}
		.sp_btn span:nth-child(1) {
			top:10px;
	}
		.sp_btn span:nth-child(2) {
			top:19px;
	}
		.sp_btn span:nth-child(3) {
			bottom:10px;
	}
		.sp_btn.active span:nth-of-type(1) {
			-webkit-transform: translateY(9px) rotate(-315deg) scale(.8);
			transform: translateY(9px) rotate(-315deg) scale(.8);
			border: 1px solid #fff;
	}
		.sp_btn.active span:nth-of-type(2) {
			display: none;
		}
		.sp_btn.active span:nth-of-type(3) {
			-webkit-transform: translateY(-10px) rotate(315deg) scale(.8);
			transform: translateY(-10px) rotate(315deg) scale(.8);
			border: 1px solid #fff;
	}
		.nav_wrap.active .nav_sp{
			height: 100vh;
			overflow-y: scroll;
	}
	.nav_wrap.active .nav_sp{
		display: block;
		background: #000;
		width: 100%;
		position: absolute;
		right: 0;
		top: 0;
		height: auto;
	}
	.nav_wrap.active ul{
		padding: 1em;
	}

		.nav_wrap.active li{
		border-bottom:1px solid #fff;
	}
		.nav_wrap.active li a{
		color: #fff;
	}
		.nav_wrap.active li:last-child{
		border-bottom:none;
	}

	/*index*/
	.main{
		height: 440px;
		margin-bottom: 3em;
		background-size: contain;
		background-position: top center;
	}
	.info tr{
		margin-bottom: 2em;
		display: block;
	}
	.info tr:last-child{
		margin-bottom: 0;
	}
	.info th{
		text-align: center;
		width: 24%;
	}
	.info th, .info td{
		padding: 0 0 .5em;
	}
	.info table th img{
		width: 80%;
	}
	.info span:nth-child(2){
		font-size: 18px;
		padding: .3em 0;
	}
	.full_img.purchase{
		padding: 2em;
	}
	.full_img:nth-of-type(3){
		margin-bottom: 3em;
		padding: 3em .5em;
	}
	.service ul{
		width: 96%;
		margin: 0 auto;
	}
	.service li{
		width: 47%;
		margin: 0;
		margin-bottom: 6%;
	}
	.service li:nth-child(2)
	, .service li:nth-child(5){
		margin-left: 0;
		margin-right: 0;
	}
	.service li:nth-child(odd){
		margin-right: 6%;
	}
	.service li span{
		font-size: 18px;
		height: 44px;
	}
	.strength{
		padding: 3em 0;
	}
	.strength.wrap{
		margin-bottom: 3em;
	}
	.strength ul{
		width: 96%;
		margin: 0 auto;
	}
	.strength li{
		width: 48%;
	}
	.strength li:nth-child(2)
	, .strength li:nth-child(5){
		margin-left: 0;
		margin-right: 0;
	}
	.strength li:nth-child(odd){
		margin-right: 4%;
	}
	.strength img{
		height: 44px;
	}
	.voice ul{
		width: 96%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.voice li{
		margin-right: 0;
		width: 47%;
		margin-bottom: 6%;
	}
	.voice li:nth-child(odd){
		margin-right: 6%;
	}
	.flow{
		width: 96%;
		margin: 0 auto;
	}
	/*about*/
	iframe{
		width: 100%;
	}
	/*recruit*/
	.recruit table{
		margin-bottom: 3em;
	}

	/*service*/
	.service_btn{
		margin-bottom: 3em;
	}
	.service_btn .area_btn
	,.service_btn .fee_btn{
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	.service_btn .area_btn{
		margin-bottom: 1em;
	}
	.service_btn .area_btn a{
		padding: 0;
	}
	.service_page .service ul li span{
		height: 24px;
	}
	.fee_detail span:first-child{
		font-size: 20px;
	}
	.fee_detail h3{
		padding: 1em;
	}
	.fee_detail table{
		margin-right: 0;
		width: 100%;
		margin-bottom: 3em;
	}
	.fee_detail tr{
		width: 100%;
		display: inline-block;
	}
	.fee_detail th
	,.fee_detail td{
		width: 100%;
		display: inline-block;
	}
	.fee_detail th{
		padding-bottom: 0;
	}
	.fee_detail th .red{
		font-size: 12px;
	}
	.fee_detail img{
		width: 100%;
	}
	.fee_detail #orange{
		background: #f98316;
	}
	.fee_detail  th .note{
		font-size: 12px;
		color: red;
		padding: 0 0 1em;
		font-weight: normal;
		line-height: 14px;
	}
	/*contact*/
	form label{
		display: block;
		width: 100%;
	}
	form label input{
		vertical-align: middle;
		width: 5%;
		margin-right: 15px;
	}

	/*area*/
	.area tr{
		text-align: center;
		padding: 2em 0;
	}
	.area tr:first-child{
		padding-top: 0;
	}
	.area th{
		margin-bottom: 1em;
		text-align: center;
		padding-left: 0;
	}
	.area td{
		width: 100%;
		padding-right: 0;
		text-align: left;
	}
	.area span:last-child{
		font-size: 14px;
	}
	.service_page .full_img{
		display: none;
	}
	.support th
	,.support td{
		display: block;
		width: 100%;
	}
	.area td{
	}
	/*voice_detail*/
	.voice_detail_page .post-content{
		width: 96%;
		margin-left: 0;
	}
	.voice_detail_page h2{
		font-size: 22px;
	}
	.voice_detail_page .post-image{
		margin-bottom: 3em;
		width: 100%;
	}
	/*news*/
	.news_page .post-image img{
		width: 100%;
	}



	/*footer*/
	footer{
		padding: 2em 1em;
	}
	footer .box{
		margin-bottom: 160px;

	}
	footer .right ul{
		display: none;
	}
	footer .right,
	footer .left{
		width: 100%;
		text-align: center;
	}
	footer .left img{
		width: 50%;
	}

	/*sticky*/
	.sticky{
		width: 100%;
		position: fixed;
		background-color: red;
		bottom: 0;
		z-index: 100;
		padding: 1.5em 0 .5em;
		color: #fff;
		text-align: center;
		font-weight: bold;
		text-shadow: 1px 1px 2px #000;
	}
	.sticky h1{
		text-shadow: 1px 1px 1px #000;
		margin-bottom: .3em;

	}
	.sticky li{
		display: inline-block;
		width: 48%;
	}
	.sticky li span{
		padding: .5em 0;
		display: block;
	}
	.sticky i{
		display: block;
		font-size: 36px;
		padding-top: 5px;
	}
	.sticky .fa-phone-volume{
		transform: rotate(-36deg);
	}

}
