/
.dark-orange{
	background: #e69224;
}
.bule{
	background: #036EB8;
}
.menu-orange{
	background:#F8B62D;
}
.pink{
	background:#EB6D9A;
}
.red{
	background: #E73736;
}
.pink02{
	background:#e5004f;
}
.pink03{
	background:#eb7070;
}
.purple{
	background:#BD83CE;
}
.light-green{
	background:#00A29A;
}
.gray{
	background: #9FA0A0;
}
/*----------------------------------------
mywidth
----------------------------------------*/
.mywidth {
	width:90%;
	margin:auto;
}
.mywidth02 {
	width:914px;
	margin:auto;
}
.mywidth03 {
	width:884px;
	margin:auto;
}

@media screen and (max-width:860px){
	.mywidth02 {
		width:95%;
		margin:auto;
	}
	.mywidth03 {
		width:90%;
		margin:auto;
	}
}
/*----------------------------------------
サイト固有
----------------------------------------*/
.Target{
	display:none;
}
.relative {
	position:relative;
}

/*----------------------------------------
共通
----------------------------------------*/


.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.cf:after{
	clear:both;
}
.cf{
	overflow:hidden;
}
.title{
	background-color:#0074C5;
}
.back-blue-closs{
	background:url(../images/closs02.png);
}
.back-note{
	background:url(../images/back-note.png);
}
.back-par{
	background:url(../images/back-par.png);
}
.back-closs{
	background:url(../images/closs.png);
}
.back-closs02{
	background:url(../images/background.png);
}
.back-blue{
	background-color:#0074bd;
}
.back-red{
	background-color:#a20d23;
}
.back-hight-blue{
	background-color:#DAEEF1;
}
.back-down-blue{
	background-color:#122F89;
}
.back-down-green{
	background-color:#004ea2;
}
.back-pink{
	background-color:#FA77B6;
}
.back-white{
	background-color:white;
}
.back-dark-blue{
	background-color:#004098;
}
.w100{
	width:100%;
}
.h100{
	height:100%;
}
.red{
	color:red;
}
.white{
	color:white;
}
.blue{
	color:#0074D2;
}
.block{
	display:block;
}
.inline-block{
	display:inline-block;
}
.pl10{
  padding-left: 10px;
}

/*----------------------------------------
フォーム
----------------------------------------*/
#lp-form {
	padding:0 0 10%;
}
.lp-form-title h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 10px;
	padding: 11px 10px 8px 22px;
	border: 1px solid #ccc;
	border-radius: 0 5px 5px 0;
	border-left: 7px solid #004ea2;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.lp-form-table {
	width:100%;
	margin-bottom:50px;
	border-radius: 5px;
	border-spacing: 10px;
}
.lp-form-table th,.lp-form-table td {
	font-size:16px!important;
	padding:25px 10px;
	text-align: left;
}
.lp-form-table th {
	position:relative;
	width:30%;
	font-weight:bold;
	vertical-align: top;
}
.lp-form-table td {
	width:70%;
	border-bottom:1px solid #eee;
	position: relative;
}
.lp-form-table td.border-none {
	border-bottom:none;
}
.form-text {
	font-size:14px;
	line-height: 1.5em;
}
.color-red {
	color:red;
}
.under-line {
	text-decoration: underline;
}
.hissu {
	position:relative;
  display: inline-block;
	top:0;
	left:10px;
	font-size:12px;
  border: solid 1px red;
	color:red;
	padding:0px 8px;
  line-height: 1.6;
  width: auto;
}
input[type="radio"] + label {
	padding-left:5px;
	padding-right:10px;
	line-height:3em;
}
input[type="text"], input[type="password"], input[type="email"], textarea,select{
	border:1px solid #CCCCCC;
	padding:10px;
  font-size: 16px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus{
	border:1px solid #0682c5;
}
.address {
	display: block;
	margin-bottom:20px;
}
.link {
	text-decoration:underline;
}
.pravacy{
    background: #EEE;
    padding: 20px;
    line-height: 1.5rem;
    margin: 30px 0;
    height: 200px;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	font-size:14px;
}
.pravacy a{
	color:blue;
	text-decoration:underline;
}
/*
.submit {
	cursor: pointer;
	background-color: black;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	margin:5% auto 0;
	padding: 15px;
	text-align: center;
	max-width: 250px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.submit>div{
  position: relative;
  z-index: 2
}
.submit:before,
.submit *:after {
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.submit:before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 90px solid #e95389;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}*/






.form_item{
    padding: 10px 10px 8px 15px;
    background-color: #000;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}
input[type="checkbox"]{
	/*transform: scale(1.4);*/
  
}
input[type="checkbox"] + label {
	padding-left:10px;
	padding-right:5px;
	line-height:2.2em;
}
.form textarea {
    width: 390px;
    height: 88px;
    border: 1px solid #969696;
    background: #f8f7f2;
    vertical-align: middle;
    margin: 10px 0 0;
}
@media screen and (max-width:860px){
  input[type="checkbox"]{
	transform: scale(1.4);
}

	#lp-form {
		width:100%;
		padding:0 0 50px;
	}
	.lp-form-title h3 {
		font-size:16px;
		margin-bottom:0;
		padding: 11px 10px 8px 10px;
		font-weight: normal;
	}
	.lp-form-table {
		margin-bottom:20px;
		border:none;
		border-radius: 0;
		border-spacing: 0;
	}
	.lp-form-table th,.lp-form-table td {
		padding:15px 10px;
		text-align: left;
		width:100%;
		display:block;
	}
	.lp-form-table td {
		border-bottom:none;
		border-bottom: 1px solid #ccc;
	}
	.form-text {
		font-size:12px;
	}
	.hissu {
		position:absolute;
		top:15px;
		right:10px;
    left: inherit;
		font-size:13px;
		padding:2px 10px;
	}
	input[type="radio"] + label {
		padding-left:5px;
		padding-right:10px;
		line-height:3em;
	}
	input[type="text"], input[type="password"], input[type="email"], textarea,select{
		border:1px solid #CCCCCC;
		padding:8px;
		width:100%;
	}
	input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus{
		border:1px solid #0682c5;
	}
	input[name="yyyy"],input[name="mm"],input[name="dd"] {
		width:50% !important;
		margin-bottom:10px;
	}
	.lp-form-table select {
		width:100% !important;
	}
	.pravacy{
		margin: 15px auto;
		padding:10px;
		width:95%;
		font-size:12px;
	}
	.sp-br {
		display:none;
	}
	.pc-br {
		display:inline;
	}
	.sp-p0 {
		padding:0;
	}
	.sp-par40 {
		width:40%;
	}
	.sp-par45 {
		width:45%;
	}
	.sp-par50 {
		width:50%;
	}
}
/*===============================================
thanks page
===============================================*/
.thankstext{
  margin: 20% auto 4%;
}
.thankstext h2{
  font-size: 28px;
  margin-bottom: 1em;
  line-height: 1.5;
}
.thanksbtn .button_base{
    width: 250px;
    padding: 15px;
    margin: 20px auto;
}
.thanksbtn .button_base span{
  padding-right: 0;
}
.thanksbtn{
  margin: 0 auto 15%;
}
@media screen and (max-width:767px){
  .thankstext h2{
    margin-bottom: .5em;
  }
  .thanksbtn{
    margin-top: 15%;
  }
}
@media screen and (max-width:480px){
  .thankstext h2{
    font-size: 7vw;
  }
}
.head-btn{
  align-self: center;
  margin-right: 2%;
}
.head-btn a:hover{
  opacity: .8
}


@media screen and (max-width: 860px){
  .head-btn{
    width: 36vw
  }
}

.blc-1{
  margin: 0 0 60px;
}
.blc-1 > div{
  padding: 4% 0;
}
.h3-a{
  color: #004ea2;
  font-weight: bold;
  font-size: 40px;
  margin: 20px 0;
}

.blc-2{
  margin: 30px 0 30px;
}
.blc-3{
  margin: 30px 0 60px;
}
.h3-b{
  color: #fff;
  background:#004ea2;
  padding: 1% 2%;
  font-size: 25px;
  margin-bottom: 30px;
}
.list-dot li{
  list-style: none;
  padding-left: 1.0em;
  text-indent: -1.0em;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px){
  .h3-a{
    font-size: 24px;
  }
  .h3-b{
    font-size: 20px;
    padding: 8px 10px; 
  }
}


/*COMMON*/
.ta-c{text-align: center;}
.txt h4{
  font-size: 20px;
  margin-bottom: 10px;
}

.title-main{
  color: #FFF;
  background-color: #004ea2;
  font-size: 22px;
  padding: 0 2% 1.5px;
}
.title-sub{
  color: #004ea2;
  font-size: 22.5px;
  line-height: 1.5;
  font-weight: bold;
  padding: 0px 5px 4px 2px;
  margin: 0 0 10px;
  position: relative;
  border-bottom: 2px dotted;
}

.title-sub:before{
  content:"";
  display:inline-block;
  width:20px;
  height:20px;
  background:url(https://aca.academy.co.jp/cms/wp-content/themes/brand_aca_v1.0/images/common/heading3_bg002.png) no-repeat 0 7px;
}

@media screen and (max-width: 559px){
  .title-sub{
    font-size: 20px;
  }
 .txt h4{
    font-size: 16px;
  }
}


/*テーブル*/
table.acatable{
  width: 100%;
  margin: 3% 0;
  border-spacing: 0;
}
table.acatable tr td{
  border: solid 1px #dcdcdc;
  padding: 6px 1.5%;
  vertical-align: middle;
  background: #FFF;
}
table.acatable tr th{color:#FFF;}
table.acatable tr th,table.acatable tr td{background:#004ea2;padding: 12px 1.5%;border-bottom: solid 1px #fff; vertical-align: middle;}
table.acatable tr td{background:#FFF}
table.acatable tr th+td{
  border-left:none;
}
table.acatable tr:last-child td{border-bottom: solid 1px #dcdcdc!important; }
table.acatable tr td a:link{color:#004ea2;text-decoration-line: underline;}
.c-aca{
  color: #004ea2;
}
.c-qua,table.acatable tr td .c-qua a:link{
  color: #0080c8;
}


#contact .inner{
  padding-top: 0;
  padding-bottom: 0;
  max-width: 950px;
}
@media screen and (max-width: 900px){
  #contact .inner{
    padding: 0 2%;
  }
  .lp-form-table th, .lp-form-table td{
    padding: 15px 0;
  }
  .lp-form-table th{
    padding-bottom: 0;
  }
}
#contact p a{
  text-decoration: underline;
}
#contact p a:hover{
  text-align: none;
}
.h2ttl_contact{
  margin: 6% 0 4%;
}
@media screen and (max-width: 900px){
  .h2ttl_contact{
    margin-top: 15%;
  }
}
nav label{
  padding: 0!important;
}
.txthojo{font-size: 13px;}

.mb0{margin-bottom: 0;}
input::placeholder,textarea::placeholder {
  color: #aaa;
}
input[type="radio"]{margin-bottom: 6px;}
@media screen and (max-width: 860px){
  input[type="radio"]{margin-bottom: 4px;}
}
/* IE */
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #aaa;
}

/* Edge */
input::-ms-input-placeholder,textarea::-ms-input-placeholder{
  color: #aaa;
}



.submit {
    text-align: center;
}
.submit button{
    appearance: none;
    background-color: black;
    border: none;
    cursor: pointer;
    outline: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin:0 auto;
    padding: 15px;
    text-align: center;
    max-width: 300px;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}
.submit>div{
  position: relative;
  z-index: 2
}
.pc .submit:hover{
  color: #fff;
}
.pc .submit:hover:before{
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width:860px){
  .submit button {
    font-size: 16px;
    padding: 10px;
  }
}


.uk-text-center{
    text-align: center;
}
.uk-text-center input{
    border: none;
    cursor: pointer;
    outline: none;
	background-color: black;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin:10% auto 5%;
	padding: 15px;
	text-align: center;
    width: 50%;
	max-width: 250px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;  
}
.uk-text-center input.uk-back{
    background: #999;
}
.uk-text-center input.uk-send{
    
}
.uk-text-center input:hover{
    opacity: .7;
}

.confirm table{
    margin-top: 5%;
    width: 100%;
}
.confirm table tr th{
    text-align: left; 
    padding-right: 30px;
}
.confirm table tr th,.confirm table tr td{
    padding-top:20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #f5f5f5;
}

.heading-finished{
font-size: 24px;
}
input.backtotop{
   border: none;
    cursor: pointer;
    outline: none;
    text-decoration: underline;
    background: transparent;
}
input.backtotop:hover{
 text-decoration: none;
}


@media screen and (max-width:860px){
  .submit,.submit button,.uk-text-center input{
    font-size: 16px;
    padding: 10px;
  }
    .uk-text-center{
        margin-top: 8%;
    }
    .uk-text-center input{
        width: 100%;
        margin: 2% auto;
    }
    .heading-finished{
        font-size: 20px;
    }
}







.form_item{
    padding: 10px 10px 8px 15px;
    background-color: #000;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}
input[type="checkbox"]{
	/*transform: scale(1.4);*/
  
}
input[type="checkbox"] + label {
	padding-left:10px;
	padding-right:5px;
	line-height:2.2em;
}
.form textarea {
    width: 390px;
    height: 88px;
    border: 1px solid #969696;
    background: #f8f7f2;
    vertical-align: middle;
    margin: 10px 0 0;
}
@media screen and (max-width:860px){
  input[type="checkbox"]{
	transform: scale(1.4);
}

	#lp-form {
		width:100%;
		padding:0 0 50px;
	}
	.lp-form-title h3 {
		font-size:16px;
		margin-bottom:0;
		padding: 11px 10px 8px 10px;
		font-weight: normal;
	}
	.lp-form-table {
		margin-bottom:20px;
		border:none;
		border-radius: 0;
		border-spacing: 0;
	}
	.lp-form-table th,.lp-form-table td {
		padding:15px 10px;
		text-align: left;
		width:100%;
		display:block;
	}
	.lp-form-table td {
		border-bottom:none;
		border-bottom: 1px solid #ccc;
	}
	.form-text {
		font-size:12px;
	}
	.hissu {
		position:absolute;
		top:15px;
		right:10px;
    left: inherit;
		font-size:13px;
		padding:2px 10px;
	}
	input[type="radio"] + label {
		padding-left:5px;
		padding-right:10px;
		line-height:3em;
	}
	input[type="text"], input[type="password"], input[type="email"], textarea,select{
		border:1px solid #CCCCCC;
		padding:8px;
		width:100%;
	}
	input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus{
		border:1px solid #0682c5;
	}
	input[name="yyyy"],input[name="mm"],input[name="dd"] {
		width:50% !important;
		margin-bottom:10px;
	}
	.lp-form-table select {
		width:100% !important;
	}
	.pravacy{
		margin: 15px auto;
		padding:10px;
		width:95%;
		font-size:12px;
	}
	.sp-br {
		display:none;
	}
	.pc-br {
		display:inline;
	}
	.sp-p0 {
		padding:0;
	}
	.sp-par40 {
		width:40%;
	}
	.sp-par45 {
		width:45%;
	}
	.sp-par50 {
		width:50%;
	}
}
/*===============================================
thanks page
===============================================*/
.thankstext{
  margin: 20% auto 4%;
}
.thankstext h2{
  font-size: 28px;
  margin-bottom: 1em;
  line-height: 1.5;
}
.thanksbtn .button_base{
    width: 250px;
    padding: 15px;
    margin: 20px auto;
}
.thanksbtn .button_base span{
  padding-right: 0;
}
.thanksbtn{
  margin: 0 auto 15%;
}
@media screen and (max-width:767px){
  .thankstext h2{
    margin-bottom: .5em;
  }
  .thanksbtn{
    margin-top: 15%;
  }
}
@media screen and (max-width:480px){
  .thankstext h2{
    font-size: 7vw;
  }
}
.head-btn{
  align-self: center;
  margin-right: 2%;
}
.head-btn a:hover{
  opacity: .8
}


@media screen and (max-width: 860px){
  .head-btn{
    width: 36vw
  }
}

.blc-1{
  margin: 0 0 60px;
}
.blc-1 > div{
  padding: 4% 0;
}
.h3-a{
  color: #004ea2;
  font-weight: bold;
  font-size: 40px;
  margin: 20px 0;
}

.blc-2{
  margin: 30px 0 30px;
}
.blc-3{
  margin: 30px 0 60px;
}
.h3-b{
  color: #fff;
  background:#004ea2;
  padding: 1% 2%;
  font-size: 25px;
  margin-bottom: 30px;
}
.list-dot li{
  list-style: none;
  padding-left: 1.0em;
  text-indent: -1.0em;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px){
  .h3-a{
    font-size: 24px;
  }
  .h3-b{
    font-size: 20px;
    padding: 8px 10px; 
  }
}


/*COMMON*/
.ta-c{text-align: center;}
.txt h4{
  font-size: 20px;
  margin-bottom: 10px;
}

.title-main{
  color: #FFF;
  background-color: #004ea2;
  font-size: 22px;
  padding: 0 2% 1.5px;
}
.title-sub{
  color: #004ea2;
  font-size: 22.5px;
  line-height: 1.5;
  font-weight: bold;
  padding: 0px 5px 4px 2px;
  margin: 0 0 10px;
  position: relative;
  border-bottom: 2px dotted;
}

.title-sub:before{
  content:"";
  display:inline-block;
  width:20px;
  height:20px;
  background:url(https://aca.academy.co.jp/cms/wp-content/themes/brand_aca_v1.0/images/common/heading3_bg002.png) no-repeat 0 7px;
}

@media screen and (max-width: 559px){
  .title-sub{
    font-size: 20px;
  }
 .txt h4{
    font-size: 16px;
  }
}
