@charset "UTF-8";

.inner{
  max-width: 1140px;
  margin: 0 auto;
	overflow: initial!important;
}

.tac{
  text-align: center;
}
.tar{
  text-align: right;
}
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

}
.aic{
  align-items: center;
}


.jss{
  justify-content: space-between;
  flex-wrap:wrap;

}
.oswald{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

.til{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items:flex-end;
}
.til h2{
  font-size: 3.4rem;
  font-weight: bold;
  margin-right: 10px;
	text-align: center;
}
.til p{
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: var(--accent);
  text-transform:uppercase;
  line-height: 1.6rem;
  padding-top: 10px;
}


.til2{
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: bold;
/*  padding-left: 24px;*/
  position:relative;
  margin-bottom: 2.4rem;
	text-align: center;
}
.til2 span{
  font-size: 2.8rem;
  color: var(--accent);
  font-weight: bold;
  margin-right: 2px;
}
/*
.til2:before{
content:'';
left:0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
position:absolute;
background: linear-gradient(to bottom right, var(--accent) 0%, #3fdef1 100%);
width: 6px;
height: 32px;
}
*/
.til2-wh{
  color: var(--basic);
}
.til2-wh span{
  color: var(--accent);
}

/*
.til2-wh:before{
background: var(--basic);
}
*/
.bg-blue{
  background-image: url("../img/fv_back_03.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment: fixed;
}
.box-top{
  padding-top: 48px;
  padding-bottom: 48px;

}
/*end common*/



/*---campaign---*/
.campaign{
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
	background: var(--light);
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 2rem;
	color: var(--basic);
}
.campaign>div{
	z-index:3;
	position: relative;
}
.head-border:before, .head-border:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color:var(--basic);
}
.head-border:after {
	margin-left: 1.6rem;
}
.head-border:before {
	margin-right: 1.6rem;
}
.head-border {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	font-size: 1.6rem;
}
.campaign ul {
	margin-bottom: 1.6rem;
}
.campaign li {
	position: relative;
	padding-left: 1.4rem;
	margin-bottom: 0.4rem;
	font-size: 1.3rem;
	line-height: 1.9rem;
    font-feature-settings: "palt";
}
.campaign li::before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 8px;
	width: 8px;
	border-radius: 999px;
	background: #83cdd2;
	top: 6px;
}
/*---ENDcampaign---*/



/*---others---*/
.others {
    background: var(--main-gradient);
}
.others-li li{
  width: 24%;
  border-radius:2px;
  height: 240px;
  box-sizing:border-box;
  padding: 24px 24px;
  background: #fff;
  position:relative;
  transition:.4s;

}
.others-li li:hover{
  margin-top: -4px;
  margin-bottom: 4px;
}
a.others-con{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  transition:.4s;
}

.others-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.others-box_img{
  margin-bottom: 4px;
}
.others-box_img img{
  height: 47px;
    border-radius:4px;
    padding: 16px;
  margin: 0 auto 4px;
}

.others-box h3{
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 24px;
  color: var(--basic);
}
.others-box h3 span{
  color: var(--basic);
	font-weight: bold;
  font-size: 2rem;
}
/* 006 */
.button006{
  position:absolute;
  bottom:16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius:999px;
  transition:.3s;
}
.button006:hover{
  background: #f9eeea;
}
.button006>a.others-more {
  position: relative;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.button006>a.others-more:before {
  right: 2px;
  content: '';
  position: absolute;
  top:25.5px;
  transform: translateY(calc(-50% - 2px)) rotate(40deg);
  width: 14px;
  height: 1px;
  background-color: var(--accent);
  transition: 0.3s;
}
.button006>a.others-more:after {
  content: '';
  position: absolute;
  top: 28px;
  right: 4px;
  transform: translateY(-50%);
  width: 48px;
  height: 1px;
  background-color: var(--accent);
  transition: 0.3s;
}
.button006>a.others-more:hover:after {
  right: -1px;
}
.button006>a.others-more:hover:before{
  right: -2px;
}
.tag{
  position:absolute;
  top:-32px;
  right:-32px;
  transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
}
.tag p{
  position:relative;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.2);
  width:100px;
  height: 100px;
  border-radius:999px;
  background: #ffc600;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8rem;
  background: linear-gradient(to bottom right, #ffc600 0%, #ff7e00 100%);
  text-align: center;
  color: #fff;
}
.tag p span{width: 100%;
  position: absolute;
  letter-spacing: 0.01em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* 003 */
.button003>a.others-more2 {
  /*    background: #333;*/
  /*    border-radius: 50px;*/
  font-size: 1.4rem;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 280px;
  padding: 6px 24px;
  color: #333;
  /*	border:1px solid #333;*/
  transition: 0.3s ease-in-out;
  font-weight: bolg;
}
.button003>a.others-more2:hover {
  background: #fff;
  color: #333;
  border-bottom:1px solid #333;
}
.button003>a.others-more2:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button003>a.others-more2:hover:after {
  border-color: #333;
}
/*---end others---*/

.accordion {
margin: 3em auto;
max-width: 60vw;
}
.toggle {
display: none;
}
.option {
position: relative;
	background: var(--light);
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 1px var(--main);
	background: var(--main);
padding: 1em;
	font-size: 1.8rem;
display: block;
color: var(--basic);
font-weight: bold;
	border-radius:4px;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: var(--basic);
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}

.toggle:checked + .title + .content {
max-height: 2000px;
transition: all 1.5s;
	padding: 3.2rem 1.6rem;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}


.infiniteslide li {
    flex: 0 0 auto;
    display: block;
    margin: 0 10px;
}

.infiniteslide li img {
    width: 120px;
    object-fit: contain;
    object-position: 50% 50%;
    overflow: hidden;
    aspect-ratio: 5 / 3;
}
.footer{
	width: 100%;
}
.cam-box{
	padding: 0px 4rem 2.4rem ;
	border-radius:8px;
	background: #fff;
	box-sizing: border-box;
}
.cam-box img.til-img{
	max-width:800px;
	margin-top: -1.6rem;
	margin-bottom: 1rem;
	width: 100%;
}
.ppl-img{
	max-width: 150px;
	margin-top: -1rem;
}
.txt-con{
	justify-content: space-around;
	margin-bottom: 1rem;
	
}
.txt-con p{
	font-size: 2.4rem;
	line-height: 3.4rem;
	font-weight: bold;
	text-align: left;
}
.btn-cam{
	padding: 1.4rem 0.8rem;
	background: var(--sub);
	border:2px solid var(--sub);
	color: white;
	display: block;
	box-sizing: border-box;
	border-radius:4px;
	font-size: 2rem;
	text-align: center;
	line-height: 2.8rem;
	font-weight: bold;
	max-width: 800px;
	transition:.2s;
	margin: 0 auto;
}
.btn-cam:hover{
	background: transparent;
	color: var(--sub);
}
.fa-angle-down{
	margin-left: 1rem;
}
/*-----------------
-------ipad pro-----
--------------------
*/
@media screen and (max-width: 1024px) {
  .inner,.inner-contact{
    max-width: 950px;
    margin: 0 auto;
    box-sizing: border-box;
  }


}

/*-----------------
-------ipad-----
--------------------
*/
@media screen and (max-width:769px) {
  body{
    font-size: 1.6rem;
    max-width:768px;
    box-sizing: border-box;
  }
  html{
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  img{
    max-width:100%;
    height: auto;
  }
  .inner{
    max-width: 680px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .others-li li{
    width: 48%;
    margin-bottom: 32px;
  }
  .others-li li:last-of-type{
    margin-bottom: 0;
  }
	.txt-con p{
		font-size: 2rem;
		line-height: 3rem;
		width: calc(100% - 160px);
	}
	.ppl-img{
		width: 160px;
	}
	.btn-cam{
		font-size: 1.8rem;
	}
}
/*----
-------------
-------sp-----
--------------------
*/
@media screen and (max-width:640px){
  body{
    /*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
  }
  html{
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  img{
    max-width:100%;
    height: auto;
  }
  .inner, .inner-contact{
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }
  .others-li li{
    width: 100%;
    margin-bottom: 16px;
    height: 180px;
  }
	.txt-con p{
		font-size: 1.8rem;
		line-height: 2.8rem;
		width: calc(100% - 100px);
	}
	.ppl-img{
		width: 100px;
	}

}

@media screen and (max-width:400px){
  body{
    /*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
  }
  html{
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  img{
    max-width:100%;
    height: auto;
  }
  .inner{
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
  }


}


/* step
----------------------------------------------------------- */
.br_460 {
    display: none;
}
.step .inner {
    padding: 0 3rem 4rem;
    width: 100%;
    max-width: 1230px;
}
.step img {
    margin: 0 auto;
    display: block;
}
.step h2 {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin-bottom: 5rem;
}
.step h2 span {
    font-weight: 600;
    color: var(--main);
}
.step h2 span:first-child {
    background: linear-gradient(transparent 60%, #f5e640 30%);
}
.step h2 span.about_num {
    font-size: 4rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    vertical-align: -4%;
}
.step ul {
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
.step ul li {
    width: 100%;
    max-width: 214px;
    padding: 0 1rem;
    position: relative;
}
.step ul li:last-child::before {
    content: url(../img/step_deco.webp);
    position: absolute;
    right: 0;
    top: -24px;
}
.step ul li .step_img_wrapper {
    position: relative;
}
.step ul li:first-child .step_img_wrapper::after {
    display: none;
}
.step ul li .step_img_wrapper img {
    margin: 0 auto 1.8rem;
}
.step ul li h3 {
    font-size: 1.6rem;
    color: var(--basic);
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.6rem;
    line-height: 1.4em;
    font-feature-settings: "palt";
}
.step ul li p {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
    font-feature-settings: "palt";
}

@media screen and (max-width: 1250px) {
    .step .inner {
        width: 755px;
        padding: 3rem 0 0;
    }
    .step ul {
        justify-content: center;
        margin-top: 3rem;
    }
    .step ul li {
        padding: 0 1.6rem 4rem;
    }

    .step ul li .step_img_wrapper::after {
        left: calc(0% - 18px);
    }
}

@media screen and (max-width: 768px) {
    .step h2 {
        font-size: 2rem;
        font-feature-settings: "palt";
    }
	.step h2 img {
		width: 320px;
	}
    .step .inner {
        width: 90%;
        padding: 0;
    }
    .step ul {
        display: block;
        margin-top: 2.4rem;
    }
    .step ul li {
        margin: 0 auto 40px;
        max-width: 408px;
        width: auto;
        display: flex;
        padding: 0 0;
        gap: 2rem;
    }
    .step ul li:last-child::before {
        display: none;
    }
    .step ul li h3 {
        margin-bottom: 0.5rem;
		text-align: left;
    }
	.step ul li p {
		text-align: left;
	}
	.step ul li .step_txt{
		width: 70%;
	}
	.step ul li .step_img_wrapper{
		width: 30%;
	}
    .step ul li .step_img_wrapper img {
        margin: 0 auto 0.8rem;
    }
}

@media screen and (max-width: 460px) {
    .br_460 {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .step ul li:last-child .step_img_wrapper::before {
        right: 19px;
    }
}



/*---dounload---*/
.download-con .til{
    background: var(--basic);
	padding-top: 4rem;
	padding-bottom: 6rem;
	text-align: center;
	color: #fff;
	position:relative;
}
.download-con .til h2{
	font-size: 3.2rem;
	line-height: 4rem;
	font-weight: bold;
	margin-right: 0;
}
.download-con .til p{
	font-weight: bold;
	line-height: 3rem;
}
.download-box{
	background: var(--light);
	/* background-image: url("../img/bg01.png"); */
	/* -webkit-background-size: cover;
	background-size: cover; */
	background-repeat: repeat;
	padding-bottom: 6.4rem;
}
@media screen and (max-width: 400px) {
.download-box{
	padding-bottom: 2rem;
}
}
.download-box_con{
	background: #fff;
	border-radius:4px;
	position:relative;
	z-index:4;
	padding: 3.2rem;
	margin-bottom: 2rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.download-con .deco{
	position: absolute;
	top: -1.8rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#keiri .deco{
	width: 80px;
}
#jinji .deco{
	width: 70px;
	top:-3.2rem;
}
#soumu .deco{
	width: 73px;
	top:-4rem;
}
#houmu .deco{
	width: 60px;
	top:-3.2rem;
}
.download-box_con:first-child{
	margin-top: -4.8rem;
}
.download-box_con:last-child{
	margin-bottom: 0;
}
input[type=checkbox] {
	display: none;
}
.dl-li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	align-items:stretch;
}

.dl-li li{
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1rem;
}


.dl-li li:last-of-type{
	/* margin-bottom: 0; */
}

.dl-li .done {
	order: 1;
	position: relative;
}

.dl-li .done label {
	opacity: 0.2;
	cursor: inherit;
}


.dl-li::after {
	order: 2;
}

.dl-label{
	width: 100%;
	height: 100%;
	position:relative;
	background: white;
	display: inline-block;
	margin-bottom: 1rem;
	border-radius:4px;
	border:1px solid #cfcfcf;
	box-sizing: border-box;
	padding: 3.5rem 1rem 4.8rem;
	cursor: pointer;
}
.modal-open{
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.download-box_con .dl-label::before {
	content:"";
	position: absolute;
	top: 0.4rem;
	right: 0.4rem;
	display: block;
	width: 28px;
	height: 28px;
	border-radius:2px;
	background:#cfcfcf;
	border:1px solid var(--light);
	z-index:5;
}
.download-box_con .dl-label::after {
	border-right: 3px solid var(--light);
	border-bottom: 3px solid var(--light);
	content: '';
	display: block;
	height: 18px;
	top: 0.6rem;
	right: 1.3rem;
	position: absolute;
	transform: rotate(45deg);
	width: 8px;
	z-index:10;

}
.download-box_con .dl-input:checked + .dl-label{
	border:2px solid var(--basic);
	box-shadow: 0 0 8px 0 rgba(215,179,101,.1);
}

.download-box_con .dl-input:checked + .dl-label::before {
	background: var(--basic);
	border-color: var(--basic);
	z-index:5;
}
.dl-input:checked + .dl-label::after {
	opacity: 1;
}
.campaign_target{
	display: inline-block;
	background: var(--main);
	padding: 0.4rem 0.6rem;
	font-size: 1.3rem;
	line-height: 1.3rem;
	color: var(--light);
	border-radius:0 2px 2px 0;
	position:absolute;
	top:0.8rem;
	left:-1px;
	letter-spacing: 0.05em;
}
.dl-label .thumb {
	margin-bottom: 1rem;
}
.dl-label .thumb img {
	width: 100%;
	height: 96px;
	object-fit: contain;
	object-position: 50% 50%;
	display: block;
	border:1px solid var(--light);
	background: var(--light);
	border-radius:2px;
	font-size: 5px;
	overflow: hidden;
	aspect-ratio: 6 / 4;
}
.dl-label .tag{
	border:1px solid var(--or);
	color:var(--or);
	font-size: 1.1rem;
	line-height: 1.1rem;
	border-radius:999px;
	display: inline-block;
	padding: 0.3rem 0.8rem 0.2rem;
	letter-spacing: 0.05em;
	margin-bottom: 0.4rem;
}
.cam-tag{
	position:absolute;
	top: -1rem;
	right: 10%;
	width: 120px;
}
.dl-label h4{
	font-size: 1.35rem;
	line-height: 1.85rem;
	font-weight: bold;
	margin-bottom: 1rem;
	letter-spacing: 0.01em;
	/* height: 54px; */
}
.dl-li li .img{
	border-radius:4px;
	box-shadow: 0 0 8px 0 rgb(251,248,244,1);
	position:relative;
	margin-bottom: 1.6rem;
	padding: 4px;
}
.dl-li li .img img{
/*
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
*/
height: auto;
object-fit: contain;
object-position: 50% 50%;
display: block;
font-size: 5px;
overflow: hidden;
aspect-ratio: 6 / 4;
}
.dl-li .detail .service{
	font-weight: bold;
	margin-bottom: 0.4rem;
}
.dl-li .detail .company{
	font-size: 1.4rem;
	line-height: 2rem;
}
.ECM_CheckboxInput {
	padding-left: 6.8rem;
	margin-bottom: 2.4rem;
	display: flex;
	align-items: center;
	cursor: pointer;
	position:relative;
}
.ECM_CheckboxInput::before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: block;
	width: 55px;/*幅*/
	height: 53px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
	background-image: url(../img/tag03.png);
	background-size: contain;
	background-repeat: no-repeat;/*画像を繰り返さない*/

}
.ECM_CheckboxInput-Input {
	margin: 0;
	width: 0;
	opacity: 1;
}
.ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput{
	/*	background: var(--light);*/
}
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput{
	/*	background: var(--dark);*/
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
	background: var(--basic);
	border-color: var(--basic);
}
/*.ECM_CheckboxInput-Input:checked + */
.ECM_CheckboxInput-DummyInput::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35%;
	height: 3px;
	transform: translate(-5px, 6px) rotateZ(-135deg);
	transform-origin: 1px 1px;
	background: #FFFFFF;
}
/*.ECM_CheckboxInput-Input:checked + */
.ECM_CheckboxInput-DummyInput::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	height: 3px;
	transform: translate(-5px, 6px) rotateZ(-45deg);
	transform-origin: 1px 1px;
	background: var(--light);
}
.ECM_CheckboxInput-DummyInput {
	cursor: pointer;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	border-radius:2px;
	background:#cfcfcf;
	border:1px solid var(--light);
}
.ECM_CheckboxInput-LabelText {
	width: calc(100% - 40px);
	margin-left: 1rem;
	display: block;
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: bold;
}
.ECM_CheckboxInput-LabelText .explain-txt{
	font-size: 1.4rem;
    line-height: 2rem;
    display: block;
    padding-top: 0.4rem;
}
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #888;
	z-index: 1;
	opacity: 0.5;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	z-index: 2;
}

.bottom-scroll-navi-detail {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem 0rem 1rem;
	z-index: 998;
	/*    height: 125px;*/
	background: #fff;
	border-top:1px solid var(--light);
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,.1);
}
.navi-box{
	max-width: 800px;
	width: 100%;
	justify-content: space-between;
	margin: 0 auto;
}
.navi-box .flex {
	justify-content: space-between;
}
.bottom-scroll-navi-detail .btn{
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 1.6rem;
	width: 280px;
	max-width: 100%;
	display: block;
	padding: 1rem 2rem;
	text-align: center;
	color: #fff;
	background: var(--red);
	transition:.3s;
}
.bottom-scroll-navi-detail .btn:hover {
	transform: scale(0.95);
	background: #d34929;
}
.bottom-scroll-navi-detail .btn::before {
	color: white;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 1.6rem;
	z-index: 5;
	font-size: 1.8rem;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.bottom-scroll-navi-detail p:first-of-type{
	font-weight: bold;
	font-feature-settings: "palt";
}
.bottom-scroll-navi-detail p span{
	font-weight: bold;
}
.title-btn {
	font-weight: 500;
	color: #333;
	float: left;
	position: relative;
	text-align: center;
	font-size: 1.9rem;
}

.bottunNavi_space {
	width: 100%;
	height: 117px;
}

.navi-num {
	color: var(--main);
	font-size: 160%;
	position: relative;
	top: 2px;
	left: -1px;
}

a.downloadform_btn{
	max-width:240px;
	box-sizing: border-box;
    overflow: hidden;
    padding: 1rem;
    color: #fff;
    background: var(--main);
    border: solid 2px var(--main);
    font-weight: bold;
    border-radius: 100px;
}

a.downloadform_btn span {
    position: relative;
    font-weight: bold;
    font-size: 1.5rem;
}

.downloadform_btn {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border: solid 2px var(--gre);
    max-width: 340px;
    width: 100%;
    color: #fff;
    font-weight: bold;
}
.downloadform_btn:after {
  color: white;
  /* transform: rotate(90deg); */
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 5;
  font-size: 2rem;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.downloadform_btn:hover {
    background-color: #fff;
    color: var(--main);
}
.downloadform_btn:hover::after {
  color: var(--main);
}


 .navi-sub_til{
	display:block;
	margin-top: 10px;
	line-height: 15px;
	font-size:12px;
	color:var(--main);
	width:100%;
}

/*---END dounload---*/

@media screen and (max-width: 1032px) {
	.download-box_con{
		padding: 2.8rem 2.4rem;
	}

}

@media screen and (max-width: 768px) {
	.download-box_con{
		padding: 2.4rem 1.6rem;
	}
	.dl-li {
        justify-content: flex-start;
    }

	.dl-li li {
		width: 32.6%;
    }

	.dl-li li:nth-child(3n) {
		margin-right: 0;
	}

	.ECM_CheckboxInput-LabelText .explain-txt {
        display: none;
    }

	.download-con .til p {
		font-size: 1.5rem;
	}

	.navi-box .flex {
		display: block;
	}

	.bottom-scroll-navi-detail {
		padding: 0.7rem 0 0;
	}

	.bottom-scroll-navi-detail p:first-of-type {
		margin-bottom: 0.8rem;
		font-size: 1.3rem;
	}

	.navi-sub_til {
		margin-top: 10px;
	}

}

@media screen and (max-width: 640px) {
	.dl-li {
        justify-content: space-between;
    }

    .dl-li li {
        width: 49%;
        margin-right: 0;
    }
}

@media screen and (min-width: 769px) {
    #container {
        margin-bottom: 100px;
    }
}
