.acButton2, .acButton1 {
	width: 88%;
	margin: auto;
	margin-bottom: 6%;
	margin-top: 4%;
}
.acButton1::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2%;
	margin-top: -27.75px;
	background: url(../images/arrow.png) no-repeat;
	width: 55.5px;
	height: 55.5px;
	background-size: contain;
}
.acButton1.active::after {
	transform: rotate(90deg);
}
@media screen and (max-width:650px){
	.acButton1::after {
		margin-top: -10px;
		width: 20px;
		height: 20px;
	}
}
.bt-posi {
	position: absolute;
	top:0%;
	left:0%;
	width:100%;
}
.bt-wrap01 {
	display:flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1?6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	justify-content: space-around;
	align-items: flex-end;
	width:100%;
	padding:3% 0;
}
.bt-left {
	width:45%;
}
.bt-right {
	width:50%;
}
.cont-tab {
	display:flex;
}
.select-bt:hover {
	cursor: pointer;
	opacity: 0.8;
}
.select-hide {
	display: none;
}
.bg1{
	background-color:#009cdd;
}
.bg2{
	background-color:#EF849D;
}
.bg3{
	background-color:#776EB1;
}
.bg4{
	background-color: #ea6d88;
}
.kousya{
	border:1px solid red;
	padding:2vw;
	over-flow:auto;
	width:900px;
	margin:auto;
	margin-bottom:3vw;
	margin-top:5vw;
}
.nexus{
	border-top:0.5vw solid red;
	padding-right:10vw;
	margin-right:2vw;
	position:relative;
}
.nexus:after{
	content: " ";
	display: block;
	width: 6em;
	background: url(../images/nexas.png) no-repeat right top;
	background-size: contain;
	position:absolute;
	right:-2vw;
	top:-2vw;
	height: 6em;
}
.nexus .kyoushitsu{
	width:40%;
	text-align:left;
	color:red;
	font-size:2.5em;
	line-height: 1em;
	font-weight:bold;
}
.nexus .tel{
	width:60%;
	color:#555;
	font-size:3em;
	line-height: 1em;

}
.nexus .jyusyo{
	color:#555;
	font-size:0.5em;
	line-height:0.5em;
}
.nexus .bass ,.nexus .small{
	color:red;
	font-size:0.5em;
	line-height:0.5em;
	font-weight:normal;
}
@media screen and (max-width:650px){

	html .kousya{
		font-size:6px;
	}
	.kousya{
		width:90%;
	}
}
/*----------------------------------------
IE
----------------------------------------*/
#scroll-top a{
	/* IE8 */
	background: url("../images/scroll-top-top.png") no-repeat scroll 50% center #BBB\9;
}
.navi-list ul{
	background-color:#EEE\9;
}
.ssba-wrapp, .ssba-wrapp .ssba{
	width:64px\9;
}
.ssba-wrapp .ssba_sharecount:before{
  display:none\9;
}
.ssba-wrapp .ssba_sharecount:after{
  display:none\9;
}
/*----------------------------------------
共通
----------------------------------------*/
*{
	margin:0;
	padding:0;
	word-break: break-all;
	vertical-align:middle;
	font-size:1em;
	box-sizing:border-box;
}
td,th,p{
	color:#555555;
}
a{ 
	text-decoration:none;
}
a:hover{ 
	opacity:0.5;
}
.col a{
	color:#008cff;
}
img{
	max-width: 100%;
	height:auto;
	border:none;
	vertical-align: middle;
}
html {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
body{
	min-width:950px;/*背景が消えるバグ防止*/
	background-color:#FFF;
}
.pc-width{
	width:950px !important;
	margin:auto !important;
	overflow: hidden;
}
.sp-width{
	width:650px !important;
	margin:auto !important;
}

.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.cf:after{
	clear:both;
}
.cf{
	overflow:hidden;
}
.w100{
	width:100%;
}
.h100{
	height:100%;
}
.red{
	color:red;
}
.white{
	color:white;
}
.blue{
	color:#0074D2;
}
.bold{
	font-weight:bold;
}
h3{
	font-size:25px;
}
h4{
	font-size:20px;
}
.block{
	display:block;
}
.inline-block{
	display:inline-block;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.mt5{
	margin-top:5px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt15{
	margin-top:15px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt30{
	margin-top:30px !important;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb50{
	margin-bottom:50px;
}
.pt5{
	padding-top:5px !important;
}
.pt10{
	padding-top:10px !important;
}
.pt15{
	padding-top:15px !important;
}
.pt20{
	padding-top:20px !important;
}
.pt30{
	padding-top:30px !important;
}
.pt130{
	padding-top:130px !important;
}
.pb5{
	padding-bottom:5px !important;
}
.pb10{
	padding-bottom:10px !important;
}
.pb15{
	padding-bottom:15px !important;
}
.pb20{
	padding-bottom:20px !important;
}
.pb30{
	padding-bottom:30px !important;
}
.pl5{
	padding-left:5px !important;
}
.pl10{
	padding-left:10px !important;
}
.pl20{
	padding-left:20px !important;
}
.pr5{
	padding-right:5px !important;
}
.pr10{
	padding-right:10px !important;
}
.pr20{
	padding-right:20px !important;
}
.p5{
	padding:5px !important;
}
.p10{
	padding:10px !important;
}
.p15{
	padding:15px !important;
}
.p20{
	padding:20px !important;
}
.p30{
	padding:30px !important;
}
.v-t{
	vertical-align:top !important;
}
.v-b{
	vertical-align:bottom !important;
}
.v-m{
	vertical-align:middle !important;
}
.radius5{
	border-radius:5px;
}
.radius10{
	border-radius:10px;
}
.relative{
	position:relative;
}
.toi_button1{
	position:absolute;
	bottom:14%;
	left:0;
}
.toi_button2{
	position:absolute;
	bottom:10.5%;
	left:0;
}
.acButton ,.acButton1 ,.acButton2{
	cursor:pointer;
}
.Target , .Target2{
	display:none;
}
/*----------------------------------------
パーセント汎用
----------------------------------------*/
.par5 {
	width: 5%;
}
.par10 {
	width: 10%;
}
.par15 {
	width: 15%;
}
.par20 {
	width: 20%;
}
.par25 {
	width: 25%;
}
.par30 {
	width: 30%;
}
.par35 {
	width: 35%;
}
.par40 {
	width: 40%;
}
.par45 {
	width: 45%;
}
.par50 {
	width: 50%;
}
.par55 {
	width: 55%;
}
.par60 {
	width: 60%;
}
.par65 {
	width: 65%;
}
.par70 {
	width: 70%;
}
.par75 {
	width: 75%;
}
.par80 {
	width: 80%;
}
.par85 {
	width: 85%;
}
.par90 {
	width: 90%;
}
.par95 {
	width: 95%;
}
.par100 {
	width: 100%;
}

/*----------------------------------------
フォーム
----------------------------------------*/
input[type="text"], input[type="password"], input[type="email"], textarea,select{
	border:1px solid #CCCCCC;
	padding:10px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus{
	border:1px solid #0682c5 !important;
}
input[type="submit"]{
	margin-top:20px;
	padding:15px;
	background-color:#0682c5;
	cursor: pointer;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	border:none;
	border-radius: 2px;
	-border-radius: 2px;
	-moz-border-radius: 2px;
}
.submit:hover{
	background-color:#04bde1;
}
/*----------------------------------------
独自コンテンツ部分
----------------------------------------*/


/*----------------------------------------
カラム操作
----------------------------------------*/
.col-wrapp{
	width:100%;
	display:table;
}
.col-wrapp.colla{
	border-collapse:collapse;
}
.col-wrapp.fixed{
	table-layout: fixed;
}
.border-sp5{
	border-spacing:5px 5px;
}
.border-sp10{
	border-spacing:10px 10px;
}
.ng-margin10 .col-wrapp{
	border-spacing:10px 0px;
}
.col-wrapp .col{
	display:table-cell;
}
/*----------------------------------------------------
	カラム操作
----------------------------------------------------*/
.col-wrapp {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0px;
}
.col {
	display: table-cell;
	vertical-align: top;
}
.col img {
	max-width: 100%;
	height: auto;
	border: none;
}
.ng-margin5 > .col-wrapp {
	border-spacing: 5px 0px !important;
}
.ng-margin10 > .col-wrapp {
	border-spacing: 10px 0px !important;
}
.ng-margin15 > .col-wrapp {
	border-spacing: 15px 0px !important;
}
.ng-margin20 > .col-wrapp {
	border-spacing: 20px 0px !important;
}
.ng-margin25 > .col-wrapp {
	border-spacing: 25px 0px !important;
}
.ng-margin30 > .col-wrapp {
	border-spacing: 30px 0px !important;
}
.ng-margin35 > .col-wrapp {
	border-spacing: 35px 0px !important;
}
.ng-margin40 > .col-wrapp {
	border-spacing: 40px 0px !important;
}
.ng-margin5 {
	margin-left: -5px;
	margin-right: -5px;
}
.ng-margin10 {
	margin-left: -10px;
	margin-right: -10px;
}
.ng-margin15 {
	margin-left: -15px;
	margin-right: -15px;
}
.ng-margin20 {
	margin-left: -20px;
	margin-right: -20px;
}
.ng-margin25 {
	margin-left: -25px;
	margin-right: -25px;
}
.ng-margin30 {
	margin-left: -30px;
	margin-right: -30px;
}
.ng-margin35 {
	margin-left: -35px;
	margin-right: -35px;
}
.ng-margin40 {
	margin-left: -40px;
	margin-right: -40px;
}


/*----------------------------------------
メールフォーム
----------------------------------------*/
.pravacy{
    background: #EEE;
    padding: 20px;
    line-height: 1.5rem;
    margin: 30px 0;
    height: 200px;
    overflow-y: scroll;
}
.pravacy a{
	color:blue;
	text-decoration:underline;
}
.form_table{
	background-color:#FFFFFF;
	width:100%;
}
.form_table .td_01{
	background-color:#009cdd;
	padding:15px;
	max-width:135px !important;
	text-align:right;
	font-size:13px;
	color:#fff;
	
}
.form_table .td_02{
	background-color:#FFFFFF;
	padding:15px;
}
.hissu{
	display:inline-block;
	padding:2px 7px;
	margin-left:5px;
	font-size:11px;
	color:#FFFFFF;
	background-color:red;
}
input[type="text"],select,input[type="submit"],input[type="email"],input[type="tel"],textarea{
	margin:5px 0px;
	padding:10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}
input[type="text"],select,input[type="email"],input[type="tel"],textarea{
	border:1px solid #DDD;
	width:100%;
}
.submit {
	cursor: pointer;
	background-color: #009cdd;
	border-radius: 5px;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin:auto;
	margin-top:13px;
	padding: 15px;
	text-align: center;
	max-width: 250px;
}
.submit:hover{
	background-color: red;
	color: #fff;
}
.pc_hide,.pc_tb_hide{
	display:none !important;
}
.sp_hide{
	display:block !important;
}
.sp_tb_hide{
	display:table !important;
}
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px){

	.sp_hide,.sp_tb_hide{
		display:none !important;
	}
	.pc_hide{
		display:block !important;
	}
	.pc_tb_hide{
		display:table !important;
	}
	html{
		overflow-x : hidden;
		overflow-y : auto;
	}
	body{
		min-width:0;
		overflow-x : hidden;
		overflow-y : auto;
	}
	.pc-width{
		width:100% !important;
	}
	.sp-width{
		width:100% !important;
	}
	.col-wrapp .change.col{
		display:block;
		margin-bottom:15px;
		width:100% !important;
	}
	.form_table .td_01{
		text-align:left;
	}
	.form_table .td_01,.form_table .td_02{
		display:block !important;
		max-width:100% !important;
		width:100% !important;
	}
	h3{
		font-size:20px;
	}
	h4{
		font-size:15px;
	}
	.col.change650 {
		display: block !important;
		width: 100% !important;
	}
	.sp-mt5{
		margin-top:5px;
	}
	.sp-mt10{
		margin-top:10px;
	}
	.sp-mt15{
		margin-top:15px;
	}
	.sp-mt20{
		margin-top:20px;
	}
	.sp-mt25{
		margin-top:25px;
	}
	.sp-mt30{
		margin-top:30px;
	}
	.sp-mb5{
		margin-bottom:5px;
	}
	.sp-mb10{
		margin-bottom:10px;
	}
	.sp-mb15{
		margin-bottom:15px;
	}
	.sp-mb20{
		margin-bottom:20px;
	}
	.sp-mb25{
		margin-bottom:25px;
	}
	.sp-mb30{
		margin-bottom:30px;
	}
	.max-width85{
		max-width:85%;
	}
}