p img {
	width: auto;
}
@media only screen and (max-width: 640px) {
	p img {
		width: 100%;
		height: auto;
	}
}

.pageCatch {
	background-image: url(../../images/second/news/catch_1.jpg);
}
.pageCatchTitle {
	color: #175684;
}




.oryzaProducts {
	margin: 0 auto;
	width: 947px;
	max-width: 100%;
}

.oryzaProductsTitle {
	color: #175684;
	font-weight: 500;
	font-size: 2em;
	text-align: center;
	margin-bottom: 112px;
}
.oryzaProductsList {
	display: flex;
	justify-content: space-between;
	margin-bottom: 134px;
}
.oryzaProductsList>li {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #4097DB;
	padding: 72px 65px 54px;
	width: 450px;
	max-width: 100%;
}
@media only screen and (max-width: 640px) {
	.oryzaProducts {
		margin: 0 auto;
		width: 93%;
		max-width: 93%;
	}

	.oryzaProductsTitle {
		font-size: 1.6em;
		margin-bottom: 80px;
	}
	.oryzaProductsList {
		flex-wrap: wrap;
		margin-bottom: 3em;
	}
	.oryzaProductsList>li {
		margin: 0 auto 5em;
		padding-right: 1em;
		padding-left: 1em;
		width: 95%;
	}
}

.oryzaProductsListTitle {
	display: inline-block;
	position: absolute;
	top: -.1em;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	color: #4097DB;
	font-size: 1.8em;
	font-size: min(1.8em, 7vmin);
	font-weight: 500;
	margin: -.5em auto 54px;
	text-align: center;
	width: 326px;
	max-width: 90%;
}

.oryzaProductsListImage {
	transition: all 0.2s 0s ease;
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 46px 0;
	width: 290px;
	max-width: 100%;
}
.oryzaProductsListImage2 {
	transition: all 0.2s 0s ease;
	display: block;
	height: 290px;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}
.oryzaProductsListImage:hover,
.oryzaProductsListImage2:hover {
	opacity: .7;
}
@media only screen and (max-width: 640px) {
	.oryzaProductsListImage {
		padding: 0;
	}
}

a.oryzaProductsListBtn {
	display: block;
	position: relative;
	background: #4097DB;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #fff;
	line-height: 72px;
	margin-top: 44px;
	text-align: center;
	text-decoration: none;
	width: 306px;
	max-width: 100%;
}
a.oryzaProductsListBtn:hover {
	opacity: 0.7;
}
.oryzaProductsListBtn img {
	vertical-align: middle;
	width: 77px;
}
a.oryzaProductsListBtn2 {
	display: block;
	position: relative;
	background: #4097DB;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #fff;
	line-height: 72px;
	margin-top: 44px;
	text-align: center;
	text-decoration: none;
	width: 306px;
	max-width: 100%;
}
a.oryzaProductsListBtn2:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 18px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
	font-size: 1.2em;
	font-weight: 500;
}
a.oryzaProductsListBtn2:hover {
	background: #fff;
	border: 1px solid #4097DB;
	color: #4097DB;
}
a.oryzaProductsListBtn2:hover:after {
	border-color: #4097DB;
}
@media only screen and (max-width: 640px) {
	a.oryzaProductsListBtn {
		margin: 44px auto 0;
		width: 70%;
	}
	a.oryzaProductsListBtn2 {
		margin: 44px auto 0;
		width: 100%;
	}
}

.oryzaProductsSearch {
	background-color: #F1F8FC;
	padding-top: 158px;
}
@media only screen and (max-width: 640px) {
	.oryzaProductsSearch {
		padding: 3em 1em;
	}
}

.oryzaProductsSearchIndex {
	text-align: center;
	margin-bottom: 87px;
}
.oryzaProductsSearchIndex>li {
	position: relative;
	display: inline-block;
	line-height: 1.5em;
	margin-right: 2.5em;
}
.oryzaProductsSearchIndex>li:after {
	content: "/";
	position: absolute;
	top: 0;
	right: -1.5em;
}
.oryzaProductsSearchIndex>li:last-child:after {
	display: none;
}
.oryzaProductsSearchIndex a {
	color: #175684;
	text-decoration: underline;
}
.oryzaProductsSearchIndex a:hover {
	opacity: .6;
}
@media only screen and (max-width: 640px) {
	.oryzaProductsSearchIndex {
		font-size: .7em;
		line-height: 2em;
	}
}


.oryzaProductsSearchResult {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	width: 1462px;
	max-width: 100%;
	padding-bottom: 302px;
}
.oryzaProductsSearchResultTitle {
	margin: 30px 0 2%;
	width: 100%;
}
.oryzaProductsSearchResultTitle span {
	display: inline-block;
	background-color: #295680;
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
	text-align: center;
	padding: 12px 0;
	width: 148px;
}

.oryzaProductsSearchResultItem {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	background-color: #fff;
	margin: 0 1% 2%;
	padding: 42px 35px;
	width: 31%;
}
.oryzaProductsSearchResultName {
	text-align: center;
	font-size: 0.9em;
	font-weight: 400;
	margin-right: 1em;
	width: 187px;
}
.oryzaProductsSearchResultImage {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto 27px;
	object-fit: cover;
	border-radius: 50%;
}
.oryzaProductsSearchResultContent {
	width: 192px
}
.oryzaProductsSearchResultMenu {
	font-size: .8em;
}
.oryzaProductsSearchResultMenu>li {
	margin-bottom: 28px;
}
.oryzaProductsSearchResultMenu>li:last-child {
	margin-bottom: 0;
}
.oryzaProductsSearchResultMenuIcon {
	height: auto;
	margin-right: 12px;
	vertical-align: middle;
	width: 42px;
}
.oryzaProductsSearchResultMenuIcon2 {
	height: auto;
	margin-right: 5px;
	width: 9px;
	vertical-align: middle;
}
.oryzaProductsSearchResultMenu a {
	position: relative;
	padding-left: 50px;
	text-decoration: none;
}
.oryzaProductsSearchResultMenu a:hover {
	opacity: .6;
}
.oryzaProductsSearchResultMenu a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-55%);
	background-size: cover;
	background-repeat: no-repeat;
}
.oryzaProductsSearchResultMenu a.food {
	color: #F5A20B;
	line-height: 24px;
}
.oryzaProductsSearchResultMenu a.food:before {
	background-image: url(../../images/second/member/icon_6.png);
	height: 24px;
	width: 42px;
}
.oryzaProductsSearchResultMenu a.cosme {
	color: #EB3B58;
	line-height: 26px;
}
.oryzaProductsSearchResultMenu a.cosme:before {
	background-image: url(../../images/second/member/icon_5.png);
	height: 26px;
	width: 37px;
}
.oryzaProductsSearchResultMenu a.data {
	color: #175684;
	line-height: 33px;
}
.oryzaProductsSearchResultMenu a.data:before {
	background-image: url(../../images/second/member/icon_4.png);
	height: 33px;
	width: 28px;
	left: 5px;
}
.oryzaProductsSearchResultMenu a.movie {
	color: #006652;
	line-height: 23px;
}
.oryzaProductsSearchResultMenu a.movie:before {
	background-image: url(../../images/second/member/icon_2.png);
	height: 23px;
	width: 33px;
	left: 3px;
}
.oryzaProductsSearchResultMenu a.web {
	color: #7030A0;
	line-height: 25px;
}
.oryzaProductsSearchResultMenu a.web:before {
	background-image: url(../../images/second/member/icon_3.png);
	height: 25px;
	width: 36px;
	left: 1px;
}
.oryzaProductsSearchResultMenu a.flyer {
	color: #175684;
	line-height: 21px;
}
.oryzaProductsSearchResultMenu a.flyer:before {
	background-image: url(../../images/second/member/icon_flyer.png);
	height: 30px;
	width: 25px;
	left: 7px;
}
@media only screen and (max-width: 640px) {
	.oryzaProductsSearchResult {
		width: 100%;
	}
	.oryzaProductsSearchResultItem {
		flex-wrap: wrap;
		padding: 2em;
		width: 100%;
	}
	.oryzaProductsSearchResultImage {
		display: block;
		margin: 0 auto 1em;
	}
	.oryzaProductsSearchResultName,
	.oryzaProductsSearchResultContent {
		width: 100%;
		font-size: .9em;
	}
	.oryzaProductsSearchResultName {
		margin-bottom: 2em;
	}
}




.loginForm {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	background-color: #F0F8FC;
	color: #323232;
	margin: 0 auto 210px;
	padding: 123px 189px 146px;
	width: 1180px;
	max-width: 100%;
}
@media only screen and (max-width: 640px) {
	.loginForm {
		margin-bottom: 5em;
		padding: 6em 1em 3em;
	}
}
.loginForm p {
	width: 100%;
}
.loginFromTitle {
	color: #175684;
	font-size: 2em;
	line-height: 1.8em;
	margin-bottom: 113px;
	text-align: center;
	width: 100%;
}
.loginFromTitle img {
	display: block;
	margin: 0 auto 41px;
	height: 53px;
	width: 77px;
}
.loginFormInputName {
	box-sizing: border-box;
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 25px;
	width: 165px;
	max-width: 100%;
}
.loginFormInputArea {
	box-sizing: border-box;
	margin-bottom: 25px;
	width: 636px;
	max-width: 100%;
}
.loginFormInputAreaItem {
	box-sizing: border-box;
	border: 2px solid #858585;
	font-size: 1.8em;
	line-height: 66px;
	padding: 0 .5em;
	width: 100%;
}
.loginFormInputNotice {
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 23px;
	width: 100%;
}
.loginFormInputAreaSubmit {
	margin: 56px 0 0;
	width: 100%;
}
.loginFormInputSave {
	text-align: center;
	font-size: 1.1em;
}
a.loginFormInputBtn {
	transition: all 0.2s 0s ease;
	display: block;
	box-sizing: border-box;
	background-color: #0098E1;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #fff;
	font-size: 1.7em;
	font-weight: 500;
	line-height: 100px;
	margin: 24px auto 62px;
	text-align: center;
	text-decoration: none;
	width: 494px;
	max-width: 100%;
}
a.loginFormInputBtn:hover {
	background: #fff;
	border: 1px solid #0098E1;
	color: #0098E1;
}
.loginFormInputAskPassword {
	font-size: 1.45em;
	font-size: min(1.45em, 5vmin);
	font-weight: 500;
	text-align: center;
	margin-bottom: 146px;
}
.loginFormInputAskPassword a {
	color: #A2A2A2;
	line-height: 1.5em;
	margin-left: 1em;
}
@media only screen and (max-width: 640px) {
	.loginFormInputAskPassword a {
		display: block;
	}
}
.loginFormInputAskPassword a:hover {
	text-decoration: underline;
}
.loginFormInputAskPasswordMsg {
	background-color: #D4EEFC;
	color: #175684;
	font-size: 2.5em;
	font-size: min(2.5em, 4vmin);
	font-weight: 500;
	line-height: 1.5em;
	padding: 54px;
	text-align: center;
}
.loginFormInputAskPasswordMsg a {
	color: #175684;
}
.loginFormInputAskPasswordMsg a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 640px) {
	.loginFormInputAskPasswordMsg {
		padding: 2em 1em;
	}
}




.approvalScreen {
	box-sizing: border-box;
	background-color: #F0F8FC;
	padding: 125px 110px;
	margin: 0 auto 180px;
	width: 1180px;
	max-width: 100%;
}
.approvalScreen p {
	font-size: 1.1em;
	line-height: 2em;
	margin-bottom: 35px;
}
p.approvalScreenNotice {
	color: #E60012;
	font-size: 1.5em;
	font-weight: 500;
	padding-top: 20px;
	margin-bottom: 148px;
}
.approvalScreenSelect {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 812px;
	max-width: 100%;
}
.approvalScreenSelect>div {
	line-height: 100px;
	width: 374px;
}
a.approvalScreenSelectBtn {
	transition: all 0.2s 0s ease;
	display: block;
	background-color: #4097DB;
	border-radius: 10px;
	border: 1px solid transparent;
	color: #fff;
	font-size: 1.7em;
	font-weight: 500;
	text-align: center;
	width: 100%;
}
a.approvalScreenSelectBtn:hover {
	background-color: #fff;
	border: 1px solid #4097DB;
	color: #4097DB;
	text-decoration: none;
}
@media only screen and (max-width: 640px) {
	.approvalScreen {
		margin-bottom: 5em;
		padding: 3em 1em;
	}
	.approvalScreenSelect {
		flex-wrap: wrap;
	}
	.approvalScreenSelect>div {
		margin-bottom: 2em;	
		width: 100%;
	}
}


.movieIndexList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 130px;
}
.movieIndexList>li {
	width: 31%;
	margin-bottom: 63px;
	box-sizing: border-box;
}
.movieIndexList>li:hover {
	opacity: .7;
}
.movieIndexListItemImage {
	margin-bottom: 24px;
}
.movieIndexListItemTitle {
	clear: both;
	font-weight: 400;
	line-height: 1.5em;
	text-align: justify;
}


.limitedMovieTitle {
	color: #175684;
	font-size: 1.4em;
	font-size: min(2em, 6vw);
	font-weight: 500;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 2em;
}
.limitedMovieBox {
	text-align: center;
	margin-bottom: 40px;
}
.limitedMovieDetail {
	margin-bottom: 90px;	
}
a.limitedBtnList {
	transition: all 0.2s 0s ease;
	position: relative;
	display: block;
	background: #0098E1;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5em;
	font-size: min(1.5em, 5vw);
	padding: 1.5em 1em;
	text-align: center;
	text-decoration: none;
	width: 500px;
	max-width: 60%;
	margin: 0 auto;
}
a.limitedBtnList:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
}
a.limitedBtnList:hover {
	background: #fff;
	border: 1px solid #0098E1;
	color: #0098E1;
}
a.limitedBtnList:hover:after {
	border-color: #0098E1;
}

@media only screen and (max-width: 640px) {
	.movieIndexList {
		margin: 0 auto 90px;
	}
	.movieIndexList>li {
		width: 100%;
	}
	.movieIndexListItemImage {
		margin-bottom: 1em;
	}
	.movieIndexListItemTitle {
		font-size: .9em;
	}
}


#wpmem_login {
  width: 960px !important;
  margin: 90px auto !important;
  padding: 60px !important;
  color: #323232 !important;
  letter-spacing: 0;
  background-color: #F0F8FC !important;
  box-sizing: border-box !important;
}
@media only screen and (max-width: 640px) {
  #wpmem_login {
    margin: 90px auto 0 !important;
    padding: 6em 2em 3em !important;
    width: 100% !important;
  }
}
#wpmem_login p {
  width: 100%;
}
fieldset {
  width: 640px !important;
  margin: 0 auto !important;
}
legend {
  width: 100% !important;
  margin-bottom: 63px !important;
  padding-top: 80px !important;
  color: #175684;
  font-size: 1.6em !important;
  line-height: 1.6em !important;
  text-align: center !important;
  background-image: url(../../images/second/news/as_7.png) !important;
  background-repeat: no-repeat !important;
  background-size: 77px 53px !important;
  background-position: top center !important;
}
legend img {
  display: block !important;
  margin: 0 auto 41px !important;
  height: 53px !important;
  width: 77px !important;
}
label {
  box-sizing: border-box !important;
  font-size: 1.1em !important;
  font-weight: 400 !important;
  line-height: 1.5em !important;
  width: 100% !important;
}
.div_text,.button_div {
  width: 100% !important;
}
input[type="text"],input[type="password"],input[type="email"] {
  width: 100% !important;
  margin: 0 0 10px !important;
  padding: 0 .5em !important;
  font-size: 1em !important;
  line-height: 3em !important;
  box-sizing: border-box !important;
  border: 2px solid #858585 !important;
}
input.buttons {
  transition: all 0.2s 0s ease !important;
  display: block !important;
  width: 320px !important;
  max-width: 100% !important;
  margin: 32px auto !important;
  color: #fff !important;
  font-size: 1.4em !important;
  font-weight: 500 !important;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 80px !important;
  letter-spacing: .1em !important;
  box-sizing: border-box !important;
  background-color: #0098E1 !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
}
input.buttons:hover {
  background: #fff !important;
  border: 1px solid #0098E1 !important;
  color: #0098E1 !important;
  cursor: pointer;
}
.link-text-forgot {
  font-size: 1.15em !important;
  font-weight: 500 !important;
  text-align: center !important;
}
.link-text-forgot a {
  color: #A2A2A2 !important;
  line-height: 1.1em !important;
  margin-left: 1em !important;;
}
/* ログイン状態を保存するボタン */
.button_div label { 
	font-size: .8em !important;
}
/*-- check box --*/
input[type=checkbox] {
  display:none
}
.button_div label {
  position: relative !important;
  padding: 3px 0 3px 2.4em !important;
  cursor: pointer !important;
}
.button_div label:before{
  width: 16px !important;
  height: 16px !important;
  left: 5px !important;
  margin-top: -9px !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
}
.button_div label:after,
.button_div label:before{
  position: absolute !important;
  content: "" !important;
  top: 50% !important;
}
.button_div label::after {
  position: absolute !important;
  width: 5px !important;
  height: 9px !important;
  top: 50% !important;
  left: 10px !important;
  border-right: 2px solid #0098E1 !important;
  border-bottom: 3px solid #0098E1 !important;
  content: '' !important;
  margin-top: -7px !important;
  opacity: 0;
  transform: rotate(45deg) !important;
}
input[type=checkbox]:checked + label::after {
  opacity: 1 !important;
}
@media only screen and (max-width: 640px) {
	fieldset {
	  width: 90% !important;
	  margin: 0 auto !important;
	}
	legend {
	  width: 100% !important;
	  margin-bottom: 43px !important;
	  padding-top: 50px !important;
	  color: #175684;
	  font-size: 1.3em !important;
	  line-height: 1.3em !important;
	  text-align: center !important;
	  background-image: url(../../images/second/news/as_7.png) !important;
	  background-repeat: no-repeat !important;
	  background-size: 57px 40px !important;
	  background-position: top center !important;
	}
	legend img {
	  display: block !important;
	  margin: 0 auto 31px !important;
	  height: 33px !important;
	  width: 57px !important;
	}
  .link-text-forgot a {
    display: block !important;
  }
	input.buttons {
	  width: 100% !important;
	  max-width: 100% !important;
	  margin: 60px auto 20px !important;
	  font-size: 1em !important;
	  line-height: 60px !important;
	}
}
.link-text-forgot a:hover {
  text-decoration: underline;
}
.link-text {
  width: 100% !important;
  padding: 36px !important;
  color: #175684 !important;
  font-weight: 500 !important;
  text-align: center !important;
  line-height: 1.6em !important;
  box-sizing: border-box !important;
  background-color: #D4EEFC !important;
}
.link-text a {
  color: #175684;
}
.link-text a:hover {
  text-decoration: underline;
}
.link-text-register {
  font-size: 1.3em;
}
@media only screen and (max-width: 640px) {
  .link-text {
    padding: 2em 1em;
  }
}

.registerBox {
	width: 100% !important;
	max-width: 100%;
	margin: 30px auto 130px;
	text-align: center;
}
.registerBox a {
	max-width: 100%;
	padding: 1.6em 2em;
	color: #0098E1;
	text-align: center;
	text-decoration: none;
	border: solid 2px #0098E1;
	border-radius: 10px;
}
.registerBox a:hover {
	color: #fff;
	background-color: #0098E1;
	border: solid 2px #0098E1;
	transition: .3s;
}
@media only screen and (max-width: 640px) {
	.registerBox {
		padding-top: 30px;
	}
	.registerBox a {
		padding: 1em 2em;
	}
}
#wpmem_reg {
	margin: 60px auto 30px !important;
}
.req {
	color: #ff0000 !important;
}
.heading_desc {
	margin-bottom: 30px;
	font-size: 1em;
	line-height: 1.6em;
}
#wpmem_msg {
	margin-top: 60px !important;
	line-height: 1.6em;
}
#wpmem_msg h2 {
	margin: 0 0 3em !important;
}
#wpmem_msg p {
	line-height: 1.6em !important;
}
#wpmem_login_form p {
	font-size: .8em;
}
#wpmem_login_form img {
	width: 120px !important;
	margin: 20px auto 0 !important;
}
/* ログインフォーム */
@media only screen and (max-width: 640px) {
	#wpmem_login_form {
		width: 100% !important;
	}
	#wpmem_login_form .username, #wpmem_login_form .password {
		width: 100%;
	}
}







