html{
	scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-weight: normal;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-family: "Hiragino Sans",Avenir Next,Hiragino Kaku Gothic ProN,Hiragino Sans,BIZ UDPGothic,Meiryo,sans-serif;
  color: #3d3f42;
  font-size: 16px;
	background-image: url(https://static.alice.style/img/web/bg.png);
  background-size: 100% auto;
  background-position: center 75px;
  background-repeat: repeat-y;

}
p{
  line-height:1.8;
	letter-spacing: 0.15rem;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*a*/

a:link, a:visited, a:hover, a:active {
  color: inherit;
}
*,*::after,*::before {
	box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

a{
  text-decoration:none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
	display: block;
}
a:hover{
  opacity: .8;
}
a:visited{
	color: inherit;
}

img {
		width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;

}
@media screen and (max-width: 768px){
	body{
		font-size: 14px;
	}
}

/*common*/
.sp-area{
  display: none;
}

section{
  width: 100%;
}
@media screen and (max-width: 768px){
  section{
    width: 95%;
    margin:auto;
		padding: 0;
  }

  .sp-area{
    display: block;
  }
  .pc-area{
    display: none!important;
	}

}
@media screen and (min-width:768px) and ( max-width:1024px){
	.tab-area{
		display: none;
	}

}
/*font*/
.t-body{
	font-size: 1.1rem;
}
.t-body2{
	font-size: 0.875rem;
}
.t-body4{
	font-size: 0.7rem;
}
.t-body5{
	font-size: 0.6rem;
}
.t-body3{
	font-size: 0.9rem;
}
.t-title{
	font-size: 1.523em;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.t-subtitle{
	font-size: 1.4em;
	font-weight: 600;
}
.t-large{
	font-size: 1.3rem;
}

.t-large2{
	font-size: 1.2rem;
}
.t-large3{
	font-size: 2rem;
}
.t-large4{
	font-size:1.5rem;
}
.t-semibold{
	font-weight: 600;
}
.t-bold{
	font-weight: bold;
}
.t-subtitle{
	font-size: 1.3rem;
}
.t-underline{
	text-decoration: underline;
}
sup{
	font-size: 0.7em;
    vertical-align: top;
}
.t-dot{
  position: relative;

  }
.t-dot::before{
	position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 4px;
  background: -webkit-radial-gradient(circle 5px, #d9689b 50%, transparent 50%);
  background: radial-gradient(circle 5px, #d9689b 30%, transparent 50%);
  background: -moz-radial-gradient(circle 5px, #d9689b 50%, transparent 50%);
 }
.t-annotation{
	font-size: .6rem;
}
.t-through{
text-decoration: line-through;
}
.t-pink{
	color: #E85298!important;
	letter-spacing: normal;
}
.t-red{
	color: #DE003F!important;
	letter-spacing: normal;
}
.t-gray{
	color: #949495!important;
}
.t-backpink{
    display: inline;
    position: relative;
    padding: 0 0 0 4px;
    z-index: 0;
    font-weight: 600;
}
.t-backpink::before{
content: "";
    background: #FDEFF6;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    z-index: -1;
}
.t-backlightpink{
    display: inline;
    position: relative;
    z-index: 0;
    font-weight: bold;
}
.t-backlightpink::before{
content: "";
    background: #FCF1ED;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    z-index: -1;
}
.t-back-yellow{
background-position: left -100% center;
padding-bottom: 0.6em;
font-weight: bold;
background-size: 200% 0.6em;
background-repeat: repeat-x;
background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 102) 50%);
transition: background-position 2s ease 0.1s;
}

@media screen and (max-width: 728px){
	.t-subtitle{
		font-size: 1.2rem;
	}
	.s_t-bolder{
		font-size: 20px;
	}
	.s_t-body2{
	font-size: 0.8rem;
	}
	.s_t-body3{
	font-size: 0.9rem;
	}
	.s_t-body4{
		font-size: 1.2rem;
	}
	.t-large3{
		font-size: 1.5rem;
	}
}
.backgray{
	background: #F1F1F2;
}
/*position*/
.p-re{
	position: relative;
}
.p-ab{
	position: absolute;
}
.p-in{
	position: inherit;
}
@media screen and (max-width: 728px){
	.s_p-re{
		position: relative;
	}
	.s_p-ab{
	position: absolute;
	}
}

/*grid*/
.grid3_2{
	width:100%;
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 2%;
}
.grid2_3{
	width:100%;
	display: grid;
	grid-template-columns: 2fr 3fr;
	gap: 2%;
}
.grid1_1{
	width:100%;
	display: grid;
	grid-template-columns:1fr 1fr;
	gap: 2%;
}
.grid1_1_1{
	width:100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2%;
}
.grid1_1_1_1{
	width:100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 2%;
}
.grid11_1_11_1_11_1_11{
	width:100%;
	display: grid;
	grid-template-columns: 11fr 1fr 11fr 1fr 11fr 1fr 11fr;
	gap: 1%;
	align-items: stretch;
}
.align-items-center{
	align-items: center;
}
.d_block{
  display: block;
}
.d-flex{
	display: flex;
}
.align-items-start{
align-items: flex-start;
}
@media screen and (max-width: 728px){
.s_grid1_1{
  width:100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
}
.s_d_block{
  display: block;
}
}
.border-8{
	border-radius: 8px;
}
.max960{
	max-width: 960px;
}
/*WIDTH*/
.w-10 {
width: 10%;
}
.w-10 {
width: 10%;
}
.w-15 {
width: 15%;
}
.w-20 {
width: 20%;
}
.w-23 {
width: 23%;
}
.w-25 {
width: 25%;
}
.w-30 {
width: 30%;
}
.w-40 {
width: 40%;
}
.w-42 {
width: 42%;
}
.w-50 {
width: 50%;
}
.w-60 {
width: 60%;
}
.w-65 {
width: 65%;
}
.w-70 {
width: 70%;
}
.w-75{
	width: 75%;
}
.w-80 {
width: 80%;
}
.w-90{
  width: 90%;
}
.w-95{
  width: 95%;
}
.w-100 {
width: 100%;
}

.w-auto {
width: auto;
}

.h-auto {
height: auto!important
}
.d-block{
	display: block;
}
@media screen and (max-width: 768px){
	.s_w-100px{
	width: 100%;
	}
	.s_w-95{
	width: 95%;
	}
.s_w-90{
width: 90%;
}
.s_w-80{
width: 80%;
}
.s_w-70{
width: 70%;
}
.s_w-60{
width: 60%;
}
.s_w-50{
width: 50%;
}
.s_w-47{
width: 47%;
}
.s_w-20{
width: 20%;
}
.s_w-25{
width: 25%;
}
.s_w-100{
width: 100%;
}
.s_d-block{
	display: block;
}
}
/*margin-padding*/
.m-10{
	margin: 10px;
}
.m-30{
	margin: 30px;
}
.m-auto{
margin: auto;
}
.mb-8{
	margin-bottom: 8px;
}
.mb-16{
	margin-bottom: 16px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-50{
	margin-bottom: 50px;
}
.mb-64{
	margin-bottom: 64px;
}
.mb-96{
	margin-bottom: 96px;
}
.mb-104{
	margin-bottom: 104px;
}
.mt-8{
	margin-top:8px;
}
.mt-16{
	margin-top:16px;
}
.mt-30{
	margin-top:30px;
}
.mt-64{
	margin-top:64px;
}
.mt-96{
	margin-top:96px;
}
.mt-104{
	margin-top:104px;
}
.mt-120{
	margin-top:120px;
}

.ml-5{
	margin-left: 5%;
}

.ml-10{
	margin-left: 10%;
}
.mr-2p{
	margin-right: 2%;
}
.ml-20{
	margin-left: 20px;
}
.p-8{
	padding: 8px;
}
.p-16{
	padding: 16px;
}
.p-32{
	padding: 32px;
}
.pt-24{
	padding-top: 24px;
}
.pt-24{
	padding-top: 24px;
}
.pt-32{
	padding-top: 32px;
}
.pt-64{
	padding-top: 64px;
}
.pb-10{
	padding-bottom: 10px;
}
.pb-32{
	padding-bottom: 32px;
}
.pb-48{
	padding-bottom: 48px;
}
.prl-20{
	padding-right: 20px;
	padding-left: 20px;
}
@media screen and (max-width: 768px){


/*sp-margin*/
.s_m-0{
margin: 0;
}
.s_m-auto{
margin: auto;
}
.s_mb-16{
	margin-bottom: 16px;
}
.s_mt-60{
	margin-top: 60px;
}
.s_mb-40{
	margin-bottom: 40px;
}
.s_mb-80{
	margin-bottom: 80px;
}
.s_mt--64{
	margin-top: -64px;
}
.s_p-0{
	padding: 0px;
}
.s_p-8{
	padding: 8px;
}
.s_p-16{
	padding: 16px;
}
.s_p-15{
	padding: 1.5%;
}
}
.common-tryBtn{
	width: 532px;
}
.common-tryBtn .btn{
	background: rgb(214, 34, 40);
	color: #fff;
	border-radius: 50px;
	letter-spacing: .01em;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	margin: 0 auto 8px;
	width: 423px;
}
.common-tryBtn .p-ab.alice{
	right: -30px;
	bottom:50px;
	pointer-events: none;
	width: 120px;
}

.tryBtn a{
  display: block;
  padding: 5px 25px;
  background: rgb(214, 34, 40);
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
	letter-spacing: .01em;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
@media screen and (max-width: 768px){
.common-tryBtn .btn{
		width: 100%;
}
.common-tryBtn .btn{
		width: 100%;
}
.common-tryBtn{
		width: 90%;
}
.common-tryBtn.under .btn{
	width: 100%;
	padding: 16px;
}
.common-tryBtn.under .p-ab.alice{
		right: 0px;
		bottom: 85px;
    width: 70px;
}
.common-tryBtn .p-ab.alice{
	right: -10px;
	width: 25%;
bottom: 60px;
}
}
/*flex-css*/
.flex{
  display: flex;
}
.wrap{
  flex-wrap: wrap;
}
.between{
  justify-content: space-between;
}
.around{
	justify-content:space-around;

}
.center{
	justify-content: center;
}

.align-right{
	text-align: right;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
@media screen and (max-width: 768px){
	.s_align-left{
		text-align: left;
	}
	.s_align-center{
		text-align: center;
	}
}
.max-1100{
	max-width: 1100px;
}
/*header*/
header{
	margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  z-index: 2;
}
header h1{
	width: 150px;
}
header .center{
	gap:28px;
	font-size: 12px;
}

@media screen and (min-width:768px) and ( max-width:1024px){
	header .center{
		font-size: 11px;
		width: 100%;
		gap:15px;
	}
	header .center li{

	}
	nav{
		width: calc(100% - 160px)!important;
	}

}
@media screen and (max-width: 768px){
	header{
		  height: inherit;
	}
  .header h1{
    width: 90%;
  }
  .header h1 img.batsu{
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }
	.header img{
	 	width: 100%;
		padding-top:0px;
		padding-bottom:0px;
	}
  header img.logo{
		height: 50px;
		width: auto;
		margin: 10px auto;
  }

}


/*section共通*/
img.section-title{
	width: 250px;
}
@media screen and (max-width: 768px){
	img.section-title{
		width: 150px;
}
}
/*top-container*/
.top-container__box{
	width: 596px;
	background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	border-radius:8px;
}
.top-container__box--title {
  position: relative;
  display: inline-block;
  padding: 20px;
  color: #fff;
  background: #E85298;
	border-radius: 8px 8px 0 0;
}
.top-container__box--title p{
	line-height: 1.5rem;
}
.top-container__box--title:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #E85298;
}

.top-container__box--title p {
  margin: 0;
  padding: 0;
}

#roop {
	height: 800px;
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
		background-image: url("../images/collage_long.png");
    -webkit-animation: bgroop 60s linear infinite;
    animation: bgroop 60s linear infinite;

}

#roop02 {
	height: 400px;
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
		background-image: url("../images/loop_image.png");
    -webkit-animation: bgroop 60s linear infinite;
    animation: bgroop 60s linear infinite;

}
@media screen and (max-width: 768px){

	#roop02{
		background-image: url("../images/loop_image01_sp.webp");
		height: 155px;

	}
	#roop03 {
		height: 155px;
	    width: 100%;
	    background-repeat: repeat-x;
	    background-size: auto 100%;
			background-image: url("../images/loop_image02_sp.webp");
	    -webkit-animation: roop 60s linear infinite;
	    animation: roop 60s linear infinite;

	}
	.top-container__box{
		width: 90%;

	}
}


@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1956px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}

@-webkit-keyframes roop {
    from {
        background-position: -1956px 0;    }
    to {
        background-position: 0 0;    }
}
@keyframes roop {
    from {
			background-position: -1956px 0;    }
    to {
        background-position: 0 0;    }
}
/*coupon-contaner*/
.coupon-container .section-title{
	width: 400px;
}

.coupon-container .btn{
	margin-top: -12px!important;
}
/*.coupon-container__inner{
		z-index: -1;
}*/
.coupon-container__inner--block{
	top: 50%;
left: 50%;
width: 100%;
transform: translate(-50%, -50%);
}
.coupon-container__inner--block .right{
    padding: 16px 16px 16px 32px;
}
.coupon-container__inner--block .left{

}
.coupon-container__inner .item{
	width: 40%;
right: 5%;
top: -70px;
}
.coupon-container .coupon-button p{
  font-weight: bold;
  margin-bottom: 5px;
}
.coupon-container .coupon-button .img_03{
  position: absolute;
  top: -50px;
  width: 35%;
  left: -40px;
}
.coupon-container .coupon-button button{
	border: none;
	background-color: #FFF;
	color: #949495;
	/* box-shadow: 0px 4px 4px rgb(0 0 0 / 10%); */
	padding: 8px 40px;
	border-radius: 48px;
	cursor: pointer;
	display: flex;
	width: 90%;
	margin: auto;
	justify-content: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 12px;
}
.coupon-container .coupon-container__annoation{
	width: 350px;
    margin:8px auto 30px;
    font-size: 12px;
    text-align: left;

}
.coupon-container .coupon-button button img.copy{
  width: 20px;
  height: 20px;
}
.coupon-container .coupon-button button:hover{
opacity:0.7;
}
.coupon-container .coupon-button button img.copy{
width:1.2rem;
}
.coupon-container .coupon-button button img.alice{
	width: 20%;
	bottom: 0;
	right: -10px;
}
.hidden{
	position: absolute;
opacity: 0;
}
.coupon--howto__title{
  position: relative;
  display: inline-block;
  margin: 64px 0 30px;
  padding: 7px 40px;

  color: #555;
  background: #fff;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}
.coupon--howto__title::before{
  content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -15px;
border: 15px solid transparent;
border-top: 15px solid #fff;
}
.coupon--howto__title p {
  margin: 0;
  padding: 0;
	font-weight: bold;
	color: #E85298;

}
@media screen and (max-width: 768px){
.coupon-container__inner--block{
	position: inherit;
	transform: inherit;
	top: inherit;
	left: inherit;
}
.coupon-container__inner .item{
	width: 80%;
	margin: auto;
	padding-top: 16px;
}
.coupon-container__inner--block .right{
    padding: 0;
}
.coupon-container__inner .top{
	top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}
.coupon-container .up{
	background: url("../images/coupon_back01_sp.webp");
	background-size: contain;
	background-size: 100%;
background-repeat: no-repeat;

}
.coupon-container .down{
	background: url("../images/coupon_back02_sp.webp");
	background-size: contain;
	background-size: 100%;
background-repeat: no-repeat;
padding-bottom:50px;


}
.coupon-container .coupon-button button{
	width: 80%;
	margin: auto;
}
.coupon-container .btn{
	margin-top: -30px!important;
}
}
/*about-container*/


.about-container__box--inner{
	border: 2px dotted #D1D1D6;
	background: #fff;
}

.about-container__ubox{
	background: #FEFAEF;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.about-container__box--inner p.title{
	background: #F1F1F2;
	border-radius: 8px 8px 0px 0px;
	padding: 10px 5px;
	letter-spacing: normal;
}
@media screen and (max-width: 768px){
	.about-container__ubox{
			padding: 30px 0px;
	}
.about-container .alice{
	width: 20%;
	right: 0;
	bottom: -37px;
}
}
/*points-container*/
.point-container__inner{
	background: #FEFAEF;
}
.point-container__inner img.section-title{
	margin-top: -150px;
}
.point-container .p-re .point{
	left: -20px;
	top:-20px;
}
.point-container__box{
	border: 2px dotted #B5B5B6;
	background: #fff;
	padding:40px 20px 20px;
}
@media screen and (max-width: 768px){
.point-container .p-re .point{
	left: -10px;
	top: -20px;
}
.point-container__box{
		padding:30px 20px;
}
}
/*product-container*/

.product-container--inner{
	overflow-x:scroll;
	display: -webkit-box;
}

.mainImage {
width: 100%;
margin: 0 auto;
}

.thumbnails {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: distribute;
-ms-flex-pack: distribute;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin:10px auto;
}

.thumbnails img {
width: 31%;
cursor: pointer;
transition: all .3s;
}

.thumbnails img:hover {
opacity: 0.8;
transition: all .3s;
}

@media screen and (max-width: 768px) {
.mainImage {
width: 90%;
}
.thumbnails {
margin: 30px auto 0;
}
.thumbnails img {
width: 30%;
margin: 0 auto 10px;
}
.thumbnails img:hover {
opacity: 1;
}
}

/*category*/

.category-container ul{

  margin:0 auto 80px;
	font-size: 16px;
}
.quecategorystion-container li{
  list-style:none;
	padding: 15px;
	border-bottom: 1px solid #bbbdc1;

}


.category-container .category p{
	display: flex;
	align-items: center;
    text-align:left;
		line-height: 65px;
}
.category-container .category{
	position: relative;
	width: auto;
font-size: 14px;
font-weight: bold;
text-align: left;
background: #F1F1F2;
position: relative;
display: block;
padding: 5px;
border-radius: 4px;
cursor: pointer;
padding-left: 83px;
line-height: 75px;
    margin-top: 24px;
}

.category-container .category::before{
	content: "";
	display: inline-block;
	width: 65px;
	height: 65px;
	position: absolute;
	left: 5px;
	    background-size: 100%;
}

.category-container .category01::before{
	background-image: url("../images/category01.webp");
}
.category-container .category02::before{
	background-image: url("../images/category02.webp");
}
.category-container .category03::before{
	background-image: url("../images/category03.webp");
}
.category-container .category04::before{
	background-image: url("../images/category04.webp");
}
.category-container .category05::before{
	background-image: url("../images/category05.webp");
}
.category-container .category06::before{
	background-image: url("../images/category06.webp");
}
.category-container .category07::before{
	background-image: url("../images/category07.webp");
}
.category-container .category:after {
	content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-radius: 4px;
}
.category-container .category.open{
	background: #FFF5F7;
}
.category-container .category.open:after {
	content: "▲";
  color: #E85298;
}
.category-container .subcategory{
	padding-top: 12px;
  align-items: baseline;
  text-align: left;
  font-size: 12px;
}
	@media screen and (max-width: 768px){

	}
/*case-container*/
.case-container{
	width: 100%;
}
.case-container__inner{
	background-color:#FCF1ED;
}
.case-container__inner img.section-title{
	margin-top: -150px;
}
/*howto-container*/
.howto-container{
    margin-top: -96px;
}

.howto-container__inner .p-ab{
	width: 30%;
    left: -4%;
    top: -10px;
}
.howto-container__inner img.arrow{
	width:5%;
}
.howto-container__under{
	background: #FEFAEF;
	padding: 10px 20px;
}
@media screen and (max-width: 768px){
.case-container__inner--box{
	padding-bottom: 10px;
}
.howto-container__inner img.arrow{
	transform: rotate(90deg);
	width: 10%;
	margin: 10px;
}
}

/*slider-container*/
section.slider-container{
	max-width: 900px;
}
.slick-slide img{
	border-radius: 30px;
}
.slick-initialized .slick-slide{
	margin: 20px;
}

@media screen and (max-width: 768px){
	.slick-slide img{
		border-radius: 10px;
	}
	.slick-initialized .slick-slide{
		margin: 5px;
	}
}













/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 10px; /* ボックス全体の位置調整 */
}

.acbox label{
	width: auto;
font-size: 14px;
font-weight: bold;
text-align: left;
background: #F1F1F2;
position: relative;
display: block;
padding: 5px;
border-radius: 4px;
cursor: pointer;
padding-left: 83px;
line-height: 65px;
}

.acbox label:hover{
}

.acbox input{
  display: none;
}
.acbox label::before{
	content: "";
	background-image: url("../images/collage_long.png");
  display: inline-block;
  width: 65px;
  height: 65px;
  position: absolute;
  left: 5px;
}
.acbox label:after{
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-radius: 4px;
}

.acbox input:checked ~ label::after {
	content: "▲";
  color: #E85298;
}

.acbox div.acbox-under{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  border-radius: 0px;
  opacity: 1;
}

.acbox input:checked ~ label {
  background: #FFF5F7;
}

.acbox-under{
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
}
/**/
.table-container th,.table-container td {
		padding: 15px;
		vertical-align: middle;
		width: 28%;
}
.table-container td {
		padding: 40px 20px;
}
.table-container th:first-child,.table-container td:first-child {
		width: 16%;
}

.table-container table {
    border-collapse: separate;  /* 表の線と線の間を空ける */
		border-spacing: 4px;       /* 表の線と線の間の幅 */
}
.table-container .border-pink {
 border: #E85298 2px solid;
}
.table-container .border-gray {
border: #F1F1F2 2px solid;
}
.table-container .back-gray {
	background: #F1F1F2;
}
.table-container .back-pink {
	background: #FFF5F7;
}
@media screen and (max-width: 768px){
	.table-container table{
		letter-spacing: .1em;
font-size: 11px;
width: 100%;
border-spacing: 3px;
	}
	.table-container td{
		padding: 20px 5px;
	}
	.table-container th,.table-container td {
			width: 27%;
	}
	.table-container th:first-child, .table-container td:first-child{
			width: 19%;
	}
}
/*question-container*/
section.question-container{
	    font-family: Avenir Next,Hiragino Kaku Gothic ProN,Hiragino Sans,BIZ UDPGothic,Meiryo,sans-serif;
        max-width:900px;
        text-align:center;
        margin:60px auto;
    background: #fff;

}
section.question-container .section-title_img{
width:15%;
margin:30px;
}
.question-container__title{
	text-align: center;
    background: #d9689b;
    color: #fff;
    padding: 40px;
    font-size: 32px;
    /* font-weight: 900; */
    letter-spacing: .15em;
}
.question-container ul{
  width: 100%;
  margin:0 auto;
	font-size: 16px;
}
.question-container li{
  list-style:none;
	padding: 15px;
	border-bottom: 1px dotted #bbbdc1;

}


.question-container .question p{
	display: flex;
	align-items: center;
    text-align:left;
}
.question-container .question p:nth-child(2){
padding-right:20px;
width: calc(100% - 20px);
}
.question-container .question span:first-child{
	font-size: 32px;
	font-weight: 600;
}
.question-container .question span:nth-child(2){
	margin-right: 20px;
	font-weight: 600;
}
.question-container .answer p:nth-child(2){
width: calc(100% - 150px);
}
.question-container .answer span:first-child{
	font-size: 32px;
	color: #949495;
	font-weight: 600;
}
.question-container .answer span:nth-child(2){
	margin-right: 20px;
	color: #d9689b;
	font-weight: 600;
}
.question-container .question{
  position: relative;
  margin: 0;
  padding: .5em 1.5em;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  display:flex;

}
.question-container .question p:first-child{
	width:150px;
}
.question-container .question:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 40%;
  transition: all 0.2s ease-in-out;
/*   要素の動きを指定 */
  display: block;
	width: 12px;
	height: 12px;
	border-top: solid 3px #bbbdc1;
	border-right: solid 3px #bbbdc1;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
/* transform: rotateで要素の角度を指定 */

}
.question-container .question.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.question-container .answer{
	padding: 1.5em;
	display:flex;
   align-items: baseline;
   text-align:left;
   background:#F1F1F2;
}
.question-container .answer p:first-child{
	width: calc(150px - 1.5em);
	text-align: left;
	line-height: 1;
}
.question-container  .text-link{
	width: 80%;
	margin: 20px auto;
	color: #3d3f42;
	text-align: right;
	font-size: 16px;
	text-decoration: underline;
	}
.question-container a{
	color: #3d3f42!important;
}
	@media screen and (max-width: 768px){
		section.question-container{
			width: 100%;
         padding:2.5%;
		}
		.question-container ul{
			width: 100%;
			font-size: 14px;
		}
		.question-container li{
			padding: 10px;
		}
		.question-container__title{
			font-size: 24px;
			padding: 24px 0;
		}
      .question-container .question{
    		padding: 10px 0;
      }
      .question-container .question p:first-child{
      	margin-left:0;
				width: inherit;
				margin-right: 15px;
      }
      .question-container .answer{
				padding: 15px;
        align-items: center;
        align-items: flex-start;
      }
			.question-container .answer p:first-child{
				width: inherit;
				margin-right: 10px;
			}
      .question-container .answer p:nth-child(2){
      width:100%;
      }
      .question-container .question:after{
          top: 43%;
          right:15px;
      }
      .question-container .question.open:after{
       top: 63%;
          right:15px;
      }
      .question-container .question p:nth-child(2){
			padding-right:50px;
		}
	}
@media screen and (max-width: 768px){
section.question-container .section-title_img{
	width:25%;
}
}
/*slider-container*/
section.slider-container{
	max-width: 900px;
}
.slick-slide img{
	border-radius: 30px;
}
.slick-initialized .slick-slide{
	margin: 20px;
    border: 2px dotted #B5B5B6;
    padding: 25px;
    border-radius: 15px;
}

@media screen and (max-width: 768px){
	.slick-slide img{
		border-radius: 10px;
	}
	.slick-initialized .slick-slide{
		margin: 5px;
	}
}
 .slick-arrow {
	transition: all  0.5s;
	position: absolute;
	bottom: -35px;
	transform: translateY(-50%);
	z-index: 10;
}
.slick-arrow:hover{
	cursor: pointer;
	opacity: 0.7;
}
.prev-arrow {
	right: 60%;
}
.next-arrow {
	left: 60%;
}
@media screen and (min-width: 768px){
	.slick-arrow {
		width: 25px;
		height: 25px;
	}
	 .slick-arrow:hover{
		cursor: pointer;
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px){
	.slick-arrow {
		width: 20px;
		height: 20px;
	}
}

/*footer*/
.footer{
	text-align: center;
	margin: 40px auto 100px;
	font-size: 14px;
}
.footer .logo_alice{
	display: block;
    width: 200px;
    margin: auto;
}
.footer .logo_alice img{
    width: 200px;
}
.footer .link{
	margin: 20px auto;
    width: 300px;
    align-items: center;
    justify-content: space-evenly;
}
.footer .info{
margin: 20px auto;
    width: 400px;
    align-items: center;
    justify-content: space-evenly;
}
@media screen and (max-width: 768px){
.footer .info{
width:100%;
}
}
