@charset "utf-8";
/* CSS Document */
.spNone {
	display: block!important;
}
.pcNone {
	display: none!important;
}
/*----------------------------------------------------
 top mainwave
----------------------------------------------------*/
#mainarea {
	width: 100%;
	/*height: min(500px, 93vw);*/
	height: min(400px, 24vw);
	padding-top: 110px;
    position: relative;
	background: url("../img/top/main_top.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	display: block;
}
@media screen and (max-width: 1099px) {
	#mainarea {
		height: min(350px, 22.5vw);
		background-position: bottom center;
	}
}
.wave {  
	width: 100%;
	position: absolute;
	transform: rotate(180deg);
	bottom: -1px;
}
.main_title {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 1;
}
.main_title h1 {
    width: fit-content;
	font-size: min(75px, 5.1vw);
    font-weight: 700;
    line-height: 1.35;
	padding: 0;
    margin-top: 2%;
}
.main_title p {
    width: fit-content;
    font-weight: 700;
	font-size: min(31.6px, 2.38vw);
    line-height: 1.6;
}
.main_title p span,
.main_title h1 span {
    background-color: rgb(255 255 255 / 0.8);
}

.areablock.mainlogoarea {
	padding-top: 0;
}
/*----------------------------------------------------
 contents
----------------------------------------------------*/
#contents {
    width: 100%;
	color: #333333;
}
/*----------------------------------------------------
 plan banner
----------------------------------------------------*/
.plnbnr {
    margin: 0 auto 0;
    box-sizing: border-box;
}
.plnbnr a {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	display: block;
}
.plnbnr a img {
	width: 100%;
	max-width: fit-content;
	margin: 5% auto 0;
	display: block;
}
.plnbnr a:hover img {
	opacity: 0.7;
}
/*----------------------------------------------------
 main logoarea 
----------------------------------------------------*/
.logoareatitl {
	width: 90%;  
	max-width: 1100px;
	margin: 0 auto;
}
.logoareatitl .c_titl {
    width: fit-content;
    /*font-size: max(35px, 2.56vw);*/
	font-size: max(22px, 1.31vw);
    font-weight: 600;
    background: rgb(255, 255, 255, 0.8);
    margin: 0 auto 1em;
    text-align: center;
}
.logoareatitl .c_titl span {
    color: #0ea9bb;
}
.logoareatitl .c_txt {
    font-size: max(16px, 1.17vw);
    line-height: 1.7;
    color: #666666;
	margin-bottom: 2em;
}
/*.mainlogoarea .logobox {
	width: 80%;
	max-width: 1100px;
	margin: 1% auto 0;
	display: flex;
	justify-content: space-between;
}
.mainlogoarea .logobox img {
	width: 15.8%;
	max-width: fit-content;
	height: auto;
	margin: 0 0.5%;
	border-radius: 10px;
}
.mainlogoarea .logobox img:first-child {
	margin-left: 0;
}
.mainlogoarea .logobox img:last-child {
	margin-right: 0;
}*/

/*----------------------------------------------------
 newsarea
----------------------------------------------------*/
.newsarea {
	padding: 5% 0 5%;
}
.newscontent {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.newsbox {
	width: 80%;
	height: auto;
	max-height: 200px;
	padding: 10px 1.8%;
	border: solid 2px #f3f3f3;
	border-radius: 10px;
	background-color: #FFFFFF;
	overflow-y: scroll;
	box-sizing: border-box;
}
.newsbox dt {
	font-size: 15px;
	color: #707070;
	padding: 0.5em 0 0.25em;
}
.newsbox dd {
	font-size: 17px;
	padding-bottom: 1em;
	border-bottom: solid 1px #cccccc;
}
.newsbox dd:last-child {
	border-bottom: none;
}
.newsbox dd .newicon {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	background: #ff5f60;
	padding: 0 0.5em;
	margin-right: 0.5em;
	border-radius: 4px;
}
.newsbox dd a {
	color: #0ea9bb;
	text-decoration: underline;
}
.newsbox dd a:hover {
	text-decoration: none;
}
/*----------------------------------------------------
 reason
----------------------------------------------------*/
.reasoncontent {
	width: 90%;
	max-width: 1100px;
	margin: 5% auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
	position: relative;
}
.reasonbox {
	width: 32.5%; 
	margin-bottom: 4%;
}
.reasonbox:last-child,
.reasonbox:nth-last-child(2),
.reasonbox:nth-child(3) { 
	margin-bottom: 0;
}
.reasonbox .re_titl {
	min-height: 4.5em; 
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.5px;
}
.reasonbox:last-child .re_titl ,
.reasonbox:nth-last-child(2) .re_titl ,
.reasonbox:nth-last-child(3) .re_titl { 
	min-height: unset; 
}
.reasonbox .re_titl span {
	font-weight: 600;
	color: #0ea9bb;
}
.reasonbox .re_img {
	width: 100%;
    min-height: 150px;
    margin: auto;
    padding: 10px 0;
    box-sizing: border-box;
	position: relative; 
	align-content: center;
}
.reasonbox .re_img img {
	width: 100%;
	max-width: fit-content;
	margin: auto;
	display: block;
	position: relative;
	z-index: 1;
}
.re_img::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 50px;
	border-radius: 50px 50px 0 0;
	background: #e5f1f4;
	position: absolute;
	bottom: 0;
}
.reasonbox .re_txt {  
	min-height: 7em;
    font-size: 16px;
    padding: 0 7% 7%;
    line-height: 1.7;
    background: #e5f1f4;
}
.reasonbox:nth-last-child(3) .re_txt,
.reasonbox:nth-last-child(2) .re_txt,
.reasonbox:last-child .re_txt {  
	min-height: unset;
}
/*----------------------------------------------------
 function
----------------------------------------------------*/
.functioncontent {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.functioncontent .function {
    width: 32%;
    padding: 2%;
    margin-bottom: 2%;
    border-radius: 8px;
    background: #FFFFFF;
    box-sizing: border-box;
}
.functioncontent .function:last-child,
.functioncontent .function:nth-last-child(2),
.functioncontent .function:nth-last-child(3){
    margin-bottom: 0;
}
.function .titl {
    font-size: 20px;
    font-weight: 600;
	align-items: center;
	display: flex;
}
.function .titl img {  
	width: 17%;
    max-width: fit-content;
    margin-right: 3%;
}
.function .titl small {
	height: 2.3em;
	font-size: 11px;
	margin-left: 5%;
	padding: 0 2%;
	align-content: center;
	border-radius: 4px;
	color: #FFFFFF;
	background: #ff5f60;
}
.function .txt {
	width: 100%;
    color: #666666;
    font-size: 15px;
    margin-top: 4%;
    line-height: 1.8;
}

/*----------------------------------------------------
 result
----------------------------------------------------*/
.resultcontent {
    width: 90%;
    max-width: 1100px;
    margin: 70px auto 0;
    display: flex;
    justify-content: space-between;
}
.result {
    width: 48.5%;
}
.result h5 {
    width: 100%;
    font-size: 23px;
    font-weight: 600;
    color: #666666;
    border-bottom: solid 2px #0ea9bb;
    padding-bottom: 1%;
	margin-bottom: 25px;
}
.resultctgr {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.r_box {
    width: 47%;
	position: relative;
	padding-bottom: 5.5em;
}
.r_box p.r_img {
	width: 100%; 
	max-width: 240px;   
    margin: 0 auto;
    overflow: hidden;
	display: block;
	box-shadow: #f3f3f3 0px 0px 10px 1px;
}
.r_box p.r_img img {
	display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    transition: 0.5s;
}
.r_box p.r_img img:hover {
    transform: scale(1.1);
}
.r_box img.r_img {
    width: 100%;
	margin: 0 auto;
	display: block; 
	box-shadow: #cbd1c3 0px 0px 3px;
}
.r_box .r_comp {       
	font-size: min(17px, 1.2vw);
    font-weight: 600;
    color: #0ea9bb;
    margin: 5% 0 3%;
}
.r_box .r_txt {
	font-size: min(14px, 1vw);
	color: #666666;
}
.r_box .r_ctgr {
	position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.r_box .r_ctgr p {  
	width: 48%;
    height: auto;
    min-height: 2.25em;
    margin-bottom: 2.5%;
	padding: 0.2em 0;
    align-content: center;
    font-size: min(13px, 0.95vw);
	line-height: 1.25;
    letter-spacing: -0.5px;
    text-align: center;
    color: #666666;
    border: solid 1px #0ea9bb;
    border-radius: 3px;
}
.r_box .r_ctgr p:nth-child(3),
.r_box .r_ctgr p:last-child {  
    margin-bottom: 0;
}
.result_btnarea {
	margin: 50px auto 0;
}
.result_btnarea p {
	width: fit-content;
	font-size: 18px;
	text-align: center;
	color: #666666;
	margin: 0 auto;
	position: relative;
}
.result_btnarea p:before {
    bottom: 0;
    left: -1.5em;
    transform: rotate(-35deg);
}
.result_btnarea p:after {
    bottom: 0;
    right: -1.5em;
    transform: rotate(35deg);
}
.result_btnarea p::before, .result_btnarea p::after {
    position: absolute;
    display: inline-block;
    content: "";
    background: #666666;
    width: 1px;
    height: 1.25em;
    margin: 0 0.5em;
    vertical-align: middle;
}
.result_btnarea .morebtn {
	margin: 15px auto 0;
	background: #fb973b;
}
.result_btnarea .morebtn:hover {
	background: #ffb127;
}
/*----------------------------------------------------
 security
----------------------------------------------------*/
.securitycontent {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.sec_ctgr01,
.sec_ctgr02 {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.sec_ctgr01 {
	margin-bottom: 2%;
}
.secbox {
    width: 32%;
    background: #FFFFFF;
    padding: 1.5% 2% 2%;
    border-radius: 6px;
    box-sizing: border-box;
}
.sec_ctgr02 .secbox {
    width: 49%;
}
.sec_ctgr02 .secbox:last-child {
    width: 100%;
	margin-top: 2%;
}
.boxtitl {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding-bottom: 3%;
	margin-bottom: 3%;
	border-bottom: solid 1px #cccccc;
	align-items: center;
}
.boxtitl img {
	width: 30%;
	max-width: fit-content;
	margin-right: 3%;
}
.boxtitl p.sec_titl {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
}
.sec_ctgr02 .secbox:first-child .boxtitl p.sec_titl {
    line-height: 1;
}
.sec_titl small {
	font-size: 14px;
}
.secbox .sec_txt {
	font-size: 17px;
	color: #666666;
}
.sec_ctgr02 .secbox:last-child .boxtitl {
    justify-content: center;
	padding-bottom: 1%;
	margin-bottom: 1.5%;
}
.sec_ctgr02 .secbox:last-child .sec_txt {
    text-align: center;
}
/*----------------------------------------------------
 comparison
----------------------------------------------------*/
.comparisoncontent {
	margin: 5% auto 200px;
	position: relative;
}
.comparisoncontent img {
	width: 95%;
	max-width: fit-content;
	height: auto;
	margin: 0 auto;
	display: block;
}
ul.coplan_box {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
    display: table;
	position: relative;
	box-sizing: border-box;
}
ul.coplan_box li {
	color: #333333;
	display: table-cell;
}
li.combox.ta_ctgr p {
    height: 100px;
    padding: 20px;
    align-content: center;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.combox .ta_titl {
	height: 50px;
	background: #cfd7e3;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	align-content: center;
	border-right: solid 1px #FFFFFF;
}
.combox.ta_ctgr p.ta_titl {
	height: 50px;
	background: #FFFFFF;
	padding: 0;
	margin-bottom: 0;
	box-sizing: border-box;
}
.combox:nth-child(2) .ta_titl {
	color: #FFFFFF;
	background: #0e51d7;
	border-radius: 6px 6px 0 0;
}
.combox:nth-child(3) .ta_titl {
	border-radius: 6px 0 0 0;
}
.combox:nth-child(5) .ta_titl {
	border-radius: 0 6px 0 0;
	border-right: none;
}
.combox.ta_ctgr, 
.combox.combox_b {
    width: 18.5%;
    background: #f2f5fa;
	box-sizing: border-box;
}
.combox:nth-child(5) {
	border-radius: 0 6px 6px 0;
}

.combox.combox_a {
    width: 30%;
    box-shadow: #dadfe5 0 0 5px 5px;
    border-radius: 6px;
    background: #FFFFFF;
	box-sizing: border-box; 
	position: relative;
	z-index: 2;
}
.combox.ta_ctgr {
    width: 15%;
}
.combox .ta_txt {
	padding: 20px;
	box-sizing: border-box;
}
.combox .ta_txt p {
	width: 100%;
	height: 100px;
	text-align: center;
	align-content: center;
	margin: 0 auto 20px;
	background: #FFFFFF;
	border: solid 2px #cfd7e3;
	box-sizing: border-box;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.3;
}
.combox.combox_a p {
	color: #0e51d7;
	line-height: 0.6;
	border-radius: 6px;
	border: solid 2px #0e51d7;
	box-sizing: border-box;
}
.combox.combox_a p span {
	font-size: 40%;
}
.combox .ta_txt p small {
	font-size: 50%;
}
.combox .ta_txt p.costtxt {
	font-size: 20px;
    line-height: 1.2;
}
.combox .ta_txt p.costtxt small {
	font-size: 80%;
}
.combox .ta_txt p.costtxt:last-child {
	margin-bottom: 0;
}
.combox.ta_ctgr .ta_txt {
    padding: 0;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
}
.combox.ta_ctgr {
	padding: 0;
    background: none;
}
.combox.ta_ctgr .ta_txt p {
    height: 125px;
    margin: 0;
    padding: 20px 10px 20px;
    border: none;
    background: #f2f5fa;
}
.combox.ta_ctgr .ta_txt p:first-child {
    height: 125px;
}
.combox.ta_ctgr .ta_txt p:nth-child(2n) {
    background: #cfd7e3;
}
.comparisoncontent img.othertxt {
    width: 80%;
    max-width: fit-content;
    position: absolute;
    left: 22.5%;
    bottom: -200px;
    z-index: 2;
}






@media screen and (max-width: 960px) {
/*////////////////////////////////////////////////
   表示変更
////////////////////////////////////////////////*/
.spNone {
	display: block!important;
}
.pcNone {
	display: none!important;
}
	
/*----------------------------------------------------
 top mainwave
----------------------------------------------------*/
#mainarea {
	width: 100%;
	height: 40vw;
	min-height: 350px;
    max-height: unset;
}
.main_title {
    /*top: 3%;
    left: 5%;
    z-index: 1;*/
	width: auto;
	border: 0;
	top: unset;
	left: 5%;
	z-index: 1;
	margin: 50px auto 0;
	align-content: center;
}
.main_title h1 {
	font-size: 7vw;
	line-height: 1.45;
}
.main_title p {
    width: fit-content;
    font-weight: 700;
    font-size: 3vw;
    line-height: 1.6;
}

/*----------------------------------------------------
 logoarea
----------------------------------------------------*/
.logoareatitl .c_titl {
    font-size: 3.4vw;
    margin-top: 0;
}
.logoareatitl .c_txt {
    font-size: 1.66vw;
}
.mainlogoarea .logobox {
    width: 90%;
}
.mainlogoarea .logobox img {
    width: 15.5%;
}
/*----------------------------------------------------
 news
----------------------------------------------------*/
.newsbox {
    height: 150px;
}
.newsbox dd {
    font-size: 1.77vw;
}
.newsbox dt {
    font-size: 1.5625vw;
}
/*----------------------------------------------------
 reason
----------------------------------------------------*/
.reasonbox,.reasonbox:nth-child(3) {
    width: 48.5%;
    margin-bottom: 4%;
}
.reasonbox .re_titl {
	font-size: 2.08vw;
    min-height: unset;
}
.reasonbox:first-child .re_titl,
.reasonbox:nth-child(2) .re_titl {
    min-height: 4.5em;
}
.reasonbox .re_txt {
    min-height: 5.5em;
    font-size: 1.66vw;
}
/*----------------------------------------------------
 function
----------------------------------------------------*/
.function .titl {
    font-size: 2.08vw;
}
.function .titl small {
    font-size: 1.14vw;
}
.function .txt {
    font-size: 1.5625vw;
}

/*----------------------------------------------------
 result
----------------------------------------------------*/
.resultcontent {
    margin: 5% auto 0;
}
.result h5 {
    font-size: 2.39vw;
    margin-bottom: 5%;
}
.r_box {
    width: 48.5%;
}
.r_box .r_comp {
    font-size: 1.875vw;
}
.r_box .r_txt {
    font-size: 1.66vw;
}
.r_box .r_ctgr p {
	height: auto;
	min-height: 2em;
    font-size: 1.2vw;
}
.r_btnarea {
    margin: 5% auto 0;
}
.result_btnarea p {
    font-size: 1.875vw;
}
.result_btnarea .morebtn {
    margin: 1% auto 0;
	line-height: 2;
}
/*----------------------------------------------------
 comparison
----------------------------------------------------*/	
.comparisoncontent {
    margin-bottom: 25vw;
}
.combox .ta_titl {
    height: 6vw;
    font-size: 2.08vw;
}
li.combox.ta_ctgr p {
    height: 100px;
    padding: 2%;
    font-size: 1.875vw;
}
.combox .ta_txt {
    padding: 7%;
    box-sizing: border-box;
}
.combox .ta_txt p {
    height: 12vw;
    margin: 0 auto 10%;
    font-size: 4.6875vw;
}
.combox.ta_ctgr .ta_txt p {
    height: 14.7vw;
    margin: 0;
    padding: 2% 2.5%;
    border: none;
    background: #f2f5fa;
}
.combox .ta_txt p.costtxt {
    font-size: 2.08vw;
}
.combox.ta_ctgr .ta_txt p:first-child {
    height: 15vw;
}
.combox_b .ta_txt {
	padding: 14% 7%;
}
.combox_b .ta_txt p {
    margin: 0 auto 15%;
}
.comparisoncontent img.othertxt {
    width: 60%;
    max-width: fit-content;
    position: absolute;
    left: 10%;
	bottom: -25%;
    z-index: 2;
}

/*----------------------------------------------------
 security
----------------------------------------------------*/
.boxtitl {
    display: block;
}
.boxtitl p.sec_titl {
    font-size: 2.08vw;
    line-height: 1.3;
    font-weight: bold;
}
.boxtitl img {
    width: 50%;
    max-width: fit-content;
    margin: 0 auto 5%;
    display: block;
}
.secbox .sec_txt {
    font-size: 1.77vw;
    color: #666666;
}
.sec_titl small {
    font-size: 1.45vw;
}
.secbox:last-child .boxtitl p.sec_titl {
	text-align: center;
}
.secbox:last-child .boxtitl img {
	margin: 0 auto;
}

	
}

@media screen and (max-width: 767px) {
	/*////////////////////////////////////////////////
	表示変更
	////////////////////////////////////////////////*/
	.spNone {
		display: none!important;
	}
	.pcNone {
		display: block!important;
	}
	/*----------------------------------------------------
	top mainwave
	----------------------------------------------------*/
	#mainarea {
		width: 100%;
		height: max(250px, 65vw);
        min-height: unset;
        max-height: unset;
		padding-top: 80px;
		position: relative;
		background: url("../img/top/main_topsp.jpg") no-repeat;
		background-size: cover;
		background-position: bottom center;
		overflow: hidden;
	}
	.main_title {
		width: 92.5%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        align-items: center;
        z-index: 1;
    }
	.main_title h1 {
        font-size: 10.5vw;
        line-height: 1.55;
    }
	.main_title p {
		font-size: 4.43vw;
    }
	.plnbnr a img {
		margin: 0 auto;
	}
	/*----------------------------------------------------
	wave
	----------------------------------------------------*/	
	.wave {
		width: 140%;
		position: absolute;
		transform: rotate(180deg);
		bottom: -16px;
	}
	/*----------------------------------------------------
	 logoarea
	----------------------------------------------------*/
	.logoareatitl .c_titl {
        font-size: 5vw;
		margin: 0 auto 3%;
		text-align: center;
    }
	.logoareatitl .c_txt {
        font-size: 3.6vw;
        margin-bottom: 5%;
    }

	.mainlogoarea .logobox {
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.mainlogoarea .logobox img:first-child {
		margin-left: unset;
	}
	.mainlogoarea .logobox img {
        width: 32%;
        margin: 0 auto 2%;  
		border-radius: 6px;
    }
	.mainlogoarea .logobox img:nth-child(3n) {
		margin-right: 0;
	}
	/*----------------------------------------------------
	 news
	----------------------------------------------------*/
	.newsarea {
		padding: 50px 0 50px;
	}
	.newscontent {
		display: block;
	}
	.newsbox {
        width: 100%;
        height: 140px;
        margin: 5% auto 0;
		padding: 10px 2% 10px 3.5%;
    }
	.newsbox dt {
        font-size: 3.33vw;
		padding-top: 5px;
    }
	.newsbox dt:first-child {
		padding-top: 0;
    }
	.newsbox dd .newicon {
		font-size: 3vw;
		border-radius: 3px;
	}  
	.newsbox dd {
        font-size: 3.33vw;
    }
	/*----------------------------------------------------
	 reason
	----------------------------------------------------*/
	.reasoncontent {
		margin: 8% auto 0;
	}
	.reasonbox,.reasonbox:last-child, 
	.reasonbox:nth-last-child(2), 
	.reasonbox:nth-child(3) {
		width: 100%;
		margin-bottom: 5%;
	}
	.reasonbox .re_img img {
		width: 50%;
	}
	.reasonbox .re_titl {
        font-size: 4.5vw;
        min-height: unset;
    }
	.reasonbox .re_txt,
	.reasonbox:first-child .re_txt, 
	.reasonbox:nth-child(2) .re_txt {
		min-height: unset;
        font-size: 3.33vw;
        line-height: 1.5;
        padding: 0 5% 4%;
    }
	.reasonbox:first-child .re_titl, 
	.reasonbox:nth-child(2) .re_titl {    
		min-height: unset;
    }
	.reasonbox .re_img {
		min-height: fit-content;
		padding: 2% 0 0;
	}
	.re_img::after {
		height: 35px;
	}
	
	/*----------------------------------------------------
	 function
	----------------------------------------------------*/
	.functioncontent .function,.functioncontent .function:last-child,
	.functioncontent .function:nth-last-child(2),
	.functioncontent .function:nth-last-child(3) {
        width: 100%;
        padding: 2.5% 5%;
        margin-bottom: 2.5%;
    }
	.function .titl {
        font-size: 4.5vw;
    }
	.function .txt {
        font-size: 3.5vw;
		line-height: 1.7;
    }
	.function .titl img {
		margin-right: 5%;
	}
	.function .titl small {
        font-size: 2.8vw;
        height: 2.25em;
		margin-left: 3%;
    }
	/*----------------------------------------------------
	 result 
	----------------------------------------------------*/
	.resultcontent {
        margin: 5% auto 8%;
        display: block;
    }
	.result {
		width: 100%;
	}  
	.result h5 {
        font-size: 4vw;
    }
	.r_box {
        margin-bottom: 8%;
		padding-bottom: 0;
	}
	.result:last-child .result_box {
        margin-bottom: 0;		
	}
	.r_box .r_comp {
        font-size: 3.8vw;
    }   
	.r_box .r_txt {
        font-size: 3.5vw;
    }
	.r_box .r_ctgr {
		display: block;
		margin: 5% auto 0;
		position: unset;
	}
	.r_box .r_ctgr p,
	.r_box .r_ctgr p:nth-child(3) {
        width: 100%;
        font-size: min(12px, 3vw);
        margin-bottom: 3%;
		box-sizing: border-box;
    }
	.r_box .r_ctgr p:last-child {
        margin-bottom: 0;
    } 
	.result_btnarea p {
        font-size: 4vw;
        margin-bottom: 2%;
    }
	/*----------------------------------------------------
	 comparison
	----------------------------------------------------*/
	.comparisoncontent {
		width: 95%;
		height: fit-content;
		margin-bottom: 0;
		overflow-x: scroll;
		display: block;
		position: relative;
	}
	ul.coplan_box {
        width: 200%;
		min-width: 750px;
        height: fit-content;
        margin: 0 2.5% 30% 0;
        padding: 10px 0 0 10px;
    }
	.combox .ta_titl {
        height: 12.5vw;
        font-size: 3.5vw;
    }
	.comparisoncontent img.othertxt {
		width: 110%;
		max-width: fit-content;
		left: 10%;
		bottom: 0;
	}
	.combox.ta_ctgr .ta_txt p {
        height: 25vw;
        font-size: max(14px, 1.86vw);
        text-align: left;
        padding: 10%;
    }
	.combox.ta_ctgr .ta_txt p:first-child {
        height: 25vw;
        font-size: max(14px, 1.86vw);
    }
	.combox .ta_txt p {
        height: 20vw;
        margin: 0 auto 8%;
        font-size: 7.5vw;
    }
	.combox .ta_txt p.costtxt {
        font-size: 4vw;
    }
	.combox.combox_b .ta_txt p {
		margin-bottom: 13%;
	}
	.combox.combox_b .ta_txt p:last-child {
		margin-bottom: 0;
	}
	/*----------------------------------------------------
	 security
	----------------------------------------------------*/
	.sec_ctgr01, .sec_ctgr02 {
		display: block;
	}
	.secbox {
		width: 100%;
		padding: 5%;
		margin-bottom: 3%;
	}
	.boxtitl p.sec_titl {
		font-size: 4vw;
	}
	.secbox .sec_txt {
        font-size: 3.5vw;
        line-height: 1.6;
    }
	.secbox:last-child .boxtitl,
	.secbox:last-child .boxtitl p.sec_titl{  
		text-align: start;
		
	}
	.secbox .boxtitl img {
		max-width: 123px;
	}
	.secbox:last-child .boxtitl img ,
	.secbox:nth-last-child(2) .boxtitl img ,
	.secbox:nth-last-child(3) .boxtitl img {  
		max-width: fit-content;
	}
	.secbox:last-child .boxtitl img {  
		margin: 0 auto 5%;
	}
	.sec_ctgr02 .secbox {
		width: 100%;
	}
	.sec_ctgr02 .secbox:first-child .boxtitl p.sec_titl {
		line-height: 1.3;
	}
	.sec_titl small {
        font-size: 75%;
    }
	.sec_ctgr02 .secbox:last-child .boxtitl {
		padding-bottom: 3%;
		margin-bottom: 3%;
	}
	.sec_ctgr02 .secbox:last-child .sec_txt {
		text-align: left;
	}

}
