@charset "utf-8";

.s5-breadcrumbs {
	display: none;
}
.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;
}
@media screen and (max-width: 639px) {
  .c5-slidebox {
    height: 150px;
  }
}
.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 td ul:last-child {
	margin-bottom: -7px;
}
.c5-enq_form td ul + p {
	margin-top: 7px;
}
.c5-enq_form td ul.inline li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.c5-enq_form ul li {
  margin-bottom: 7px;
}
.c5-enq_form.is-confirm td ul.inline li {
	display: block;
}

.c5-enq_form label:hover {
  cursor: pointer;
}

.c5-enq_form input + label {
  padding-left: 5px;
}

.c5-enq_form input[type=submit]:hover,
.c5-enq_form input[type=button]:hover {
  cursor: pointer;
}

.c5-textarea_max {
	width: 100%;
	box-sizing: border-box;
	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;
}
.c5-readOnly.on {
	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: 40px;
}
.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-form-table th .s5-small1 {
  font-weight: normal;
}
.c5-input-comment {
	padding: 0;
	margin: 5px 0 0 0;
	color: #666;
}
.c5-input-comment + input {
	margin-top: 5px;
}
.c5-input-text-s {
	width: 25%;
	box-sizing: border-box;
}
.c5-input-text-m {
	width: 50%;
	box-sizing: border-box;
}
.c5-input-text-l {
	width: 100%;
	box-sizing: border-box;
}
.c5-thanks {
	font-size: 18px;
	text-align: center;
	padding: 50px 0;
}
.c5-enq_form input[type="text"],
.c5-enq_form input[type="tel"],
.c5-enq_form input[type="email"],
.c5-enq_form textarea {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid silver;
  padding: 5px;
}
.c5-enq_form select {
	border: 1px solid silver;
}
.c5-enq_form input[type="text"]:focus,
.c5-enq_form input[type="tel"]:focus,
.c5-enq_form input[type="email"]: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;
}

.c5-count_list {
	margin: 0 0 0 20px;
	padding: 0;
}
.c5-count_list li {
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	margin-bottom: 10px;
	position: relative;
	padding-left: 2em;
}
.c5-count_list li:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
  	content: "(" counter(cnt) ") ";
}
.c5-inputOther .autoConfirmVal:not(:empty) + .autoConfirmVal::before {
	content: '（';
}
.c5-inputOther .autoConfirmVal:not(:empty) + .autoConfirmVal::after {
	content: '）';
}
.c5-inlineInput label {
	margin-right: 10px;
}
.cols_name {
  display: flex;
  width: 50%;
}
.cols_name > div:last-child:not(:first-child) {
  margin-left: 20px;
}
.cols_name .c5-input-text-m {
  width: 100%;
}
.ver_flex {
  display: flex;
  align-items: flex-end;
}
.ver_flex .back {
  margin-left: auto;
  text-align: right;
}
.c5-thanks_seciton {
  margin-bottom: 80px;
}
.c5-thanks_col {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.c5-thanks_col > div {
  flex: 0 1 48%;
  margin: 0 10px;
}
.c5-thanks_col__icon {
  margin-bottom: 20px;
}
.c5-thanks_col__icon img {
  height: 67px;
}
.c5-thanks_movie {
  max-width: 960px;
  margin: 40px auto 0 auto;
}

@media screen and (max-width: 639px){
	.c5-count_list {
		margin: 0;
	}
	.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-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="email"],
	.c5-enq_form textarea {
		font-size: 16px;
	}
  .cols_name {
    width: 100%;
  }
  .ver_flex {
    display: block;
  }
  .ver_flex .back {
    margin-top: 20px;
  }
}

/* #35215 added */
@media screen and (min-width: 640px) {
  .c5-sp{
    display: none!important;
  }
}
@media screen and (max-width: 639px) {
  .c5-pc{
    display: none!important;
  }
}
.c5-kv01{
  display: flex;
  align-items: center;
  background: rgb(188 188 204 / 30%);
  color: #212121;
  margin: 20px auto 30px;
  &._orange {
    background: #f5deb3;
  }
}
@media screen and (max-width: 639px) {
  .c5-kv01{
    flex-direction: column;
    margin: 15px -20px 15px;
  }
}
.c5-kv01__image{
  max-height: 140px;
  width: auto;
}
@media screen and (max-width: 639px) {
  .c5-kv01__image{
    max-height: none;
    width: 100%;
    height: auto;
  }
}
.c5-kv01__title{
  flex: 1;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding: 20px 15px;
  vertical-align: bottom;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .c5-kv01__title{
    font-size: 20px;
    letter-spacing: .05em;
    padding: 10px 15px;
  }
}
.c5-kv01__subTitle{
  display: inline-block;
  padding: 0 1.5em;
  font-size: .8em;
  position: relative;
  margin-left: .4em;
  &._black {
    &::before,
    &::after {
      background-color: #212121;
    }
  }
}
@media screen and (max-width: 639px) {
  .c5-kv01__subTitle{
    margin-left: 0;
    margin-top: .2em;
  }
}
.c5-kv01__subTitle:before,
.c5-kv01__subTitle:after{
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  background: orange;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
}
.c5-kv01__subTitle:before{
  left: 0;
}
.c5-kv01__subTitle:after{
  right: 0;
}
.c5-inquiryIndex{
  border: 1px solid #E95704;
  margin: 42px 6%;
  padding: 15px 2%;
}
.c5-inquiryIndex *:last-of-type{
  margin-bottom: 0;
}
.c5-inquiryIndex__title{
  margin-left: 12px;
}
.c5-inquiryIndex__list li{
  list-style-type: disc;
  margin-left: 24px;
}
