img {
  max-width: 100%;
}

.index_box {
  margin-bottom: 50px;
}
.index_area {
  border: #e1511d 1px solid;
  padding: 20px 5% 15px;
  width: 90%;
  margin: 0 auto 30px;
  box-sizing: border-box;
}

.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: 75px;
  overflow-y: 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 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-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: 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: 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-input-text-l {
	width: 100%;
	box-sizing: border-box;
}
.c5-thanks {
	font-size: 18px;
	text-align: left;
	padding: 20px 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;
}
.cols_name {
  display: flex;
  width: 50%;
}
.cols_name > div:last-child {
  margin-left: 20px;
}
.cols_name .c5-input-text-m {
  width: 100%;
}
.c5-sp {
  display: none;
}
.c5-contents_movie {
  max-width: 960px;
  margin: 0 auto;
}
.c5-cols_academy {
  display: flex;
}
.c5-cols_academy .bn {
  flex: 0 1 40%;
  margin-right: 20px;
}

@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 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="email"],
	.c5-enq_form textarea {
		font-size: 16px;
	}
  .cols_name {
    width: 100%;
  }
  .c5-sp {
    display: block;
  }
  .c5-pc {
    display: none;
  }
  .c5-cols_academy {
    display: block;
  }
  .c5-cols_academy .bn {
    margin: 0 0 20px 0;
  }
}
h1.s5-header1__heading, div.s5-header1__heading {
	float: none;
}
.c5-li-column {
    column-count:2;
}
@media screen and (max-width: 749px){
    .c5-li-column {
        column-count:1;
    }
}
.row {
    margin: 10px auto 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.row__col {
    width: 100%;
    margin: 0 0 40px;
}
@media screen and (min-width: 640px) {
    .row {
        display: flex;
        margin: 20px -20px 100px;
    }
    .row__col {
        width: calc(100% / 3 - 40px);
        margin: 0 20px 60px;
    }
}