@charset "UTF-8";

.l-contents {
	padding-bottom: 100px;
}

.l-contents.confirm .comment,
.l-contents.confirm .description {
	display: none;
}

.l-contents.confirm .privacybox {
	display: none;
}

.l-contents.confirm .contactbtnlist {
	padding-top: 20px;
}

.l-contents a {
	color: #8B1960;
}

.contacttitle {
	padding-top: 40px;
	text-align: center;
}

.contacttitle .title {
	font-size: 29px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
}

.contacttitle .title:before {
	content: "";
	width: 290px;
	height: 1px;
	background: #8B1960;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.contacttitle .txt {
	font-size: 14px;
}

.contactflow {
	margin-bottom: 60px;
}

.contactflow-item {
	width: 240px;
	border: 1px solid #8B1960;
	text-align: center;
	padding: 10px 0;
	float: left;
	position: relative;
}

.contactflow-item.is-current {
	background-color: #8B1960;
	color: #fff;
}

.contactflow-item span {
	padding-right: 10px;
}

.contactflow-item:not(:last-child):after {
	content: "";
	display: block;
	width: 30px;
	height: 10px;
	background: url(../img/common/ico_cursor_05_on.svg) center center no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -38px;
	margin: auto;
}

.contactform-box {
	font-size: 22px;
}

.contactform-box:not(:first-child) {
	margin-top: 20px;
}

.contactform input[type="checkbox"] {
	margin-right: 5px;
}

.contactform input[type="text"] {
	width: 100%;
	padding: 5px;
}

.contactform textarea {
	width: 100%;
	height: 150px;
	padding: 5px;
}

.contactform .required {
	color: #8B1960;
}

.contactform .comment {
	font-size: 14px;
}

.contactform .description {
	font-size: 16px;
}

.contactform-list {
	padding-top: 15px;
}

.contactform .privacybox {
	text-align: center;
	margin-bottom: 60px;
}

.contactform .privacybox .txt {
	margin-bottom: 10px;
}

.sectiontitle {
	font-size: 22px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
}

.sectiontitle span {
	font-size: 16px;
}

#pagetop {
	background-color: #B6E6D1;
}

.contactbtnlist {
	text-align: center;
}

.contactbtnlist * {
	display: inline-block;
	border: 2px solid #8B1960;
	line-height: 1.2;
	border-radius: 4px;
	letter-spacing: 2px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

@media print, screen and (min-width: 769px) {

.contacttitle {
	margin-bottom: 60px;
}

.contactflow-item:not(:first-child) {
	margin-left: 42px;
}

.contactform-table {
	margin-bottom: 15px;
}

.contactform input[type="text"].medium {
	width: 300px;
}

.contactform .comment {
	padding-left: 10px;
}

.contactform .description {
	padding-left: 10px;
}

.contactform-list {
	text-align: center;
}

.contactform-list-item {
	display: inline-block;
	font-size: 16px;
}

.contactform-list-item:not(:first-child) {
	margin-left: 40px;
}

.sectiontitle span {
	padding-left: 20px;
}

.contactbtnlist * {
	width: 240px;
	font-size: 16px;
}

.contactbtnlist *:not(:first-child) {
	margin-left: 15px;
}

.contactbtnlist * {
	padding: 10px 10px 10px 10px;
	background: url("../img/common/ico_cursor_05_on.svg") right 10px center no-repeat;
	background-size: 30px 10px;
}

.contactbtnlist *:hover {
	background-position: right 5px center;
	background-image: url("../img/common/ico_cursor_05_off.svg");
	background-color: #8B1960;
	color: #fff;
}

}

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

.l-contents {
	padding-bottom: 30px;
}

.contacttitle .title {
	font-size: 16px;
}

.contacttitle .title:before {
	width: 50%;
}

.contacttitle .txt {
	font-size: 12px;
	text-align: left;
}

.contacttitle {
	margin-bottom: 30px;
}

.contactflow {
	margin-bottom: 30px;
}

.contactflow-item {
	width: 100%;
	padding: 5px 0;
	font-size: 12px;
}

.contactflow-item:not(:first-child) {
	border-top: 0;
}

.contactflow-item:not(:last-child):after {
	width: 20px;
	bottom: -75px;
	right: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	display: none;
}

.contactform-box {
	font-size: 15px;
}

.contactform input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

.contactform input[type="text"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.contactform .comment {
	font-size: 11px;
	display: block;
}

.contactform .description {
	font-size: 11px;
	display: block;
}

.contactform-list-item {
	margin-left: 20px;
}

.contactform .privacybox {
	font-size: 12px;
}

.contactform .privacybox .txt {
	margin-bottom: 20px;
	text-align: left;
}

.sectiontitle {
	font-size: 16px;
}

.sectiontitle span {
	font-size: 11px;
	display: block;
}

.contactbtnlist * {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 13px;
}

.contactbtnlist *:not(:first-child) {
	margin-top: 20px;
}

.contactbtnlist * {
	padding: 15px 10px 15px 10px;
	background: url("../img/common/ico_cursor_05_on.svg") right 10px center no-repeat;
	background-size: 20px auto;
}

}

