.main-contents {
	position: relative;
}
.imap_main_cont {
	width: 95%;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 495px) {
    .contents-title {
        margin-bottom: 1.75em;
    }
}

.red-band {
	margin-top: 1em;
}
.clear_cross{
    display: block;
    width: 30px;/*枠の大きさ*/
    height: 30px;/*枠の大きさ*/
	right: 1%;
	top: 5%;
    color: #BE1B20;
    position: absolute;
	cursor: pointer;
}
.clear_cross::before, .clear_cross::after{
    content: "";
    display: block;
    width: 40px;/*バツ線の長さ*/
    height: 4px;/*バツ線の太さ*/
	background: #BC1C21;
    transform: rotate(45deg);
    position: absolute;
	top: 45%;
    left: -15%;
}
.clear_cross::after{
    transform: rotate(-45deg);
}
.contents-title-no-flex {
	padding: 3px 2%;
	margin-bottom: 25px;
	color: #FFFFFF;
	background-color: #BC1C21;
}
.contents-title-no-flex .ja {
	margin-top: 2px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #FFFFFF;
}
.contents-title-no-flex .en {
	font-size: 14px;
	color: #FFFFFF;
}
.input-text {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -15px;
	display: flex;
}
.lang-ja {
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.line {
	border-left: 1px dashed #B7B7B7;
}
.lang-en {
	width: 45%;
	font-size: 14px;
	margin-left: 2.5%;
	margin-right: 2.5%;
	color: #6b6b6bd1;
}
.small-contents {
	margin-top: 25px;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #4D4D4D;
	border-radius: 10px;
	position: relative;
}
.small-contents-title {
	padding: 0.5em 2em;
	border: 1px solid transparent;
	border-bottom: 1px solid #4D4D4D;
	border-top-left-radius: 10px; /* 左上を角丸に */
	border-top-right-radius: 10px; /* 右上を角丸に */
	background-color: #E7E7E7;
}
.small-maintitle-left {
	width: 46%;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-right: auto;
}
.small-maintitle-right {
	width: 46%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-left: auto;
}
.small-subtitle-left {
	width: 46%;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #6b6b6bd1;
	margin-right: auto;
}
.small-subtitle-right {
	width: 46%;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #6b6b6bd1;
	margin-left: auto;
}
.small-contents-frame {
	margin-left: 2%;
	margin-right: 2%;
	padding: 2em 1em;
	display: flex;
	justify-content: space-between;
}
.check-here-box {
	max-width: calc(100% - 255px);
	padding: 10px 2% 5px;
	border: 1px solid #4691DB;
	border-radius: 10px;
	background-color: #F8FCFF;
}
.check-box-maintitle {
	font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-right: auto;
}
.check-box-maintitle a, .link a {
	color: #0F8CFF;
	font-weight: bolder;
}
.download-box {
	width: 165px;
	padding: 5px 1.5%;
	border: 1px solid #4D4D4D;
	border-radius: 10px;
	color: #FFFFFF;
	background-color: #1B3080;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	margin-bottom: auto;
}
.small-contents-frame-only {
	margin-left: 2%;
	margin-right: 2%;
	padding: 2em 1em;
	display: flex;
	justify-content:flex-end;
}
.download-img {
	text-align: center;
}
.mb {
	font-size: 12px;
	margin-top: 2%;
}
.link {
	color: #6b6b6bd1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.input-small-contents {
	display: flex;
}
@media (max-width:805px){
	.imap_main_cont {
		font-size: 14px;
	}
	.contents-title-no-flex {
		margin-top: 25px;
		margin-bottom: 13px;
	}
	.contents-title-no-flex .ja {
		font-size: 16px;
	}
	.input-text {
		margin-top: 13px;
		margin-bottom: 13px;
	}
	.lang-ja, .small-maintitle-left, .small-maintitle-right, .check-box-maintitle, .link {
		font-size: 14px;
	}
	.lang-en, .small-subtitle-left, .small-subtitle-right {
		font-size: 12px;
	}
	.small-contents {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.small-contents-title {
		padding: 0.5em 0.7em;
	}
	.small-contents-frame {
		padding: 0.8em 0em;
		display: block;
	}
	.check-here-box {
		max-width: 100%;
		padding: 5px 2%;
	}
	.download-box {
		width: 135px;
		margin-top: 8px;
		margin-left: auto;
		margin-right: 0;
	}
	.download-img img {
		width: 24px;
		height: 24px;
	}
	.download-text {
		font-size: 14px;
	}
	.mb {
		font-size: 10px;
	}
}

/* モーダル */

.admin-wide-modal .input-title {
    width: 160px;
    margin-left: 1%;
    margin-right: 1%;
}
.admin-wide-modal {
    width: 90%;
    max-width: 1300px;
    max-height: 90vh;
    margin: 5vh auto;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: scroll;
    position: relative;
	-ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
}
.admin-wide-modal::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	display:none;
}
.admin-wide-modal .input-text-box {
    width: calc((96% - 130px) / 2);
    margin-right: 1%;
}

@media (max-width: 805px) {
	.input-file-name {
		width: calc(95% - 145px);
		margin: 0;
	}
	.admin-wide-modal .input-file-box {
        width: 45px;
    }
	.admin-wide-modal .input-text-box {
		width: calc(97% - 100px);
		height: auto;
	}
}