
/* --------------------------　メインスライダー　-------------------------- */

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 959px;
  background: #fff;
	background: url("../../images/main.jpg");
	background-position: center;
	margin-top: 80px;
}

.top_main_sp {
	display: none;
}

.pcimg {
	display: block;
}
.spimg {
	display: none;
}

 
@media screen and (max-width: 768px) {
 .top_main {
 display: none;
}

.top_main_sp {
	display: block;
	margin-top: 60px;
}
.pcimg {
	display: none;
}
.spimg {
	display: block;
}

}


/* --------------------------　CTAボタン　-------------------------- */

.cta01 {
	background: #0152a5;
	padding: 60px 0 60px 0;
}

a.cta-button {
	width: 860px;
  padding: 20px;
  margin: 0 auto;
  display: block;
  color: #fff !important;
  background: #fd5705;
  text-decoration: none;
  font-size:2.4rem;
  border-radius: 60px;
  text-align:center;
  text-decoration:none !important;
	position: relative;
	box-sizing: border-box;
}
a.cta-button:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -3px 5px 0 0;
  background: url("../../images/arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	top:33px;
  right: 20px;
}
a.cta-button:hover {
  background: #d3002d;
}

@media screen and (max-width: 768px) {
.cta01 {
	background: #0152a5;
	padding: 20px 15px 10px 15px;
	box-sizing: border-box;
}

a.cta-button {
	width: auto;
  padding: 10px;
  margin: 0 auto 20px auto;
  display: block;
  color: #fff !important;
  background: #fd5705;
  font-size:1.8rem;
  border-radius: 60px;
  text-align:center;
  text-decoration:none !important;
	position: relative;
	box-sizing: border-box;
}
a.cta-button:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -3px 5px 0 0;
  background: url("../../images/arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	top:22px;
  right: 10px;
}
a.cta-button:hover {
  background: #d3002d;
}
}


/* --------------------------　topcamp　-------------------------- */
.bg01 {
	padding: 60px 0;
	box-sizing: border-box;
}

.camp-wrap {
	width: 1000px;
	margin: auto;
}

@media screen and (max-width: 768px) {
.bg01 {
	padding: 30px 15px;
	box-sizing: border-box;
}

.camp-wrap {
	width: auto;
	margin: auto;
}
}


/* --------------------------　top-01　-------------------------- */

.bg02 {
	background: #80a8d2;
	padding: 40px 0 20px 0;
	box-sizing: border-box;
}
.top-01 h2 {
	color:#fff;
	font-size: 6rem;
	text-align: center;
	padding: 0;
	margin: 0 0 40px;
	line-height: 1.6;
}
.top-01 h2 span {
	font-size: 7rem;
}

.wbg {
	background: #fff;
	padding: 40px;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 60px;
}
.wbg .no {
	width: 85px;
	margin: auto;
	margin-top: -70px;
	margin-bottom: 10px;

}

.wbg h3 {
	font-size: 5.5rem;
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
}
.wbg h4 {
	background: #0a3d5d;
	color:#fff;
	font-size: 2.8rem;
	text-align: center;
	padding: 15px;
	margin: 0 0 30px;
	box-sizing: border-box;
	border-radius: 6px;
}

.fuki {
  position: relative;
  display: inline-block;
 padding: 10px;
 width: 100%;
  color: #555;
 font-size: 2.8rem;
	text-align: center;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
	margin-bottom: 40px;
}

.fuki:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.fuki:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.fuki p {
  margin: 0;
  padding: 0;
}
.fukiill {
	position: absolute;
	top:-17px;
}
.fukiill img {
	width: 90px;
	height: auto;
}
.top-01 .flexbox {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.top-01 .flexbox div {
	width: 48.5%;
	display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
	flex-direction: column;
}
.top-01 .flexbox div img {
	width: 100%;
	height: auto;
}
.top-01 .flexbox p {
	line-height: 1.8;
}
.ill02 {
	position: absolute !important;
	bottom:-30px;
	left:-70px;
}
.ill02 img {
	width: 150px !important;
	height: auto !important;
}



.tr {
	font-size: 3rem;
	text-align: center;
	color:#0a3d5d;
	margin-top: -52px;
}

.course {
	display: flex;
	justify-content: space-between;
}
.course01,
.course02
{
	width: 49%;
}
.course01 .box
{
	background: #e0eef6;
	padding: 40px;
	box-sizing: border-box;
}
.course02 .box
{
	background: #e5f3cb;
	padding: 40px;
	box-sizing: border-box;
}
.course01 h5
{
	color:#0152a5;
	font-size: 3rem;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}
.course02 h5
{
	color:#3cb57b;
	font-size: 3rem;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}
.course01 p,
.course02 p {
	font-size: 1.8rem;
}
.course01 .box02,
.course02 .box02
{
	background: #f4f4f4;
	padding: 40px;
	box-sizing: border-box;
}

.course01 h6
{
	background:#0152a5;
	color:#fff;
	font-size: 1.8rem;
	margin: 0 0 20px;
	padding: 10px;
	text-align: center;
	border-radius: 20px;
}
.course02 h6
{
	background:#3cb57b;
	color:#fff;
	font-size: 1.8rem;
	margin: 0 0 20px;
	padding: 10px;
	text-align: center;
	border-radius: 20px;
}

.joblist {
	
}
ul.joblist li{
    list-style: none;
	text-align: left;
	font-size: 1.6rem;
	line-height: 180%;
	text-indent:0px; 
    margin-left:0px;
	padding-left: 1.5em;
  text-indent: -1.5em;
}
 
ul.joblist > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #0a3d5d; 
  margin-right: 10px;
}


@media screen and (max-width: 768px) {
	
	
.bg02 {
	background: #80a8d2;
	padding: 20px 15px;
	box-sizing: border-box;
}
.top-01 h2 {
	color:#fff;
	font-size: 2.4rem;
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
	line-height: 1.2;
}
.top-01 h2 span {
	font-size: 4rem;
}
	
.rev {
		flex-direction: column-reverse !important;
}

.wbg {
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}
.wbg .no {
	width: 45px;
	margin: auto;
	margin-top: -35px;
	margin-bottom: 10px;

}

.wbg h3 {
	font-size: 2.4rem;
	text-align: center;
	padding: 0;
	margin: 0 0 15px;
}
.wbg h4 {
	background: #0a3d5d;
	color:#fff;
	font-size: 1.6rem;
	text-align: center;
	padding: 10px;
	margin: 0 0 15px;
	box-sizing: border-box;
	border-radius: 6px;
	line-height: 1.5;
}

.fuki {
  position: relative;
  display: inline-block;
 padding: 10px;
 width: 100%;
  color: #555;
 font-size: 1.5rem;
	text-align: center;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
	margin-bottom: 30px;
	line-height: 1.5;
	margin-top: 20px;
}

.fuki:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.fuki:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.fuki p {
  margin: 0;
  padding: 0;
}
.fukiill {
	position: absolute;
	  top: -20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.fukiill img {
	width: 45px;
	height: auto;
}
.top-01 .flexbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
}
.top-01 .flexbox div {
	width: auto;
	display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
	flex-direction: column;
}
.top-01 .flexbox div img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.top-01 .flexbox p {
	line-height: 1.8;
	font-size: 1.4rem;
	line-height: 1.6;
}
.ill02 {
	position: absolute !important;
	bottom:-10px;
	left:-10px;
}
.ill02 img {
	width: 80px !important;
	height: auto !important;
}

	
.tr {
	font-size: 3rem;
	text-align: center;
	color:#0a3d5d;
	margin-top: -52px;
	display: none;
}

.course {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.course01,
.course02
{
	width: auto;
}
.course01
{
	margin-bottom: 15px;
}
.course01 .box
{
	background: #e0eef6;
	padding: 20px;
	box-sizing: border-box;
}
.course02 .box
{
	background: #e5f3cb;
	padding: 20px;
	box-sizing: border-box;
}
.course01 h5
{
	color:#0152a5;
	font-size: 2rem;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}
.course02 h5
{
	color:#3cb57b;
	font-size: 2rem;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}
.course01 p,
.course02 p {
	font-size: 1.4rem;
}
.course01 .box02,
.course02 .box02
{
	background: #f4f4f4;
	padding: 20px;
	box-sizing: border-box;
}

.course01 h6
{
	background:#0152a5;
	color:#fff;
	font-size: 1.5rem;
	margin: 0 0 10px;
	padding: 10px;
	text-align: center;
	border-radius: 20px;
}
.course02 h6
{
	background:#3cb57b;
	color:#fff;
	font-size: 1.5rem;
	margin: 0 0 10px;
	padding: 10px;
	text-align: center;
	border-radius: 20px;
}

.joblist {
	
}
ul.joblist li{
    list-style: none;
	text-align: left;
	font-size: 1.3rem;
	line-height: 180%;
	text-indent:0px; 
    margin-left:0px;
	padding-left: 1.5em;
  text-indent: -1.9em;
}
 
ul.joblist > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #0a3d5d; 
  margin-right: 10px;
}
	
	
}

/* --------------------------　top-02　-------------------------- */

.bg03 {
	padding: 60px 0 40px 0;
}

.top-02 h2 {
	font-size: 6rem;
	text-align: center;
	padding: 0;
	margin: 0 0 40px;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	
.bg03 {
	padding: 30px 15px 30px 15px;
	box-sizing: border-box;
}

.top-02 h2 {
	font-size: 2.4rem;
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
	line-height: 1.6;
}
	
}


/* --------------------------　top-03　-------------------------- */

.bg04 {
	background: #eff4f9;
	padding: 60px 0 40px 0;
}
.top-03 h2 {
	font-size: 4.8rem;
	text-align: center;
	padding: 0;
	margin: 0 0 40px;
	line-height: 1.6;
}
.top-03 h2 span{
	color:#003264;
}
.rei {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px dotted #bfbfbf;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.rei_l {
	width: 20%;
}
.rei_r {
	width: 75%;
}
.rei_l img {
	width: 100%;
	height: auto;
}
.rei_r .day{
	border: 1px solid #222;
	padding: 5px;
	margin-bottom: 10px;
	width: 180px;
	text-align: center;
	font-size: 1.6rem;
}
.rei_r p {
	font-size: 1.6rem;
}


@media screen and (max-width: 768px) {
	
.bg04 {
	background: #eff4f9;
	padding: 30px 15px 10px 15px;
	box-sizing: border-box;
}
.top-03 h2 {
	font-size: 2.4rem;
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
	line-height: 1.6;
}
.top-03 h2 span{
	color:#003264;
}
.rei {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	border-bottom: 2px dotted #bfbfbf;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.rei_l {
	width: 50%;
	margin: auto;
	margin-bottom: 15px;
}
.rei_r {
	width: auto;
}
.rei_l img {
	width: 100%;
	height: auto;
}
.rei_r .day{
	border: 1px solid #222;
	padding: 5px;
	margin-bottom: 10px;
	width: auto;
	text-align: center;
	font-size: 1.3rem;
}
.rei_r p {
	font-size: 1.4rem;
}

}


/* --------------------------　top-04　-------------------------- */

.top-04 h2 {
	background: #0a3d5d;
	text-align: center;
	color:#fff;
	font-size: 2.4rem;
	padding: 10px;
	width: 360px;
	margin: auto;
	margin-bottom: 40px;
}
.top-04 h3 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	margin-bottom: 40px;
	
}
.top-04 p {
	width: 1000px;
	margin: auto;
	margin-bottom: 40px;
	line-height: 1.8;
	
}

@media screen and (max-width: 768px) {

.top-04 h2 {
	background: #0a3d5d;
	text-align: center;
	color:#fff;
	font-size: 1.8rem;
	padding: 10px;
	width: auto;
	margin: auto;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.top-04 h3 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 2rem;
	margin-bottom: 20px;
	line-height: 1.7;
	
}
.top-04 p {
	width: auto;
	margin: auto;
	margin-bottom: 20px;
	line-height: 1.8;
}
.top-04 p:last-child {
	width: auto;
	margin: auto;
	margin-bottom: 0px;
	line-height: 1.8;
}

}




.top-05 h2 {
	font-size: 5rem;
	color:#fff;
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
}

.top-05 h3 {
	font-size: 6rem;
	color:#fff;
	text-align: center;
	padding: 0;
	margin: 0 0 80px;
}
.top-05 h3 span {
	background: #0152a5;
	padding: 10px 20px;
	margin: 0 5px;
	box-shadow: 6px 6px #3d7dbf;
}

.tokuten {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.tokutenitem {
	background: #fff;
	padding: 40px;
	width: 32%;
	box-sizing: border-box;
	border-radius: 20px;
	 display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	position: relative;
}
.tokutenitem .ribon {
	width: 175px;
	margin: 0 auto 0px auto;
	position: absolute;
	top:-30px;
}
.tokutenitem h3 {
	color:#cd0231;
	font-size: 3.6rem;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}
.tokutenitem p {
	font-size: 1.5rem;
}



@media screen and (max-width: 768px) {
	

	
.top-05 h2 {
	font-size: 2rem;
	color:#fff;
	text-align: center;
	padding: 0;
	margin: 10px 0 10px;
}

.top-05 h3 {
	font-size: 3rem;
	color:#fff;
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
	line-height: 2.4;
}
.top-05 h3 span {
	background: #0152a5;
	padding: 7px 10px;
	margin: 0 5px;
	box-shadow: 6px 6px #3d7dbf;
}

.tokuten {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 0px;
}

.tokutenitem {
	background: #fff;
	padding: 20px;
	width: auto;
	box-sizing: border-box;
	border-radius: 20px;
	margin-bottom: 15px;
}
.tokutenitem .ribon {
	width: 120px;
	margin: 0 auto 10px auto;
	top:-30px;
}
.tokutenitem h3 {
	color:#cd0231;
	font-size: 2.4rem;
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	line-height: 1.4;
}
.tokutenitem p {
	font-size: 1.5rem;
}

	
	
}





.bg05 {
	background: #f7f7f7;
	padding: 60px 0 40px 0;
}
.top-06 h2 {
	font-size: 5.5rem;
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
	line-height: 1.6;
}
.top-06 h3 {
	font-size: 2.4rem;
	text-align: center;
	padding: 0;
	margin: 0 0 40px;
	line-height: 1.6;
}

.interview {
	background: #fff;
	padding: 40px;
	margin-bottom: 40px;
}
.interview .head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.interview .head .head_r .change {
	display: flex;
	margin-top: -10px;
}

.interview .head .head_l {
	width: 15%;
}
.interview .head .head_r {
	width: 80%;
}
.interview .head .head_l img {
	width: 100%;
	height: auto
}
.interview .head .head_r .name {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.interview .head .head_r .job01 {
	background: #262626;
	padding: 2px 5px;
	text-align: center;
	color:#fff;
	font-size: 1.8rem;
	width: 80px;
	margin-right: 15px;
}
.interview .head .head_r .job02 {
	background: #0152a5;
	padding: 2px 5px;
	text-align: center;
	color:#fff;
	font-size: 1.8rem;
	width: 80px;
	margin-right: 15px;
}

.interview .head .head_r .job01name {
	font-size: 1.8rem;
	margin-right: 15px;
}

.interview .head .head_r .arrow {
	margin: 0 15px;
}
.int-q {
	background: #0a3d5d;
	color:#fff;
	font-size: 2.2rem;
	margin-bottom: 10px;
	padding: 5px 20px;
}
.interview p {
	margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
	
.bg05 {
	background: #f7f7f7;
	padding: 30px 15px 20px 15px;
}
.top-06 h2 {
	font-size: 2.4rem;
	text-align: center;
	padding: 0;
	margin: 0 0 10px;
	line-height: 1.6;
}
.top-06 h3 {
	font-size: 1.6rem;
	text-align: center;
	padding: 0;
	margin: 0 0 20px;
	line-height: 1.6;
}

.interview {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.interview .head {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 15px;
}

.interview .head .head_r .change {
	display: flex;
	flex-direction: column;
	margin-top: -10px;
}

.interview .head .head_l {
	width: 40%;
	margin: auto;
	margin-bottom: 10px;
}
.interview .head .head_r {
	width: auto;
}
.interview .head .head_l img {
	width: 100%;
	height: auto
}
.interview .head .head_r .name {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.interview .head .head_r .job01 {
	background: #262626;
	padding: 2px 5px;
	text-align: center;
	color:#fff;
	font-size: 1.4rem;
	width: 100%;
	margin-right: 0px;
	box-sizing: border-box;
}
.interview .head .head_r .job02 {
	background: #0152a5;
	padding: 2px 5px;
	text-align: center;
	color:#fff;
	width: 100%;
	font-size: 1.4rem;
	margin-right: 0px;
	box-sizing: border-box;
}

.interview .head .head_r .job01name {
	font-size: 1.6rem;
	margin-right: 0px;
	text-align: center;
}

.interview .head .head_r .arrow {
	margin: 0 0 0px 0;
	text-align: center;
	 transform:rotate(90deg);
}
.int-q {
	background: #0a3d5d;
	color:#fff;
	font-size: 1.5rem;
	margin-bottom: 10px;
	padding: 8px 15px;
	line-height: 1.6;
}
.interview p {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
	
}



.accordion {
margin-bottom: 50px;
}

.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 20px;
}
.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 20px;
	position: relative;
	background: #0152a5;
	color:#fff;
	font-size: 2rem !important;
}

.accordion > ul > li > div {
	display: none;
	text-align:left;
	color:#303030;
	line-height:1.8;
	padding: 15px 10px;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:32px;
	right:10px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 2px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.faq_txt {
	font-size: 1.6rem;
	margin-top: 5px;
	margin-left: 15px;
}

.cta01 h2 {
	color:#fff;
	padding: 0;
	margin: 0;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10px;
}
.cta01 h3 {
	color:#fff;
	padding: 0;
	margin: 0;
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 20px;
}


@media screen and (max-width: 768px) {

.accordion {
margin-bottom: 20px;
}

.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 10px;
}
.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 20px;
	position: relative;
	background: #0152a5;
	color:#fff;
	font-size: 1.5rem !important;
	line-height: 1.5;
}

.accordion > ul > li > div {
	display: none;
	text-align:left;
	color:#303030;
	line-height:1.8;
	padding: 10px 0px;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:50%;
	right:-5px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 2px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.faq_txt {
	font-size: 1.4rem;
	margin-top: 5px;
	margin-left: 15px;
}

.cta01 h2 {
	color:#fff;
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.6;
}
.cta01 h3 {
	color:#fff;
	padding: 0;
	margin: 0;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.6;
}
	
	.endcta .cta-button {
		margin-bottom: 30px !important;
	}

}



.content-wrap {
	max-width: 1120px;
	margin: auto;
}
@media screen and (max-width: 768px) {
.content-wrap {
	max-width: auto;
	width: auto;
	margin: auto;
}
}


.grad-wrap {
  position: relative;
	margin-bottom: 100px;
	z-index: 0;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -80px;
  left: 0;
  width: 300px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #0152a5;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-trigger::after {
  content: "続きを読む" /*クリック前のボタンのラベル*/
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
	padding-bottom: 20px;
}

.grad-item.is-hide {
  height: 350px; /*隠した後の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger.is-show {
  bottom: -2em;
}
.grad-trigger.is-show::after {
  content: "閉じる" /*クリック後にボタンのラベルを変える*/
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}


@media screen and (max-width: 768px) {
	
.grad-wrap {
  position: relative;
	margin-bottom: 70px;
	z-index: 0;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 240px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #0152a5;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-trigger::after {
  content: "続きを読む" /*クリック前のボタンのラベル*/
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
	padding-bottom: 50px;
}

.grad-item.is-hide {
  height: 200px; /*隠した後の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger.is-show {
  bottom: -2em;
}
.grad-trigger.is-show::after {
  content: "閉じる" /*クリック後にボタンのラベルを変える*/
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}
}


#feature,
#flow,
#case,
#interview,
#present,
#voice,
#faw,
#contact,
#company {
	margin-top:-100px;
   padding-top:100px;
}



.footer_fix_btn {
  display: none;
}
@media (max-width: 1200px) {
	
.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  text-align:center;
  z-index: 2;
  display: block;
}
.footer_fix_btn a {
  display:block;
  width:100%;
  text-decoration:none;
  color: #fff;
	font-size: 2rem !important;
	font-weight: 600;
}
.footer_fix_btn a:hover {
  opacity:0.8;
}

.fix_button {
	line-height: 1.7;
	width: auto;
    margin: auto;
	
}

.fix_tel {
	width: auto;
	background: #f4f2f2;
	color: #fff;
	padding: 15px 0;
}
.fix_tel img {
	width: 80%;
	height: auto;
}
.fix_line{
	width: auto;
	background: #fd5705;
	color: #fff;
	padding: 10px 0;
	font-size: 2rem;
}

.fix_tel i,
.fix_mail i,
.fix_line i {
	font-size: 1.6rem;
}
}




#gaiyou {
	border-top: none;
	width: 100%;
	font-size: 1.8rem;
	line-height: 180%;
	margin-bottom: 20px;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	background: #f9f9f9;
	padding: 0;
	margin: 0;
	font-weight: normal;
	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 25px;
	text-align: left;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 30%;
	font-weight: normal;
}
dl#gaiyou dd {
	background: #fff;
	border-top: 1px solid #E3E3E3;
	margin-left:33%;
	border-left: 1px solid #E3E3E3;
	font-weight: normal;
}


.formarea {
	width: 900px;
	margin: 60px auto;
	background: #fff;
	padding: 40px;
	border-radius: 20px;
}



#gaiyou input[type="text"],
#gaiyou input[type="email"],
#gaiyou input[type="tel"] {
	padding: 15px;
	font-size: 1.8rem;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
	background: #f6f6f6;
}

#gaiyou textarea {
	padding: 10px;
	font-size: 1.8rem;
	border: 1px solid #c9c9c9;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	margin-top: 0px;
	background: #f6f6f6;
}
#gaiyou select {
	padding:5px;
	border: 1px solid #999999;
	font-size: 18px;
	margin-top: 10px;
	padding: 3px;
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 5px #666;
	   -moz-box-shadow: inset 0px 0px 5px #666;
	        box-shadow: inset 1px 1px 2px #CCC;
}
#gaiyou label {
	font-size: 1.8rem;
}
.must {
	background: #ff0000;
	padding: 1px 10px;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	float: right;
	margin-right: 10px;
	border-radius: 4px;
}
.sendbutton  {
	width: 300px;
	padding: 30px 0;
	color:#fff;
	font-size: 2rem;
	border: 0px;
	margin: 40px 0;
	background: #1362ae;
	border-radius: 10px;
}
.kome p {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 20px;
}
/* --------------------------　チェックボックス　-------------------------- */
.visually-hidden {
  /* コンテンツの流れから切り離す */
  position: absolute;
  /* 誤ったコードに対処するための回避策 */
  white-space: nowrap;
  /* 可能な限り文字サイズを小さくするための処理
   * (スクリーンリーダー中には height と width が 0 のものを無視するため)
   */
  width: 1px;
  height: 1px;
  /* オーバーフローしているコンテンツを隠す */
  overflow: hidden;
  /* 要素サイズを変更しうるプロパティのリセット */
  border: 0;
  padding: 0;
  /* 要素のどの部分が表示されるかを定義するもの */
  /* 古いブラウザでは使用できない */
  clip: rect(0 0 0 0);
  /* 最近のブラウザ用
   * コンテンツを非表示にする設定  */
  clip-path: inset(50%); 
  /* 今現在なぜ-1pxがここで設定されるかは分かっていないそうです。
   * それに加えていくつか問題もあるそうです 
   * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
   */
  margin: -1px;
}
.radiobox {
	margin-bottom: 0px;
}

.radiobox label {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  padding-right: 10px;
	margin-bottom: 5px;
}


.radiobox label::before,
.radiobox label::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.radiobox label::before {
  background-color: #fff;
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

.radiobox label::after {
  background-color: #1d2088;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 9px
}

.radiobox input:checked + label::after {
  opacity: 1;
}

/* --------------------------　チェックボックス　-------------------------- */
.checkbox > input,
.radiobox > input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%); 
  margin: -1px;
}

.checkbox {
	margin-bottom: 0px;
}

.checkbox label {
  cursor: pointer;
  padding-left: 40px;
  margin-right: 20px;
  position: relative;
  margin-bottom: 5px;
	line-height: 1.5;
}

label {display:inline-block;}

.checkbox label::before,
.checkbox label::after {
  content: "";
  display: block; 
  position: absolute;
}

.checkbox label::before {
  background-color: #fff;
  border-radius: 0%;
 border: 2px solid #787878;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 55%;
  left: 5px;
}

.checkbox label::after {
  border-bottom: 3px solid #fd3434;
  border-left: 3px solid #fd3434;
  opacity: 0;
  height: 7px;
  width: 16px;
  transform: rotate(-45deg);
  top: 35%;
  left: 7px;
}

.checkbox input:checked + label::after {
  opacity: 1;
}
.doui_check {
	margin: 0 auto;
	text-align: left;
	font-size: 1.8rem;
	margin-bottom: 25px;
	margin-left: 5px;
}
.doui_check ul {
	list-style: none;
}
.doui_check .checkbox_option {
	margin: 0 0 5px 0;
	padding: 0;
}
.doui_check label {
	line-height: 135%;
	position: relative;
	cursor: pointer;
	margin-right: 20px;
	
}
.doui_check .checkbox_input {
	position: relative;
	margin: 0 20px 0 0;
	cursor: pointer;
}
.doui_check .checkbox_input:before {
	position: absolute;
	z-index: 1;
	top:-0.5rem;
	left: 0.14em;
	width: 1.5em;
	height:1.5em;
	content: '';
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0, 0, 0, 0);
	        transition:         transform 0.1s cubic-bezier(0, 0, 0, 0);
	-webkit-transform: rotate(0deg) scale(0, 0);
	        transform: rotate(0deg) scale(0, 0);
	background: #da3c41;
	border-radius: 50%;
}
.doui_check .checkbox_input:checked:before {
	-webkit-transform: rotate(-0deg) scale(1, 1);
	        transform: rotate(-0deg) scale(1, 1);
}
.doui_check .checkbox_input:after {
	position: absolute;
	top: -0.9em;
	left: -0.3em;
	width: 2em;
	height: 2em;
	content: '';
	cursor: pointer;
	border: 2px solid #787878;
	background: #ffffff;
	border-radius: 50%;
}

.doui_check02 {
	margin: 0 auto;
	text-align: left;
	font-size: 1.8rem;
	margin-bottom: 25px;
	margin-left: 5px;
}
.doui_check02 ul {
	list-style: none;
}
.doui_check02 .checkbox_option {
	margin: 0 0 5px 0;
	padding: 0;
}
.doui_check02 label {
	line-height: 135%;
	position: relative;
	cursor: pointer;
	margin-right: 20px;
	
}
.doui_check02 .checkbox_input {
	position: relative;
	margin: 0 20px 0 0;
	cursor: pointer;
}
.doui_check02 .checkbox_input:before {
	position: absolute;
	z-index: 1;
	left: 0.5em;
	top:-5px;
	width: 1.5em;
	height: 0.5em;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 3px solid #da3c41;
	border-top-style: none;
	border-right-style: none;
}
.doui_check02 .checkbox_input:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.doui_check02 .checkbox_input:after {
	position: absolute;
	top: -0.9em;
	left: -0.3em;
	width: 2em;
	height: 2em;
	content: '';
	cursor: pointer;
	border: 2px solid #787878;
	background: #ffffff;
	
}


@media (max-width: 1200px) {
	
	
#gaiyou {
	border-top: none;
	width: 100%;
	font-size: 1.4rem;
	line-height: 180%;
	margin-bottom: 20px;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	background: #f9f9f9;
	padding: 0;
	margin: 0;
	font-weight: normal;
	
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
	text-align: left;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
	font-weight: normal;
}
dl#gaiyou dd {
	background: #fff;
	border-top: 1px solid #E3E3E3;
	margin-left:auto;
	border-left: 0px solid #E3E3E3;
	font-weight: normal;
}

	
.formarea {
	width: auto;
	margin: 30px auto;
	background: #fff;
	padding: 15px;
	border-radius: 10px;
}
	
	
	
.must {
	background: #ff0000;
	padding: 1px 10px;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	float: right;
	margin-right: 0px;
	border-radius: 4px;
}
.sendbutton  {
	width: 80%;
	padding: 20px 0;
	color:#fff;
	font-size: 1.5rem;
	border: 0px;
	margin: 20px 0;
	background: #1362ae;
	border-radius: 10px;
}
.kome p {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 20px;
}
/* --------------------------　チェックボックス　-------------------------- */
.visually-hidden {
  /* コンテンツの流れから切り離す */
  position: absolute;
  /* 誤ったコードに対処するための回避策 */
  white-space: nowrap;
  /* 可能な限り文字サイズを小さくするための処理
   * (スクリーンリーダー中には height と width が 0 のものを無視するため)
   */
  width: 1px;
  height: 1px;
  /* オーバーフローしているコンテンツを隠す */
  overflow: hidden;
  /* 要素サイズを変更しうるプロパティのリセット */
  border: 0;
  padding: 0;
  /* 要素のどの部分が表示されるかを定義するもの */
  /* 古いブラウザでは使用できない */
  clip: rect(0 0 0 0);
  /* 最近のブラウザ用
   * コンテンツを非表示にする設定  */
  clip-path: inset(50%); 
  /* 今現在なぜ-1pxがここで設定されるかは分かっていないそうです。
   * それに加えていくつか問題もあるそうです 
   * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
   */
  margin: -1px;
}
.radiobox {
	margin-bottom: 0px;
}

.radiobox label {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  padding-right: 10px;
	margin-bottom: 5px;
}


.radiobox label::before,
.radiobox label::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.radiobox label::before {
  background-color: #fff;
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

.radiobox label::after {
  background-color: #1d2088;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 9px
}

.radiobox input:checked + label::after {
  opacity: 1;
}

/* --------------------------　チェックボックス　-------------------------- */
.checkbox > input,
.radiobox > input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%); 
  margin: -1px;
}

.checkbox {
	margin-bottom: 0px;
}

.checkbox label {
  cursor: pointer;
  padding-left: 40px;
  margin-right: 20px;
  position: relative;
  margin-bottom: 5px;
	line-height: 1.5;
}

label {display:inline-block;}

.checkbox label::before,
.checkbox label::after {
  content: "";
  display: block; 
  position: absolute;
}

.checkbox label::before {
  background-color: #fff;
  border-radius: 0%;
 border: 2px solid #787878;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 55%;
  left: 5px;
}

.checkbox label::after {
  border-bottom: 3px solid #fd3434;
  border-left: 3px solid #fd3434;
  opacity: 0;
  height: 7px;
  width: 16px;
  transform: rotate(-45deg);
  top: 35%;
  left: 7px;
}

.checkbox input:checked + label::after {
  opacity: 1;
}
.doui_check {
	margin: 0 auto;
	text-align: left;
	font-size: 1.5rem !important;
	margin-bottom: 25px;
	margin-left: 5px;
}
.doui_check ul {
	list-style: none;
}
.doui_check .checkbox_option {
	margin: 0 0 5px 0;
	padding: 0;
}
.doui_check label {
	line-height: 2;
	position: relative;
	cursor: pointer;
	margin-right: 0px;
	font-size: 1.4rem !important;;
	margin-bottom: 5px;
	
}
.doui_check .checkbox_input {
	position: relative;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.doui_check .checkbox_input:before {
	position: absolute;
	z-index: 1;
	top:-0.1rem;
	left: 0.1em;
	width: 1.1em;
	height:1.1em;
	content: '';
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0, 0, 0, 0);
	        transition:         transform 0.1s cubic-bezier(0, 0, 0, 0);
	-webkit-transform: rotate(0deg) scale(0, 0);
	        transform: rotate(0deg) scale(0, 0);
	background: #da3c41;
	border-radius: 50%;
}
.doui_check .checkbox_input:checked:before {
	-webkit-transform: rotate(-0deg) scale(1, 1);
	        transform: rotate(-0deg) scale(1, 1);
}
.doui_check .checkbox_input:after {
	position: absolute;
	top: -0.5em;
	left: -0.3em;
	width: 1.5em;
	height: 1.5em;
	content: '';
	cursor: pointer;
	border: 2px solid #787878;
	background: #ffffff;
	border-radius: 50%;
}

.doui_check02 {
	margin: 0 auto;
	text-align: left;
	font-size: 1.5rem !important;
	margin-bottom: 25px;
	margin-left: 5px;
}
.doui_check02 ul {
	list-style: none;
}
.doui_check02 .checkbox_option {
	margin: 0 0 5px 0;
	padding: 0;
}
.doui_check02 label {
	line-height: 135%;
	position: relative;
	cursor: pointer;
	margin-right: 20px;
	font-size: 1.5rem !important;
	
}
.doui_check02 .checkbox_input {
	position: relative;
	margin: 0 20px 0 0;
	cursor: pointer;
}
.doui_check02 .checkbox_input:before {
	position: absolute;
	z-index: 1;
	left: 0.5em;
	top:-5px;
	width: 1.5em;
	height: 0.5em;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 3px solid #da3c41;
	border-top-style: none;
	border-right-style: none;
}
.doui_check02 .checkbox_input:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.doui_check02 .checkbox_input:after {
	position: absolute;
	top: -0.9em;
	left: -0.3em;
	width: 2em;
	height: 2em;
	content: '';
	cursor: pointer;
	border: 2px solid #787878;
	background: #ffffff;
	
}
	
	
#gaiyou input[type="text"],
#gaiyou input[type="email"],
#gaiyou input[type="tel"] {
	padding: 15px;
	font-size: 1.5rem;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
	background: #f6f6f6;
}

#gaiyou textarea {
	padding: 10px;
	font-size: 1.5rem;
	border: 1px solid #c9c9c9;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	margin-top: 0px;
	background: #f6f6f6;
}
#gaiyou select {
	padding:5px;
	border: 1px solid #999999;
	font-size: 1.5rem;
	margin-top: 10px;
	padding: 3px;
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 5px #666;
	   -moz-box-shadow: inset 0px 0px 5px #666;
	        box-shadow: inset 1px 1px 2px #CCC;
}
#gaiyou label {
	font-size: 1.8rem;
}
	
}


.gaiyou_bottom {
	margin-bottom: 50px !important;
}

@media (max-width: 1200px) {
.gaiyou_bottom {
	margin-bottom: 20px !important;
}
	
}