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;

	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html { scroll-behavior: smooth;}

body {
	line-height: 1.5;
	/*font-family: Avenir Next,Hiragino Kaku Gothic ProN,Hiragino Sans,BIZ UDPGothic,Meiryo,sans-serif;*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #3d3f42;
  font-size: 16px;

}
br {
    font-size: 0px;
}
p{
	    letter-spacing: .1em;
        line-height:1.8;
}
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;
	text-align:center;
	table-layout: fixed;

}
th,td {
    border: solid 1px;
			padding: 20px;
			vertical-align: middle;          /* 枠線指定 */
}
.table-border_pink{
	border: 4px dotted #D9689B;
}
.table-border_pink_01{
	border-right: 4px dotted #D9689B;
border-left: 4px dotted #D9689B;
border-top: 4px dotted #D9689B;
}
.table-border_pink_02{
	border-right: 4px dotted #D9689B;
border-left: 4px dotted #D9689B;
border-bottom: 4px dotted #D9689B;
}
a {
	text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
  color: inherit;
}
*,*::after,*::before {
	box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

img {
		width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
@media screen and (max-width: 768px){
	body{
		font-size: 14px;
	}
	td {
		width:210px!important;
	}
}
/*common*/
.sp-area{
  display: none;
}

section{
  width: 100%;
}
p.text-title{
  letter-spacing: .1em;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}

.text-red{
	 color: #D62128!important;
    font-weight: normal!important;
    font-size: inherit!important;
    margin-right: 0!important;
}

.text-border{
	 text-decoration: underline;
}

.back-pink{
    display: inline;
    position: relative;
    padding: 0 10px;
    z-index: 0;
    letter-spacing: .19em;
    font-weight: bold;
    font-size: 1.2rem;
    line-height:2;
}
.back-pink::before{
content: "";
    background: #ffe7f2;
    border-radius: 10px;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 14px;
    z-index: -1;
}
@media screen and (max-width: 768px){
  section{
    width: 100%;
    margin:auto;
		padding: 0;
  }
  .sp-area{
    display: block;
  }
  .pc-area{
    display: none;
	}
	p.text-title{
		font-size: 20px;
	}
}
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;
}
a:hover{
  opacity: .8;
}
a:visited{
	color: inherit;
}
.annotation{
  font-size: 12px;
  font-weight: normal;
}

.tryBtn{
  position: relative;
  width: 90%;
  margin: 0px auto 20px;
  max-width: 400px;

}

.tryBtn .img_06{
  position: absolute;
  width: 20%;
  left: -25px;
  top: -45px;
  z-index: 1;
}

.tryBtn a{
  display: block;
  padding: 15px;
  background: #fff;
  color: #E85298;
  font-weight: bold;
  border-radius: 50px;
  font-size: 1.2em;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
}

/*flex-css*/
.flex{
  display: flex;
}
.wrap{
  flex-wrap: wrap;
}
.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-center{
		text-align: center;
	}
	.s_align-left{
		text-align: left;
	}
}

/*header*/
.header{
  text-align: center;
}
.header h1{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 15px 0;
}
.header h1 img.logo{
    height: 50px;
    width: auto;
}
.header h1 img.batsu{
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 40px;
}

@media screen and (max-width: 768px){
  .header h1{
    width: 90%;
  }

	.header img{
	 	width: 100%;
		padding-top:0px;
		padding-bottom:0px;
	}
  .header h1 img.logo{
    height: auto;
    width: 140px;
  }

}




/*grid*/
.grid1_1{
	width:100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2%;
}
.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_1{
	width:100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2%;
}
.align-items-center{
	align-items: center;
}
.d_block{
  display: block;
}
.d-flex{
	display: flex;
}

.item_center{
	align-items: center;
}

@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;
}
}

/*font*/

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

.t-bold{
	font-weight: bold;
}
.t-subtitle{
	font-size: 1.3rem;
}
.t-normal{
	font-weight: normal;
}
.t-body{
	font-size: 1.1rem;
}
.t-body2{
	font-size: 0.8rem;
}

.t-underline{
	text-decoration: underline;
}
.t-annotation{
	font-size: .6rem;
}
.t-through{
text-decoration: line-through;
}
.t-pink{
	color: #E85298!important;
}
.t-white{
	color: #fff;
}
.t-line_yellow{
	background-color: #FEE60F;
}
.back_black{
	background-color: #3D3F42;
}
.back_gray{
	background-color: #F5F5F5;
}
@media screen and (max-width: 728px){
	.t-subtitle{
		font-size: 1rem;
	}
}
/*WIDTH*/
.w-20 {
width: 20%;
}
.w-25 {
width: 25%;
}
.w-30 {
width: 30%;
}
.w-40 {
width: 40%;
}
.w-50 {
width: 50%;
}
.w-60 {
width: 60%;

}
.w-70{
	width: 70%;

}
.w-75{
	width: 75%;

}
.w-80 {
width: 80%;

}
.w-90{
  width: 90%;
	max-width: 1260px;
}
.w-100 {
width: 100%;
}

.w-auto {
width: auto;
}

.h-auto {
height: auto!important
}
@media screen and (max-width: 768px){
.s_w-90{
width: 90%;
}
.s_w-80{
width: 80%;
}
.s_w-60{
width: 60%;
}
.s_w-50{
width: 50%;
}
.s_w-25{
width: 25%;
}
.s_w-100{
width: 100%;
}
}
/*margin-padding*/
.m-auto{
margin: auto;
}
.mb-8{
	margin-bottom: 8px;
}
.mb-16{
	margin-bottom: 16px;
}
.mb-32{
	margin-bottom: 32px;
}
.mb-64{
	margin-bottom: 64px;
}
.mb-100{
	margin-bottom: 100px;
}
.mt-30{
	margin-top:30px;
}
.mt-100{
	margin-top:100px;
}
.mtb-32{
	margin-top:32px;
	margin-bottom:32px;
}

.ml-5{
	margin-left: 5%;
}
.ptb-10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.ptb-64{
	padding-top: 64px;
	padding-bottom: 64px;
}
.prl-20{
	padding-right: 20px;
	padding-left: 20px;
}

.p-30{
	padding: 30px;
}
@media screen and (max-width: 520px){


/*sp-margin*/
.s_m-auto{
margin: auto;
}
.s_mb--16{
	margin-bottom: -16px;
}
.s_mb-16{
	margin-bottom: 16px;
}
.s_mb-40{
	margin-bottom: 40px;
}
.s_mb-80{
	margin-bottom: 80px;
}
.s_mt-32{
	margin-top: 32px;
}
.s_mt-72{
	margin-top:72px;
}
}

/*position*/
.p-re{
	position: relative;
}
.p-ab{
	position: absolute;
}
/*footer*/
.footer{
	text-align: center;
	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%;
}
}
/*button*/
.button{
	background: #E85298;
	border-radius: 30px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.25);
	font-size: 18px;
	font-weight: bold;
}
.button a{
	display: flex;
	align-items: center;
	justify-content: center;
  color: #fff;
  text-align: center;
  padding: 15px;
}
.button a img{
    width: 10px;
		padding-bottom: 2px;
}

.button.red{
	background: #D62128;
}

@media screen and (min-width:769px) and (max-width:1000px) {
	.button{
		font-size: 12px;
}
}
@media screen and (max-width: 768px){
	.button{
		font-size: 16px;
	}
	.button a{
	  padding:10px 15px;
	}
	.button a img{
	    width: 8px;
			padding-bottom: 0;
	}
}
/*intro-container*/
.intro-container{
	margin: 50px auto;
}

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

}
/*present-container*/
.present-container{
	background-image: url("../images/back.webp");
	background-repeat: repeat;
	background-size: contain;
}
.present-container__inner{
	background:#fff;
}
@media screen and (max-width: 768px){
}
/*what-container*/
.what-container{
	padding: 104px 0;
}
@media screen and (max-width: 768px){
	.what-container{
		padding: 64px 0;
	}
}
/*guidance_container*/
.guidance_container .p-re{
	height: 160px;
	padding: 20px 0;
}
.guidance_container .fukidashi img{
	left: 30%;

}
@media screen and (max-width: 768px){
	.guidance_container .p-re{
		height: inherit;
		padding: 20px 0;
	}
	.guidance_container .fukidashi img{
		right: 10%;
    width: 30%;
    bottom: 0;
		left: inherit;
	}
}

/*step-container*/
.step-img-box{
	display: flex;
	flex-direction: column;
	gap: 50px;
	width: 25%;
}
@media screen and (max-width: 1024px){
	.step-img-box{
		width: 50%;
	}
}

@media screen and (max-width: 768px){
	.step-img-box{
		width: 90%;
	}
}

