@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
	scroll-behavior: smooth;
	 scroll-padding-top: 100px;
}
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: 'Noto Sans JP','ヒラギノ角ゴ ProN W3', 'MS PGothic', 'MS UI Gothic', 'ヒラギノ丸ゴ Pro W4';
	/*font-family:'メイリオ','Meiryo','ヒラギノ角ゴ ProN W3','ヒラギノ丸ゴ Pro W4',sans-serif;

	font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN','Hiragino Sans','Meiryo',sans-serif;*/
  color: #222222;
}
html{
	  font-size: 16px;
}
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;
	cursor: pointer;
}
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){
	html{
		  font-size: 14px;
	}
}

/*common*/
@media screen and (min-width: 769px){
.sp-area{
  display: none!important;
}
}

section{
  width: 100%;
}
@media screen and (max-width: 768px){
  section{

    margin:auto;
		padding: 0;
  }

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

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

}
/*font*/
h1{
	font-size: 2rem;
}
h2{
		font-size: 3.5rem;
}
h3{
	font-size: 1.25rem;
}
.t-urbane{
	font-family: urbane, sans-serif;
	letter-spacing: 0.1rem!important;
}
.t-avenir{
	font-family: 'Avenir Next',sans-serif;
}
.t-italic{
	font-style: italic;
}
.t-body{
	font-size: 1.1rem;
}
.t-body2{
	font-size: 0.875rem;
}
.t-body4{
	font-size: 0.7rem;
}
.t-body6{
	font-size: 0.8rem;
}
.t-body7{
	font-size: 1rem;
}
.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;

}
.t-large{
	font-size: 1.3rem;
}

.t-large2{
	font-size: 1.2rem!important;
}
.t-large3{
	font-size: 2rem;
}
.t-large4{
	font-size:1.5rem;
}
.t-large5{
	font-size: 3rem;
}
.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: .8rem;
}
.t-through{
text-decoration: line-through;
}
.t-white{
	color: #fff!important;
}
.t-pink{
	color: #FF7272!important;
	letter-spacing: normal;
}

.t-blue{
	color: #0000CC!important;
	letter-spacing: normal;
}
.t-gray{
	color: #949495!important;
}
.t-backred{
	background: #E60012;
	color: #fff;
}
.t-backpink{
    background: #FFEDE3;
}
.t-back-blue {
  background: #0000CC;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
	letter-spacing: normal;
}
.t-back-white{
	background: #FFF;
}
.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;
}
.t-box-yellow{
	background: #FFF4EE;
	border: 1px solid #222222;
	border-radius: 30px;
}

.t-hukidashi{
	position: relative;
	display: inline-block;
	margin:16px 0 -5px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FCFCFC;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.t-hukidashi::before{
	content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #FCFCFC;
}
.t-letter-normal{
	letter-spacing: normal;
}
.t-letter-0-2{
	letter-spacing: 0.2rem!important;
}
.lineheight-2{
	line-height: 2rem;
}
.lineheight-3{
	line-height: 3rem;
}
.lineheight-1{
	line-height: 1rem;
}
.lineheight-1-3{
	line-height: 1.3rem;
}
.lineheight-15{
	line-height: 1.5;
}
.lineheight-13{
	line-height: 1.3;
}
.lineheight-18{
	line-height: 1.8;
}
/* Rectangle 105 */


@media screen and (max-width: 728px){
	h1{
		font-size: 2rem;

	}
	.s_t-body{
		font-size: 1rem;
	}
	.s_t-body2{
		font-size: 0.9rem;
	}
	.t-large5{
		font-size: 2.5rem;
	}
	.s_lineheight-25{
		line-height: 2.5rem;
	}
}
@media screen and (min-width:769px) and ( max-width:1024px){

}

.backgray{
	background: #F1F1F2;
}
/*position*/
.p-re{
	position: relative;
}
.p-ab{
	position: absolute;
}
.p-in{
	position: inherit;
}
.p-middle{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
		line-height:2rem
}
.p-ab01{
	top: 40%;
		left: 50%;
		transform: translate(-50%, -40%);
		line-height:2rem
}
@media screen and (max-width: 728px){
	.s_p-re{
		position: relative;
	}
	.s_p-ab{
	position: absolute;
	}
	.p-middle{
		letter-spacing: normal;
line-height: 1.3;

	}
}

/*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;
}
.align-items-base{
	align-items: baseline;
}
.d_block{
  display: block;
}
.d-flex{
	display: flex;
}
.align-items-start{
align-items: flex-start;
}
.align-items-end{
	align-items: self-end;
}

.align-item-anchor{
	align-items: anchor-center;
	}

	@media screen and (max-width: 768px){
.s_grid1_1{
  width:100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2%;
}
.s_d_flex{
  display: flex;
}
.s_d_block{
  display: block;
}
}
.border-4{
	border-radius: 4px;
}
.border-8{
	border-radius: 8px;
}
.border-50p{
	border-radius: 50%;
}
.max960{
	max-width: 960px;
}
/*WIDTH*/
.w-1-5 {
width: 1.5%;
}
.w-10 {
width: 10%;
}
.w-10 {
width: 10%;
}
.w-14{
width: 14%;
}
.w-15 {
width: 15%;
}
.w-19 {
width: 19%;
}
.w-20 {
width: 20%;
}
.w-23{
width: 23%;
}
.w-24{
width: 24%;
}
.w-25 {
width: 25%;
}
.w-28 {
width: 28%;
}
.w-30 {
width: 30%;
}
.w-32 {
width: 32%;
}
.w-33 {
width: 33%;
}
.w-40 {
width: 40%;
}
.w-42 {
width: 42%;
}
.w-45 {
width: 45%;
}
.w-48 {
width: 48%;
}
.w-49 {
width: 49%;
}
.w-50 {
width: 50%;
}
.w-55 {
width: 55%;
}
.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;
}
.d-inline-block{
	display: inline-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-65{
width: 65%;
}
.s_w-60{
width: 60%!important;
}
.s_w-50{
width: 50%;
}
.s_w-40{
width: 40%;
}
.s_w-48{
width: 48%;
}

.s_w-18{
width: 18%;
}
.s_w-20{
width: 20%;
}
.s_w-21{
width: 21%;
}
.s_w-25{
width: 25%;
}
.s_w-26{
width: 26%;
}

.s_w-30{
	width: 30%;
}
.s_w-32{
	width: 32%;
}
.s_w-34{
	width: 34%;
}
.s_w-47{
	width: 47%;
}
.s_w-49{
	width: 49%;
}
.s_w-100{
width: 100%;
}
.s_d-block{
	display: block;
}
}
/*margin-padding*/
.m-10{
	margin: 10px;
}
.m-05p{
	margin: 0.5%;
}
.m-1p{
	margin: 1%;
}
.m-30{
	margin: 30px;
}
.m-auto{
margin: auto;
}
.mb-8{
	margin-bottom: 8px;
}
.mb-16{
	margin-bottom: 16px;
}
.mb-24{
	margin-bottom: 24px;
}
.mb-32{
	margin-bottom: 32px;
}
.mb-48{
	margin-bottom: 48px;
}
.mb-64{
	margin-bottom: 64px;
}
.mb-96{
	margin-bottom: 96px;
}
.mb-104{
	margin-bottom: 104px;
}
.mb--32{
	margin-bottom: -32px;
}
.mt-8{
	margin-top:8px;
}
.mt-16{
	margin-top:16px;
}
.mt-32{
	margin-top:32px;
}
.mt-40{
	margin-top:40px;
}
.mt-64{
	margin-top:64px;
}
.mt-90{
	margin-top:90px;
}
.mt-104{
	margin-top:104px;
}
.mt-120{
	margin-top:120px;
}

.ml-5{
	margin-left: 5%;
}
.ml-2{
	margin-left: 2px;
}
.ml-10{
	margin-left: 10%;
}
.mr-2{
	margin-right: 2px;
}
.mr-2p{
	margin-right: 2%;
}
.mr-5p{
	margin-right:5%;
}
.mr-16{
	margin-right: 16px;
}
.mr-32{
	margin-right: 32px;
}
.ml-8{
	margin-left: 8px;
}
.ml-20{
	margin-left: 20px;
}
.mrl-8{
	margin-left: 8px;
	margin-right: 8px;
}
.mrl-20{
	margin-left: 20px;
	margin-right: 20px;
}
.p-8{
	padding: 8px;
}
.p-16{
	padding: 16px;
}
.p-32{
	padding: 32px;
}
.pt-24{
	padding-top: 24px;
}

.pt-32{
	padding-top: 32px;
}
.pt-40{
	padding-top: 40px;
}
.pt-64{
	padding-top: 64px;
}
.pb-0{
	padding-bottom: 0px;
}
.pb-10{
	padding-bottom: 10px;
}
.pb-16{
	padding-bottom: 16px;
}
.pb-32{
	padding-bottom: 32px;
}
.pb-40{
	padding-bottom: 40px;
}
.pb-48{
	padding-bottom: 48px;
}
.pb-64{
	padding-bottom: 64px;
}
.pb-104{
	padding-bottom: 104px;
}
.prl-8{
	padding-right: 8px;
	padding-left: 8px;
}
.prl-16{
	padding-right: 16px;
	padding-left: 16px;
}
.pl-5p{
	padding-left: 5%;
}
.prl-50{
	padding-right: 50px;
	padding-left: 50px;
}
.pl-10{
	padding-left: 10px;
}
.pr-8p{
	padding-right: 5%;
}
.pl-8p{
	padding-left: 5%;
}
@media screen and (max-width: 768px){


/*sp-margin*/
.s_m-0{
margin: 0;
}
.s_m-auto{
margin: auto;
}
.s_mb-0{
	margin-bottom: 0px;
}
.s_mb-8{
	margin-bottom: 8px;
}
.s_mb-16{
	margin-bottom: 16px;
}
.s_mb-32{
	margin-bottom: 32px;
}
.s_mb-55{
	margin-bottom: 55px;
}
.s_mt-5{
	margin-top: 5px;
}
.s_mt-16{
	margin-top: 16px;
}
.s_mt-32{
	margin-top: 32px;
}

.s_mt-50{
	margin-top: 50px;
}
.s_mt-60{
	margin-top: 60px;
}
.s_mt--16{
	margin-top: -16px;
}
.s_mt-100{
	margin-top: 100px;
}
.s_mb-100{
	margin-bottom: 100px;
}
.s_mb-16{
	margin-bottom: 16px;
}
.s_mb-40{
	margin-bottom: 40px;
}
.s_mb-80{
	margin-bottom: 80px;
}
.s_mt--64{
	margin-top: -64px;
}
.s_mt-70{
	margin-top: 70px;
}
.s_mr-0{
	margin-right: 0px;
}
.s_mr-16{
	margin-right: 16px;
}
.s_p-0{
	padding: 0px;
}
.s_p-8{
	padding: 8px;
}
.s_p-16{
	padding: 16px;
}
.s_p-15{
	padding: 1.5%;
}
.s_pt-32{
	padding-top: 32px;
}
.s_pt-48{
	padding-top: 48px;
}
.s_ptb-120{
	padding-bottom: 120px;
	padding-top: 120px;
}
.s_pb-0{
	padding-bottom: 0;
}
.s_pb-40{
	padding-bottom: 40px;
}
.s_pr-5{
	padding-right: 5px;
}
.s_pl-5{
	padding-left: 5px;
}
.s_pb-16{
	padding-bottom:16px;
}
.s_pb-32{
	padding-bottom:32px;
}
.s_prl-8{
	padding-right: 8px;
	padding-left: 8px;
}
.s_prl-40{
	padding-right: 40px;
	padding-left: 40px;
}
}
.common-tryBtn{
	width: 70%;
	max-width: 700px;
}
.common-tryBtn .btn{
	display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 30px;
    height: 72px;
    background: #0000CC;
    box-shadow: 0px 2px 0px #02025F;
    border-radius: 1000px;
    flex: none;
    order: 1;
    color: #fff;
    justify-content: center;
    width: 60%;
    margin: auto;
}
.common-tryBtn .p-ab.alice{
	right: -30px;
	bottom:50px;
	pointer-events: none;
	width: 120px;
}

.tryBtn a{
	display: flex;
    align-items: center;
    gap: 8px;
		padding: 12px 32px;
    height: 54px;
    background: #0000CC;
    box-shadow: 0px 2px 0px #02025F;
    border-radius: 100px;
    flex: none;
    order: 1;
		 color: #fff;
}
.white_btn{
	display: inline-block;
min-width: 50%;
}
.white_btn a::after{

}
.white_btn a{
background: #fff;
padding: 8px 16px;
border-radius: 30px;
border: 1px solid;
}
@media screen and (max-width: 768px){

.common-tryBtn{
		width: 90%;
}
.common-tryBtn .btn{
	margin-bottom: 10px;
	height: 48px;
	width: 80%;
	padding: 0;
}
.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;
}
.white_btn a{
border-radius: 60px;
}
}
.recommend-container{
	padding-top: 132px;
	    margin-top: -100px;
			margin-bottom: 110px;
}
.recommend-container .btn a{
	border: 3px solid #0000CC;
    background: #ECECFD;
    box-shadow: none;
    color: #0000cc!important;
    height: 50px;
		width: 100%;
		max-width: 300px;
		font-size: 16px;
}
.recommend-container .common-tryBtn .btn a{
font-size: 1rem;
}
/*flex-css*/
.flex{
  display: flex;
}
.wrap{
  flex-wrap: wrap;
}
.start{
  justify-content: start;
}
.around{
	justify-content:space-around;

}
.between{
  justify-content: space-between;
}
.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;
	}
	.s_left{
		justify-content: left;
	}
}
.max-180{
	max-width: 180px;
}
.max-800{
	max-width: 800px;
}
.max-900{
	max-width: 900px;
}
.max-1000{
	max-width: 1000px;
}
.max-1260{
	max-width: 1260px;
}
.max-300{
	max-width: 300px;
}
.max-400{
	max-width: 400px;
}
/*header*/
header{
	margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  z-index: 3;
}
header .logo{
	width: 200px;
}
header .center{
	gap:28px;
	font-size: 12px;
}
header .register{
width: 250px;
margin-left: 10px;
}
header .register-button{


}

@media screen and (min-width:769px) and (max-width:1024px){
	header{
			padding-right: 20px!important;
			padding-left: 20px!important;
	}
	header .center{
		font-size: 11px;
		width: 100%;
		gap:15px;
	}
	nav{
		width: calc(100% - 160px)!important;
	}


}

@media screen and (max-width: 768px){
	header{
		  height: 70px;
	}
  header .logo{
    width: 60%;
  }
	.header img{
	 	width: 100%;
		padding-top:0px;
		padding-bottom:0px;
	}
  header img.logo{
		height: auto;
		width: 100%;
		margin: auto;
		max-width: 190px;
  }


}


/*section共通*/
img.section-title{
	width: 250px;
}
@media screen and (max-width: 768px){
	img.section-title{
		width: 150px;
}
}


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

	}


	@media screen and (min-width:769px) and ( max-width:1024px){

	}

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

	}
/*scene-container*/
.scene-container_block01{
	background-image: url("../images/back_01.webp");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.scene-block{
	border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		background: #fff;
}
.scene-block li {
	list-style: disc;
}
.scene-block .badge{
	background: #0000CC;
    color: #fff;
    padding: 5px 20px;
    border-radius: 10px 0;
		left: 0;
		top: 0;
}
.scene-block__title{
	border-bottom: 1px solid #0000CC;
	width: 90%;
    margin: 10px auto;
}
.scene-container_block01 .step .subtitle,
.scene-container_block02 .step .subtitle,
.scene-container_block03 .step .subtitle{
	background: #fff;
	padding: 10px;
	align-items: center;
	border-bottom: 1px solid #0000CC;
}
.scene-container_block01 .step .tag,
.scene-container_block02 .step .tag,
.scene-container_block03 .step .tag{
	background: blue;
    color: #fff;
    border-radius: 5px;
    padding: 0px 16px;
    font-size: 12px;
    height: 1.5rem;
		margin-right: 32px;
}
.btn-area{
	padding: 20px;
  background: #ECECFD;
  border: 2px dotted #0000CC;
  border-radius: 8px;
}
.btn-area .btn{
	padding: 10px 5px;
	background: #0000CC;
	border-radius: 100px;
	color: #fff;
	width: 70%;
	margin: 8px auto 0;
}
@media screen and (max-width: 768px){
	.scene-container_block01{
		background-image: url("../images/back_01_sp.webp");
	}
}
/*case-container*/

@media screen and (min-width:769px) and ( max-width:1024px){

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



}


/*points-container*/

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

}
@media screen and (min-width:769px) and ( max-width:1024px){

}
/*howto*/

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


}

/*products-container*/

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

}
/*registration-container*/
.registration-container .circle{
	width: 80px;
	height: 80px;
	display: inline-block;
	background: #FFF;
	border:3px solid #C60716;
	color: #C60716;
	border-radius: 50%;
}
.registration-container .circle p{
	position: absolute;
	  display: inline-block;
	  left: 50%;
	  top: 50%;
		-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	  width :60px;
	  text-align:center;
		font-size: 12px;
    line-height: 1.2;
    margin-top: 4px;
    letter-spacing: 0.02rem;

}
.registration-container .p-ab:has(.circle){
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
}
@media screen and (max-width: 768px){
.registration-container .poly{
	width: 15px;
    transform: rotateZ(90deg);
    margin: 20px;
}
.registration-container .circle{
	width: 60px;
	height: 60px;
}
}
@media screen and (min-width:769px) and ( max-width:1024px){
	.registration-container .circle{
		width: 70px;
		height: 70px;
	}
}
/*question-container*/
section.question-container{
        max-width:900px;
        text-align:center;
        margin:60px auto;
    background: #fff;
		padding-top: 132px;
margin-top: -100px;
}
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: #231815;
	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: 20%;
    transition: all 0.2s ease-in-out;
    display: block;
    transform: rotate(0deg);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid blue;
    margin: 20px auto;

}
.question-container .question.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 20%;
}
.question-container .answer{
	padding: 1.5em;
	display:flex;
   align-items: flex-start;
   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%;
				 margin-bottom: 0;
				 margin-top: 64px;
		}
		.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: 20%;
          right:15px;
      }
      .question-container .question.open:after{
       top: 20%;
          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{
	background: #0000CC;
	color: #fff;
	text-align: center;
	padding: 32px 10%;
	font-size: 14px;
}
.footer .logo_alice{
	display: block;
    width: 200px;
    margin: auto;
}
.footer .logo_alice img{
    width: 200px;
}
.footer .link{
	width: 500px;
	justify-content: space-between;
	margin-bottom: 64px;
}
.footer .link a{
	text-decoration: none;
}
.footer .info{
	width: 400px;
	    align-items: center;
	    justify-content: flex-start;
}
@media screen and (max-width: 768px){
.footer{
	margin: 20px auto 0;
}
.footer .info{
width:100%;
}

.footer .link{
	display: block;
	width: 100%;
}
.footer .link a{
	margin-bottom:16px;
}
}

/**/
.floating {
    position: fixed;
    bottom: 160px;
    right: 0;
    z-index: 100;
    width: 200px;
    transition: all 0.3s ease 0s;
　　visibility: visible;
    opacity: 1;
}
.floating.is-hidden{
			visibility: hidden;
			opacity: 0;
}

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

    bottom: 10px;
    right: -20px;
    width: 150px;
	}
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 8);
	margin: 16px;
}
.scroll-infinity__item>img {
  width: 100%;
}
@media screen and (max-width: 768px){
.scroll-infinity__item{
	width: calc(100vw / 5);
margin: 4px;
}

}

.register-button {
	font-size: 14px;
	height: 40px;
	box-shadow: none;
	background: #FFF;
	border:1px solid #0000CC;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0000CC!important;
  font-weight: 600;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 9999px;
	-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;
}


.register-button .icon {
  margin-left: 8px;
  font-size: 16px;
}

@media screen and (max-width: 768px){
.register-button{
	height: 58px;
}
}
