@charset "utf-8";
/* CSS Document */

.right{
	text-align: right;
}

.title{
	text-align: center;
	font-size: 20px;
}

.title_sub{
	text-align: center;
	margin:30px auto;
	font-size: 18px;
}

p.title{
	margin-top: 50px;
	margin-bottom: 50px;
}

p.little{
	margin-bottom:3px;
}

p.middle{
	margin-bottom: 15px;
}

p.space{
	margin-bottom: 30px;
}



.contents{
	margin-left: 60px;
	margin-right: 60px;
}


					@media screen and (max-width:600px) {
					.contents{
						margin-left: 20px;
						margin-right: 20px;
					}
					}

								@media screen and (max-width:390px) {
					.contents{
						margin-left: 10px;
						margin-right: 10px;
					}
									
					}



.div{
	display:flex;	
	height: 332px;
	width: 340px;
	overflow: hidden;
	text-align: center;
	margin: auto;
}

.div img{
	display: flex;
	justify-content: flex-end;	
}

.flex{
    display: flex;
    padding: 10px;
	align-items: end;
}

.flex > div{
    /*margin: 10px;*/
    /*padding: 10px;*/
	/*margin:0 auto;*/
	text-align: center;
	box-sizing: border-box;
	width: 50%;
}

.flex .photo img{
	text-align: center;
	display: flex;
	object-fit: cover;
	max-height: 205px;
	width: auto;
	
}

.photo {
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
}
	
.contents ol{	
}

.contents ol li{
	list-style-type: decimal;
    list-style-position: inside;
    text-indent: -20px;
    margin-left: 20px;
    margin-bottom: 11px;
    font-size: 15px;
}
    
p.small{
	font-size: 15px;
	text-align: center;
}

.name{
	align-items: center;
	text-align: center;
	margin: auto;
}
.red{
	color:red;
}
.back{
	font-weight: bold;
	font-size: 15px;
}

.product{
    background-color: #FDE4E4;
    padding: 1px 7px;
    font-weight: bold;
    font-size: 15px;
}

.number{
    font-size: 16px;
    font-weight: bold;
    background-color: #EFEFEF;
    padding: 5px 0 5px 2px;	
    margin-bottom: 10px;
}


.target_items{
	max-width: 850px;
	width: 90%;
	margin:0 auto;
	margin: 11px auto 20px auto;
}

.flex .parts{
	font-weight: bold;
}


.form-button a{
    background-color: #303034;
    border: #ffffff 2px solid;
    box-shadow: 0 0 0 1px #0b0d68;
    font-weight: bold;
    border-radius: 7px;
    text-align: center;
    font-size: 15px;
    margin: 25px auto;
    padding: 10px;
    color: #fff !important;
    display: block;
    box-sizing: border-box;
    width: 90%;
    max-width: 500px;
}
					@media screen and (max-width:600px) {.form-button a{ font-size:13px;}}


.pcNone{ display: none;}
.spNone{ display: inline;}
					@media screen and (max-width:600px) {
						.pcNone{ display: inline;}
						.spNone{display: none;}
					}