@charset "UTF-8";
/* CSS Document */

* {-webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box
  }


.container {
	width: 1150px;
	margin: 0 auto;
}

nav {
min-width: 1150px;/*スマホ対策 containerと同じ幅で*/
}


#content {
	width:650px;
	margin: 0 auto;
}

h1 {
	margin: 30px auto 24px;
	text-align: center;
	font-size: 3rem;
	background-image: url(../img/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 16px;
}

.lead {
	font-size: 1.6rem;
	line-height: 1.7;
	padding: 0 1.8em 24px;
	background-image: url(../img/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;

}

.lead span {
	font-weight: bold;
	color: #fb5989;
}

h2.example_ttl {
	margin-top: 24px;	
	font-size: 1.8rem;
	padding-top: 0.2em;
	text-align: center;
	color: #34b745;
}

h2.example_ttl img {
	vertical-align: middle;
	padding-bottom: 3px;
}

.flow_ttl {
	font-size: 1.6rem;
	margin-top: 30px;
}

ul.flow {
	display: flex;
	justify-content: space-between;
	font-size: 1.5rem;
	text-align: center;
	align-items: center; 
	border: 1px solid #8ed798;
	padding: 0.2em 0.5em;
	border-radius: 10px;
	margin: 0.2rem 0 0;
}

ul.flow li {
	padding: 0.5em 0.5rem;
}
ul.flow li.current {
	color: #fb5989;
}
ul.flow li span {
	display: block;
}


h2.step {
	text-align: left;
	padding:0.2em 0 0 0.5em;
	margin-top: 24px;	
	font-size: 1.8rem;

  background-image: -moz-linear-gradient( 90deg, rgb(253,232,175) 0%, rgb(253,241,206) 59%, rgb(253,250,236) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(253,232,175) 0%, rgb(253,241,206) 59%, rgb(253,250,236) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(253,232,175) 0%, rgb(253,241,206) 59%, rgb(253,250,236) 100%);

}

.caution {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #fb5989;
	margin: 24px 0 8px;
}

.caution span {
	color: #333;
}

.secure {
	font-size: 1.2rem;
	margin: 1em 0;
	color: #34b745;
}

form {
	font-size: 1.6rem;
}

textarea {
	line-height: 1.5;
	padding: 1em;
	border: 1px solid #ccc;
	width: 100%;
	font-size: 1.4rem;
}


.submit {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 30px;
}



/* sstep02*/

.txt {
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 24px 0;
}

.form_box {
	margin: 2px 0 0 10px;
	display: flex;
	
}

.form_box dt {
	width: 180px;
	text-align: left;
	margin-right: 30px;
	padding: 1em 1em 0.8em 1em;
  background-image: -moz-linear-gradient( 90deg, rgb(253,232,175) 0%, rgb(253,241,206) 50%, rgb(253,250,236) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(253,232,175) 0%, rgb(253,241,206) 50%, rgb(253,250,236) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(253,232,175) 0%, rgb(253,241,206) 50%, rgb(253,250,236) 100%);
}

.form_box dd {
	width; 420px;
	padding: 1em 0 0.8em 0;
	
}

.form_box textarea {
	/*width: 22em;*/
}

.form_box select {
	font-size: 1.3rem;
}

.name input {
	width: 160px;
}


.nyuryoku input {
	width: 330px;
	margin-bottom: 3px;
}

	

.form_box p {
	font-size: 1.4rem;
	padding-top: 5px;
}

.form_box p.comment {
	color: #fb5989;
	font-size: 1.4rem;
	padding-top: 5px;
	text-indent: -1em;
	margin-left: 1em;
	width: 330px;
}

.form_box p.comment span {
	display: block;
	text-indent: 0em;
	margin-left: -1em;
	font-size: 1.2rem;
	margin-top: 5px;
}

/* sstep04*/

.step_box {
	margin-bottom: 32px;
}

.step_box_last {
	background-image: url(../img/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 30px;
	margin-bottom: 32px;
}

.name_id {
	font-size: 2.3rem;
	margin: 24px 0 0 0;
	line-height: 1;
}


.line_box {
	border: 1px solid #ccc;
	padding: 20px;
	font-size: 1.6rem;
}

.line_box dl {
	display: flex;
	flex-flow: row wrap;
	margin: 1em 0 0 1em;
}


.line_box dt {
	width: 15%;
}

.line_box dd {
	width: 80%;
}

.step04_coment {
	margin-top: 1em;
}

.step04_coment li {
	font-size: 1.6rem;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}

.step04_coment li.em {
	color: #fb5989;
}

.thanks {
	font-size: 2rem;
	text-align: center;
}


/* memberinfo*/

.login_box {
	margin: 40px 0 40px 18%;
	width: 19em;
	font-size: 1.6rem;
}

.login {
	display: flex;
	justify-content: space-between;
}

.login dt {
	width:6emx;
}

.login dd {
	width: 12em;
		
}

.login dt,
.login dd {
	padding-bottom: 5px;
}



.txt span {
	color: #fb5989;
}

/*kousshin*/

.flow_ttl_2 {
	font-size: 1.6rem;
	color: #4acb5e;
	margin-bottom: 5px;
}

.green_box {
	border: 1px solid #8ed798;
	padding: 0.5em 1em;
	border-radius: 10px;
	font-size: 1.5rem;
}

.chevron {
	padding: 0.5em 0;
	text-align: center;
	color: #4acb5e;
}

.caution_2 {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #fb5989;
	margin: 10px 0 0px;
}

ul.green_box_flow {
	font-size: 1.5rem;
	margin: 20px 0 10px;
	display: flex;
	justify-content: space-between;
}

ul.green_box_flow li {
	padding-bottom: 0;
}



.gray_box {
	padding: 1.5em 0;
	border-radius: 10px;
	font-size: 1.5rem;
}

.gray_box li {
	list-style: disc;
	padding-bottom: 1em;
	margin-left: 1em;
}

.gray_box li:last-child {
	padding-bottom: 0;

}

/*infchange*/

.select {
	font-size: 1.6rem;
	line-height: 2em;
	margin: 0 auto 100px;
}



