/* CSS Document */

/*
    font-family: "heisei-mincho-std", serif;
    font-weight: 300;
    font-style: normal;
*/

.comm_box{
    width: 90%;
    max-width: 1000px;
    margin: 80px auto 0;
}
.comm_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#v3protection .pcnone{
	display: none;
}
#v3protection .pclock{
	display: block;
}



#v3protection{
	font-size: 16px;
	color: #393939;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    line-height: 1.6;
}
/*
#v3protection h2{
	font-size:60px;
	text-align:center;
	font-weight:300;
	letter-spacing:5px;
	margin-bottom:50px;
	font-family: 'Roboto Condensed',"heisei-kaku-gothic-std", sans-serif;
	padding-bottom: 3%;
	line-height: 2;
}*/

#v3protection h3 span{
	font-size: 18px;
	letter-spacing:5px;
}


#v3protection h4{
	font-size: 32px;
    font-family: "heisei-mincho-std", serif;
    padding: 120px 0 60px;
	font-weight: normal;
}
#v3protection h3{
	font-size:80px;
	text-align:center;
	font-weight:300;
	letter-spacing:5px;
	margin-bottom:85px;
	font-family: 'Roboto Condensed',"heisei-kaku-gothic-std", sans-serif;
	line-height: 2.3;
}
#v3protection .inner{
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}
@media only screen and (max-width: 800px) { 
	#v3protection .pcnone{
		display: block;
	}	
	#v3protection .pclock{
	display: none;
}
	#v3protection #intro .image{
    width: 30%;
}
}

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

	
	#v3protection h3{
		font-size:50px;
		letter-spacing:3px;
		margin-bottom: 55px;
	}
	#v3protection h4{
	font-size: 25px;  
	padding: 80px 0 40px;
}
}

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

	#v3protection h3 span{
	font-size:15px;
    letter-spacing: 1px;
}
	
	#v3protection h3{
		font-size:35px;
		letter-spacing:1px;
		margin-bottom: 30px;
	}
	#v3protection h4{
	font-size: 18px; 
	padding: 60px 0 25px;
}

}
/*
TOP
-------------------------------------------------------------------------------------------*/
	#v3protection #hero{
	background-color: #b2b1b6;
}


/*
ラインナップ
-------------------------------------------------------------------------------------------
#v3protection #lineup{
	background:#E1E1E1;
	padding:90px 0;
}


#v3protection #lineup #inner{
	width:90%;
	max-width:1000px;
	margin:50px auto 0;
	display:flex;
	 flex-wrap: wrap;
    justify-content: space-between;
}

#v3protection #lineup #inner .box{
	width:16%;
	margin-bottom:100px;
}

#v3protection #lineup #inner .box img{
	max-height:180px;

}

#v3protection #lineup #inner .box dl{
	margin-top:20px;
}

#v3protection #lineup #inner .box dt{
	color:#C0665F;
	font-weight:bold;
}

#v3protection #lineup #inner .box dd span{
	font-size:13px;
	display:block;
	margin:5px 0;
}

#v3protection #lineup #inner .box dd{
	font-size:14px;
}

#v3protection #lineup #inner .box p{
	background:#333;
	width:90%;
	margin:15px auto 0;
}

#v3protection #lineup #inner .box p a{
	color:#fff;
	padding:15px 0;
	display:block;
	position:relative;
}

#v3protection #lineup #inner .box p a:after{
	content: "";
	width: 8px;
	height:8px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top:22px;
	margin-left:5px;
}

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

	
	#v3protection #lineup #inner .box dt{
		font-size:13px;
	}
	
	#v3protection #lineup #inner .box dd span{
		font-size:12px;
	}
	#v3protection #lineup #inner .box dd{
	font-size:13px;
}
	
	#v3protection #lineup #inner .box p{
		font-size:12px;
	}
	
	#v3protection #lineup #inner .box p a{
		padding:12px 0;
	}
	#v3protection #lineup #inner .box p a:after{
		top:16px;
	}
}
@media only screen and (max-width:700px) { 
#v3protection #lineup #inner .box{
	width:50%;
	margin-bottom:100px;
}
}*/


/*
イントロ
-------------------------------------------------------------------------------------------*/
#v3protection #intro dl{
    width: 65%;
    text-align: left;
}

#v3protection #intro dl dt{
    font-size: 34px;
    font-family: "heisei-mincho-std", serif;
    margin-bottom: 5px;
}

#v3protection #intro dl dt p{
    font-weight: bold;
}

#v3protection #intro dl dd{
    margin-bottom: 20px;
}

#v3protection #intro dl dd p{
    font-size: 22px;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    margin-bottom: 25px;
}

#v3protection #intro .image{
    width: 30%;
}

@media only screen and (max-width: 800px) { 
	
	#v3protection #intro{
		display: inline-block;
		margin: 0 auto;
		text-align: center;
		padding-top: 40px;
	}
	
	#v3protection #intro .image{
		display: none;}
	#v3protection #intro dl{
    width: 100%;
    text-align: center;
	margin: 0 auto;
}
	#v3protection #intro .pcnone img{
    margin: 0 auto;
		width: 30%;
}
	#v3protection #intro dl dd{
    margin:0 auto 20px;
	text-align: left;
}
	#v3protection #intro dl dd p{
	text-align: center;	
}

	
}
@media only screen and (max-width:500px) { 

	
		#v3protection #intro img{
			max-width: 100px;
			margin: 0 auto;
	}


	#v3protection #intro dl dt {
		font-size: 25px;
	}
	#v3protection #intro dd{
		width: 90%;
		margin-top: 14px;
		margin: 0 auto;
	}
	 #v3protection #intro dl dd p{
    font-size: 16px;
}
	
	
}





/*
商品
-------------------------------------------------------------------------------------------*/
#v3protection #cream{
	background: #EFF3F6;
	padding-bottom: 70px;
}

#v3protection #cream p{
	font-size: 30px;
    background: #fff;
	font-weight: normal;
    padding: 8px 0;
	width: 85%;
	max-width: 1000px;	
	font-family: "heisei-kaku-gothic-std", sans-serif;
	margin:0 auto 40px;
}

#v3protection #cream .box{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width: 90%;
	max-width: 1000px;
	margin:auto;
	text-align: left;
	
}
#v3protection #cream dl{
	width:70%;
	border-bottom: dotted 2px #333;
	border-top: dotted 2px #333;
}
#v3protection #cream dt{
   font-size: 30px;
	font-weight: bold;
	padding: 10px 0 5px 25px;
}
#v3protection #cream dt span{
   font-size: 45px;
   font-weight: 300;
   font-family:'Roboto Condensed', "Century Gothic", Century, sans-serif;
}

#v3protection #cream dd{
   font-size: 25px;
	font-family: "heisei-mincho-std", serif;
	padding: 5px 0 5px 25px;
}

#v3protection #cream dd:nth-of-type(2n) {
   font-size: 18px;
	padding-bottom: 15px;
}
#v3protection #cream dt:nth-of-type(2) {
   border-top: dotted 2px #333;
}


@media only screen and (max-width:650px) { 
    #v3protection #cream p {
    font-size: 20px;
}
	#v3protection #cream img{
	width: 15%;	
	margin: 0 auto;
	padding-bottom: 40px;
	}
	#v3protection #cream .box {
    display: initial; 
}
    #v3protection #cream dl {
    width: 90%;
    border-bottom: dotted 2px #333;
    border-top: dotted 2px #333;
	margin:0 auto;
}
	#v3protection #cream dt{
   font-size: 23px;
}
   #v3protection #cream dt span{
   font-size: 30px;
}
	#v3protection #cream dd{
    font-size: 21px;
}
	#v3protection #cream dd:nth-of-type(2n) {
   font-size: 17px;
}
}

@media only screen and (max-width:450px) { 
    #v3protection #cream p {
    font-size: 16px;
	width: 90%;
}

	#v3protection #cream dt{
   font-size: 20px;
   padding: 10px 0 5px 15px;
}
   #v3protection #cream dt span{
   font-size: 25px;
}
	#v3protection #cream dd{
    font-size: 17px;
    padding: 10px 0 5px 15px;
}
	#v3protection #cream dd:nth-of-type(2n) {
   font-size: 15px;
}
}



/*
アプローチ
-------------------------------------------------------------------------------------------*/
#v3protection #approach{
	font-family: "heisei-mincho-std", serif;
}

#v3protection #approach .index .box{
	color: #fff;
	background: #4A4A4A;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	padding: 32px;
    max-width: 1000px;
	margin: 65px auto 0;
	
}

#v3protection #approach .index .box dl{
	width: 43%;
	text-align: left;
}

#v3protection #approach .index .box dd{
   font-size: 25px;
	padding: 9px 0;
}

#v3protection #approach .index .box dd:nth-of-type(1) {
	border-bottom: solid 1px ;
}
#v3protection #approach .index .box dd:nth-of-type(2) {
	padding:11px 0 0 0;
}
	#v3protection #approach .box img{
	width: 25%;
	object-fit:contain;
	vertical-align: top;
	padding-bottom: 60px;
 }

#v3protection #approach .inner .triangle{
    width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-top: 35px solid #4A4A4A;
	border-right: 30px solid transparent;
	margin: 0 auto;
	padding-bottom: 3%;
	margin-top: -1px;
}
#v3protection #approach h4{
    padding: 33px 0 22px;
}

#v3protection #approach p{
    font-size: 18px;
    display: inline-block;
	margin: 0 auto 70px;
	line-height: 2;
	text-align:left;
	font-family:  "heisei-kaku-gothic-std", sans-serif;
}

#v3protection #approach .damage {
	color: #393939;
	background: #EEEFEF;
	max-width: 1000px;
	margin: 0 auto;
	padding: 32px;
 }
#v3protection #approach .damage .uv{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 50px 0;
 }
#v3protection #approach .inner .box:nth-of-type(4) img{
	width: 50%;
 }
#v3protection #approach .damage .box{
	width: 47%;
	margin: 0 auto;
 }
#v3protection #approach .damage img{
	padding-top: 70px;
	width: 85%;
 }

#v3protection #approach .damage .box dt {
	background: #EA9C72;
	padding: 14px 0;
	font-family:  "heisei-kaku-gothic-std", sans-serif;
 }

#v3protection #approach .damage .box:nth-of-type(2) dt {
	background: #7AB0C3;
 }

#v3protection #approach .damage .box dd {
	font-size: 35px;
	text-align: left;
	padding-top: 24px;
 }
 #v3protection #approach .index .box dt{
   font-size: 35px;
	padding-top: 21px;
}
#v3protection #approach .damage .box dd:nth-of-type(2){
	font-size: 16px;
	font-family:  "heisei-kaku-gothic-std", sans-serif;
 }
#v3protection #approach .inner .box:nth-of-type(3){
	padding: 107px 0;
 }



@media only screen and (max-width:940px) { 
	#v3protection #approach .index .box dl{
	width: 60%;
}
}
@media only screen and (max-width:800px) { 
	#v3protection #approach .damage .box dd {
	font-size: 23px;
 }
	#v3protection #approach .inner .box:nth-of-type(3) {
    padding: 60px 0;
}
	#v3protection #approach .box img {
    padding-bottom: 0;
}
}
@media only screen and (max-width:700px) { 
	#v3protection #approach .index .box dl{
	width: 60%;
}

    #v3protection #approach .index .box dd{
   font-size: 17px;
}
	#v3protection #approach .index .box dt{
   font-size: 25px;
}
	#v3protection #approach .damage {
    padding: 20px;
}
	#v3protection #approach .damage img {
    padding-top: 40px;
}
	#v3protection #approach .damage .box dd {
	font-size: 18px;
	padding-top: 20px;
 }
    #v3protection #approach .damage .box dd:nth-of-type(2),.damage .box dt{
	font-size: 14px;
 }
	#v3protection #approach .damage .uv {
    padding: 40px 0 30px;
}
	#v3protection #approach .inner .triangle{
    width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-top: 25px solid #4A4A4A;
	border-right: 20px solid transparent;
	margin: 0 auto;
}
	#v3protection #approach .pcnone {
    display: none;
}
	#v3protection #approach .box img {
    width: 30%;
    object-fit: contain;
    vertical-align: top;
    padding-bottom: 0;
}
	
	
}

@media only screen and (max-width:480px) {
   #v3protection #approach .index .box {
    justify-content: space-between;
	    padding: 20px;
}


   #v3protection #approach .index .box dl{
	width: 65%;
}
    #v3protection #approach .index .box dd{
   font-size: 14px;
}
	#v3protection #approach .index .box dt{
   font-size: 18px;
	padding-top: 7px;
}
	#v3protection #approach .damage .box dd {
	font-size: 16px;
 }
    #v3protection #approach .damage .box dd:nth-of-type(2),.damage .box dt{
	font-size: 13px;
 }
	#v3protection #approach .inner .box:nth-of-type(3) {
    padding: 60px 0 30px;
}
		#v3protection #approach .inner .triangle{
    width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-top: 15px solid #4A4A4A;
	border-right: 10px solid transparent;
	margin: 0 auto;
}
	#v3protection #approach p{
    font-size: 15px;
}
	#v3protection #approach .pcnone{
    display: block;
}
	
	
}




/*
アバウト
-------------------------------------------------------------------------------------------*/
#v3protection #about {
	padding-bottom: 230px;
 }
#v3protection #about .index{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
    margin: 0 auto;
    padding: 0 3% 3% 3%;
 }
#v3protection #about .index .box{
	background:#5C5E5E;
	color: #fff;
	width: 48%;
 }
#v3protection #about .index .box:nth-of-type(2){
	background:#3A3B3B;
 }
#v3protection #about .index .box dt{
	font-family: 'Roboto Condensed',"heisei-kaku-gothic-std", sans-serif;
	font-size: 80px;
	font-weight: 300;
	padding-top: 50px;
 }
#v3protection #about .index .box dd{
	font-size: 38px;
	font-family: "heisei-mincho-std", serif;
 }
#v3protection #about .index .box dd:nth-of-type(2){
	font-family:  "heisei-kaku-gothic-std", sans-serif;
	font-weight: 600;
	border-bottom: solid 1px #fff;
	width: 90%;
	margin: 0 auto;
	padding: 5px 0 20px;
	font-size: 32px;
 }
#v3protection #about .index .box dd:nth-of-type(3){
	font-family:  "heisei-kaku-gothic-std", sans-serif;
	font-size: 21px;
	line-height: 2;
 }
#v3protection #about .index .box dd:nth-of-type(4){
	font-family:  "heisei-kaku-gothic-std", sans-serif;
	font-size: 21px;
	line-height: 2;
	
 }
#v3protection #about .index .box dd span{
	background: #fff;
	color: #3A3B3B;
	padding: 5px 10px;
	font-size: 21px;
	font-family: "Century Gothic", Century, sans-serif;
 }
#v3protection #about .index .box:nth-of-type(1) dd:nth-of-type(3){
	padding: 45px 0;
 }
#v3protection #about .index .box:nth-of-type(2) dd:nth-of-type(3){
	padding-top: 29px;
 }
#v3protection #about .index .box:nth-of-type(2) dd:nth-of-type(4){
	padding: 19px 0 48px;
 }
#v3protection #about .index .box img{
	padding-bottom: 95px;
	width: 60%;
 }

@media only screen and (max-width:700px) { 
	#v3protection #about {
	padding-bottom: 150px;
 }
    #v3protection #about .index .box dt{
	font-size: 50px;
	padding-top: 35px;
 }
	#v3protection #about .index .box dd{
	font-size: 23px;
 }
    #v3protection #about .index .box dd:nth-of-type(2){
	font-size: 19px;
 }
	
	#v3protection #about .index .box dd:nth-of-type(3){
	font-size: 17px;
 }
    #v3protection #about .index .box dd:nth-of-type(4){
	font-size: 17px;
	
 }
	#v3protection #about .index .box dd span{
	font-size: 17px;
 }
	#v3protection #about .index .box:nth-of-type(1) dd:nth-of-type(3){
	padding: 55px 0 77px;
	
 }
	#v3protection #about .index .box:nth-of-type(1) .pcnone{
	display: none;
	
 }
	#v3protection #about .index .box img {
    padding-bottom: 70px;
}
}

@media only screen and (max-width:480px) { 
	#v3protection #about {
	padding-bottom: 100px;
 }
	#v3protection #about .index{
	display: block;
 }
	#v3protection #about .index .box{
	width: 95%;
	margin: 0 auto;
 }
	#v3protection #about .index .box:nth-of-type(1){
	margin-bottom: 40px;
 }
    #v3protection #about .index .box dt{
	font-size: 35px;
 }
	#v3protection #about .index .box dd{
	font-size: 20px;
 }
    #v3protection #about .index .box dd:nth-of-type(2){
	font-size: 19px;
 }
	
	#v3protection #about .index .box dd:nth-of-type(3){
	font-size: 16px;
 }
    #v3protection #about .index .box dd:nth-of-type(4){
	font-size: 16px;
	
 }
	#v3protection #about .index .box dd span{
	font-size: 16px;
 }

	#v3protection #about .index .box .pcnone{
	display: none;
}

	#v3protection #about .index .box:nth-of-type(1) dd:nth-of-type(3){
     padding: 29px 0;
	
 }
	#v3protection #about .index .box:nth-of-type(2) dd:nth-of-type(4) {
    padding: 19px 0 29px;
}
	#v3protection #about .index .box img {
    padding-bottom: 50px;
}
 }



/*
ナチュラル
-------------------------------------------------------------------------------------------*/
#v3protection #natural {
	background: #FBF7F2;
	padding: 100px 0;
 }
#v3protection #natural h3{
	 line-height: 1.3;
	}
#v3protection #natural span{
	 font-size: 35px;
	letter-spacing:1px;
	line-height: 2;
	font-family: "heisei-mincho-std", serif;
	    display: inline-block;
    padding-top: 40px;
 }
#v3protection #natural img{
	width:65%; 
	max-width: 1000px;
	margin:auto;
 }



@media only screen and (max-width:700px) { 
	
#v3protection #natural {
	padding: 80px 0;
 }
#v3protection #natural span{
	font-size: 25px;
    padding-top: 20px;
	}
}
@media only screen and (max-width:480px) { 

#v3protection #natural {
	padding: 50px 0;
 }
#v3protection #natural span{
	font-size: 16px;
    padding-top: 10px;
	}
}

/*
クオリティ
-------------------------------------------------------------------------------------------*/
#v3protection #quality {
	padding: 85px 0;
	max-width: 1000px;
    margin: 0 auto;
 }
#v3protection #quality h3{
    margin: 0 auto;
 }
#v3protection #quality .box:nth-of-type(1) h4:nth-of-type(1){
	    padding: 45px 0;
 }

#v3protection #quality .box{
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 30px 0 ;
 }


#v3protection #quality dl{
	border-bottom: dashed 2px #333;
	border-top: dashed 2px #333;
	text-align: left;
}
#v3protection #quality dt{
   font-size: 30px;
	padding: 20px 0 0 40px;
}
#v3protection #quality dt span{
   font-size: 45px;
   font-weight: 300;
   font-family:'Roboto Condensed', "Century Gothic", Century, sans-serif;
}
#v3protection #quality dd{
   font-size: 25px;
	padding: 0 0 20px 40px;
}
#v3protection #quality dd:nth-of-type(1),#quality dd:nth-of-type(2){
	border-bottom: dashed 2px #333;
}

#v3protection #quality .box:nth-of-type(2) p{
	 font-size: 25px;
     font-family:  "heisei-kaku-gothic-std", sans-serif;
	 text-align: left;
	display: inline-block;
	padding-bottom:50px;
 }

#v3protection #quality table {
  border-collapse: collapse;
  letter-spacing: 0.1em;
}
#v3protection #quality table th, table td {
  border: solid 1px #333;
}
#v3protection #quality table tr:nth-of-type(odd) td:nth-of-type(1) {
  width: 13%;
  margin:auto; 
  font-size:24px; 
  vertical-align:middle;
}

#v3protection #quality table tr:nth-of-type(odd) td:nth-of-type(2),#quality table tr:nth-of-type(even) td:nth-of-type(1) {
  width: 42%;
  margin:auto;
  text-align: left;
  font-size:20px; 
  padding-left: 20px;
  vertical-align:middle;

}

#v3protection #quality table td:nth-of-type(3),#quality table tr:nth-of-type(2n) td:nth-of-type(2) {
  width: 50%;
  margin:auto;
  text-align: left;
  font-size:20px; 
  padding: 20px;
  vertical-align:middle;
}

@media only screen and (max-width:700px) { 
	#v3protection #quality dt{
   font-size: 23px;
   padding:20px 0 0 15px;
}
   #v3protection #quality dt span{
   font-size: 35px;
}
   #v3protection #quality dd{
   font-size: 18px;
   padding: 0 0 20px 15px;
}
	
	#v3protection #quality .box:nth-of-type(2) p{
	 font-size: 18px;
 }
	
    #v3protection #quality table tr:nth-of-type(odd) td:nth-of-type(1) {
  font-size:18px; 
}
	#v3protection #quality table tr:nth-of-type(odd) td:nth-of-type(2),#quality table tr:nth-of-type(even) td:nth-of-type(1) {
  font-size:14px; 
}

#v3protection #quality table td:nth-of-type(3),#quality table tr:nth-of-type(2n) td:nth-of-type(2) {
  font-size:14px; 
}	
	
}
@media only screen and (max-width:480px) { 
	
	#v3protection #quality dt{
   font-size: 16px;
	padding:10px 0 0 15px;
}
   #v3protection #quality dt span{
   font-size: 25px;
}
   #v3protection #quality dd{
   font-size: 13px;
   padding: 0 0 10px 15px;
}
	
	#v3protection #quality .box:nth-of-type(2) p{
	 font-size: 15px;
	 
 }
	
    #v3protection #quality table tr:nth-of-type(odd) td:nth-of-type(1) {
     font-size:15px; 
	 width: 10%;
	 writing-mode: vertical-rl;
     white-space: pre;
}
	#v3protection #quality table tr:nth-of-type(odd) td:nth-of-type(2),#quality table tr:nth-of-type(even) td:nth-of-type(1) {
  font-size:13px; 
  padding:0 0 0 10px;
  width: 40%;
}

#v3protection #quality table td:nth-of-type(3),#quality table tr:nth-of-type(2n) td:nth-of-type(2) {
  font-size:13px;
 padding: 10px;
}	
	
}

/*
HOW TO
-------------------------------------------------------------------------------------------*/
#v3protection #howto {
    background:#F0F4F9;
	padding: 25px 0 130px;
}


#v3protection #howto .box{
    display: flex;
    margin: 0 auto;
	width: 85%;
}
#v3protection #howto .box img{
    object-fit: contain;
	width: 20%;
}
#v3protection #howto .box h4{
    padding:50px 150px 50px 0; 
	text-align: left;
}
#v3protection #howto table{
    text-align: left;
	margin: 0 auto;
	width: 85%;
}

#v3protection #howto td{
    font-size: 35px;
    font-weight: 300;
    font-family: 'Roboto Condensed', "Century Gothic", Century, sans-serif;
	border: none;
	vertical-align:middle;
	padding: 30px 0;
}
#v3protection #howto td:nth-of-type(2){
    font-size: 20px;
	padding-left: 30px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width:900px) { 
	#v3protection #howto .box{
	justify-content: space-between;
}
    #v3protection #howto .box h4{
    padding:50px 0 50px; 
	text-align: left;
    font-size: 25px;	
}
	
}

@media only screen and (max-width:700px) { 
	#v3protection #howto {
	padding: 25px 0 80px;
}	
	#v3protection #howto .box h4{
    padding:30px 0 30px 0; 
	font-size: 21px;
}
     #v3protection #howto td{
    font-size: 23px;
}
    #v3protection #howto td:nth-of-type(2){
    font-size: 14px;
    padding-left: 20px;
}
    #v3protection #howto .box img{
	width: 23%;
}	

}

@media only screen and (max-width:480px) {
	#v3protection #howto {
	padding: 25px 0 50px;
}
	#v3protection #howto .box {
    width: 100%;
	padding-bottom:20px;
}	#v3protection #howto table {
    width: 100%;
}
     #v3protection #howto td{
    font-size: 18px;
    vertical-align:top;
}
    #v3protection #howto td:nth-of-type(2){
    font-size: 14px;
	letter-spacing: 0.05em;
}
    #v3protection #howto .box h4{
    font-size: 16px;
	padding:  5% 5% 5% 0;

}
}



/*
item
-------------------------------------------------------------------------------------------*/

	#v3protection #item h3{
    line-height: 1.3;
}
#v3protection #item {
	padding: 100px 0 200px;
}
#v3protection #item .flex{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
}
#v3protection #item .flex img{
	width: 10%;
}
/*


#v3protection #item .flex img{
	width: 10%;
	object-fit: contain; ←これ消してる　スマホで内容確認

}
*/

#v3protection #item .box{
	width: 50%;
}
#v3protection #item dl{
    font-size: 20px;
    font-family: sans-serif;
	border: none;
	text-align: left;
	margin: 10% 0 10% 22%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
}

#v3protection #item dt{
	width: 20%;
	padding-top: 30px;
}
#v3protection #item dd{
	width: 75%;
	padding-top: 30px;
    white-space: nowrap;
}


@media only screen and (max-width: 800px) { 
	#v3protection #item .flex{
	display: block;
}
	#v3protection #item .flex img {
    width: 15%;
    padding-bottom: 35px;
}
    #v3protection #item .box{
	margin: 0 auto;
	width: 60%;
}   
	#v3protection #item dl {
    margin: 30px auto;
	font-size: 17px;
}
}
@media only screen and (max-width: 480px) { 
    #v3protection #item dl{
    font-size: 15px;
	margin: 0 auto;
}
	#v3protection #item .flex img {
    padding-bottom: 0;
}
	#v3protection #item .box{
	margin: 0 auto;
	width: 70%;
}  
	#v3protection #item {
	padding: 70px 0 50px;
}
}





