@charset "utf-8";
.tokushu {
	width: 510px;
	height: auto;
	line-height: 1;
	background: url(../images/bg.png) repeat;
	color: #000f4c;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 62.5%!important;
}
@media screen and (max-device-width: 1024px) {
  .tokushu {
    width: 100%!important;
  }
}

.tokushu img {
	vertical-align: bottom!important;
}

/*.tokushu .logo {
	width: 100%;
	padding: 7px 0!important;
	text-align: center!important;
}

.tokushu .logo img{
	width: 99px;
	height: 75px;
}
*/
.tokushu .top {
	width: 100%;
	margin: 0 auto 3.5em!important;
}

.tokushu .top img{
	width: 100%;
	height: auto;  
}

.tokushu .contents {
	width: 95%;
	margin: 0 auto!important;
	padding-bottom: 2em!important;
}
.tokushu .contents .box {
	padding: 1.5em!important;
	box-sizing: border-box;
	background-color: #fff;
}

.tokushu h3 {
	margin: 0 auto!important;
	padding: 0.3em 0!important;
	background-color: #0c6fbc;
	border-bottom: 2px #ff0945 solid;
	border-right: 2px #ff0945 solid;
	color: #fff;
	font-size: 2.3em!important;
	font-weight: bold;
	text-align: center;
}

.tokushu h4 {
	display: inline-block;
	margin-bottom: 0.2em!important;
	padding: 0.2em 1em!important;
	border-radius: 15px;
	background-color: #5fbffd;
	color: #fff;
	font-size: 1.7em!important;
	font-weight: bold;
}

.tokushu .pink p span{
	background-color: #fdbedc;
}

.tokushu p, .tokushu li, .tokushu table, .tokushu dl {
	width: 100%;
	line-height: 1.6!important;
	font-size: 1.4em!important;
}
.tokushu p, .tokushu li, .tokushu table {
	margin-bottom: 0.7em!important;
}
.tokushu strong {
	font-size: 1.2em!important;
}
.tokushu p span strong {
	color: #ff0000;
	font-size: 1.1em!important;
}
.tokushu p img {
	display: block;
	width: 95%;
	margin: 0 auto!important;
}
.tokushu li {
	padding-left: 1em!important;
	text-indent: -1em;
}
.tokushu li:before {
	content: "・";
	margin-right: 0.5em!important;
}
.tokushu table th {
	width: 18%;
	font-weight: bold;
	color: #30acfc;
}
.tokushu table th span:after {
	padding-left: 0.5em!important;
	box-sizing: border-box;
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
}
.tokushu table td {
	width: 78%;
}

/*.live ネットサイン会リンクボタン*/
.tokushu .live {
	text-align: center;
}
.tokushu .live a:link {
	display: inline-block;
	margin: 1em auto!important;
	padding: 0.4em 1em!important;
	background-color: #002fff;
	border-radius: 10px;
	color: #fff;
	font-size: 1.1em!important;
	font-weight: bold;
	text-decoration: none!important;
}
.tokushu .live a:visited {
	background-color: #002fff;
	color: #fff!important;
}
.tokushu .live a:hover {
	background-color: #002ae3;
	color: #fff!important;
}
/*.guide 緑背景の部分*/
.tokushu .guide {
	width: 95%;
	margin: 0 auto 1.5em!important;
	padding: 1.5em!important;
	box-sizing: border-box;
	background-color: #eef8c1;
}
.tokushu .guide h4 {
	display: block;
	margin-bottom: 1em!important;
	background-color: #c0da4a;
	border-radius: 0!important;
	text-align: center;
}

.tokushu .guide li span {
	color: #eb3564;
	font-weight: bold;
	text-decoration: underline;
}
.tokushu .guide li:before {
	content: "※";
	margin-right: 0!important;
}
.tokushu .guide a:link {
	color: #0036ff!important;
	text-decoration: none;
}
.tokushu .guide a:hover {
	color: #0036ff!important;
	text-decoration: underline!important;
}
.tokushu .guide a:visited {
	color: #0036ff!important;
	text-decoration: none;
}
.tokushu .guide p span {
	color: #eb3564;
	font-weight: bold;
	text-decoration: underline;
}

/*商品_共通*/
.tokushu .flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	overflow: hidden;
}
.tokushu .flexbox dl {
	display: block;
	width: 100%;
	margin: 0 auto!important;
	color: #fe0000;
	font-size: 1.5em!important;
	text-align: center;
}
.tokushu .flexbox dt, .tokushu .flexbox dd {
	display: inline-block;
}
.tokushu .flexbox dl dd span {
	font-size: 1.7em!important;
	font-weight: bold;
}
.tokushu .flexbox a:link {
	color: #000f4c!important;
}
.tokushu .flexbox a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.tokushu .flexbox a:visited {
	color: #000f4c!important;
}
.tokushu .flexbox .item > span {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.tokushu .flexbox .item span img {
	width: 100%;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
}
/*商品_１カラム*/
.tokushu .column_1 {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 1.5em!important;
	padding: 50% 0 0!important;
	box-sizing: border-box;
	background-color: #f3f5ff;
}
.tokushu .column_1 > span {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 46%;
}
.tokushu .column_1 span img {
	width: 100%;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
}
.tokushu .column_1 p {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 46%;
}
.tokushu .column_1 dl {
	position: absolute;
	bottom: 1em;
	right: 1em;
	width: 46%;
	text-align: right;
}
/*商品_２カラム*/
.tokushu .column_2 {
	width: 95%;
	margin: 0 auto!important;
}
.tokushu .column_2 h5 {
	width: 100%;
	margin: 0.8em 0 0.5em!important;
	padding: 0.5em 0 0.4em!important;
	background: #4888bc;
	border-radius: 10px;
	color: #fff!important;
	font-size: 1.8em!important;
	text-align: center;
}

@media screen and (max-device-width: 1024px) {
  .tokushu .column_2 h5 {
    font-size: 1.4em!important;
 }
}

.tokushu .column_2 .item {
	display: flex;
	flex-flow: column;
	width: 49%;
	margin-bottom: 1.5em!important;
	padding: 1em!important;
	box-sizing: border-box;
	background-color: #eff6fc;
}
.tokushu .column_2 .item dl {
	width: 100%;
	margin: 0 auto!important;
	margin-top: auto!important;
	text-align: center;
}
/*商品_3カラム*/
.tokushu .column_3 .item {
	display: flex;
	flex-flow: column;
	width: 32%;
	margin-bottom: 1.5em!important;
	padding: 1em!important;
	box-sizing: border-box;
	background-color: #f3f5ff;
}
.tokushu .column_3 .item dl {
	width: 100%;
	margin: 0 auto!important;
	margin-top: auto!important;
	text-align: center;
}
.tokushu .column_3 .item dl dd span {
	font-size: 1.3em!important;
}
.tokushu .column_3 div:nth-child(3n+2):last-child {
	margin-right: 68%!important;
}
.tokushu .column_3 div:nth-child(3n):last-child {
	margin-right: 34%!important;
}
/*お問い合わせ*/
.tokushu .contact {
	width: 80%;
	margin: 0 auto 4em!important;
	padding: 1.5em!important;
	box-sizing: border-box;
	background-color: #fff;
}
.tokushu .contact h3 {
	margin-bottom: 0.5em!important;
	padding: 0.3em 0.6em!important;
	box-sizing: border-box;
	font-size: 2em!important;
	font-weight: normal!important;
	text-align: left;
}

.tokushu .contact dt {
	font-weight: bold;
}
/*bnr*/
.tokushu .bnr {
	width: 65%;
	margin: 0 auto 3em!important;
	font-size: 2em!important;
}
.tokushu .bnr a span {
	display: block;
	width: 80%;
	margin: 0 auto 0.5em!important;
}
.tokushu .bnr a span img {
	width: 100%;
}
.tokushu .bnr i {
	margin-left: 0.2em!important;
}
.tokushu .bnr a:link {
	display: inline-block;
	padding: 1.5em!important;
	border: 1px solid #000f4c;
	color: #000f4c!important;
	text-decoration: none;
	text-align: center;
}
.tokushu .bnr a:visited {
	color: #000f4c!important;
}
.tokushu .bnr a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*footer*/
.tokushu .footer {
	padding: 1em 0 !important;
	background-color: #0e6ebb;
	color: #fff;
	font-size: 1.4em!important;
	font-weight: bold;
	text-align: center;
}
/*backtop*/
.tokushu .page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999!important;
}
.tokushu .page-top a:link {
	color: #558cb8!important;
	font-size: 6em!important;
	text-decoration: none!important;
}
.tokushu .page-top a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.tokushu .page-top a:visited {
	color: #000f4c!important;
}

