body {
	line-height: 1.4;
	-webkit-text-size-adjust: 110%;
}

.sp-page {
	/*margin: 10px;
position: relative;*/
	font-size: 1rem;
}

.onlyPC {
	display: none;
}

.contents {
	padding: 1rem;
}

.contents h2 {
	background: #fafadc;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 15px 10px;
	border-left: 8px solid #dbc417;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.contents p {
	margin-bottom: 1rem;
	line-height: 1.5rem;
	font-size: 16px;
}

.contents hr {
	border: none;
	border-top: 1px dotted #ccc;
	height: 1px;
	margin: 1rem 0;
}

ol.breadcrumbsV3 {
margin: 0;
display:inline-block;
}

ol.breadcrumbsV3 li {
margin: 0;
display:inline;
}

.toReview,
.btn-entry {
	text-align: center;
	margin-bottom: 1.5rem;
}

.toReview a,
.btn-entry a {
	display: block;
	padding: 1rem;
	background-color: #FDE823;
	border-radius: 6px;
	color: #000;
	margin: 0.5rem 1rem;
	font-size: 1.2rem !important;
	text-decoration: none;
	line-height:1.5;
}

.entryEnd {
	font-weight: bold;
	text-align: center;
	color: #CB1613;
}

ul.ul li,
#requirements ul li {
	list-style-type: disc;
	line-height: 1.5rem;
	margin: 0.5em 0 0.5em 1.5em;
}

ul.ul,
#requirements ul {
	list-style-type: disc;
}

.txtRed {
	color: #f00;
}

p.caption {
	font-size: 1rem;
	font-weight: bold;
	color: #333;
	line-height: 1.3rem;
	text-align: left;
}

.ext-link::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	margin-left: 0.2rem;
}

.notice,
p.notes,
ul.notes li {
	font-size: 1rem;
	text-indent: -1rem;
	padding-left: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0.4rem;
}

p.notes::before,
ul.notes li::before {
	content: '※';
	margin-right: 0.1rem;
}

/* === .zoom === */
.zoom {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.zoom:after {
	content: "";
	width: 22px;
	height: 22px;
	background: url(img/zoom.png) no-repeat 0 0;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.zoom:hover:after {
	background-position: -22px 0;
}

span.zoom:after {
	display: none;
}

.iconNew {
	font-size: 7pt;
	color: #f55;
	margin-right: 5px;
	padding: 0 3px;
	background-color: #fee;
	text-decoration: none !important;
}

/*.title-area*/

.title-area {
	background-image: url(img/p01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 25%;
	width: 100%;
	padding: 1rem;
}

.title-area h1 {
	margin: auto;
}

/*.title-area-wrap {
background: rgb(223,200,26);
background: linear-gradient(0deg, rgba(223,200,26,1) 0%, rgba(255,255,255,1) 100%);
}
.title-area {
padding: 0 10px 10px;
text-align: center;
max-width: 500px;
margin: auto;
}

.title-area img {
max-width: 260px;
}
.title-area h1 {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
background: url(img/h1.png) no-repeat;
background-size: 100%;
padding-top: 18.6%;
height: 0;
margin: 10px 0;
}*/

.subtitle {
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 5px;
	background: #000;
	border-top: 1px solid #666;
	margin-bottom: 1rem;
}

.subtitle em {
	color: #f00;
	font-weight: bold;
	font-style: normal;
}


/*#summary*/

/* #summary .itemName {
	font-weight: bold;
	padding: 8px 0;
	border: 1px solid #ddd;
	border-width: 1px 0;
}

#summary .col2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

#summary .col2 li {
	margin: 1rem 20px;
	text-align: center;
	font-weight: bold;
	font-size: 0.9rem;
}

#summary .col2 li img {
	margin-bottom: 5px;
} */

.itemList em {
	font-style: normal;
	font-weight: bold;
	color: #f00;
}

.itemList ul {
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
}

.itemList ul.col2 li {
	margin-right: 1rem;
	min-width: 20rem;
}

.itemList ul li {
	margin-right: 3rem;
}
.lecturer dl {
	margin: 1rem 0;
	border-top: 1px dotted #ccc;
	padding-top: 1rem;
	line-height: 1.5rem
}

.lecturer dl dt {
	margin: auto;
	max-width: 300px;
}

.lecturer p {
	margin-bottom: 1rem;
}

.lecturer h3 {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: bold;
}

.lecturer .photo {
	margin: 1rem 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lecturer .photo li {
	flex-basis: 49%;
	margin-bottom: 8px;
}

@media screen and (max-width:589px) {
	.lecturer .photo li {
		flex-basis: 49%;
		margin-bottom: 8px;
	}
}

@media screen and (min-width:590px) {
	.lecturer .photo li {
		flex-basis: 32%;
		margin-bottom: 8px;
	}
}

.lecturer .photo li a {
	position: relative;
	display: block;
	border: 1px solid #ccc;
	width: 100%;
	background: #fff;
}

.lecturer .photo li a::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.lecturer .photo li a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 96%;
	max-height: 96%;
	box-sizing: border-box;
	margin: auto;
	width: auto;
}


/*#requirements*/

#requirements dt {
	font-weight: bold;
	margin-bottom: 0.2rem;
}

#requirements dd {
	padding-left: 1rem;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	line-height: 1.5rem;
}

#requirements dd:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 1rem;
}

#requirements ol li {
	list-style-type: decimal;
}

#requirements p {
	margin: 1em 0;
}

#requirements .notes {
	margin: 1em 0;
}


/* === .photos === */
.photos {
	border-top: 1px dotted #cabab1;
	padding-top: 10px;
	text-align: center;
}

.photos ul {
	margin: 1rem 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.photos ul li {
	flex-basis: 48%;
}

.photos ul li a {
	position: relative;
	display: block;
	border: 1px solid #ccc;
	width: 100%;
	background: #fff;
	margin-bottom: 5px;
}

.photos ul li a::before {
	content: "";
	display: block;
	padding-top: 100%;
	/* 高さを幅の100%に固定 */
}

.photos ul li a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 96%;
	max-height: 96%;
	box-sizing: border-box;
	margin: auto;
}


/* === #apply === */
#apply {
	text-align: center;
	border-top: 4px double #E3DEDB;
	padding-top: 1rem;
}

#apply p:first-child {
	color: #CB1613;
}


/*************************************************************************/
/* form */
/*************************************************************************/

.formArea {
	clear: both;
	margin: 1.5em 0 !important;
}

.formArea * {
	text-decoration: none !important;
	font-size: 1rem;
}

.formArea h2 {
	text-align: center;
	font-weight: bold;
	color: #666;
	padding: 0.5em 0;
	margin-top: 1em;
	border-top: 1px dotted #999;
}

.formArea h3 {
	font-size: 90%;
	color: #fff;
	padding: 2px 8px;
	background-color: #777;
}

.formArea dl {
	margin-bottom: 1em;
	background: #f6f6f6;
	padding-top: 1em;
}

.formArea dl dt {
	border-left: 4px solid #999;
	padding: 0 10px;
	margin: 0 0 0.5em 1em
}

.formArea dl dd {
	padding: 0 0.5rem 1rem;
	border-bottom: 1px dotted #ccc;
	margin: 0 0.5em 1em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}

.formArea dd label {
	margin: 0 1rem 4px 0;
	padding: 4px;
}

.formArea dd label:first-child {
	margin-left: 0 !important;
}

.formArea dl dd input[type="text"],
.formArea dl dd textarea {
	width: 80%;
	border-radius: 3px;
	padding: 0.3rem;
	border: solid 1px #ccc;
	margin: 0 0.3rem 0.3rem 0;
}

.formArea dl dd .ex {
	display: block;
}

.formArea .col2 label {
	margin-bottom: 0.5rem;
	vertical-align: top;
}

.formArea .col4 label {
	width: 24%;
	margin-bottom: 1rem;
}

.formArea label input {
	margin-right: 0.3em;
}

.formArea .necessary {
	display: inline;
	font-size: 85%;
	font-weight: bold;
	color: #d33;
	padding-left: 0.2em;
	border-left: 0;
}

.formArea input {
	font-weight: 500;
}

.formArea dl dd:last-child {
	border-bottom: none;
}

.formArea dl dd textarea {
	width: 100%;
	height: 5em;
}

.formArea dt span,
.formArea dd span {
	color: #777;
	font-size: 0.9em;
}

.formArea dl dd p {
	margin-bottom: 0.5em;
}

.formArea dl dd .p-postal-code,
.formArea dl dd .p-region {
	width: 100px !important;
}

.formArea dl dd .caption {
	flex-basis: 100%;
	margin-top: 0.8rem;
}

.btnArea {
	text-align: center;
	margin-bottom: 2em;
}

.btnArea input {
	padding: 5px;
	margin: 0 5px;
	width: 7rem;
	font-size: 1rem;
}

.thanks {
	padding: 1rem;
	margin: 1em auto 1.5em auto;
	border: 1px dashed #FFB500;
	background: #fffed0;
	box-sizing: border-box;
	font-size: 1rem;
}

.links {
	margin: 0 0 1rem 0;
}

.links li {
	margin-bottom: 10px;
}

.toggle {
	margin-top: 10px;
}

.revCntList dd ul li {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 0.6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.revCntList dd ul li:first-child {
	border-top: 1px solid #e5e5e5;
}

.revCntList dd ul li:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.revCntList dd ul li i::after,
.links li i::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	color: #0D47A1;
}

.revCntList dd ul li a,
.links li a {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: 1em;
}

.userReview2Clm {
	margin-bottom: 2rem;
}

.userReview2Clm>li {
	padding-top: 1rem;
	margin-bottom: 1rem;
}

.revCntPhoto dt a,
.revCntList dt a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

table.revCntList tbody td.reviews a,
.revCntList dd ul li a {
	text-decoration: none;
	color: #000;
}

table.revCntList tbody td.reviews a b,
table.revCntList tbody td.photos a b,
.revCntList dd ul li a b {
	color: #0074d9;
	/*text-decoration: underline;*/
	font-weight: normal;
	font-size: 1.0rem;
}

.revCntList dd ul li a b:visited {
	text-decoration: underline;
	color: #8b5eab;
}

.revCntList dd ul li a:hover b,
.revCntList dd ul li a:hover {
	text-decoration: none;
	color: #0036ff;
}

.revCntList dd ul li p {
	display: none;
}

.revCntList dd ul li img {
	float: left;
	margin-right: 5px;
	width: 50px;
}

/* winnersArea */
.winnersArea {
	padding: 10px 10px 0 10px;
	border: 1px dashed #7F220F;
	background-color: #FFF9DF;
	overflow: hidden;
	margin: 0 auto 1rem;
	max-width: 650px;
}

.winnersArea h3 {
	font-size: 100%;
	font-weight: bold;
	color: #6C1100;
	padding: 0.2em 5px;
	margin-bottom: 0.5em;
	border-left: 5px solid #7F3627;
}

.winnersArea p {
	line-height: 1.4rem;
	margin: 1em 0;
	font-size: 0.9rem;
}

.winnersArea .winnerList {
	padding: 5px;
	background-color: #fff;
}

.winnersArea .winnerList span {
	color: #999;
}

.winnersArea .update {
	font-size: 85%;
	color: #6C1100;
	padding: 0 5px;
	margin: 0;
	border-left: 5px solid #7F3627;
}

.winnersArea .winnerName {
	display: block;
	font-weight: bold;
	padding: 5px;
	margin: 1em 0;
	background-color: #fff;
}

/* spInfo */
.spInfo {
	padding: 10px 10px 0 10px;
	border: 1px dashed #7F220F;
	background-color: #FFF9DF;
	overflow: hidden;
	margin: 0 auto 1rem;
	max-width: 650px;
}


.spInfo h3 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #6C1100;
	padding: 0.2em 10px;
	margin-bottom: 0.5em;
	border-left: 5px solid #7F3627;
	font-feature-settings: "palt";
}

.spInfo h3 span {
	display: block;
	font-size: 0.8rem;
	font-weight: normal;
	margin-bottom: 3px;
}


.spInfo p {
	line-height: 1.4rem;
	margin: 1em 0;
	font-size: 0.9rem;
}

.spInfo p.notes {
	margin-top: 5px;
	font-size: 0.8rem;
}

.spInfo table,
.spInfo table th,
.spInfo table td {
	border: 1px solid #ccc;
}

.spInfo table {
	width: 100%;
	border-width: 1px 0 0 0;
	border-spacing: 0;
	background: #fff;
}

.spInfo table th {
	white-space: nowrap;
	background-color: #eee;
	text-align: center;
}



.spInfo table th,
.spInfo table td {
	font-size: 90%;
	padding: 3px 5px;
	border-width: 0 1px 1px 1px;
	text-align: center;
}


/* useItemList */
.useItemList th {
	display: none;
}


.sp-info {
	display: block;
	border: 1px dotted #f00;
	padding: 1rem;
	margin-bottom: 2rem;
}

.item-img {
	text-align: center;
}

.item-img img {
	max-width: 600px;
}

.present {
	max-width: 250px;
}

/* === timer === */
.timerHidden {
	display: none;
}

.timerVisible {
	display: block;
}


table.revCntList tbody td.reviews:before,
table.revCntList tbody td.photos:before,
.monitorRVCnt h3,
.revCntList dt,
.revCntList th,
.revCntListLens th,
.revCntPhoto dt {
	line-height: 1.6rem;
	color: #000;
	padding: 5px 15px;
	clear: both;
	position: relative;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #e4e4e4;
}


.revCntPhoto {
	margin-bottom: 1rem;
}

.revCntPhoto dd {
	/*	padding: 10px 2%;
	background: #f6f6f6;*/
	margin: 10px 0;
}

.revCntPhoto ul {
	letter-spacing: -.40em;
	text-align: left;
	width: 100%;
}

.revCntPhoto ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 1% 8px;
	text-align: center;
	width: 23%;
	box-sizing: border-box;
}

.userPhotoAll a img,
.revCntUsr a img,
.revCntList a img {
	border: 1px solid #0074d9;
}

.revCntPhoto ul {
	display: flex;
	flex-wrap: wrap;
}

.revCntPhoto ul li {
	margin: 0 10px 10px 0;
	width: calc((100% - 20px)/ 3);
	text-align: center;
}

.revCntPhoto ul li:nth-child(3n) {
	margin-right: 0;
}

.revCntPhoto ul li a {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	padding-top: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #fff;
}

.revCntPhoto ul li a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*resp table*/
#useItem table {
	display: block;
	border-bottom: 1px dotted #ccc;
}

#useItem table thead {
	display: none;
}

#useItem table tbody {
	display: block;
}

#useItem table tbody tr {
	display: block;
	margin-bottom: 0.5rem;
}

#useItem table tbody tr td:first-child {
	display: block;
	border: none;
	font-size: 0.9rem;
	line-height: 1.2rem;
	margin-bottom: 0.2rem;
	font-weight: bold;
	margin-left: 0;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}

#useItem table tbody td {
	display: list-item;
	margin-left: 2rem;
	padding: 0;

}

.userPhotoAll {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}


@media screen and (max-width:589px) {
	.userPhotoAll li {
		margin: 0 10px 10px 0;
		width: calc((100% - 20px)/ 3);
		text-align: center;
	}

	.userPhotoAll li:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (min-width:590px) {
	.userPhotoAll li {
		margin: 0 10px 10px 0;
		width: calc((100% - 70px)/ 8);
		text-align: center;
	}

	.userPhotoAll li:nth-child(8n) {
		margin-right: 0;
	}
}



.userPhotoAll li a {
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	padding-top: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #fff;
}

.userPhotoAll li a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.userPhotoAll li a:hover {
	border: 1px solid #191919;
}

.seminar-photos {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

@media screen and (max-width:589px) {
	.seminar-photos li {
		margin: 0 10px 10px 0;
		width: calc((100% - 10px)/ 2);
		text-align: center;
	}

	.seminar-photos li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (min-width:590px) {
	.seminar-photos li {
		margin: 0 10px 10px 0;
		width: calc((100% - 30px)/ 4);
		text-align: center;
	}

	.seminar-photos li:nth-child(4n) {
		margin-right: 0;
	}
}


.seminar-photos li a {
	border: 1px solid #ccc;
}

.seminar-photos li a:hover {
	border: 1px solid #191919;
}

.seminar-photos li a img {
	vertical-align: bottom;
}

/***************************************************/
.dcw {
	margin: 40px 0;
}

.dcw dt {
	display: block;
}

.dcw dt p {
	text-align: center;
	font-weight: bold;
	line-height: 1.6rem;
	font-size: 1.2rem;
	color: #67a9aa;
	margin-bottom: 5px;
}

.dcw dt .fa {
	display: none;
}

.dcw dd {
	border: 2px solid #67a9aa;
	padding: 5px;
	font-size: 1rem;
	line-height: 1.2rem;
}

.dcw dt .fa {
	display: none;
}


@media screen and (max-width: 589px) {
	.dcw dd a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		text-decoration: none;
		flex-direction: column;
	}

	.dcw dd a p {
		margin: 5px 0 0;
		text-align: left;
	}

	/*resp table*/
	table.revCntList {
		display: block;
	}

	table.revCntList thead {
		display: none;
	}

	table.revCntList tbody {
		display: block;
	}

	table.revCntList tbody tr {
		display: block;
		margin-bottom: 0.5rem;
	}

	table.revCntList tbody th,
	table.revCntList tbody td {
		display: block;
		border: none;
		font-size: 0.9rem;
		margin-bottom: 0.2rem;
	}

	table.revCntList tbody th {
		margin-bottom: 5px;
		list-style-type: none;
		background: #eef4fe;
		padding: 0.2rem;
	}

	table.revCntList tbody td.reviews:before {
		content: "レビュー・撮影記";
		display: block;
	}

	table.revCntList tbody td.photos:before {
		content: "写真";
		display: block;
		text-align: left;
	}

	table.revCntList .reviewer {
		font-size: 1.0rem;
		overflow: hidden;
		margin-bottom: 10px;
		margin-top: 1.5rem;
		padding-top: 1rem;
		border-top: 1px dotted #ccc;
	}

	table.revCntList .reviewer a img {
		margin-right: 5px;
		float: left;
		width: 50px;
		border-radius: 50%;
		vertical-align: middle;
	}

	table.revCntList tbody td.reviews p {
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		padding: 1rem 0.5rem;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	table.revCntList tbody td.reviews img {
		float: left;
		margin-right: 5px;
		width: 100px;
	}

	table.revCntList tbody td.reviews i::after {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transform: translate(0, 0);
		content: "";
		color: #0D47A1;
	}

	table.revCntList tbody td.reviews a {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: 1em;
	}

	table.revCntList tbody td.photos {
		text-align: center;
		background: #f6f6f6;
		overflow: hidden;
		padding-top: 0;
	}

	table.revCntList tbody td.photos p {
		margin: 10px auto;
	}

	table.revCntList tbody td.photos img {
		display: block;
		margin: 5px auto;
	}

	table.revCntList tbody td.photos p b {
		font-weight: normal;
	}

	table.revCntList tbody td.photos p b::before {
		content: "\A";
		white-space: pre;
	}

}

@media screen and (min-width: 590px) {
	.dcw {
		text-align: center;
	}

	.dcw dt {
		display: block;
	}

	.dcw dt p {
		text-align: center;
		font-weight: bold;
		line-height: 1.6rem;
		font-size: 1.2rem;
		color: #67a9aa;
	}

	.dcw dd {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		margin-left: 20px;
		border: 2px solid #67a9aa;
		box-sizing: border-box;
		padding: 5px;
		font-size: 1rem;
		text-align-last: left;
	}

	.dcw dd a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		text-decoration: none;
		vertical-align: middle;
	}

	.dcw dd a img {
		width: 240px;
		margin-right: 10px;
		flex-shrink: 0
	}

	.dcw dd a b {
		font-size: 1.2em;
	}

	.dcw dd a p {
		margin: 0 10px 0 0;
		line-height: 1.5;
	}

	.revCntList {
		font-size: 0.9rem;
		width: 100%;
	}

	.revCntList .reviewer img {
		display: block;
		float: left;
		width: 68px;
	}


	.revCntList .reviews img,
	.revCntList .photos img {
		display: block;
		float: left;
		width: 90px;
		height: 90px;
		object-fit: cover;
	}


	.revCntList td {
		vertical-align: top;
		padding: 8px 0;
		border-top: 1px dotted #ccc;
	}

	.revCntList tr:first-child td {
		border-top: none;
	}

	.revCntList tr:last-child td {
		border-bottom: 1px dotted #ccc;
	}

	.revCntList .reviewer,
	.revCntList .reviews {
		border-right: 10px solid #fff;
	}

	.revCntList .reviews img,
	.revCntList .photos img {
		margin-right: 7px;
	}

	.revCntList .reviewer img {
		float: none;
		margin: 0 auto;
		border-radius: 50%;
	}

	.revCntList td.reviewer {
		text-align: center;
	}

	.revCntList .reviewer {
		width: 20%;
	}

	.revCntList .photos {
		width: 30%;
		text-align: left;
	}

}

.l-container {
overflow: hidden;
margin-bottom: 40px;
}
.p-index_reviews {
background-color: #f2f2f2;
padding-bottom: 0px;
padding-bottom: 10px;
}
.p-index_reviews_list-item {
text-align: center;
}

.p-index_reviews_list-item:last-of-type {
margin-bottom: 0;}

.p-index_reviews {
padding: 20px;
margin-bottom: 40px;
}

.l-container {
margin: 20px auto;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
 
  margin: 0 auto;}

/*タブのスタイル*/

.tabs {
text-align: center;
}
.tab_menu {
display: flex;
justify-content: center;
}

.tab_item {
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
border-bottom: 8px solid #fff;
padding: 6px 0;
overflow: hidden;
display: inline-block;
vertical-align: bottom;
margin-right: 10px;
font-size: 9pt;
}
.tab_item:last-of-type {
margin-right: 0;
}
.tab_item:hover {
  opacity: 0.75;
}
.tab_item label {
display: inline-block;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	text-align: left;
  display: none;
  clear: both;
  overflow: hidden;
	border-top:1px solid #000;

}


/*選択されているタブのコンテンツのみを表示*/
#seminar:checked ~ #seminar_content,
#reviewer:checked ~ #reviewer_content,
#lens:checked ~ #lens_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	border-bottom: 8px solid #000;
}


.galleryWrapper {
margin: 10px;}

.userReview2Clm.lensList dt {
background: #e4e4e4;
padding: 10px;
}
.userReview2Clm.lensList dt a {
display: flex;
color: #000;
align-items: center;
}
.userReview2Clm.lensList dt a img {
width: 100px;
margin-right: 10px;
border: none;
}

.col2.items {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
-ms-align-items: center;
align-items: baseline;
}

.col2.items li {
margin: 1rem 20px;
text-align: center;
font-weight: bold;
font-size: 0.9rem;
}

.col2.items li img {
margin-bottom: 5px;
max-height: 450px;
max-width: 450px;
}
