@charset "utf-8";
/* CSS Document */
.preamble {
  margin:2em auto 3em;
  width: 80%;
  max-width: 1024px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .preamble {
  margin:2em auto;
  width: 90%;
  font-size: 15px;
  }
}

.preamble__h3 {
	padding-bottom:1em;
	margin-bottom:1em;
	font-size:150%;
	font-weight:800;
	letter-spacing: 2px;
	border-bottom:2px solid #000;
}
@media screen and (max-width: 480px) {
  .preamble__h3 {
	padding-bottom:1em;
	margin-bottom:1em;
  font-size:120%;
	font-weight:800;
	letter-spacing: 1px;
	border-bottom:2px solid #000;
  }
}
/*記入方法*/
.howto , .Guide {
  margin:2em auto 3em;
  width: 80%;
  max-width: 1024px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
.howto , .Guide {
  margin:2em auto;
  width: 90%;
  font-size: 15px;
  }
}
.howto-Title__h3{
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin-bottom:1em;
	font-size:150%;
	font-weight:600;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align: center;
}
@media screen and (max-width: 480px) {
  .howto-Title__h3 {
padding-top:0.5em;
	padding-bottom:0.5em;
	margin-bottom:1em;
  font-size:120%;
	font-weight:600;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align: center;
  }
}
.howto-fillin__shop	{
	display: flex;
	flex-flow: wrap;
	justify-content:space-between;
	margin-bottom:3em;
	background-color:#EFEFEF;
	text-align: center;
}
@media screen and (max-width: 480px) {
  .howto-fillin__shop {
	display: flex;
	flex-flow: wrap;
	padding-bottom:1em;
	margin-bottom:1em;
	background-color:#EFEFEF;
	text-align: center;
  }
}
.howto-fillin-step	{
	display: block;
	width: calc(33.3% - 20px);
	padding:10px;
	/*border: solid 1px red;*/
	align-self:stretch;
}
@media screen and (max-width: 480px) {
  .howto-fillin-step {
	display: block;
	width: 98%;
	padding-bottom:0em;
	margin-bottom:0em;
	border-bottom: dotted 2px #CCC;
  }
}
.howto-fillin-step:last-child{
	border-bottom: none;
	}	
	
.howto-fillin-step figure { margin: 10px; padding: 0;}
.howto-fillin-step figure img {
		display: block;
		width:100%;
	}

.howto-fillin__Exp {
	display: block;
	padding: 8px;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 480px) {
  .howto-fillin__Exp {
	
  }
}
.howto-fillin-title {
	display: block;
	padding: 8px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
	font-weight: 600;
}
@media screen and (max-width: 480px) {
  .howto-fillin-title {
	font-size:120%;
	 font-weight: 600;
  }
}
.list-login {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding: 0px;
	margin-top: 20px!important;
}
@media screen and (max-width: 480px) {
  .list-login {
	display: flex;
	flex-wrap: wrap;
	margin-top: 12px!important;
  }
}
.list-login__btn {
	position: relative;
	display: block;
	flex-wrap: nowrap;
	width:calc(33.3% - 30px);
	padding: 10px 0px;
	text-align: center;
	border-radius: 10px;
	border:solid 1px #ccc;
	background-color:#E5FDE8;
}
@media screen and (max-width: 480px) {
  .list-login__btn {
	position: relative;
	display: block;
	flex-wrap: wrap;
	width:calc(100% - 30px);
	padding: 10px 0px;
	margin-bottom: 16px;
	color:#333;
  }
}
.list-login__btn a {
	text-decoration: none;
	color:#333;
}
.list-login__btn:hover,
.list-login__btn:active {
	background-color:#D1F9D6;
	font-weight: 600;
	color:#333;
}
/*矢印*/
.arrow {
  width: 10em;
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1em;
}
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4em;   /* arrow size */
  height: 0.4em;  /* arrow size */
  border-top: 1px solid #808080;  /* thickness, color */
  border-right: 1px solid #808080;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*ガイド*/	
.Guide dl,.Guide dt,.Guide dd {
	margin:0;padding:0;
	}
.Guide-Title__h3{
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin-bottom:1em;
	font-size:150%;
	font-weight:600;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align: center;
}
@media screen and (max-width: 480px) {
  .Guide-Title__h3 {
padding-top:0.5em;
	padding-bottom:0.5em;
	margin-bottom:1em;
  font-size:120%;
	font-weight:600;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align: center;
  }
}	
.Guide-Dtl {
	margin:0;	
	}	
.Guide-DtlTtl {
	font-weight:800;
	padding-bottom:1em;
    padding-left: 0.8em!important;
	margin-bottom:1em;
	border-left: solid 6px #CCC;
	}
.Guide-DtlExp {
	margin-bottom: 2em!important;	
	}
.Guide-List {
	list-style-type: disc!important;
	margin-left: 10px;
	padding-left: 10px;
	}
.sp { display: none;}
.img__pc { display: block!important ;max-width: 100%; margin:0 auto;}
.img__sp { display: none!important ;max-width: 100%; }
	
@media screen and (max-width: 480px) {
  .sp { display: block;}	
  .img__pc { display: none!important;max-width: 100%; margin:0 auto;}
  .img__sp { display: block!important;max-width: 100%; }
}