@charset "UTF-8";


/* otherCompanyLayout
------------------------------------*/

.otherCompanyLayout #main #c01 .cassette table th,
.otherCompanyLayout #main #c01 .cassette table td {
	display: block;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.otherCompanyLayout #main #c01 .cassette table th,
				.otherCompanyLayout #main #c01 .cassette table td {
					display: table-cell;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
			}

/* otherLinkLayout
------------------------------------*/

.otherLinkLayout #main #c01 .cassette {
	padding: 0;
}

.otherLinkLayout #main #c01 .cassette .btnArea ul {
	border-bottom: 1px solid #ccc;
	padding: 0;
}

.otherLinkLayout #main #c01 .cassette .btnArea ul li {
	border-top: 1px solid #ccc;
}

.otherLinkLayout #main #c01 .cassette .btnArea ul li a {
	display: block;
	padding: 10px 0;
}

.otherLinkLayout #main #c01 .cassette .btnArea ul li a i {
	display: inline-block;
	margin: 0 10px 0 0;
}

.otherLinkLayout #main .box01 {
	padding: 100px 0 0;
}

.otherLinkLayout #main .box01 .cassette {
	padding: 0;
}

.otherLinkLayout #main .box01 .cassette ul {
	padding: 0;
}

.otherLinkLayout #main .box01 .cassette ul li {
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.otherLinkLayout #main .box01 .cassette ul {
					display: flex;
					flex-wrap: wrap;
				}
				.otherLinkLayout #main .box01 .cassette ul li {
					width: 46%;
					margin: 0 8% 30px 0;
				}
				.otherLinkLayout #main .box01 .cassette ul li:nth-child(2n) {
					margin: 0 0 30px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				.otherLinkLayout #main #c01 .cassette .btnArea ul {
					display: flex;
					justify-content: space-between;
					font-size: 85%;
					border: none;
				}
				.otherLinkLayout #main #c01 .cassette .btnArea ul li {
					width: 48%;
					box-sizing: border-box;
					padding: 0 5px;
					border-bottom: 1px solid #ccc;
				}
				.otherLinkLayout #main .box01 .cassette ul li {
					width: 475px;
					margin: 0 50px 30px 0;
				}
				.otherLinkLayout #main .box01 .cassette ul li:nth-child(2n) {
					margin: 0 0 30px;
				}
				.otherLinkLayout #main .box01 .cassette ul li {
					display: flex;
					justify-content: space-between;
				}
				.otherLinkLayout #main .box01 .cassette ul li p:nth-child(1) {
					width: 265px;
				}
				.otherLinkLayout #main .box01 .cassette ul li p:nth-child(2) {
					width: 180px;
					text-align: center;
				}
			}

/* otherCtLayout
------------------------------------*/

.otherCtLayout #main #c02 .cassette h3 {
	text-align: left;
	padding: 0 0 30px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
			}

/* otherPrivacyLayout
------------------------------------*/

.otherPrivacyLayout #main #c01 .cassette h3 {
	text-align: left;
	padding: 0 0 30px;
}

.otherPrivacyLayout #main #c01 .cassette section {
	padding: 10px 0;
}

.otherPrivacyLayout #main #c01 .cassette section ol li {
	margin: 0 0 0 20px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
			}


/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */