@charset "utf-8";
.topMv{
	margin: 0px;
	padding: 0px;
}
.topMv .inner{
	margin: 0px auto;
	width: 100%;
	max-width: 1000px;
	padding: 0px;
	aspect-ratio:13/5;
	background: url("../images/allon4/mv-back.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}
.topMv .inner .textArea {
 position: absolute;
	top: 9%;
	left: 0;
	width: 100%;
	text-align: center;
}
.topMv .inner .textArea .t1{
	font-size: min(3vw, 30px);
	font-weight: 900;
	line-height: 2;
}
.topMv .inner .textArea .t2{
	font-size: min(2.4vw, 24px);
	font-weight: 500;
}
.topMv .inner .cvArea {
 position: absolute;
	bottom: 9%;
	left: 0;
	width: 100%;
	text-align: center;
}
.topMv .inner .cvArea .t3{
	font-size: min(1.8vw, 18px);
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 20px;
}
.topMv .inner .cvArea .t3 .c{
 color: #AD4A2A;
}
.topMv .inner .cvArea .btnList{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.topMv .inner .cvArea .btnList .btn{
 margin: 0px 1%;
	display: block;
	position: relative;
	width: 200px;
	max-width: 98%;
	height: 60px;
	background: #fff;
	border: 1px solid #145f99;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #145f99;
	line-height: 58px;
}
.topMv .inner .cvArea .btnList .btn:after {
    content: "≫";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 12px;
    font-weight: 300;
}
@media screen and (max-width: 760px) {
  .topMv .inner{
		     aspect-ratio: auto;
							padding: 10px 0px;
							    background: url(../images/allon4/mv-back_sp.jpg) center center no-repeat;
											background-size:cover;
		}
	.topMv .inner .textArea{
	 position: inherit;
		padding: 0px;
		margin-bottom: 10px;
		top: inherit;
		left: inherit;
	}
	.topMv .inner .textArea .t1{
	 font-size: 18px;
	}
		.topMv .inner .textArea .t2{
	 font-size: 15px;
	}
	.topMv .inner .cvArea{
	 position: inherit;
		padding: 0;
		top: inherit;
		left: inherit;
	}
	.topMv .inner .cvArea .t3{
	 font-size: 15px;
	}
	.topMv .inner .cvArea .btnList .btn{
	 max-width: 46%;
		    height: 40px;
						line-height: 38px;
	}
}
.sec-message{
 padding: 20px 0px 50px;
}
.sec-message .titie{
 margin: 60px 0px 60px 0px;
	padding: 0 0 30px;
	text-align: center;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2;
	position: relative;
}
.sec-message .titie:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: #ad4a2a;
}
.sec-message .rowArea{
 display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px;
	padding: 0px;
}
.sec-message .rowArea .textArea{
 width : -webkit-calc(65% - 20px) ;
 width : calc(65% - 20px) ;
}
.sec-message .rowArea .textArea .checkList{
 margin: 0px 0px 20px 0px;
	padding: 0px;
}
.sec-message .rowArea .textArea .checkList li{
 margin: 0px 0px 20px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 16px;
}

.sec-message .rowArea .textArea .checkList li:before{
 content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/allon4/icon_check.png");
	background-size: contain;
	margin: 0px 10px 0px 0px;
}
.sec-message .rowArea .imgArea{
 width : -webkit-calc(35% - 20px) ;
 width : calc(35% - 20px) ;
}
@media screen and (max-width: 760px) {
	.sec-message .titie {
	 margin: 30px 0px;
		font-size: 1.1rem;
	}
	.sec-message .rowArea{
	 display: block;
	}
	.sec-message .rowArea .textArea{
	 width: auto;
		margin: 0px 0px 10px 0px;
	}
	.sec-message .rowArea .textArea .checkList li{
	 align-items: flex-start;
	}
	.sec-message .rowArea .textArea .checkList li .t{
			width : -webkit-calc(100% - 4px) ;
   width : calc(100% - 40px) ;
	}
	.sec-message .rowArea .imgArea{
	 width: auto;
		text-align: center;
	}
	.sec-message .rowArea .imgArea img{
	 width: 60%;
	}
}

.sec-what{
 padding: 50px 0px;
	background: #FFF1E5;
}
.sec-what .titie{
 margin: 0px 0px 60px 0px;
	padding: 0 0 30px;
	text-align: center;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2;
	position: relative;
}
.sec-what .titie:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: #ad4a2a;
}
.sec-what .whatList{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec-what .whatList .whatBox {
 margin: 0px;
	padding: 20px 0px;
	background: #FFF;
	border-radius: 20px;
 width : -webkit-calc(50% - 20px) ;
 width : calc(50% - 20px) ;
	 box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.3);
}
.sec-what .whatList .whatBox .index{
 margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	font-size: 24px;
	font-weight: 900;
}
.sec-what .whatList .whatBox .text{
 margin: 0px;
	padding: 0px 20px;
}
@media screen and (max-width: 760px) {
	.sec-what .titie{
		margin: 0px 0px 30px 0px;
		    font-size: 1.2rem;
	}
	.sec-what .whatList{
	 display: block;
	}
	.sec-what .whatList .whatBox{
	 width: auto;
		margin: 0px 0px 20px 0px;
	}
	.sec-what .whatList .whatBox:last-of-type{
	 margin: 0px;
	}
	.sec-what .whatList .whatBox .index{
	 font-size: 1.2rem;
	}
}
.sec-comparison{
 padding: 50px 0px;
}
.sec-comparison .titie{
 margin: 0px 0px 60px 0px;
	padding: 0 0 30px;
	text-align: center;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2;
	position: relative;
}
.sec-comparison .titie:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: #ad4a2a;
}
.sec-comparison .comparisonBox {
 margin: 0px 0px 80px 0px;
	padding: 0px;
}
.sec-comparison .comparisonBox .index{
 margin: 0px 0px 20px 20px;
	padding: 0px;
	font-size: 24px;
	font-weight: 900;
}
.sec-comparison .comparisonBox .tableArea{
 margin: 0px;
	padding: 0px;
}
.sec-comparison .comparisonBox .tableArea table{
 width: 100%;
	border-collapse: collapse;
}
.sec-comparison .comparisonBox .tableArea table th{
 padding: 5px 0px;
	text-align: center;
	background: #f6e1cd;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #CCC;
}
.sec-comparison .comparisonBox .tableArea table th.t1{
 width: 20%;
}
.sec-comparison .comparisonBox .tableArea table th.t2{
 width: 40%;
}
.sec-comparison .comparisonBox .tableArea table th.t3{
 width: 40%;
}
.sec-comparison .comparisonBox .tableArea table td{
 padding: 5px;
	background: #FFF;
	font-size: 16px;
	border: 1px solid #CCC;
	vertical-align: middle;
}
.sec-comparison .comparisonBox .tableArea table tr:nth-child(even) td{
 background: #fffaf6;
}
@media screen and (max-width: 760px) {
	.sec-comparison .titie{
	 margin: 0px 0px 30px 0px;
		    font-size: 1.2rem;
	}
	.sec-comparison .comparisonBox .index{
	 margin: 0px 0px 20px 0px;
		padding: 0px;
		font-size: 1.1rem;
	}
}
.sec-cv {
 padding: 30px 0px;
	background: #AD4A2A;
}
.sec-cv .titie{
 margin: 0px 0px 20px 0px;
	padding: 0;
	text-align: center;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2;
	color: #FFF;
	position: relative;
}
.sec-cv .btnList{
 margin: 0px auto;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sec-cv .btnList a{
 display: block;
	width: 300px;
	max-width: 98%;
	height: 60px;
	background: #fff;
	border: 1px solid #145f99;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #145f99;
	line-height: 58px;
	position: relative;
	margin: 0px 1%;
}
.sec-cv .btnList a:after {
    content: "≫";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 12px;
    font-weight: 300;
}
@media screen and (max-width: 760px) {
	.sec-cv .titie {
		font-size: 1.3rem;
	}
	.sec-cv .btnList a{
	 margin: 0px 0px 20px 0px;
	}
}
.sec-strong {
 padding: 50px 0px;
	background: #FFF;
}
.sec-strong .titie{
 margin: 0px 0px 60px 0px;
	padding: 0 0 30px;
	text-align: center;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2;
	position: relative;
}
.sec-strong .titie:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: #ad4a2a;
}
.sec-strong .strongList{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec-strong .strongList .strongBox {
 margin: 0px 0px 40px 0px;
	padding: 20px 0px;
	background: #FFF;
	border-radius: 20px;
 width : -webkit-calc(50% - 20px) ;
 width : calc(50% - 20px) ;
	box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.3);
	border: 3px solid #ad4a2a;
}
.sec-strong .strongList .strongBox .img{
 text-align: center;
	margin: 0px 0px 20px 0px;
}
.sec-strong .strongList .strongBox .index{
 text-align: center;
	margin: 0px 0px 20px 0px;
	font-size: 24px;
	font-weight: 900;
}
.sec-strong .strongList .strongBox .text{
	margin: 0px 20px;
	font-size: 16px;
}
@media screen and (max-width: 760px) {
.sec-strong .titie {
	margin: 0px 0px 30px 0px;
	font-size: 1.2rem;
}
.sec-strong .strongList{
 display: block;
}
.sec-strong .strongList .strongBox{
 width: auto;
	margin: 0px 0px 20px 0px;
}
.sec-strong .strongList .strongBox:last-of-type{
 margin: 0px;
}
.sec-strong .strongList .strongBox .index{
 	font-size: 1.4rem;
}
}

.sec-flow {
 padding: 50px 0px;
	background: #FFF1E5;
}
.sec-flow .titie{
 margin: 0px 0px 60px 0px;
	padding: 0 0 30px;
	text-align: center;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2;
	position: relative;
}
.sec-flow .titie:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: #ad4a2a;
}
.sec-flow .flowList {
 margin: 0px;
	padding: 0px;
}
.sec-flow .flowList .flowBox {
 margin: 0px 0px 20px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec-flow .flowList .flowBox .no{
 width: 50px;
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 900;
	color: #FFF;
	border-radius: 10px;
	background: #ad4a2a;
}
.sec-flow .flowList .flowBox .textArea{
 width : -webkit-calc(100% - 70px) ;
 width : calc(100% - 70px) ;
	padding: 10px 0px 0px 0px;
}
.sec-flow .flowList .flowBox .textArea .index{
 font-size: 18px;
	font-weight: 900;
	margin-bottom: 10px;
}
.sec-flow .flowList .flowBox .textArea .text{
 font-size: 16px;
}
@media screen and (max-width: 760px) {
	.sec-flow .titie {
		margin: 0px 0px 30px 0px;
		    font-size: 1.2rem;
	}
}

.sec-price {
 padding: 50px 0px;
	background: #FFF;
}
.sec-price .titie{
 margin: 0px 0px 60px 0px;
	padding: 0 0 30px;
	text-align: center;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2;
	position: relative;
}
.sec-price .titie:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: #ad4a2a;
}

.sec-price .priceBox{
 margin: 0px 0px 40px 0px;
}
.sec-price .priceBox .index{
		margin: 0px 0px 20px 20px;
		padding: 0px;
		font-size: 24px;
		font-weight: 900;
}
.sec-price .priceBox .tableArea{
 margin: 0px;
	padding: 0px;
}
.sec-price .priceBox .tableArea table{
 width: 100%;
	border-collapse: collapse;
}
.sec-price .priceBox .tableArea table th{
 padding: 5px 0px;
	text-align: center;
	background: #f6e1cd;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #CCC;
	width: 20%;
}
.sec-price .priceBox .tableArea table td{
 padding: 5px;
	background: #FFF;
	font-size: 16px;
	border: 1px solid #CCC;
	vertical-align: middle;
}
.sec-price .priceBox .tableArea table tr:nth-child(even) td{
 background: #fffaf6;
}
.sec-price .annotationBox {
 margin: 0px 0px 40px 0px;
	padding: 20px;
	border-radius: 10px;
	background: #F1F1F1;
}
.sec-price .annotationBox .index{
 margin: 0px 0px 10px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 18px;
	font-weight: 900;
}
.sec-price .annotationBox .index:before{
 content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/allon4/icon_i.png");
	background-size: contain;
	margin: 0px 10px 0px 0px;
}
.sec-price .annotationBox .text{
 margin: 0px 0px 0px 40px;
}
.sec-price .guaranteeBox .index{
 margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: 900;
}
.sec-price .guaranteeBox .text{
 margin: 0px 0px 0px 30px;
	padding: 0px;
	font-size: 16px;
}
@media screen and (max-width: 760px) {
	.sec-price .titie {
		margin: 0px 0px 30px 0px;
		    font-size: 1.2rem;
	}
	.sec-price .priceBox .index{
        margin: 0px 0px 20px 0px;
        padding: 0px;
        font-size: 1.1rem;
	}
	.sec-price .guaranteeBox .text{
	 margin: 0px;
	}
}

.sec-case{
 padding: 50px 0px;
	background: #FFF1E5;
}
.sec-case .titie{
 margin: 0px 0px 60px 0px;
	padding: 0 0 30px;
	text-align: center;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2;
	position: relative;
}
.sec-case .titie:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background: #ad4a2a;
}
.sec-case .topTextArea {
 margin: 0px 0px 40px 0px;
	padding: 0px;
}
.sec-case .topTextArea .index{
 margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
}
.sec-case .topTextArea .text{
 margin: 0px 0px 0px 40px;
	padding: 0px;
	font-size: 16px;
}
.sec-case .tableArea{
 margin: 0px 0px 60px 0px;
	padding: 0px;
}
.sec-case .tableArea table{
 width: 100%;
	border-collapse: collapse;
}
.sec-case .tableArea table th{
 padding: 5px 0px;
	text-align: center;
	background: #f6e1cd;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #CCC;
}
.sec-case .tableArea table th.t1{
 width: 25%;
}
.sec-case .tableArea table td{
 padding: 5px;
	background: #FFF;
	font-size: 16px;
	border: 1px solid #CCC;
	vertical-align: middle;
}

.sec-case .tableArea table tr:nth-child(even) td{
 background: #fffaf6;
}
.sec-case .caseList {
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec-case .caseList .caseBox{
 width : -webkit-calc(50% - 20px) ;
 width : calc(50% - 20px) ;
	padding: 20px 0;
	margin: 0px 0px 20px 0px;
	background: #FFF;
}
.sec-case .caseList .caseBox .index {
 margin: 0px 0px 20px 0px;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}
.sec-case .caseList .caseBox .row{
 display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 20px;
}
.sec-case .caseList .caseBox .row .imgBox{
 width : -webkit-calc(50% - 10px) ;
 width : calc(50% - 10px) ;
}
.sec-case .caseList .caseBox .row .imgBox .i{
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
}
@media screen and (max-width: 760px) {
	.sec-case .titie{
		margin: 0px 0px 30px 0px;
        font-size: 1.2rem;
	}
	.sec-case .topTextArea .index{
		 margin: 0px 0px 20px 0px;
        padding: 0px;
        font-size: 1.1rem;
	}
	.sec-case .topTextArea .text{
	 margin: 0px;
	}
	.sec-case .caseList{
	 display: block;
	}
	.sec-case .caseList .caseBox{
	 width: auto;
		margin: 0px 0px 20px 0px;
	}
}
