 * {
    margin: 0;
    padding: 0;
}
p {
	font-size: 15px;
}
a {
	color: blue;
	word-wrap: break-word;
}
.menus{
	margin:4px;
}
#help_wrapper{
	position:relative;
	min-height:100%;
	width: 100%;
	max-width: 640px;
	margin: auto;
	clear: none;
	float: none;
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
	font-family: "Sawarabi Gothic";
} 
.home_right{
	margin: 0 0 0 auto;
}
.bg-grey{
	background-color: #f3f3f3;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
}
.font-bold{
	font-weight: bold;
}
.url{
 	text-decoration: underline;
 	color: blue;
}
body{
	background-color: white;
}
.body_style{
	color: black;
	padding-top: 0;
}
.help_title{
 	text-align: center;
 	margin: 24px;
}
.help_title h2{
 	font-size: 18px;
 	font-weight: 700;
}
.bottom_border{
	border-bottom: solid thin #d3d3d3;
}
label{
	font-size: 18px;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.mark{
	padding: 1px 2px;
	font-size: 12px;
	margin-left: 8px;
	font-weight: bold;
}
.style_required{
	background-color: #ff1800f5;
	color: white;
}
.style_voluntary{
	background-color: #d3d3d3;
	color: black;
}
.bottom_margin{
	margin-bottom: 16px;
}
input{
	width: 344px;
	height: 40px;
	margin-top: 2px;
	font-size: 112%;
}
textarea {
	height: 100px;
	width: 344px;
	font-size: 116%;
}
.input_textarea{
	width: 344px;
	height: 48px;
	margin-top: 2px;
}
#blink{
 	text-decoration: none;
 	color: black; 
}
.contents_title{
 	border-bottom: solid thin #d3d3d3;
 	padding: 20px 10px;
 	text-align: center; 
}
.menu_button{
 	border-bottom: solid thin #d3d3d3;
 	padding: 10px;
}
.button_detail{
 	border-top: solid thin #d3d3d3;
 	border-bottom: solid thin #d3d3d3;
 	padding: 10px;
}
.menu_button:hover{
	background-color: #f3f3f3;
}
.menu_button p {
	color: #2e3436;
	margin-bottom: 4px;
}
.button_style{
	text-align: center;
	margin: 18px;
}
button{
	background-color: #ff1800f5;
	color: white;
	width: 60%;
	text-align: center;
	border: 0;
	padding: 8px;
	border-radius: 8px;
} 
button h4{
	font-size: 15px;
}
button:hover{
	background-color: #ff18008a;
}
.sentence{
	padding:6px;
	/* border-bottom: solid thin #d3d3d3; */
	margin: 2px;
	flex-wrap: wrap;
}

.conf_title{
	text-align: center;
	border-top: solid thin #d3d3d3;
	border-bottom: solid thin #d3d3d3;
	padding: 12px;
}
.conf_title h4{
	font-size:18px;
	font-weight: 400;
}
.selection{
	margin: 4px;
	height: 24px;
	width: 344px;
}
.select_detail{
	width: 344px;
}
.form_detail {
	margin-left: 4px;
}
a.arrow{
	position: relative;
	display: inline-block;
	width: 100%;
}
a.arrow::after{
	content:"";
	display: block;
	width:10px;
	height:10px;
	border-top:2px solid #333;
	border-right:2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:10px;
	top:40%;
}
.breadcrumb{
	margin: 10px;
	margin-right: 50px;
}
.breadcrumb a {
	text-decoration: none;
	color: black;
}
.breadcrumb .breadcrumbs{
	list-style: none;
	flex-wrap: wrap;
}
.breadcrumb li{
	display: inline-block;
	position: relative;
	padding-right: 18px;
	margin-right: 2px;
	font-size: 14px;
}
.breadcrumb li::before{
	content: '›';
	width: 16px;
	height: 30px;
	line-height: 1;
	text-align: center;
	font-size: 30px;
	position: absolute;
	top: 37%;
	right: 0;
	-webkit-transform: translateY(-50%);
}
.breadcrumb li:last-child{
	margin-right: 0;
	padding-right: 0;
}

.breadcrumb li:last-child::before{
	content: normal;
}
.dotted{
	border-bottom: 2px dotted #333;
	margin: 16px 0;
}
.contents{
	margin-bottom: 60px;
}
