@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
	font-style: normal;
    font-weight: normal;
	color: #333333;
}

body,
table,
input, textarea, select, option {
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN", "メイリオ","Osaka", sans-serif;
	line-height: 1.1;
	border-collapse:collapse;	
}
html {
 font-size: 62.5%;
}

body { 
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,Roboto,"Droid Sans",sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 160%;
  color: #2A2121;
  -webkit-font-smoothing: antialiased;
}

img {
	border:0;	
	margin: 2em 0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #ff0033;
	text-decoration: underline;
}

.box #photo dl{
  overflow:hidden;
  float:left;
  width:286px;
}
.box #photo dt img{
  width:270px;
}
.box #photo dt{
  float:left;
  text-align:center;
}
.box #photo dd{
  float:left;
  text-align:center;
  margin: -50px 53px 0 53px;
  width: 180px;
}

.box #step {
  text-align:left;
  font-size:25px;
  line-height:120%;
}
.box #step dl{
  overflow:hidden;
  width:615px;
  margin:0 auto;
}
.box #step dt img{
	margin:0;
}
.box #step dt{
  float:left;
  width:80px;
}
.box #step dd{
  float:left;
  width:515px;
  margin-left:20px;
  padding-top:10px;
}
.box #step dd.row1{
  padding-top:26px;
}
.box #step p{
  width:515px;
  margin:0 auto;
  padding-left:100px;
  font-size:15px;
  line-height:120%;
  margin-bottom:10px;
  text-indent: -1em;
}
.box #step a{
  text-decoration:underline;
}
.box #step #tolist{
  text-align:center;
  margin-bottom:10px;
}
.box #step #tolist img{
  margin:0;
}
input[type=submit],
input[type=button] {
	font-size:0;
    border-style: none;
    cursor: pointer;
}
#formbtn1{
	width:182px;
	height:47px;
	background-image:url(../img/formbtn1.png);
}
#formbtn2{
	width:182px;
	height:47px;
	background-image:url(../img/formbtn2.png);
}
#formbtn3{
	width:182px;
	height:47px;
	background-image:url(../img/formbtn3.png);
}
ul{
	text-align:left;
	width:700px;
	margin:0 auto;
	list-style: none;
	font-size:15px;
}
/* clearfix
--------------------------------------------------------- */

.clear {
  clear:both;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

section:before,
section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}
section {
  *zoom: 1;/*7*/
}
/*------------------------------------------------------------
	テキストスタイル
------------------------------------------------------------*/

h2 {
	font-size: 36px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

p{
	font-size: 142.8%;
	line-height: 1.5em;
}

#header{
	margin: 0 auto;
	padding: 0;
	background: url(../img/bg.png) repeat-x 0 0 ;
	width: 100%;
	text-align: center;
	
}
#header img{
	margin: 0!important;
	padding: 0!important;

}
.inner{
  width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  background: #FFE3ED;
}
.box{
	text-align: center;
	overflow:hidden;
}

#footer{
	text-align: center;
	font-size: 14px;
}


/*------------------------------------------------------------
	フッタースタイル
------------------------------------------------------------*/
#footer {
	width: 100%;

	text-align: center;
}
#footer .inner p {
	padding: 30px 0;
}



/* ウィンドウ幅が0〜640pxの場合に適用するCSS */
@media all and (min-width: 0) and (max-width: 640px)  {
.inner{
	width: 90%;
}
.inner img,#header img{
	width: 100%;
}

/*------------------------------------------------------------
	テキスト改行スタイル
------------------------------------------------------------*/
.sp {
	display: none;
}


/* ウィンドウ幅が0〜640pxの場合に適用するCSS */
@media all and (min-width: 0) and (max-width: 640px)  {
	.sp {
			display: block;
	}
	.pc {
			display: none !important;
	}
}



/* ウィンドウ幅が0〜640pxの場合に適用するCSS */
@media all and (min-width: 0) and (max-width: 640px)  {
	p{
		text-align: left;
		font-size: 114.2%;
	}
	#formWrap p{
		text-align: center;
		font-size: 114.2%;
	}
	.check br {
    display: none;
  }
.inner{
  padding: 0 5%;
}
.box #photo dl{
  overflow:hidden;
  float:none;
  width:100%;
  position:relative;
}
.box #photo dt{
  float:left;
  text-align:center;
  width:75%;
}
.box #photo dt img{
  width:100%;
  margin:0;
}
.box #photo dd{
  float:left;
  text-align:center;
  margin: 0;
  width: 50%;
  position:absolute;
  right:0;
  bottom:-8%;
}
.box #step {
  text-align:left;
  font-size:25px;
  line-height:120%;
}
.box #step dl{
  overflow:hidden;
  width:100%;
  margin:0 auto 2% auto;;
}
.box #step dt img{
	margin:0;
	width:100%;
}
.box #step dt{
  float:left;
  width:15%;
}
.box #step dd{
  float:left;
  width:82%;
  margin-left:3%;
  padding-top:0;
}
.box #step p{
  width:100%;
  margin:0 auto;
  padding-left:1em;
  font-size:15px;
  line-height:120%;
  margin-bottom:10px;
  text-indent: -1em;
  box-sizing:border-box;
}
.box #step dd.row1{
  padding-top:0;
  line-height:200%;
}
ul{
	width:100%;
}
}

