.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
small,sup{
	font-size: 12px;
}
.aco_list{
	margin-bottom: 50px;
	border-bottom: 1px solid #dedede;
}
.aco_list dt{
	padding: 20px;
	position: relative;
	cursor: pointer;
	border-top: 1px solid #dedede;
	font-weight: bold;
}
.aco_list dt .toggle_btn{
	width: 20px;
	height: 20px;
	position: relative;
}
.aco_list dt .toggle_btn:before,
.aco_list dt .toggle_btn:after{
	content:"";
	width: 100%;
	height: 2px;
	position: absolute;
	top:0;
	bottom: 0;
	margin: auto;
	background: #90cfca;
	transition: .2s;
}
.aco_list dt .toggle_btn:after{
	transform: rotate(90deg);
}
.aco_list dt.open .toggle_btn:after{
	transform: rotate(180deg);
}
.aco_list dd{
	padding: 0 20px 20px;
	display: none;
}
.aco_list dd p{
	padding: 0 10px;
}

@media screen and (max-width: 767px) {
	.scroll-table table {
	  display: block;
	  overflow-x: scroll;
	  white-space: nowrap;
	  -webkit-overflow-scrolling: touch;
	}
}

.txt_right{
	text-align: right;
}
.txt_right span{
	color:#c89713;
}
.scroll-table {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.txt_right + .message{
	margin-top: 50px;
}
.skil_table{
	width: 1500px;
	color: #45494b;
	font-family: "Helvetica Neue", Arial, "BIZ UDPGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", Meiryo, NotoSansJapanese, sans-serif;
	font-size: 14px;
	border:solid #005c55;
	border-width: 1px 1px 0 0;
	margin-top: 10px;
	table-layout: fixed;
}

.skil_table thead th{
text-align: center;
color:#fff;
background: #005c55;
border:solid #fff;
border-width: 0 0 1px 1px;
padding: 10px;
font-size: 12px;
vertical-align: middle;
text-wrap: auto;
}

.skil_table tbody th{
background: #f7efd8;
color:#005c55;
border:solid #005c55;
border-width: 0 0 1px 1px;
padding: 10px;
font-size: 12px;
font-weight: bold;
text-align: left;
line-height: 1.2;
}
.skil_table thead th:nth-child(1){
	width: 20%;
}
.skil_table thead th:nth-child(n+2){
	width: calc(80% / 14);
}

.skil_table td{
text-align: center;
border:solid #005c55;
border-width: 0 0 1px 1px;
padding: 10px;
font-size: 18px;
color: #c89713;
vertical-align: middle;
}

.concept_movie{
margin: 25px 0 50px;
}

.table_01{
border:solid #005c55;
border-width: 1px 0 0 0;
margin-bottom: 50px;
}

.table_01 th{
color:#005c55;
border:solid #005c55;
border-width: 0 0 1px 0;
padding: 10px 40px;
font-size: 18px;
text-align: center;
}
.table_01 th:nth-child(2){
background: #f7efd8;
font-weight: bold;
}
.table_01 td{
color:#005c55;
border:solid #005c55;
border-width: 0 0 1px 0;
padding: 10px 40px;
font-size: 18px;
text-align: center;
}
.table_01 td:nth-child(2){
background: #f7efd8;
font-weight: bold;
}

.table_02{
margin-bottom: 50px;
border:solid #005c55;
border-width: 1px 0 0 0;
}

.table_02 thead th{
color:#005c55;
font-weight: bold;
border:solid #005c55;
border-width: 0 0 1px 0;
padding: 10px 0;
font-size: 18px;
text-align: center;
}

.table_02 tbody th{
color:#005c55;
border:solid #005c55;
border-width: 0 0 1px 0;
padding: 15px 10px;
font-size: 16px;
text-align: center;
}
.table_02 tbody th:nth-child(1){
width: 70%;
}
.table_02 tbody th:nth-child(2){
background: #f6efd9;
width: 15%;
}
.table_02 tbody th:nth-child(3){
background: #e3d6ae;
font-weight: bold;
width: 15%;
}
.table_02 tbody td{
color:#005c55;
border:solid #005c55;
border-width: 0 0 1px 0;
padding: 15px 10px;
font-size: 18px;
text-align: center;
}
.table_02 tbody td:nth-child(1){
text-align: left;
}
.table_02 tbody td:nth-child(2){
background: #f6efd9;
}
.table_02 tbody td:nth-child(3){
background: #e3d6ae;
font-weight: bold;
}

.table_03{
margin-bottom: 50px;
border:solid #005c55;
border-width: 0 1px 0 0;
}

.table_03 thead th{
font-weight: bold;
border:solid #fff;
border-width: 0 1px 0 0;
padding: 10px 0;
font-size: 18px;
text-align: center;
background: #005c55;
color:#fff;
}

.table_03 thead th:last-child{
border:none;
}

.table_03 tbody th{
color:#005c55;
padding: 15px 20px;
font-size: 16px;
text-align: center;
}
.table_03 tbody th:nth-child(1){
width: 60%;
}
.table_03 tbody th:nth-child(2){
width: 13.3333%;
}
.table_03 tbody th:nth-child(3){
font-weight: bold;
width: 13.3333%;
}
.table_03 tbody th:nth-child(4){
font-weight: bold;
width: 13.3333%;
}
.table_03 tbody td{
color:#005c55;
border:solid #005c55;
border-width: 0 0 1px 1px;
padding: 15px 20px;
font-size: 18px;
text-align: center;
vertical-align: middle;
}
.table_03 tbody td:nth-child(1){
text-align: left;
}
.table_03 tbody td:nth-child(2){
background: #f6efd9;
}
.table_03 tbody td:nth-child(3){
background: #f6efd9;
}
.table_03 tbody td:nth-child(4){
background: #f6efd9;
}

.H06-001-01-inner__text__gray{
    text-wrap: auto;
}
.H06-001-01-inner__text{
    text-align: center;
}