/* body */

*{
	margin:0px;
	padding:0px;
	border:0px;
	font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	}

body{
	background:#EFF8FA;
	text-align:center;
	font-size:90%;
	color:#333;
	line-height:150%;
	letter-spacing:0.1em;
	}

a:hover {
	opacity: 70%;
	}

/* layout */


.content_min{
	min-height:450px;
	}


footer{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #A6DBD5), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #A6DBD5 88%);
	background: -moz-linear-gradient(top, #fff 0%, #A6DBD5 88%);
	background: -o-linear-gradient(top, #fff 0%, #A6DBD5 88%);
	background: -ms-linear-gradient(top, #fff 0%, #A6DBD5 88%);
	background: linear-gradient(to bottom, #fff 0%, #A6DBD5 88%);
	text-align:center;
	font-size:90%;
	padding:40px 0 50px 0;
	}
	
footer a{
	color:#45A99C;
	text-decoration:none;
	}

footer a:hover{
	text-decoration:underline;
	}



	
/* contact */
	
.cart_table{
	width:95%;
	margin:20px auto;
	border:1px solid #999;
	border-collapse:collapse;
	}
	
.cart_table th{
	padding:10px;
	background-color:#FFF7FB;
	color:#111;
	font-weight:bold;
	border:1px solid #999;
	border-collapse:collapse;
	}
	
.cart_table td{
	padding:10px;
	border:1px solid #999;
	border-collapse:collapse;
	}


.txtbox{
	padding:15px 0;
	}

.txtcont{
	padding:30px 20px;
	text-align:left;
	}

.txtcont p{
	line-height:140%;
	}
	
.txtcont h2,.txtcont h3{
	font-size:150%;
	color:#0FACCA;
	border-bottom:1px solid #0FACCA;
	border-left:5px solid #0FACCA;
	padding:15px 10px;
	margin:20px 0 0 0;
	}

.txtcont h4{
	font-size:120%;
	color:#111;
	padding:20px 0 10px 0;
	}

.align_r{
	text-align:right;
	}

.center{
	text-align:center;
	}



/* scroll */
.btn_open{
	background: -moz-linear-gradient(top,#FCC 0%,#F39);
    width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
a.btn_open:hover img{
	cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

/* 120txt */

.scr_120 h4{
	width:97.5%;
	background:#E8F4F9;
	padding:10px;
	margin:0 0 10px 0;
	color:#333;
	}

.scr_120 p{
	padding:0px 10px 20px 10px;
	font-size:90%;
	letter-spacing:-0.4px;
	line-height:140%;
	}

.scr_120 strong{
	color:#FA6D9B;
	font-size:110%;
	}




/* footer */

ul.footnav{
	padding:15px 0;
	}
	
ul.footnav li{
	display:inline;
	padding:0 20px;
	border-right:1px solid #111;
	}

ul.footnav li:last-child{
	border-right:none;
	}



/* micro */

table.micro{
	border:10px solid #FCED83;
	}

h4{
	font-size:120%;
	color:#F69;
	padding:20px 0;
	}

/* txt */

section.box_read{
	background-color:#DEDEDE;
	margin:15px 0;
	padding:5%;
	text-align:left;
	
}

section.box_read h3{
	margin-bottom:20px;

}

section.box_read h4{
	font-size:90%;
	margin:15px 0;

}

section.box_read h2{
	font-size:130%;
	margin:0;
	padding:0;
}

section.box_read h2:before{
	content:"●";
}

ul.li_sup{
	margin-top:20px;
}

.txt_green{
	color:#36ac9e;
}

.bold{
	font-weight:bold;
}


/* cashless_banner */

.cashless_banner_pc img {
	width:860px;
}

.cashless_banner_sp {
	display: none;
}

/* cart */

iframe#egg_form{
	max-width:100%;
	height:1550px;
}


/* alltext */

.red{
	color:#F62777;
	}
	
.bg_y{
	background:#FF9;
	font-weight:bold;
	}
	
.txt_right{
	width:100%;
	text-align:right;
	}

.m20{
	margin:20px 0;
	}

.mt10{
	margin:10px 0 0 0;
	}

.mt20{
	margin:20px 0;
	}


.p20{
	padding:20px 0 0 0;
	}

.offer_mini img{
	transition:.4s;
	}
/* clear */

.clear{
	clear:both;
	}

.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
	}

.clearfix {
	min-height: 1px; /*IE6、7対策*/
	}

* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
	}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.news{
	margin:0 0 20px 0;
	}

.news p{
	margin:10px 0;
	}
	
/* all */
	

li{
	list-style:none;
	}


a{
	color:#5E9193;
	font-weight:bold;
	border:0px;
	}

.bold{
	font-weight:bold;
	}

.rbold{
	font-weight:bold;
	color:#8C0000;
	}

.line_ye{
	background:#FF0;
	}
	
.pk{
	color:#FA6D9B;
	
	}

.txt_r{
	text-align:right;
	}
	
.m30_top{
	margin:30px 0 10px 0;
	}

.p20{
	padding:20px 0;
	}

/* faq */

.dl_faq{
	text-align:left;
	}


.dl_faq dt.btn_q{
	display:block;
	background-color:#EFEFEF;
	color:#333;
	font-weight:bold;	
	cursor: pointer;
	border-bottom:1px solid #CCC;
	}

.dl_faq dt.btn_q:hover{
	text-decoration:underline;
	}
		
.dl_faq dd.faq_a{
	display:none;
	border-bottom:1px solid #CCC;

	}
.ac_icon,
.ac_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.ac_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
}
.ac_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #F88789;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.ac_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.ac_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.ac_icon.active span:nth-of-type(1) {
	display:none;
}
.ac_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


/* オファー 2020/06/23 */
.entry {
	position: relative;
}

.entryBtn {
	display: block;
    position: absolute;
    width: 100%;
    padding: 0;
    bottom: 25px;
    right: 0;
}

@media only screen and (max-width:959px) {
	.entryBtn {
	display: block;
    position: absolute;
    width: 95%;
    padding: 0;
    bottom: 10px;
    right: 9px;
}
}
	
.entryBtn_img {
	animation: animScale 1s infinite ease-out;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: animScale;
}	

/*ボタンアニメーションキーフレーム*/
@keyframes animScale {
0% { transform: scale(1.0); }/*(Xよこ,Yたて)サイズは%で表示*/
50% { transform: scale(0.95); }
100% { transform: scale(1.0); }
}

	
/* PC
------------------------------------------------------------*/
@media only screen and (min-width: 960px) {

.sp{
	display:none;
	}
	
#wrapper{
	width:860px;
	margin:0 auto;
	/* box-shadow */
box-shadow:0px 0px 6px -1px #cccccc;
-moz-box-shadow:0px 0px 6px -1px #cccccc;
-webkit-box-shadow:0px 0px 6px -1px #cccccc;
background:#FFF;

	}


/* 120text */

.scr_120 {
	overflow: scroll;   /* スクロール表示 */
	width: 840px;
	height: 400px;
	background: #FFF;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
}
	


	
.txtbox{
	width:800px;
	margin:20px auto;
	text-align:left;
	}	

.left{
	float:left;
	width:381px;
	}	
	
.right{
	float:right;
	width:381px;
	}


.form_table{
	width:95%;
	margin:20px auto;
	border-collapse:collapse;
	}
	
.form_table th{
	width:30%;
	padding:10px;
	background-color:#FFF7FB;
	color:#111;
	font-weight:bold;
	border:1px solid #999;
	border-collapse:collapse;
	}
	
.form_table td{
	width:70%;
	padding:10px;
	text-align:left;
	border:1px solid #999;
	border-collapse:collapse;
	}
	
.select{
	border:1px solid #999;
	}
	
.b_form{
	border:1px solid #999;
	padding:5px;
	}

td#td_submit{
	text-align:center;
	}
	



a.overw{
    background-image:url(../img/offer_bgw.png);
    display:block;
	width:780px;
	height:115px;
	margin:0 auto;
}

a.overws{
    background:url(../img/btn_offer_bgs.gif);
    display:block;
	width:310px;
	height:84px;
	float:right;
}


a.overw:hover img,a.overws:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
	-webkit-transition: all .3s;
	transition: all .3s;
}	


/* bg */

	
.offer_pc_top{
	display:block;
	background:url(https://alt-public.com/lp/img/offer_pc_top_1980.png);
	width:860px;
	height:239px;
	padding-top:550px;
	text-align:center;
	}
	
.offer_pc_upsell{
	display:block;
	background:url(https://alt-public.com/lp/img/offer_pc_upsell.png);
	width:860px;
	height:166px;
	padding-top:617px;
	text-align:center;
	}
	
.offer_mini{
	background:url("../img/offer_mini1.png");
	background-repeat:no-repeat;
	padding-top:60px;
	margin:0 0 15px 0;
	text-align: center;
	}
	
	.offer_mini img{
		width:92%;
	}
	
a.overw{
    background:url(../img/btn_offer_bg.gif);
    display:block;
	width:780px;
	height:113px;
	margin:0 auto;
}

a.overws{
    background:url(../img/btn_offer_bgs.gif);
    display:block;
	width:310px;
	height:84px;
	float:right;
}


a.overw:hover img,a.overws:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
	-webkit-transition: all .3s;
	transition: all .3s;
}	


/* h */


.h3_faq{
	background:url(../img/bg_faq.jpg) no-repeat;
	width:860px;
	height:244px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}

.h3_guide{
	background:url(../img/h3_guide.jpg) no-repeat;
	width:799px;
	height:51px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
	

/* guide */

.dl_guide{
	padding:20px 0;
	text-align:left;
	}
	
.dl_guide dd{
	padding:15px 0 30px 0;
	}
	
a.btn_contact{
	display:block;
	background:url(../img/btn_contact.gif);
	width:219px;
	height:38px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:15px 0;
	}

a.btn_contact:hover{
	transition: all 0.2s;
	opacity: 0.5;
	}

.dt_guide1{
	background:url(../img/dt_guide1.gif) no-repeat;
	width:381px;
	height:40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
	
.dt_guide2{
	background:url(../img/dt_guide2.gif) no-repeat;
	width:381px;
	height:40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
	
.dt_guide3{
	background:url(../img/dt_guide3.gif) no-repeat;
	width:381px;
	height:40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
	
.dt_guide4{
	background:url(../img/dt_guide4.gif) no-repeat;
	width:381px;
	height:40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
	
.dt_guide5{
	background:url(../img/dt_guide5.gif) no-repeat;
	width:381px;
	height:40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
	
.dt_guide6{
	background:url(../img/dt_guide6.gif) no-repeat;
	width:381px;
	height:40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
	
.dt_guide7{
	background:url(../img/dt_guide7.gif) no-repeat;
	width:381px;
	height:40px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}


.dl_faq dt.btn_q{
	font-size:150%;
	font-weight:bold;	
	padding:20px 0 20px 30px;
	}
	
.dl_faq dd.faq_a{
	font-size:130%;
	line-height:170%;
	padding:20px 30px 30px 60px;

	}

.ac_icon {
	margin-right: 5px;
}


}

.button_sp img{
	width:90%;
	height:auto;
	}

@media only screen and (min-width:960px) {
.button_sp{
	display:none;
	}
}

/* SP
------------------------------------------------------------*/
@media only screen and (max-width:959px) {
	
.pc{
	display:none;
	}
	
img{
	width:100%;
	}	
	
body{
	font-size:90%;
	background:#FFF;
	
	}
	
	
section#cart{
	width:100% !important;
	margin:0 auto !important;
	}

.button_pc{
	display:none;
	}

.offer_mini{
	background-size: 100% auto;
	background-image:url("../img/offer_mini1.png");
	background-repeat:no-repeat;
	padding-top:8%;
	text-align: center;
	margin:0 0 15px 0;
	}
	
.offer_mini img{
		width:92%;
	}
/*120txt*/

.scr_120 {
	height:160px;
	text-align:left;
	overflow: scroll;
	padding:10px;
	clear:both;
	border-bottom:1px solid #999;
}

.scr_120 h4 {
	font-size:80%;
	padding:5px 10px;
	
}

.scr_120 p {
	font-size:75%;
}



/* form */

.form_table,.form_table tbody,.form_table thead,.form_table tfoot,.form_table tr,.form_table th,.form_table td {
    display: block;
	width:100%;
}


.form_table{
	width:98%;
	margin:20px auto;
	border-collapse:collapse;
	}
	
.form_table th{
	padding:3% 1%;
	background-color:#FFF7FB;
	color:#111;
	font-weight:bold;
	border:1px solid #999;
	border-collapse:collapse;
	}
	
.form_table td{
	padding:5% 1%;
	text-align:left;
	border:1px solid #999;
	border-collapse:collapse;
	}
	
.select{
	border:1px solid #999;
	width:50%;
	height:20px;

	}
	
.b_form{
	border:1px solid #999;
	padding:5px;
	}

td#td_submit{
	text-align:center;
	}
	
.btn_submit{
	-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: inset 0px 0px 10px #107d39;
-webkit-box-shadow: inset 0px 0px 10px #107d39;
box-shadow: inset 0px 0px 10px #107d39;
/*Inner elements should not cover inner shadows*/
/*Chrome renders inset shadows incorrectly with border-radius*/
/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bdff0d', endColorstr = '#2b9e08');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#bdff0d', endColorstr = '#2b9e08')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #bdff0d, #2b9e08);
background-image: -ms-linear-gradient(top, #bdff0d, #2b9e08);
background-image: -o-linear-gradient(top, #bdff0d, #2b9e08);
background-image: -webkit-gradient(linear, center top, center bottom, from(#bdff0d), to(#2b9e08));
background-image: -webkit-linear-gradient(top, #bdff0d, #2b9e08);
background-image: linear-gradient(top, #bdff0d, #2b9e08);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

width:30%;
height:80px;
padding:20px;
	color:#FFF;
	font-size:150%;
	font-weight:bold;
	margin:10px auto;
	}

input.btn_submit:hover{
	transition: all 0.2s;
	opacity: 0.5;
	}




/*guide*/


.dl_guide{
	text-align:left;
	padding:10px;
	}

.dl_guide dt{
	font-size:120%;
	font-weight:bold;
	color:#2EAFC2;
	border-left:3px solid #2EAFC2;
	border-bottom:1px solid #2EAFC2;
	padding:1%;
	margin:10px 0;
	}

.dl_guide dd{
	padding:0 0 10px 0;
	}



/* h */


.h3_faq{
	background:url(../img/bg_faq.jpg) no-repeat;
	width:100%;
	height:244px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}

.h3_guide{
	background:url(../img/h3_guide.jpg) no-repeat;
	width:799px;
	height:51px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
	

.dl_faq dt{
	background:#EFEFEF;
	padding:1.3em 0.5em 1.3em 1em;
	margin:0px;
	color:#333;
	font-size:90%;
	font-weight:bold;	
	text-align:left;
	letter-spacing:80%;
	}
	
.dl_faq dd{
	color:#333;
	font-size:100%;
	line-height:125%;
	text-align:left;
	margin:1% 0 0 0;
	padding:1em 1em 2em 1em;
	}

.box{
	margin:10px 0 30px 0;
	padding:0 2%;
	}

.box p{
	line-height:1.4em;
	width:100%;
	text-align:left;
	}




/* macro */

.spmacro{
	background:#FA7EA3;
	padding:2%;
	}

.spmacro .box{
	margin:0px;
	padding:2%;
	}

.bg_macro1,.bg_macro2,.bg_macro3,.bg_macro4{
	text-align:left;
	font-size:100%;
	background-color:#FFF;
	}

.spmacro .box p.space{
	padding:15px 0 0 0;
	}
	


/* micro */

section.voice_mic1{
	background:url(../img/voice_mic_sp1.jpg) center center / cover no-repeat;
	width: 100%;
	height: 0;
	padding-top: 86.046%; /* calc(画像高さ ÷ 画像横幅 × 100%) */
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	}

section.voice_mic2{
	background:url(../img/voice_mic_sp2.jpg) center center / cover no-repeat;
	width: 100%;
	height: 0;
	padding-top: 73.953%; /* calc(画像高さ ÷ 画像横幅 × 100%) */
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;

	}

section.voice_mic3{
	background:url(../img/voice_mic_sp3.jpg) center center / cover no-repeat;
	width: 100%;
	height: 0;
	padding-top: 74.07%; /* calc(画像高さ ÷ 画像横幅 × 100%) */
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;

	}

section.voice_mic4{
	background:url(../img/voice_mic_sp4.jpg) center center / cover no-repeat;
	width: 100%;
	height: 0;
	padding-top: 78.023%; /* calc(画像高さ ÷ 画像横幅 × 100%) */
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;

	}


p.space{
	padding:0 0 1.5em 0;
	}

.small{
	font-size:40%;
	}
	
.btn_center img{
	width:94%;
	margin:0 auto;
}

/* cashless_banner */

.cashless_banner_pc {
	display: none;
}

.cashless_banner_sp {
	display: block;
}
	
.cashless_banner_sp img {
	width: 100%;
}

}