a:hover img {
	opacity: 0.8;
}

.sp-page {
	background-color: #fff;
	font-size: 1.1rem;
	line-height: 1.5rem;
	margin: 0;
}

.sp-page p,
.sp-page li,
.sp-page dt,
.sp-page dd, 
.sp-page b,
.revCntList th, 
.revCntList td * {
	font-size: 1.1rem;
}
.contents {
	padding: 20px 50px;
	max-width: 1234px;
	margin: auto;
}

.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 {
	font-size: 1.1rem;
	margin-bottom: 1rem;
	line-height: 1.5
}

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


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

.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;
}

ul.ul {
	line-height: 1.3em;
	margin: 0.5em 0 0.5em 1.5em;
}

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

.sns {
	margin-bottom: 1rem;
}

.center {
	text-align: center !important;
}

.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.4rem;
	margin-bottom: 0.4rem;
}

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

.txtRed {
	color: #f00;
}

/* === .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% 40%;
width: 100%;
padding: 50px;
}


.title-area h1 {
	max-width: 1134px;
	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 {
width: 950px;
height: 230px;
position: relative;
margin: auto;
}

.title-area h1 {
position: absolute;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
top: 74px;
left: 356px;
width: 474px;
height: 82px;
background: url(img/h1.png);
background-size: cover;
background-repeat: no-repeat;
}

.title-area>img {
position: absolute;
top: 8px;
left: 126px;
width: 204px;
height: 214px;
}
*/
.subtitle {
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 10px;
	background: #000;
	border-top: 1px solid #666;
}

.subtitle em {
	color: #f00;
	font-weight: bold;
	display: inline-block;
	margin-right: 1rem;
}

/*#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: baseline;
}

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

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

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


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

.itemList ul li {
	margin-right: 3rem;
}

.itemList ul.col2 li {
	flex-basis: 40%;
}

.lecturer dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 1rem 0;
	border-top: 1px dotted #ccc;
	padding-top: 1rem;
}

.lecturer dl dt {
	margin-right: 20px;
	flex-shrink: 0;
}

.lecturer dl dt img {
	width: 300px;
}

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

.lecturer h3 {
	margin-bottom: 0.5rem;
	font-size: 1.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: 24%;
	margin-bottom: 8px;
}

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

.lecturer .photo li a:hover {
	border-color: #03f;
}

.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 {
	margin-bottom: 1.5rem;
}

#requirements dt {
	font-weight: bold;
	margin: 1rem 0 0.5rem;
}

#requirements dt:first-child {
	margin-top: 0;
}

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

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

#requirements dd,
#requirements dd p,
#requirements dd li {
	line-height: 1.5;
}

#requirements dd img {
	margin: 0 0 5px 0;
}

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

#requirements p {
	margin: 0;
}

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

/* === #apply === */

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

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

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

/* ---------------------------
Form
---------------------------- */

.formArea {
	margin: 1em 0;
}

.formArea * {
	font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	font-feature-settings: "palt";
	text-decoration: none;
}

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

.formArea p {
	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 dt span {
	font-size: 0.7rem;
}

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

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

.formArea .fd-column {
	flex-direction: column;
}

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

.formArea label:hover {
	background: #FEFFD2;
}


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

.formArea label.nowrap,
.formArea .nowrap label {
	width: 100% !important;
	margin-left: 0;
}

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

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

.formArea dl dd input[type="text"],
.formArea dl dd textarea {
	width: 300px;
	border-radius: 3px;
	padding: 0.3rem;
	font-size: 1rem;
	border: 1px solid #999;
}

.formArea dl dd select {
	font-size: 1rem;
	border: 1px solid #999;
}

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


.formArea dl dd .ex {
	margin-left: 10px;
}

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

.formArea table {
	border-collapse: collapse;
	border: 1px solid #aaa;
}

.formArea table th,
.formArea table td {
	border: 1px solid #aaa;
	padding: 3px 5px;
}

.formArea table th {
	background: #ddd;
	text-align: center;
}

.formArea table tr:nth-child(even) {
	background: #fff;
}

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

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

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

.formArea .col2 {
	justify-content: flex-start;
}

.formArea label.col2,
.formArea .col2 label {
	margin-left: 0;
	margin-right: 0;
	width: 48%;
}



/* ----- btnArea ----- */
.btnArea {
	clear: both;
	text-align: center;
	padding: 1em 0;
	margin: 0;
}

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


/* ----- Thanks ----- */
.thanks {
	/*width:680px;*/
	text-align: center;
	padding: 1rem 5px;
	margin: 1em auto 1.5em auto;
	border: 1px dashed #FFB500;
	background: #fffed0;
	box-sizing: border-box;
	font-size: 0.9rem;
}


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

.links li::before {
	margin-bottom: 0.5rem;
}

.links li::before {
	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;
	margin-right: 0.2rem;
}

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

.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; */
}

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

.winnerList span {
	color: #999;
}

.winnerList {
display: flex;
flex-wrap: wrap;}

.winnerList li {
white-space: nowrap;
line-height: 1.8;
margin-right: 1.5rem;
}
.winnerList li:last-of-type {
margin-right: 0;
}

.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: 20px 20px 0 20px;
	border: 1px dotted #7F220F;
	background-color: #FFF9DF;
	overflow: hidden;
	margin: 0 auto 1rem;
	max-width: 700px;
}


.spInfo h3 {
	font-size: 1.5rem;
	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: 1rem;
	font-weight: normal;
	margin-bottom: 5px;
}


.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;
}



.sp-info {
	text-align: center;
	font-weight: bold;
	display: block;
	border: 1px dotted #f00;
	padding: 1rem;
	margin-bottom: 2rem;
}

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

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

.present {
	width: 300px;
}

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

.timerVisible {
	display: block;
}



.revCntList,
.revCntPhoto {
	font-size: 0.9rem;
}

/* .revCntPhoto {
	margin-bottom: 15px;
} */

.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: 5px solid #fff;
}

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

.revCntList .reviewer {
	width: 24%;
}

.revCntList .photos {
	width: 30%;
}

#monitorRV .monitorRVCnt h2+.lead {
	margin: 0.5em 0 1em;
}

#seminar h3,
.revCntList th,
.revCntList dt,
.revCntPhoto dt {
	line-height: 1.6rem;
	color: #000;
	padding: 10px 20px;
	clear: both;
	position: relative;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #e4e4e4;
}

#seminar h3,
.revCntList dt,
.revCntPhoto dt {
	display: block;
	/* text-align: center; */
}


/* monitorRVCnt - userReview2Clm */
.userReview2Clm {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

/* .userReview2Clm::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	background: #ddd;
	width: 1px;
	height: 100%;
} */

#monitorRV h2+.userReview2Clm {
	border-top: 0;
}

.userReview2Clm>li {
	width: 50%;
	/* border-top: 1px dotted #ccc; */
	padding: 20px 20px 0 0;
	margin-bottom: 20px;
}

.userReview2Clm>li:nth-child(even) {
	padding: 20px 0 0 20px;
}

.userReview2Clm .revCntInfo dd {
	display: inline-block;
	vertical-align: top;
}

.revCntPhoto dd {
	padding: 5px 5px 20px ;
	background: #f2f2f2;
}

.revCntPhoto ul {
	display: flex;
	flex-wrap: wrap;
	margin: 10px;
}

.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;
	overflow: hidden;
}

.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;
}

.revCntPhoto ul li a img:hover { 
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all ease-out .3s;
transition: all ease-out .3s;
}

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


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

.revCntList dt a:hover,
.revCntPhoto dt a:hover {
color: #666;
text-decoration: none;
}

.revCntList tbody td a,
.revCntList dd ul li a {
	text-decoration: none;
	color: #666;
	font-size: 14px;
}

.revCntList tbody td a b,
.revCntList dd ul li a b {
	color: #002f86;
	/*text-decoration: underline;*/
	font-weight: normal;
	/* font-size: 1rem; */
}

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

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

.revCntList dd ul li p {
	/* max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 3px 0;
	color: #666;
	font-size: 14px; */
display: none;
}

.revCntList dd {
	padding: 10px;
	background: #f2f2f2;
}

.revCntList dd ul {
	margin-bottom: 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;
	background: #fff;
}

.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 {
	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;
}


/* useItemList */

#useItem table {

	border-width: 1px 0 0 0;
	border-spacing: 0;
}

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


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

#useItem table tr td:first-child {
	white-space: nowrap;
}


#useItem table th,
#useItem table td {
	font-size: 90%;
	padding: 10px;
	border-width: 0 1px 1px 1px;
}

.userPhotoAll {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 15px 15px 5px;
	background: #f6f6f6;
}

.userPhotoAll li {
	margin: 0 10px 10px 0;
	width: calc((100% - 50px)/ 6);
	text-align: center;
}

.userPhotoAll li:nth-child(6n) {
	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;
	margin-bottom: 2rem;
}

.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: 60px auto;
	text-align: center;
}

.dcw dt {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	position: relative;
	width: 130px;
	text-align-last: left;
}

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

.dcw dt .fa {
	position: absolute;
	font-size: 3rem;
	z-index: 1;
	left: 95px;
	color: #68dcde;
	margin-left: 5px;
}

.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%;
}

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

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


.p-index_reviews {
background-color: #f2f2f2;
padding: 60px;
}

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

.m-h1-headings-jp, .m-h2-headings-jp {
margin-bottom: 40px;}

.p-index_reviews {
padding-top: 60px;
margin-bottom: 60px;
}

/*タブ切り替え全体のスタイル*/
.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: 10px 0;
overflow: hidden;
display: inline-block;
vertical-align: bottom;
margin-right: 48px;
}
.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: 40px;}

.userReview2Clm.lensList dt {
padding: 10px 20px;
}
.userReview2Clm.lensList dt a {
display: flex;
align-items: center;
}

.userReview2Clm.lensList dt a img {
width: 170px;
margin-right: 15px;
}


.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;
}
