.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
}
.maindesign img {
	width: 100%;
	height: auto;
}
.maindesign .insert-container {
	margin: 50px 0;
}

.maindesign .img-items {
	width: 100%;
	margin: 0 auto;
}
.maindesign .img-items--unit {
	text-align: center;
}
.maindesign .img-items img {
	width: auto !important;
}
.maindesign .img-items .img-items--unit:not(:first-child) {
	margin-top: 50px;
}
.maindesign .movie-container {
	width: 100%;
	margin-top: 50px;
}
.maindesign .link-box {
	position: relative;
}
.maindesign .link-box--inner img {
	width: 100%;
	height: 100%;
	display: block;
}
.maindesign .link-box--inner {
	position: absolute;
	display: block;
}
.maindesign .link-box--inner:hover {
	background-color: #fff;
	opacity: 0.3;
	cursor: pointer;
}
.maindesign .link-box--inner-01 {
	top: 0;
    left: 32.3%;
    width: 22.6%;
    height: 100%;
}
.maindesign .link-box--inner-02 {
	top: 0;
    left: 54.9%;
    width: 22.5%;
    height: 100%;
}
.maindesign .link-box--inner-03 {
	top: 0%;
    left: 77.4%;
    width: 22.6%;
    height: 100%;
}


@media screen and (max-width:767px) {
	.maindesign .insert-container {
		margin: 30px 0;
	}
	.maindesign .img-items img {
		width: 100% !important;
	}
	.maindesign .img-items .img-items--unit:not(:first-child) {
		margin-top: 30px;
	}
	.maindesign .movie-container {
		margin-top: 30px;
	}
}




.maindesign .koshin-table{
border: 1px solid #000;
    width: 100%;
    margin: 20px 0;
}
.maindesign .koshin-table th{
border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 5px;
    background: #ccc;
}
.maindesign .koshin-table tr:first-child{
background: #333;
    color:#fff;
}
.maindesign .koshin-table tr:first-child th{
background: #333;
    color:#fff;
}
.maindesign .koshin-table tr{

}
.maindesign .koshin-table td{
border-bottom: 1px solid #000;
    padding: 5px;
}

@media screen and (max-width:767px) {
.maindesign .koshin-table {
    border: 1px solid #000;
    width: 100%;
    font-size: 0.8em;
}
.maindesign .koshin-table th {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 5px;
    background: #ccc;
    width: 4em;
}
}


.maindesign .koshin-topic--box{
    margin: 0 0 30px;
}

.maindesign .koshin-topic--box p{
    line-height: 1.2;
}
.maindesign .koshin-topic--box p.koshin-topic{
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 5px;
}
.maindesign .koshin-topic--box img{
    
}
