._sp {
		display: none!important;
}

.sec02 ul {
	margin: 0;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
	padding: 0;
}


.sec02 ul li {
		box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
        background: #fff;
        border-radius: 10px;
		font-weight: bold;
		padding: 25px;
		font-size: 18px;
	color: #5b3a1e;
	}
	
@media screen and (max-width:768px){
	._sp {
		display: block!important;
	}
	
	._pc {
		display: none!important;
	}
	
	body {
		font-size: 15px;
		line-height: 1.7;
	}
	
	.sec02 ul {
    grid-template-columns: 1fr;
    gap: 12px;
}
	
	.sec02 ul li {
		padding: 20px;
		font-size: 16px;
	}
	
	.logo img {
    height: 40px;
}
	
	.site-header {
    padding: 0 0 20px 0;
}
	
	.nav,
	.header-cta {
		display: none;
	}
	
	.header-inner {
		padding: 15px;
	}
	
	#tochiieplus .sec01 {
		padding-top: 40px;
		margin-bottom: 100px;
	}
	
	#tochiieplus .sec01 h2 {
    	font-size: 26px;
        line-height: 1.4;
	}
	
	#tochiieplus .sec02 {
    	border-radius: 30px 30px 0 0;
		padding-top: 40px;
	}
	
	#tochiieplus .sec02 h2 {
		width: 80%;
		top: -55px;
	}
	
	.sec03 dl {
    	grid-template-columns: 100%;
		gap:20px;
	}
	
	.sec03 dt {
		width: 50%;
		margin: 0 auto;
	}
	
	.sec03 {
    	border-radius: 40px 40px 0 0;
    	padding-top: 40px;
		padding-bottom: 110px;
	}
	
	.sec03 dd h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.sec03 h4 {
    	font-size: 20px;
    	padding: 0 40px;
	}
	
	.sec05 {
    	border-radius: 40px 40px 0 0;
    	padding-top: 50px;
	}
	
	#tochiieplus .sec05 h2 {
		margin: 0 auto 60px auto;
	}
	
	#tochiieplus .sec05 .item-box {
		flex-direction: column;
		padding: 30px 0;
		box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
		background: #fff;
		border-radius: 14px;
		margin-bottom: 50px;
	}
	
	#tochiieplus .sec05 h3 {
    	font-size: 22px;
	}
	
	.sec06 {
    	border-radius: 40px 40px 0 0;
    	padding-top: 30px;
		padding-bottom: 80px;
	}
	
	#tochiieplus .sec06 h2 {
		width: 80%;
		top: -50px;
	}
	
	#tochiieplus .sec06 dt {
    	font-size: 14px;
	}
	
	#tochiieplus .sec06 dt span {
    	font-size: 15px;
	}
	
	#tochiieplus .sec06 dd {
		grid-template-columns: 1fr;
	}
	
	#tochiieplus .sec06 .side-border:before {
		content: none;
	}

	#tochiieplus .sec06 .side-border:after {
		content: none;
	}
	
	#tochiieplus .sec06 .side-border {
		border-bottom: 2px dashed #e50012;
		border-top: 2px dashed #e50012;
		padding: 30px 0;
	}
	
	#tochiieplus .sec06.sec07 .side-border {
		border-bottom: 2px dashed #fff;
		border-top: 2px dashed #fff;
		padding: 30px 0;
	}
	
	.sec06 .img {
		width: 50%;
    margin: 0 auto;
	}
	
	#tochiieplus .sec06 dd h4 {
    font-size: 20px;
    margin-bottom: 10px;
    min-height: auto;
}
	
	#tochiieplus .sec06 dd h4 br {
		display: none;
	}
	
	#tochiieplus .point {
    	padding: 10px 15px;
    	font-size: 16px;
		width: 80%;
        margin-left: auto;
        margin-right: auto;
	}
	
	#tochiieplus .sec06.sec07 {
		border-radius: 40px 40px 0 0;
		padding-top: 60px;
		padding-bottom: 80px;
	}
	
	#tochiieplus .point span {
		font-size: 16px;
	}

	#tochiieplus .sec09 {
		padding: 90px 0 20px 0;
	}
	
	#tochiieplus .qa-title dt {
		width: 80px;
	}
	
	#tochiieplus .qa-title dd {
    	width: calc(100% - 100px);
    	font-size: 18px;
	}
	
	#tochiieplus .qa-box dt {
		width: 50px;
	}
	
	#tochiieplus .qa-box dd {
		width: calc(100% - 70px);
		font-size: 16px;
		line-height: 1.6;
	}
	
	#tochiieplus .qa-box dd h3 {
    	font-size: 18px;
	}
	
	.sec10-inner {
	    flex-direction: column;
	}
	
	.sec10-inner .text {
		width: 100%;
	}
	
	#tochiieplus .sec10 {
    	padding: 140px 0 30px 0;
	}
	
	.sec10-inner .contact-area {
		gap:15px;
		flex-direction: column;
	}
	
	.contact-bt a {
    text-align: center;
		margin-bottom: 20px;
		font-size: 16px;
		flex-direction: column;
	}
	
	.sec10-inner .img {
		width: 270px;
		margin: 0 auto;
	}
	
	
	.footer dl {
		gap: 30px;
		align-items: flex-start;
		flex-direction: column;
	}
	
	.footer {
    	padding: 50px 0;
	}
	
	.page-top {
		width: 40px;
	}
	
	.footer dt {
		width: 150px;
	}
	
	
	#tochiieplus .sec05 .item-box:before {
		width: 50px;
		height: 50px;
		left: 0;
		top: 0;
	}
	
	#tochiieplus .sec05 .item-box:after {
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0px;
}
	
	#tochiieplus .sec06 dl {
		text-align: center;
	}
	
	
	
	#tochiieplus .sec12 h2 {
    max-width: 260px;
    margin: 0px auto 30px auto;
    top: 0;
}
	
	#tochiieplus .sec12 {
    padding: 90px 0 80px 0;
}
	
	#tochiieplus .sec13 {

    padding: 80px 0 120px 0;
}
	
	.sec14 {
    padding-bottom: 50px;
	}
	
	.footer ul {
		padding-left: 0;
		margin-bottom: 0;
	}
	
	#tochiieplus .sec11 {
    padding: 70px 0 20px 0;
}
	
	
	.sp-p0 {
		width: 100%!important;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}