@charset "utf-8";

.c5-heading1__beltbg2 {
	text-align: left;
    background: #cccccc;
    padding: 12px 15px;
    color: #2f353d;
    font-size: 1.25rem
}
.c5-flex-col {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.c5-flex-col .img {
	margin-right: 20px;
}
.c5-flex-col img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.c5-slidebox {
    margin: 0;
    padding: 30px;
    border: solid 5px;
    background-color: #FFF;
    color: #2f353d;
    border-color: #f3f4f6;
    height: 300px;
    overflow: auto;
}
.c5-enq_form h2 {
  margin-top: 60px;
}

.c5-enq_form fieldset {
  margin-top: 40px;
}

.c5-enq_form h2 + fieldset {
  margin-top: 10px;
}

.c5-enq_form legend {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 0.8em;
}

.c5-enq_form ul {
  padding: 0 1em;
  list-style-type: none;
}
.c5-enq_form td ul {
	padding: 0;
	margin: 0;
}

.c5-enq_form ul li {
  margin-top: 5px;
}

.c5-enq_form ul li:first-child {
  margin-top: 0;
}

.c5-enq_form label:hover {
  cursor: pointer;
}

.c5-enq_form input {
  margin-right: 5px;
}

.c5-enq_form input[type=submit]:hover,
.c5-enq_form input[type=button]:hover {
  cursor: pointer;
}

.c5-enq_form textarea {
  width: 80%;
  height: 150px;
}

.c5-enq_form .c5-required {
  position: relative;
}

.c5-enq_form .c5-required::after,
.c5-required-icon {
  content: '必須';
  display: inline-block;
  color: #fff;
  background: #cc3232;
  padding: 2px 5px;
  font-size: 0.7em;
  margin-left: 10px;
  border-radius: 5px;
	vertical-align: middle;
}

.c5-enq_form .c5-number span.autoConfirmVal:empty:before {
  content: '0';
}

.c5-enq_form .c5-number li {
  margin-top: 10px;
}

.c5-enq_form .c5-button {
  text-align: center;
  margin: 40px auto 0;
  display: block;
  max-width: 300px;
  font-size: 1.2rem;
  font-weight: bold;
}

.c5-enq_form .c5-button a:hover {
  text-decoration: none;
  color: #fff;
  width: 100%;
}

.c5-enq_form .c5-button input {
  background: trnsparent;
  border: none;
  width: 100%;
}

.c5-enq_form .c5-button input:hover {
  text-decoration: none;
}

.c5-button.c5-reset {
  background: #81858b;
  color: #fff;
  max-width: 150px;
  margin-top: 20px;
  font-size: 0.8rem;
}

.c5-button.c5-reset input {
  width: 100%;
  padding: 2px;
  background: #81858b;
  color: #fff;
  text-decoration: none;
  border: none;
}

.c5-button.c5-reset input:hover {
  text-decoration: none;
}

.c5-button.c5-reset:hover {
  color: #fff;
  text-decoration: none;
  background: #81858b;
  opacity: 0.8;
}

#c5-conf {
  display: none;
}
.c5-formbtns {
	text-align: center;
	margin: 30px 0;
}
.c5-formbtns input {
	min-width: 150px;
	display: inline-block;
	vertical-align: top;
}
textarea.read-only {
	background-color: #ccc;
}
.c5-error {
	display: block;
	padding: 8px;
    border: 1px solid #C00;
    margin-bottom: 6px;
    color: #C00;
    background-color: #FFF5F5;
}
.confirm-message {
	display: none;
}
.s5-button.autoConfirmBack {
	background-color: #666 !important;
}
.s5-button.autoConfirmBack:hover {
	opacity: .7;
	transition: opacity .2s;
}
.c5-form-table {
	width: 100%;
	margin-bottom: 60px;
}
.c5-form-table th,
.c5-form-table td {
	padding: 15px;
	border: 1px solid silver;
}
.c5-form-table th {
	font-weight: bold;
	text-align: left;
	background-color: #f5f5f5;
}
.c5-input-comment {
	padding: 0;
	margin: 0;
	color: #666;
}
.c5-input-comment + input {
	margin-top: 5px;
}
input + .c5-input-comment {
	margin-top: 5px;
}
.c5-input-text-s {
	width: 25%;
	box-sizing: border-box;
}
.c5-input-text-m {
	width: 50%;
	box-sizing: border-box;
}
.c5-thanks {
	font-size: 18px;
	text-align: center;
	padding: 100px 0;
}
.c5-enq_form input[type="text"],
.c5-enq_form input[type="tel"],
.c5-enq_form input[type="mail"],
.c5-enq_form textarea {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid silver;
}
.c5-enq_form input[type="text"]:focus,
.c5-enq_form input[type="tel"]:focus,
.c5-enq_form input[type="mail"]:focus,
.c5-enq_form textarea:focus {
	background-color: #f5f5f5;
}
.c5-free-dl {
	display: inline-block;
	font-size: 16px;
	background-color: #cc0000;
	color: #fff;
	padding: 3px 10px;
	vertical-align: middle;
}

@media screen and (max-width: 639px){
	.c5-free-dl {
		font-size: 13px;
	}
	.c5-flex-col {
		display: block;
	}
	.c5-flex-col .img {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.c5-slidebox {
		padding: 0 15px 15px 15px;
		word-wrap: break-word;
	}
	.c5-enq_form input {
		margin-right: 0;
	}
	.c5-enq_form textarea {
		width: 100%;
		box-sizing: border-box;
	}
	.c5-form-table th {
		border-bottom: none;
	}
	.c5-form-table tr:not(:last-child) td {
		border-bottom: none;
	}
	.c5-form-table th,
	.c5-form-table td {
		display: block;
		width: auto;
	}
	.c5-input-text-s,
	.c5-input-text-m {
		width: 100%;
	}
	.c5-enq_form input[type="text"],
	.c5-enq_form input[type="tel"],
	.c5-enq_form input[type="mail"],
	.c5-enq_form textarea {
		font-size: 16px;
	}
}