@charset "UTF-8";

/*
 ページトップ
----------------------------*/
.move-top {
	position: fixed;
	right: 30px;
	bottom: 100px;
	width: 64px;
	height: 64px;
	z-index: 9999;
}

.move-top a {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0;
	padding-left: 0;
	background: url(../image/icon_pagetop.png) 0 0 no-repeat #ddd;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
.move-top {
	position: fixed;
	right: 10px;
	bottom: 0px;
	width: 40px;
	height: 40px;
}
.move-top.fixed {
	position: absolute;
	bottom: 0;
}
.move-top a {
	width: 40px;
	height: 40px;
	background: url(../image/sp_icon_pagetop.png) 0 0 no-repeat #ddd;
	background-size: 40px auto;
}
}

.btn-highPriority {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	min-width: 150px;
	width: 230px;
	padding: 8px 5px 7px;
	text-align: center;
	background: #fcdb00;
	box-shadow: 0 3px 6px rgba(199, 199, 199, .5);
	border: 0;
	cursor: pointer;
	color: #223;
}
.btn-highPriority.type-input {
	padding: 0;
}
.btn-highPriority:hover,
.btn-highPriority.type-input:hover input,
.btn-highPriority.type-input:active input {
	background: #ffe047;
	text-decoration: underline;
	color: #223;
}
.btn-highPriority.btn-linkBlank:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	background: url(../img/icon_linkBlank.html) left top no-repeat;
}
.btn-highPriority.type-input input {
	padding: 9px 5px 8px;
}
.btn-highPriority.type-input.is-disabled input {
	padding: 8px 5px 7px;
}
.btn-back,
.btn-back.type-input input {
	min-width: 230px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 7px 20px 6px 37px;
	text-align: center;
	color: #fff;
	border: 1px solid #5d5d5d;
	border-radius: 20px;
	background: #4b4b4b;
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 30px;
	margin-bottom: 20px;
}
.btn-back.type-input input {
	padding: 8px 20px 7px 37px;
}
.btn-back.type-input {
	position: relative;
	padding: 0;
}
.btn-back:before {
	content: '';
	display: block;
	position:  absolute;
	left: 18px;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-back:hover, .btn-back:active {
    background: #6d6d6d;
    text-decoration: underline;
}
.btn-back.type-input input:hover,.btn-back.type-input input:active {
	text-decoration: underline;
}
.btn-back:link, .btn-back:visited {
    color: #fff;
}
.h3-1{
	border-left: 4px #999 solid;
}
[class^="h3-"]{
	margin: 30px 0 20px 0;
	padding: 5px 0 5px 10px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px #999 dotted;
}
.pl-5 {
	padding-left:5px!important;
}
.mb-20 {
	margin-bottom:20px!important;
}