/* style.cssの差分  */
header{
	position: relative;
}
.c_howto {
    background-color: inherit;
    display: inline-block;
    color: black;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
}




p{
	margin: 0;
}
ul, li{
	list-style: none;
	padding: 0;
}
.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.dn{
	display: none;
}

.subtitle{
	background-color: #471d19;
	color: white;
	padding: 8px 0;
	padding-left: 20px;
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: 1.5px;
}
.smalltitle{
	font-weight: bold;
	margin-left: 5vw;
	font-size: 17px;
	padding: 5px 15px;
	border-radius: 20px;
	border: solid 1px black;
	display: inline;
}
.smalldetail{
	padding: 0 5vw;
	margin-top: 5px;
	font-size: 12px;
	margin-bottom: 10px;
}
.giins{
	margin-bottom: 50px;
}
.list{
	margin: 10px 5vw;
	float: left;
}
.list_pic{
	position: relative;
	width: 40vw;
	height: 50vw;
}
.list_pic img{
	width: 100%;
	height: 100%;
}
.list_pic p{
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 5px 0;
	background-color: rgba(0,0,0, 0.7);
	color: white;
	text-align: center;
}

.center {
    width: 90%;
    margin-left: 5%;
    background-color: rgba(224, 186, 160, 0.94);
}
.pro_img{
	float: left;
	width: 30%;
	margin-left: 2%;
}
.profile .content{
	float: left;
	width: 60%;
	margin-left: 5%;
}

.select_area{
	margin-top: 30px;
}
.select_area p{
	margin-bottom: 8px;
}
select.year{
	height: 40px;
	line-height: 40px;
}
.type{
	font-size: 16px;
	width: 48%;
	margin-top: 10px;
	transition: 0.1s;
}
.type input{
	display: none;
}
.type span{
	width: 100%;
	display: block;
	padding: 5px 0;
	text-align: center;
	border-radius: 2px;
	font-size: 16px;
	border: #646464 1px solid;
}
.type input:checked + span {
	background-color: #471d19d1;
    color: white;
}
#start{
	width: 100%;
	border-radius: 3px;
	border: none;
	background-color: #4c1717;
	color: white;
	margin-top: 20px;
	font-size: 25px;
	padding: 10px 0;
}

circle{
	background-color: gray;
	border: solid #ccc 1px;

}
header{
	background-color: rgba(255,255,255,0.4);
}
.home header{
	background-color: rgba(255,255,255,0.4);
	margin-bottom: 50px;
}
.home{
	background-image: url("../img/renga3.png");
}
.to{
	text-decoration: none;
}
.to p i{
	font-size: 40px;
	margin-bottom: 10px;
	color: white;
	border: 2.5px white solid;
	border-radius: 50%;
	padding: 8px;
}
.to p{
	width: 70%;
	margin-left: 12%;
	color: white;
	border-radius: 3px;
	border: solid 4px white;
	text-align: center;
	padding: 30px 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	background-color: rgba(125, 109, 109, 0.4);
}
.mielka{
	width: 40%;
	margin-left: 30%;
}
body{
	background-image: url("../img/renga3.png");
}
.content p{
    background-color: rgba(255,255,255,0.5);
    padding: 4px;
}

.tutorials{
	border: solid 4px white;
	background-color: rgba(125, 109, 109, 0.4);
	color: white;
	padding: 20px 3%;
	padding-left: 14%;
}
.tutorial_a{
	margin-top: 10vw;
	float: left;
	width: 10%;
}
.tutorial_a img{
	width: 100%;
}
.tutorial{
	width: 40%;
	float: left;
}
.tutorial img{
	width: 80%;
	margin-left: 10%;
}
#help{
	display: none;
	position: absolute;
	width: 80vw;
	height: 90vh;
	top: 5vh;
	left: 5vw;
	padding: 2vh 5vw;
	overflow-y: scroll;
	background-color: white;
}
#close_help{
	z-index: 3;
	display: none;
	position: absolute;
	top: 3vh;
	right: 2vw;
	background-color: white;
	font-size: 30px;
	border-radius: 50%;
	border: 2px solid black;
	text-align: center;
	width: 30px;
    height: 32px;
    line-height: 30px;
}
.profile_pro_t{
	padding-top: 15px;
    padding-left: 6px;
}
.f_step .type{
	width: 100%!important;
}
.red{
	color: red;
}
img.h_image{
	width: 80%;
	margin-left: 10%;
}
@media screen and (max-device-width: 600px) {
	svg{
		/*margin-left: -35px;*/
	}
}
@media screen and (max-device-width: 350px) {
	svg{
		/*margin-left: -50px;*/
	}
}
@media screen and (max-device-width: 600px) {
	.tutorial p{
		font-size: 3.7vw;
	}
}
@media screen and (min-device-width: 700px) {
	#help{
		width: 60%;
		left: 20%;
		
	}
	#close_help{
		right: 8.5vw;
	}
	.giins{
		width: 700px;
		margin: 0 auto;
	}
	.list{
		margin: 10px 12.4px;
		float: left;
	}
	.list_pic{
		width: 150px;
		height: 190px;
	}
	.list_pic img{
		width: 100%;
		height: 100%;
	}
	.sub{
		font-weight: bold;
		margin-top: 10px;
		margin-left: 10px;
	}
	.tutorials{
		border: solid 4px white;
		background-color: rgba(125, 109, 109, 0.4);
		color: white;
		padding: 20px 3%;
		padding-left: 14%;
	}
	.tutorial_a{
		margin-top: 5vw;
		float: left;
		width: 5%;
	}
	.tutorial_a img{
		width: 100%;
	}
	.tutorial{
		width: 18%;
		float: left;
	}
	.tutorial img{
		width: 80%;
		margin-left: 10%;
	}
}

