@charset "UTF-8";

/* パンくず */
.bread {
	padding: 20px 0;
	border-bottom: 1px solid #efefef;
	font-size: 13px;
	text-align: right;
}
#breadcrumbs > span > span a {
	opacity: .5;
}
.pc #breadcrumbs > span > span a:hover {
	opacity: 1;
}
#breadcrumbs > span > span a,
#breadcrumbs > span > span > span {
	margin: 0 5px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 736px) {
    .bread {
        text-align: left;
    }
}


/* コンテンツ */
.subPage_txt p {
	margin-top: 10px;
	margin-bottom: 20px;
}
.subPage_txt p strong {
	font-weight: bold;
}
.subPage_txt p em {
	font-style: italic;
}
.subPage_txt p a {
	opacity: .7;
}
.pc .subPage_txt p a:hover {
	opacity: 1;
}
ul.ls {
	list-style-type: disc;
}
ol.ls {
	list-style-type: decimal;
}
.subPageContent {
	margin: 80px 0 160px;
}
.subPageContent h1,
.subPageContent h2,
.subPageContent h3,
.subPageContent h4,
.subPageContent h5,
.subPageContent h6 {
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 20px;
	letter-spacing: 0.15em;
}
.subPageContent h1 {
	font-size: 32px;
	margin-top: 60px;
	letter-spacing: 0.2em;
}
.subPageContent h2 {
	font-size: 28px;
	margin-top: 60px;
}
.subPageContent h3 {
	font-size: 22px;
	margin-top: 50px;
}
.subPageContent h4 {
	font-size: 20px;
	margin-top: 40px;
}
.subPageContent h5,
.subPageContent h6 {
	font-size: 18px;
	margin-top: 30px;
}
.subPageContent p {
	margin-top: 30px;
	font-size: 18px;
	line-height: 2;
}
.subPageContent p:after {
	content: "";
	display: block;
	clear: both;
}
.subPageContent h1 .sm,
.subPageContent h2 .sm,
.subPageContent h3 .sm,
.subPageContent h4 .sm,
.subPageContent h5 .sm,
.subPageContent h6 .sm,
.subPageContent p .sm {
	font-size: 0.7em;
}
.subPageContent h1 .xs,
.subPageContent h2 .xs,
.subPageContent h3 .xs,
.subPageContent h4 .xs,
.subPageContent h5 .xs,
.subPageContent h6 .xs,
.subPageContent p .xs {
	font-size: 0.42em;
}
.subPageContent .inner {
	max-width: 1100px;
}


.youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 736px) {
	.subPageContent {
		margin: 40px 0;
	}
    .subPageContent h1 {
        font-size: 23px;
    }
	.subPageContent h1 .sm {
		font-size: 17px;
	}
	.subPageContent h1 .xs {
		font-size: 12px;
	}
	.subPageContent h2 {
		font-size: 21px;
		margin-top: 40px;
	}
	.subPageContent h3 {
		font-size: 19px;
		margin-top: 30px;
	}
	.subPageContent h4 {
		font-size: 18px;
		margin-top: 20px;
	}
	.subPageContent h5,
	.subPageContent h6 {
		font-size: 17px;
		margin-top: 20px;
	}
    .subPageContent p {
        font-size: 16px;
    }
}


/* よくあるご質問 */
.faq_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
}
.faq_link li {
	margin: 10px 20px;
}
.faq_wrap {
	margin-top: 40px;
	margin-bottom: 80px;
}
.typeA .faq .faq_q {
	font-size: 17px;
	display: block;
	padding: 25px 40px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.typeA .faq .faq_q:before,
.typeA .faq .faq_q:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 2px;
	display: block;
}
.typeA .faq .faq_q:after {
	transition: .2s linear;
}
.typeA .faq.is-hide .faq_q:after {
	transform: rotate(90deg);
}
.typeA .faq .faq_a {
	font-size: 15px;
	margin-bottom: 30px;
	padding: 25px 40px;
	background-color: #fafafa;
}
@media screen and (max-width: 736px) {
	.faq_link {
		margin-top: 80px;
	}
	.faq_link li {
		margin: 10px;
	}
	.typeA .faq .faq_q {
		font-size: 15px;
		padding: 15px 0 15px 30px;
	}
	.typeA .faq .faq_q:before,
	.typeA .faq .faq_q:after {
		width: 16px;
	}
	.typeA .faq .faq_a {
		font-size: 14px;
		padding: 15px 0 15px 30px;
		margin-bottom: 20px;
	}
}


/* 会社概要 */
.comp_wrap {
	margin: 40px 0;
}
.typeA .comp {
	border-bottom: 1px solid #ccc;
	display: flex;
}
.typeA .comp .comp_a {
	width: 25%;
	padding: 20px 40px;
}
.typeA .comp .comp_b {
	width: 75%;
	padding: 20px 40px;
}
@media screen and (max-width: 736px) {
	.typeA .comp {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.typeA .comp .comp_a {
		width: 100%;
		padding: 0;
		font-weight: bold;
	}
	.typeA .comp .comp_b {
		width: 100%;
		padding: 10px 0 20px;
	}
}



/* メニュー */
.typeA .menu {
	margin: 40px 0;
}
.typeA .menu li {
	padding: 20px 40px;
	border-bottom: 1px solid #ccc;
}
.typeA .menu .menu_a {
	font-size: 18px;
	font-weight: bold;
}
.typeA .menu .menu_b {
	font-size: 15px;
	margin-top: 5px;
}
.typeA .menu .menu_c {
	display: none;
}
.typeA .menu .menu_d {
	font-size: 16px;
	padding-left: 20px;
	float: right;
}

.typeB .menu {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}
.typeB .menu li {
	width: 32%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
	flex-direction: column;
}
.typeB .menu li:not(:nth-child(3n-2)) {
	margin-left: 2%;
}
.typeB .menu li .menu_a {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.typeB .menu li .menu_b {
	font-size: 15px;
	margin: 10px 0;
}
.typeB .menu li .menu_c img {
	width: 100%;
}
.typeB .menu li .menu_d {
	font-size: 17px;
	margin-top: auto;
	text-align: right;
	order: 99;
}
@media screen and (max-width: 1024px) {
	.typeB .menu li {
		width: 49%;
		margin-bottom: 40px;
	}
	.typeB .menu li:not(:nth-child(3n-2)) {
		margin-left: 0;
	}
	.typeB .menu li:not(:nth-child(2n-1)) {
		margin-left: 2%;
	}
}
@media screen and (max-width: 736px) {
	.typeB .menu li {
		width: 100%;
	}
	.typeB .menu li:not(:nth-child(2n-1)) {
		margin-left: 0;
	}
}


/* アクセス */
#myGoogleMap {
	width: 100%;
	height: 0;
	margin: 40px 0;
	padding-top: 50%;
	position: relative;
}
#myGoogleMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 736px) {
	#myGoogleMap {
		padding-top: 100%;
	}
}



/* ギャラリー */
.gal {
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
}
.gal li {
	margin-bottom: 20px;
}
.gal li a {
	position: relative;
}
.gal li a img {
	width: 100%;
}
.gal li a .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	font-size: 13px;
}
.gal.typeA li {
	width: 49%;
}
.gal.typeA li:not(:nth-child(2n-1)) {
	margin-left: 2%;
}
.gal.typeB li {
	width: 32%;
}
.gal.typeB li:not(:nth-child(3n-2)) {
	margin-left: 2%;
}
.gal.typeC li {
	width: 23.5%;
}
.gal.typeC li:not(:nth-child(4n-3)) {
	margin-left: 2%;
}
.gal.typeD li {
	width: 18.4%;
}
.gal.typeD li:not(:nth-child(5n-4)) {
	margin-left: 2%;
}
@media screen and (max-width: 1024px) {
	.gal.typeC li {
		width: 32%;
	}
	.gal.typeC li:not(:nth-child(4n-3)) {
		margin-left: 0;
	}
	.gal.typeC li:not(:nth-child(3n-2)) {
		margin-left: 2%;
	}
	.gal.typeD li {
		width: 32%;
	}
	.gal.typeD li:not(:nth-child(5n-4)) {
		margin-left: 0;
	}
	.gal.typeD li:not(:nth-child(3n-2)) {
		margin-left: 2%;
	}
}
@media screen and (max-width: 736px) {
	.gal.typeB li {
		width: 49%;
	}
	.gal.typeB li:not(:nth-child(3n-2)) {
		margin-left: 0;
	}
	.gal.typeB li:not(:nth-child(2n-1)) {
		margin-left: 2%;
	}
	.gal.typeC li {
		width: 49%;
	}
	.gal.typeC li:not(:nth-child(3n-2)) {
		margin-left: 0;
	}
	.gal.typeC li:not(:nth-child(2n-1)) {
		margin-left: 2%;
	}
	.gal.typeD li {
		width: 49%;
	}
	.gal.typeD li:not(:nth-child(3n-2)) {
		margin-left: 0;
	}
	.gal.typeD li:not(:nth-child(2n-1)) {
		margin-left: 2%;
	}
	.gal li a .caption {
		font-size: 11px;
	}
}


/* お問い合わせ */
.typeA .wpcf7 {
	background-color: #fcfcfc;
	margin: 40px 0;
	padding: 60px;
}
.typeA .wpcf7 .wpcf7-form > p {
	margin-bottom: 30px;
	font-size: 16px;
	color: #323232;
}
.typeA .wpcf7 .wpcf7-form .required {
	display: inline-block;
	color: #DD0003;
	margin: 0 5px;
}
.typeA .wpcf7 .wpcf7-form-control-wrap {
	display: block;
}
.typeA .wpcf7 .wpcf7-form-control-wrap input,
.typeA .wpcf7 .wpcf7-form-control-wrap select,
.typeA .wpcf7 .wpcf7-form-control-wrap textarea {
	font-size: 18px;
	margin: 10px 0;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
}
.typeA .wpcf7 .wpcf7-form-control-wrap select,
.typeA .wpcf7 .wpcf7-form-control-wrap input[type="date"] {
	font-size: 15px;
}
.typeA .wpcf7 .wpcf7-form-control-wrap select option {
	padding: 5px;
}
.typeA .wpcf7 .wpcf7-form-control-wrap input:focus,
.typeA .wpcf7 .wpcf7-form-control-wrap textarea:focus {
	border: 1px solid #888;
	outline: 0;
}
.typeA .wpcf7 .wpcf7-form-control-wrap input::placeholder,
.typeA .wpcf7 .wpcf7-form-control-wrap textarea::placeholder {
	color: #ccc;
}
.typeA .wpcf7 .wpcf7-form-control-wrap input[type="text"],
.typeA .wpcf7 .wpcf7-form-control-wrap input[type="email"],
.typeA .wpcf7 .wpcf7-form-control-wrap input[type="tel"],
.typeA .wpcf7 .wpcf7-form-control-wrap input[type="url"],
.typeA .wpcf7 .wpcf7-form-control-wrap input[type="range"],
.typeA .wpcf7 .wpcf7-form-control-wrap textarea {
	display: block;
	width: 100%;
}
.typeA .wpcf7 .wpcf7-form-control-wrap input[type="range"] {
	padding: 10px 0;
}
.typeA .wpcf7 .wpcf7-form-control-wrap input[type="checkbox"],
.typeA .wpcf7 .wpcf7-form-control-wrap input[type="radio"] {
	margin: 20px 0;
}
.typeA .wpcf7 .wpcf7-form-control-wrap input[type="text"].wpcf7-quiz {
	display: inline-block;
	width: auto;
	margin-left: 20px;
}
.typeA .wpcf7 .wpcf7-form-control-wrap input[type="file"] {
	font-size: 12px;
}
.typeA .wpcf7 .wpcf7-form-control-wrap input[type="file"]::-webkit-file-upload-button {
	border: none;
	color: #333;
	font-size: 13px;
	margin-right: 20px;
	display: inline-block;
	background-color: #eee;
	padding: 5px 10px;
	border-radius: 4px;
	cursor: pointer;
}
.wpcf7 .wpcf7-form-control-wrap input[type="file"]::-webkit-file-upload-button:focus {
	border: none;
	outline: 0;
}
.typeA .wpcf7 input[type="submit"] {
	border: none;
	border-radius: 6px;
	font-size: 18px;
	padding: 10px 40px;
	font-weight: bold;
	letter-spacing: 1rem;
	text-indent: 1rem;
	text-align: center;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
.typeA .wpcf7 input[type="submit"]:disabled {
	background: #ddd;
	color: #bbb;
}
.wpcf7 input[type="submit"]:focus {
	border: none;
	outline: 0;
}

.g_calendar {
	text-align: center;
	position: relative;
	width: 100%;
	height: 0;
	margin: 60px 0;
	padding-top: 75%;
}
.g_calendar iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 736px) {
	.typeA .wpcf7 {
		padding: 40px 0;
	}
	.typeA .wpcf7 .wpcf7-form > p {
		font-size: 15px;
	}
	.typeA .wpcf7 .wpcf7-form-control-wrap input[type="text"].wpcf7-quiz {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.typeA .wpcf7 input[type="submit"] {
		display: block;
		margin: 0 auto;
	}
	div.wpcf7 .ajax-loader {
		text-align: right;
	}
}


/* プライバシーポリシー */
.policy {
	margin: 40px 0;
}
.policy p {
	margin: 20px 0;
}
.policy ol,
.policy ul {
	padding-left: 2.5em;
	margin-top: 20px;
}
.policy ul {
	list-style-type: disc;
}
.policy ol {
	list-style-type: decimal;
}
.policy ul li,
.policy ol li {
	margin-top: 15px;
}
@media screen and (max-width: 736px) {
	.policy ol,
	.policy ul {
		padding-left: 1.3em;
	}
}


/* コンセプト */
.con_wrap {
	margin: 40px 0;
}
.typeA.con_wrap .con {
	margin: 60px 0;
	display: flex;
	flex-wrap: wrap;
}
.typeA.con_wrap .con:nth-child(even) {
	flex-direction: row-reverse;
}
.typeA.con_wrap .con .con_txt {
	width: 50%;
	flex: 1 0 auto;
	padding: 20px 40px 0 0;
}
.typeA.con_wrap .con:nth-child(even) .con_txt {
	padding: 20px 0 0 40px;
}
.typeA.con_wrap .con .con_txt h3 {
	margin-top: 0;
}
.typeA.con_wrap .con .con_img {
	width: 50%;
}
@media screen and (max-width: 736px) {
	.typeA.con_wrap .con {
		margin: 40px 0;
	}
	.typeA.con_wrap .con:nth-child(even) {
		flex-direction: column;
	}
	.typeA.con_wrap .con .con_txt {
		width: 100%;
		padding: 20px 0!important;
	}
	.typeA.con_wrap .con .con_img {
		width: 100%;
	}
}


/* リスト */
.list_wrap {
	margin: 40px 0;
	position: relative;
}
.list_wrap ul {
	display: flex;
	flex-wrap: wrap;
}
.list_wrap ul li {
	margin-bottom: 40px;
}
.list_col_2.list_wrap li {
	width: 49%;
}
.list_col_2.list_wrap li:not(:nth-child(2n-1)) {
	margin-left: 2%;
}
.list_col_3.list_wrap li {
	width: 32%;
}
.list_col_3.list_wrap li:not(:nth-child(3n-2)) {
	margin-left: 2%;
}
.list_col_4.list_wrap li {
	width: 23.5%;
}
.list_col_4.list_wrap li:not(:nth-child(4n-3)) {
	margin-left: 2%;
}
.list_col_5.list_wrap li {
	width: 18.4%;
}
.list_col_5.list_wrap li:not(:nth-child(5n-4)) {
	margin-left: 2%;
}
.list_wrap ul li .list_a {
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0;
}
.list_wrap ul li .list_b {
	font-size: 15px;
}
.list_wrap ul li .list_c {
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.list_col_3.list_wrap li {
		width: 49%;
	}
	.list_col_3.list_wrap li:not(:nth-child(3n-2)) {
		margin-left: 0;
	}
	.list_col_3.list_wrap li:not(:nth-child(2n-1)) {
		margin-left: 2%;
	}
	.list_col_4.list_wrap li {
		width: 32%;
	}
	.list_col_4.list_wrap li:not(:nth-child(4n-3)) {
		margin-left: 0;
	}
	.list_col_4.list_wrap li:not(:nth-child(3n-2)) {
		margin-left: 2%;
	}
	.list_col_5.list_wrap li {
		width: 32%;
	}
	.list_col_5.list_wrap li:not(:nth-child(5n-4)) {
		margin-left: 0;
	}
	.list_col_5.list_wrap li:not(:nth-child(3n-2)) {
		margin-left: 2%;
	}
}
@media screen and (max-width: 736px) {
	.list_col_2.list_wrap li {
		width: 100%;
		margin-left: 0 !important;
	}
	.list_col_3.list_wrap li {
		width: 100%;
		margin-left: 0 !important;
	}
	.list_col_4.list_wrap li {
		width: 49%;
	}
	.list_col_4.list_wrap li:not(:nth-child(3n-2)) {
		margin-left: 0;
	}
	.list_col_4.list_wrap li:not(:nth-child(2n-1)) {
		margin-left: 2%;
	}
	.list_col_5.list_wrap li {
		width: 49%;
	}
	.list_col_5.list_wrap li:not(:nth-child(3n-2)) {
		margin-left: 0;
	}
	.list_col_5.list_wrap li:not(:nth-child(2n-1)) {
		margin-left: 2%;
	}
	.list_wrap ul li .list_a {
		text-align: left;
	}
}

/* フレキシブルコンテンツ */
.flexibleContent h2 {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
}
.flexibleContent h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.flexibleContent .img_col {
	margin-top: 40px;
	margin-bottom: 40px;
}
.flexibleContent .caption {
	margin-top: 10px;
	font-size: 14px;
	text-align: left;
}
.flexibleContent .img_list {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	gap: 20px;
}
.flexibleContent .img_type02 li {
	width: calc((100% - 20px) / 2);
}
.flexibleContent .img_type03 li {
	width: calc((100% - 20px * 2) / 3);
}
.flexibleContent .img_type04 li {
	width: calc((100% - 20px * 3) / 4);
}
.flexibleContent .btn {
	margin-top: 30px;
	margin-bottom: 60px;
	text-align: center;
}
.flexibleContent .btn a {
	color: #fff;
	padding: 10px 80px;
	display: inline-block;
	border-radius: 6px;
	font-size: 18px;
	box-shadow: 0 4px 4px rgba(0,0,0,.2);
}
.pc .flexibleContent .btn a:hover {
	transform: translateY(4px);
	box-shadow: 0;
}
.flexibleContent .cl_type  {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.flexibleContent .cl_type02 li  {
	width: calc((100% - 40px) / 2);
}
.flexibleContent .cl_type03 li  {
	width: calc((100% - 40px * 2) / 3);
}
.flexibleContent .cl_type04 li  {
	width: calc((100% - 40px * 3) / 4);
}
.flexibleContent .cl_type05 li:nth-child(2n-1)  {
	width: calc((100% - 40px) / 3 * 2);
}
.flexibleContent .cl_type05 li:nth-child(2n)  {
	width: calc((100% - 40px) / 3);
}
.flexibleContent .cl_type06 li:nth-child(2n-1)  {
	width: calc((100% - 40px) / 3);
}
.flexibleContent .cl_type06 li:nth-child(2n)  {
	width: calc((100% - 40px) / 3 * 2);
}
.flexibleContent .cl_type li p  {
	margin-top: 10px;
	font-size: 15px;
}
.flexibleContent .cl_type li .btn  {
	margin-top: 20px;
	margin-bottom: 30px;
}
.flexibleContent .cl_type li .btn a {
	padding: 10px 0;
	display: block;
	text-align: center;
}
.flexibleContent .cl_type li h2,
.flexibleContent .cl_type li h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
	.flexibleContent .btn a {
		font-size: 16px;
	}
	.flexibleContent .img_type04 li {
		width: calc((100% - 20px * 2) / 3);
	}
	.flexibleContent .cl_type  {
		gap: 20px;
	}
	.flexibleContent .cl_type02 li  {
		width: calc((100% - 20px) / 2);
	}
	.flexibleContent .cl_type03 li  {
		width: calc((100% - 20px * 2) / 3);
	}
	.flexibleContent .cl_type04 li {
		width: calc((100% - 20px * 2) / 3);
	}
	.flexibleContent .cl_type05 li:nth-child(2n-1)  {
		width: calc((100% - 20px) / 3 * 2);
	}
	.flexibleContent .cl_type05 li:nth-child(2n)  {
		width: calc((100% - 20px) / 3);
	}
	.flexibleContent .cl_type06 li:nth-child(2n-1)  {
		width: calc((100% - 20px) / 3);
	}
	.flexibleContent .cl_type06 li:nth-child(2n)  {
		width: calc((100% - 20px) / 3 * 2);
	}
}
@media screen and (max-width: 736px) {
	.flexibleContent h2 {
		margin-top: 20px;
		font-size: 20px;
	}
	.flexibleContent h3 {
		margin-top: 20px;
		font-size: 17px;
	}
	.flexibleContent .btn a {
		font-size: 15px;
	}
	.flexibleContent .img_list {
		gap: 10px;
	}
	.flexibleContent .cl_type  {
		gap: 10px;
	}
	.flexibleContent .cl_type li p  {
		font-size: 14px;
	}
	.flexibleContent .img_type02 li {
		width: 100%;
	}
	.flexibleContent .img_type03 li {
		width: calc((100% - 10px) / 2);
	}
	.flexibleContent .img_type04 li {
		width: calc((100% - 10px) / 2);
	}
	.flexibleContent .cl_type02 li {
		width: 100%;
	}
	.flexibleContent .cl_type03 li {
		width: calc((100% - 10px) / 2);
	}
	.flexibleContent .cl_type04 li {
		width: calc((100% - 10px) / 2);
	}
	.flexibleContent .cl_type05 li:nth-child(2n-1)  {
		width: 100%;
	}
	.flexibleContent .cl_type05 li:nth-child(2n)  {
		width: 100%;
	}
	.flexibleContent .cl_type06 li:nth-child(2n-1)  {
		width: 100%;
	}
	.flexibleContent .cl_type06 li:nth-child(2n)  {
		width: 100%;
	}
	.flexibleContent .cl_type li .img_col01  {
		text-align: center;
	}
	.flexibleContent .cl_type li .img_col01 .caption {
		text-align: center;
	}
}



