@charset "utf-8";

body{
	width:100%;
	max-width:750px;
	margin: 0;
	padding: 0;
	font-size:14px;
	background:#ffffff  repeat;
	background-size:contain;
	color:#333333;
	line-height:1.5;
	letter-spacing:1.5px;
	margin:0 auto;
	font-family:"?��?��?��S?��V?��b?��N", "?��?��?��S?��V?��b?��N?��?��", "?��?��?��C?��?��?��I", "Meiryo", "Verdana", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	-webkit-text-size-adjust: none;
}

a {
	text-decoration: none;
	color: #4169e1;
}

hr {
	width: 90%;
	color:#333333;
}

img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}
/*-------------------------------------------------------*/
#header{
	width: 100%;
	height:60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header img {
	width: 80%;
	padding-left:10px;
}

.container {
	display: flex; /* or inline-flex */
	justify-content: flex-end;
	margin-right: 10px;
  }

.box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 60px;
	font-weight: bold;
	font-size: 0.7rem;
}

.box a {
	padding: 0.4em 1em;
	margin: 2em 0;
	color: #FFF;
	background: #D5673B;
	border-radius: 20px;
}

.box p {
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------*/

h1 {
	margin-left:5px;
	font-size: 1.5em;
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
}

h2 {
  padding: 0.2em;/*?��?��?��?��?��܂�?��i?��㉺?��?��?��E?��j?��̗]?��?��*/
  color: #333333;
  font-size:1em;
}

span {
	font-size:0.8em;
	font-weight:600;
	color: #2C3C5B;
	line-height:1;
}

/*-------------------------------------------------*/
.main{
	width:100%;
	height:auto;
	min-width:320px;
	max-width:750px;
	margin:0 auto;
	z-index:-9;
	background:#FFFFFF;
	box-sizing:border-box;
}

.top-img {
	min-width:320px;
	max-width:750px;
	border: 1px solid #ccc;
	margin: 10px;
}

/*-------------------------------------------------------*/
.center_info{
	margin:0 auto;
	text-align:center;
	padding:10px;
}

.red_text{
	color:#cc0000;
	font-size:16px;
	line-height:18px;
}

/*-----?��?��?��?��?��L?��?��?��O--------------------------------------------------*/

.grid-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1vw;
	margin: 0;
}

.other .grid-container {
	grid-template-columns: repeat(2, 1fr);
}

.grid-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 1px solid #ccc;
	text-align: center;
	padding: 1px;
}
a.grid-item {
	color: #333;
}

[class^=ranking-icon] {
	position: absolute;
	top: -10px;
	left: -5px;
	width: 20%; /* ?��摜�T?��C?��Y?��ɍ�?�����?��Ē�?��?�� */
	height: auto;
	z-index: 3 !important;
	transform: rotate(-20deg); /* ?��摜�?��?��X?��?��?��?�� */
}

.ranking-icon1 {
	left: -10px;
	width: 30%; /* ?��摜�T?��C?��Y?��ɍ�?�����?��Ē�?��?�� */
}

.grid-item h3 {
	margin: 0;
}

.grid-item img {
	max-width: 100%;
	height: auto;
	z-index: 2; /* ?��摜�?��?��?��ԉ�?��ɕ\?��?��?��?��?��邽?��߂̐ݒ� */
}

.grid-item p {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: rgba(0,0,0,.5);
	text-shadow:
		-1px -1px 0 #FFF,
		-1px    0 0 #FFF,
		-1px  1px 0 #FFF,
		   0 -1px 0 #FFF,
		   0  1px 0 #FFF,
		 1px -1px 0 #FFF,
		 1px    0 0 #FFF,
		 1px  1px 0 #FFF;
	z-index: 3;
}

.text-color h3 {
	display: flex;
	margin: 1px 0 0 0;
	align-items: center;
	justify-content: center;
	background:#404040;
	width: 110px;
	height: 30px;
	font-size: 0.6rem;
	line-height: 1.5;
	color: #FFF;
	font-weight: 700;
	z-index: 1; /* ?��摜�?��?��?��ԉ�?��ɕ\?��?��?��?��?��邽?��߂̐ݒ� */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ?��ǉ�: 2?��s?��ɂȂ�?��?��?���??��̃X?��^?��C?��?�� */
.text-color h3.multiline {
	width: 150px; /* 2?��s?��ɂȂ�?��?��?���??��̕�?��?��K?��X?��?��?��?�� */
}

.text-color h3.long-text {
	white-space: normal;
	max-height: 3em;
	line-height: 1.5em;
}

/*-------------------------------------------------------*/

.btn_menu {
	box-sizing: border-box;
	margin:auto;
	width:100%;
	text-align:center;
}

.btn_member{
	box-sizing: border-box;
	background:#ff389b;
	color:#ffffff;
	padding:10px 20px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	border-radius:10px;
	border: solid 1px #ffffff;
	box-shadow:0 0 3px #333333;
	display:inline-block;
	width:60%;
	margin:5px;
}

.btn_member:hover{
	color:#E99420;
	text-decoration:none;
}

/*-------------------------------------------------------*/
.center_area{
	margin:0 auto;
}

.white_area{
	height:auto;
	margin:0 5px 20px 5px;
}

.pad1vw{
	padding:1vw;
}

.pad10{
	padding:10px;
}

.pad50{
		padding:50px;
}

/*-------?��?��ЊT?��v----------------------------------------*/

.ixislogo{
	margin:20px;
	width:20%;
}

/*-------?��V?��?��-----------------------------------------*/

.new-text {
	font-size:0.8em;
	font-weight:600;
	color: #333333;
	margin: 0 5px 10px 5px;
	text-align: center;
}

.white_box {
	width: 96%;
	border-radius: 10px;
	display: block;
	margin:0 auto;
	margin-bottom:20px;
	padding: 0 0 20px 0;
	position: relative;
	background:#ffffff url("../img/new_icon.png") top 10px right 10px / 25px 25px no-repeat;
}

.white_box p{
	text-align: left;
	font-weight: bold;
}

.left_box {
	padding-left: 3%;
	width: 62%;
	float: left;
}

.right_box {
	padding-right: 2%;
	padding-top:10%;
	width: 31%;
	float: right;
}

.right_box p {
	font-size: 0.6em;
	color: #333333;
	padding-bottom: 10px;
}

.right_icon_box{
	background: #FFF;
	bottom: 4%;
	padding-right: 3%;
	position: absolute;
}

/* 2020/12/24?��ǋL?��@*/
.contents {
	background: #FFF;
	color: #404040;
	padding-bottom: 5px;
	margin-bottom: 15px;
	width:100%;
	box-sizing: border-box;
}

.new .triangle {
	width: 0;
	height: 0;
	border: 18px solid transparent;
	border-top: 20px solid #A9006A;
	margin-bottom: -10px;
}

.list1 {
	width: 100%;
	overflow: hidden;
	position:relative;
	padding:0;
}

.list1 ul {
	position:relative;
	left:50%;
	float: left;
}

.list1 ul li {
	position:relative;
	left:-50%;
	float: left;
	width: 32%;
	margin-bottom: 10px;
	margin-top: 2px;
	list-style: none;
}

.list1 li {
	float: left;
	width: 32%;
	margin-bottom: 10px;
	margin-top: 2px;
	list-style: none;
}
.list1 li a {
	position: relative;
	display: block;
	width: 90%;
	margin: 0px auto;
	text-align: center;
	text-decoration: none;
}
.list1 img {
	width: 100%;
	border: 2px solid rgb(255, 255, 255);
	box-shadow: rgb(128, 128, 128) 0px 0px 2px;
	vertical-align: bottom;
	box-sizing: border-box;
}
.new .list1 span {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100%;
	background: #f7f3c1;
	color: #787878;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.obiLink {
	margin-bottom: 15px;
}
.obiLink a {
	display: block;
	width: 80%;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	background: #8b86be;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	box-shadow: 0 2px 0 #696491;
}

/* ?��?��?��?��?��?��?��牺?��?��?��{?��^?��?��?��?��CSS?��@*/
.btn-icon {
  display: inline-block;
  max-width: 100px;
  text-align: center;
  background-color: #E99420;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: 10%;
  right: 3%;
}

.btn-icon:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}

.btn-icon:hover {
  opacity: 0.8;
}

.new_area {
	background: #F5F5F5;
	width: 100%;
	margin:0 auto;
	padding:0;
}

.new-banner{
  text-align:center;
}

.new-banner .p1{
  display:inline-block;
  width:30%;
  margin:5px 0;
}

/*-------------------------------------------------------*/

.pickup_area {
	background: #FFFFFF;
	width: 100%;
}

.pickup_area ul{
	margin: 0;
	padding: 0;
	text-align:center;
}

.pickup_area li {
	list-style-type:none;
	display: -moz-inline-box;
 	display: inline-block;
  	/display: inline;
  	/zoom: 1;
	margin:0 0 5px 0;
	width: 30%;
}
.pickup_area li img{
	border:1px solid #dedec9;
}

.pickup_area li span{
	color:#ffffff;
}

/*-----1?��i?��?��---------------------------------------------*/

.rank_box{
	background:#ffffff;
	padding:10px 0;
}

.rank_tb{
	margin:0 auto;
	width: 95%;
	border-collapse: separate;
}

.rank_tb th{
	width: 30%;
	text-align:center;
}

.rank_tb td{
	width: 30%;
	text-align:center;
	margin-bottom:10px;
}

.rank_tb td img{
	border:1px solid #F1F1F1;
}

/*-----2?��i?��?��----------------*/

.rank_tb2{
	margin:0 auto;
	width: 95%;
	border-collapse: separate;
}

.rank_tb2 th{
	width: 20%;
	text-align:center;
}

.rank_tb2 td{
	width: 20%;
	text-align:center;
	margin-bottom:10px;
}

.rank_tb2 td img{
	border:1px solid #F1F1F1;
}

/*--------Footer-----------------------------------------*/

.footer {
	color: #000;
	background: #FFF;
	padding: 20px;
}
.footer a {
	color: #000;
	text-decoration: none;
	font-size: 0.7rem;
}

.footer .wrap {
	width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .wrap h3 {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px #c4c4c4 solid;
}
.footer .wrap p {
	margin: 0;
	padding: 0 0 20px 0;
}
.footer .wrap .box2:first-child {
	width: 30%;
}
.footer .wrap .box2:nth-child(2) {
	width: 65%;
}
.footer .wrap .box2 ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}
.footer .wrap .copyright {
	width: 100%;
	padding: 20px 0 0 0;
}


.footer-logo {
	background-color: #000;
	color: white;
	font-size: x-small;
	text-align: center;
	padding: 20px;
}



/*----New Footer --------------*/

.footer-menu {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  padding: 30px 0;
  margin-top: 30px;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-menu li {
  margin: 5px 8px;
}

.footer-menu a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s;
}

.footer-menu a:hover {
  background: #f0f0f0;
}

h3 {
	color: #9ad6dc;
	text-align: center;
	font-size: 1.8rem;
	margin: 0 0 10px 0;
}


/*-------------------------------------------------------*/
.center_title{
	margin:0 auto;
	text-align:center;
	padding:5px 10px;
	font-weight:bold;
	font-size:18px;
	color:#333333;
}

.img_area{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	margin:0 auto;
	text-align:center;
}

.img_area img{
	display:inline-block;
}

.white_area{
	background:#ffffff;
	height:auto;
}

.kabegami {
	list-style-type: none;
	width:100%;
	height:auto;
	max-width: 750px;
	padding: 0;
	text-align: center;
}

.kabegami li{
	position: relative;
	width: 44%;
	height:auto;
	float: left;
	margin: 0;
	padding:10px;
	display:inline-block;
}

.kabegami area {
	margin:0 auto;
	text-align:center;
}

.kabegami p{
	color:#5E738E;
}

.text_area{
	position: relative;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	margin:0 auto;
	text-align:left;
}
.text_area.point {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	padding:10px 0;
}
.text_area.point dt,
.text_area.point dd {
	width: 50%;
	margin: .5em 0;
	box-sizing: border-box;
}
.text_area.point dt {
	text-align: center;
}
.text_area.point dd {
	text-align: right;
}

.btn_buy{
	width: 50%;
	color: #FFF;
	background: #0AC5A8;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	border: solid 1px #0AAA90;
	border-radius: 10px;
	display: block;
	margin: 10px auto;
}

.btn_buy a{
	display:inline-block;
	color:#ffffff;
}

/*------------?��y?��[?��W?��?��?��?��---------------------------------*/

nav.cp_navi *, nav.cp_navi *:after, nav.cp_navi *:before {
	box-sizing: border-box;
}
nav.cp_navi a {
	text-decoration: none;
}
nav.cp_navi {
	margin: 2em 0;
	text-align: center;
}
.cp_navi .cp_pagination {
	display: inline-block;
	margin-top: 2em;
	padding: 0 0.5em;
}
.cp_navi .cp_pagenum {
	font-size: 1em;
	line-height: 50px;
	display: block;
	float: left;
	transition: 400ms ease;
	letter-spacing: 0.1em;
	color: #37474F;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: auto .5em;
}
.cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
	font-weight: bold;
	color: #ffffff;
	background-color: #EC407A;
	border-radius: 50%;
}
.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
	color: #EC407A;
	background-color: transparent;
	border-radius: 50%;
}
@media only screen and (max-width: 750px) {
	.cp_navi .cp_pagination {
		margin-top: 50px;
		padding: 0 10px;
	}
	.cp_navi .cp_pagenum {
		font-size: 0.8em;
		line-height: 25px;
		width: 45px;
		height: 25px;
		margin: auto .1em;
		border-radius: 0.3em;
	}
	.cp_navi .cp_pagenum.prev,
	.cp_navi .cp_pagenum.next {
		padding: 0 25px 0 0;
	}
	.cp_navi .cp_pagenum:hover,
	.cp_navi .cp_pagenum.current {
		border-radius: 0.3em;
	}
	.cp_navi .cp_pagenum.prev:hover,
	.cp_navi .cp_pagenum.next:hover {
		border-radius: 0.3em;
	}
}
@media only screen and (min-width: 120px) and (max-width: 750px) {
	.cp_navi .cp_pagenum {
		display: none;
		border-radius: 0.3em;
	}
	.cp_navi .cp_pagenum:nth-of-type(2) {
		position: relative;
		padding-right: 20px;
	}
	.cp_navi .cp_pagenum:nth-of-type(2)::after {
		font-size: 1.2em;
		position: absolute;
		top: 0;
		left: 25px;
		content: '...';
	}
	.cp_navi .cp_pagenum:nth-child(-n+3),
	.cp_navi .cp_pagenum:nth-last-child(-n+3) {
		display: block;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4) {
		padding: 0 5px;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
		content: none;
	}
	.cp_navi .cp_pagenum:hover,
	.cp_navi .cp_pagenum.current {
		border-radius: 0.3em;
	}
	.cp_navi .cp_pagenum.prev:hover,
	.cp_navi .cp_pagenum.next:hover {
		border-radius: 0.3em;
	}
}

/*-------------------------------------------------------*/

.clear{
	clear:both;
}

.hr_gray01{
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid #ffffff;
	margin:10px;
}

.hr_gray_dashed{
	border: 1px dashed #9b9b9b;
	margin:10px 0px;
}

/*-------------------------------------------------------*/

.label{
	background:#EF9B9B;
	color:#FFF;
	padding:1px 3px;
	display:inline-block;
	margin:2px;
	border-radius:5px;
	font-size:11px;
}

/*-------------------------------------------------------*/

.other_midashi{
	font-size:18px;
	font-weight:bold;
	line-height:26px;
	padding:10px 0px 10px 5px;
	color:#ffffff;
	background:#9ad6dc;
}

.other_main{
	padding:5px;
	font-size:14px;
	color:#333333;
	line-height:18px;
	text-align:left;
	background:#ffffff;
}

.other_obi{
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	padding:5px;
	color: #fff;;
	background:#86abba;
	margin-bottom:5px;
}

/*-------------------------------------------------------*/
.faq{
	width: 100%;/*?��?��?��?��?��͂�?��?��?��Őݒ肵?��܂�?��B100%?��ɂ�?��?��ΉςɂȂ�܂�?��B*/
	margin: 0 auto;
}

.faq .ac-content {
	margin:0px;/*?��?��?��?��?��?��10px?��ɂ�?��?��Η�?��T?��C?��h?��?��10px?��]?��?��?��?��?��?��?��?��?��?��?��?��?��܂�?��B*/
}

.faq input {
	display: none;
}

.faq label {
	width:100%;
	padding:10px;
	background:#5E738E;
	color:#FFF;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	display:block;
	box-sizing:border-box;
	border-bottom:1px solid #ffffff;
	text-align:left;
}

.faq .ac-cont {
	transition: 0.1s;
	height: 0;
	overflow: hidden;
	color:#333333;
	background: #ffffff;
	padding: 0px;/*?��A?��R?��[?��f?��B?��I?��?��?��̃^?��C?��g?��?��?��?��padding*/
	font-size:16px;
	line-height:20px;
	text-align:left;
}

.faq input:checked + .ac-cont {
	height: auto;
	padding: 5px;
}

/*----------?��y?��[?��W?��?��?��?��---------------------------------*/

#itemDetailNav{
	text-align: center;
}

#itemDetailNav a {
	display: inline-block;
	background: #E8E8E8;
	height: 40px;
	line-height: 40px;
	padding: 0 11px;
	color: #555;
	text-decoration: none;
}

/*-------------------------------------------------------*/

/*?��t?��?��?��[?��?��?��[?��h?��?��?��?��?��?��?��?��*/
.freeword .list2 {
	margin: 15px 0;
}

/*-----?��މ�A?��?��?��P?��[?��g-----------------------*/

.formPage{
	background: #FFFDF8;
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-left: 0 !important;
}
.question p:first-child{
	font-weight: bold;
}
.question h3 {
	font-size: 1em;
	color: #444;
	padding-top: 4px;
}
.question p{
	color: #FFF;
	background: #A7A7A7;
	text-shadow: 1px 1px #757575;
}
.question ul{
	padding-left: 0px;
}

.question ul li{
	position: relative;
}
.question label{
	display: block;
	color: #434343;
	padding: 15px 5px;
	border-top: 1px solid #aaa;
	background: #F2f2f2;
}
.question ul li:first-child label{
	border-top: none;
}
.question ul li:last-child label{
	border-bottom: 1px solid #aaa;
}
.question textarea{
	width: 96%;
	height: 150px;
	margin-top: 4px;
	margin-left: 2%;
	border-color: #aaa;
}
.question ul li input[type="radio"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
}
.question ul li input[type="radio"]:checked + label{
	color: #F2f2f2;
	background: #2F7ED9;
}
.question ul li input[type="checkbox"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
}
.question ul li input[type="checkbox"]:checked + label{
	color: #F2f2f2;
	background: url("../img/check_on.png") no-repeat,#2F7ED9;
	background-position: 95% 50%;
}

.question select{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	background: url("../img/underArrow.png") no-repeat,#F2f2f2;
	background-position: 95% 50%;
	width: 100%;
	padding: 12px 5px;
	border: none;
	border-bottom: 1px solid #aaa;
	border-radius: 0px;
}
.formPage input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	color: #fff;
	text-shadow: 1px 1px #757575;
	background: rgba(191,191,191,1);
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,191,191,1)), color-stop(49%, rgba(158,158,158,1)), color-stop(50%, rgba(166,166,166,1)), color-stop(100%, rgba(171,171,171,1)));
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	box-shadow: 1px 1px 1px #ccc;
	border: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 12px;
	width: 100%;
}
.questionNom{
	display: block;
	font-size: 1em;
	margin-top: 16px;
	padding: 5px 2px;
	border-bottom: 2px groove #eee;
	border-top: 2px groove #eee;
	box-sizing: border-box;
}
.questionNom span{
	color: #C20000;
	text-shadow: 1px 1px rgba(255, 231, 231, 0.59);
}

.fs_big{
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	color:#ff0000;
}

.link_blue{
	color:#4169e1;
	text-decoration:none;
}

.newitem {
	display: inline-block;
	text-align:center;
	margin-bottom: 20px;
}

/* stripe ?��㕔�]?��?�� */
.stripe {
	margin-top: 2em; /* 2em(=?��s)?��?�� */
}

/* ?��N?��?��?��J?��?��?��ς̘g */
.stripe .email {
	position: relative;
	text-align: center;
	margin: 1em 0;
	width: 91%;
	border: 1px solid #000;
	padding: 3% 2%;
	box-sizing: border-box;
}

.stripe .email:after {
	display: block;
	color:#333;
	font-weight: bold;
	margin-top: 1em;
	content: '?��N?��?��?��W?��b?��g?��J?��[?��h?��E?��I?��?��?��?��?��C?��?��?��?��?��ςœo?��^';
	font-size: 1.1em;
}

/* ?��?��?��[?��?��?��A?��h?��?��?��X(@?��?��?��O) */
.stripe .email input[name="email_tmp"] {
	width: 17em;             /* ?��?��?��?�� */
	height: 2em;             /* ?��?��?��?�� */
	margin-right: 2px;
}

/* ?��?��?��[?��?��?��A?��h?��?��?��X(@?��?��?��?��̃v?��?��?��_?��E?��?��) */
.stripe .email input[name="email_tmp2"] {
}

/* ?��?��?��M?��{?��^?��?�� */
.stripe .email .sendmail {
	margin-top: .8em;
	padding: .2em 1em;
	border-radius: 100px;
	border: 1px solid #888;
	background: #3478f6;
	color:#FFF;
	font-size: 1.5em;
}

/* ?��?��?��M?��{?��^?��?��(?��?��?��͑O?��̉�?��?��?��Ȃ�?��?��Ԃ̎�) */
.stripe .email .sendmail:disabled {
}

/* ?��o?��^?��E?��މ�E?��w?��?��?��{?��^?��?��?��?��?��?�� */
form button {

}
.docomo button,
.stripe button {
	padding: 0;
	border: 0;
	background: none;
}

form button img {
	max-width: 100%;

}

form + form {
	margin-top: 2em;
}

.pager {
	width: 720px;
	max-width: 100%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.pager a, .pager b {
	display: block;
	width: 2em;
	height: 2em;
	margin: 0 .1em;
	background: #ffe2ea;
	border-radius: 50%;
	line-height: 2em;
	text-align: center;
}
.pager a[title*=previous],
.pager a[title*=next] {
	width: auto;
	background: none;
	margin: 0 .5em;
}