@charset "UTF-8";
/*! インデックス */
.cl, header, #flowArea li a, #flowInWrap, #preparationInWrap, #panNavArea, .inPageLink ul {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after, header:after, #flowArea li a:after, #flowInWrap:after, #preparationInWrap:after, #panNavArea:after, .inPageLink ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html header, * html #flowArea li a, #flowArea li * html a, * html #flowInWrap, * html #preparationInWrap, * html #panNavArea, * html .inPageLink ul {
  height: 1%;
}

/*----------------------------------
 headers
----------------------------------*/
h1.page_header {
	padding: 5px 15px;
	background: #ddd;
	color: #4d4d4d;
	font-size: 1.750em;
	letter-spacing: 0.1em;
	font-weight:normal;
	margin:0 0 0.8em;
}

div.clearfix .page_header2 {
	clear: both;
	color: #000;
	margin-bottom: 15px;
	border-bottom: 1px solid #d0d0d0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 13px;
	font-size: 20px;
	font-weight: bold;
}

div.clearfix h3.page_header2 {
	font-size: 17px;
	border-bottom: 1px solid #343434;
	margin-top: 30px;
}

h3.hp_contents_title {
	font-size: 18px;
	margin-top: 20px;
}

div.toplink_r {
	float: right;
	margin-right: 10px;
}

.intro_section p {
	font-size:1.2em;
	line-height:1.7em;
	padding:0 0.8em;
}

.intro_section2 p {
	line-height:1.7em;
	padding:0 0.8em;
}

.notes_area {
	margin:1em 0 0 1em;
}

.notes_area p {
	font-size:1.0em;
	line-height:1.5;
}

div.end_text {
	text-align: center;
}

div.end_text p {
	font-size: 18px;
	font-weight: bold;
}

div.info_left {
	width: 640px;
	float: left;
}

div.info_right {
	float: right;
}

div.info_right img {
	margin: 25px 25px 0 0;
}

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

	h1.page_header {
		padding: 3px 8px;
		font-size: 1.4em;
	}

	.intro_section p {
		font-size:1.1em;
		line-height:1.5em;
	}
	.notes_area {
		margin:1em 0 0 0;
	}
	.notes_area p {
		font-size:0.9em;
		line-height:1.5;
	}
	
	div.info_left {
		width: auto;
	}

	div.info_right img {
		margin: 0px 10px 5px 0;
	}
}


h2.content_header {
	font-weight:normal;
	font-size:1.8em;
	border-bottom:1px solid #888;
}

h3.step_header {
	font-weight:normal;
	font-size:1.6em;
	border-bottom:1px dotted #999;
}

.intro_section,
.flow_section,
.step_section {
	margin:0 0 4.5em 0;
}

@media only screen and (max-width: 640px) {
	h2.content_header {
		font-size:1.4em;
	}
	h3.step_header {
		font-size:1.3em;
	}
}

.step_list li {
	position:relative;
	margin:20px 0 35px 25px;
	padding-left:1.5em;
	list-style:none;
}

.step_list li span {
	position:absolute;
	top:1px;
	left:1px;	
  	background: #acaaaa;
  	color: #fff;
	padding:0 0.45em;
  	font-size:1.5em;
	margin:0 0.8em 0 0; 
}

.step_list li h4 {
	font-weight:normal;
	font-size:1.32em;
	padding:0.3em 0 0 0;
	display:block;
	margin:0 0 0 1.3em;
}

@media only screen and (max-width: 640px) {
	.step_list li h4 {
		font-size:1.2em;
	}
}


.step_list li h4 span {
  	background: #acaaaa;
  	color: #fff;
	padding:0 0.45em;
  	font-size:1.2em;
	margin:0 0.8em 0 0; 
}

.step_list li h4 img {
	vertical-align:middle;
	margin:-10px 6px 0 6px;
}

.step_list p.step_list_icon img {
	vertical-align:middle;
	margin:-10px 6px 0 6px;
}

.step_list li p {
	margin:1em 0 0 2.35em; 
}

.resp_img {
	margin:1em 1em 0 3em; 
}

.un_resp_img {
	margin:1em 1em 0 3em;
}

.un_resp_img2 {
	margin:1em 1em 0 3em;
	float: left;
}

.step_box {
	margin:0 0 0 25px;
}

.result_text {
  	margin: 40px 0 0 39px;
  	font-size:1.4em;
}


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

	.step_list li {
		margin:20px 0 35px 0;
		padding-left:0;
	}

	.step_list li h4 {
		font-size:1.2em;
		margin:0 0 0 40px;
	}
	
	.step_list li h4 span {
		margin:0 0.3em 0 0; 
	}
	
	.step_list li p {
		margin:1em 0 0 3.2em; 
	}
	
	.resp_img img {
		width:100%;
	}
	.step_box {
		margin:0;
	}
	
	.result_text {
  		margin: 40px 0 0 0;
  		font-size:1.3em;
	}
}




/*----------------------------------
 flowArea
----------------------------------*/
#flowArea {
  	margin-top: 30px;
}
#flowArea ul {
  	width: 975px;
  	margin-left: -25px;
}
#flowArea li {
  	margin: 0 0 15px 25px;
  	float: left;
  	*display: inline;
}
#flowArea li p {
  	width: 300px;
  	padding-bottom: 10px;
  	text-align: center;
  	background: #dcdcdc;
  	-webkit-border-radius: 0.2em;
  	-moz-border-radius: 0.2em;
  	-ms-border-radius: 0.2em;
  	-o-border-radius: 0.2em;
  	border-radius: 0.2em;
}

#flowArea li em {
	display: block;
  	padding: 0 15px;
	color: #fff;
	font-size: 250%;
	font-weight: bold;
	font-family: "Gulim","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  	line-height: 1;
}

#flowArea li a {
	display: block;
	padding: 10px 10px 5px;
	height:190px;
	color: #666;
}

div.series_flow #flowArea li a {
	height:160px !important;
}

@media only screen and (max-width: 640px) {
	#flowArea li a {
		height:auto;
	}
}

#flowArea li a:hover {
  	text-decoration:none;
}
#flowArea li .flowText {
	width: 220px;
	margin: -1px 0 10px;
	text-align: left;
	color: #4d4d4d;
	font-size:1.2em;
	font-weight:bold;
}

div.series_flow #flowArea li .flowText {
	width: auto !important;
}

#flowArea li .flowText, #flowArea li em {
	float: left;
}

#flowInWrap {
	margin-top: 10px;
	position: relative;
	z-index: 0;
}

#flowTitle {
	color: #4d4d4d;
	font-size: 150%;
	position: relative;
	z-index: 1;
}



/*----------------------------------
 section
----------------------------------*/
section {
  margin-top: 40px;
}
section h1 {
  font-size: 180%;
  color: #4d4d4d;
  line-height: 1.4;
}
section .secInWrap {
  padding: 20px 0;
}

/*----------------------------------
 article
----------------------------------*/
article {
  margin-top: 30px;
}
article h1 {
  padding-top: 5px;
  font-size: 150%;
  color: #4d4d4d;
  padding-left: 1.65em;
  text-indent: -1.65em;
}
article h2 {
  margin-bottom: 10px;
  color: #4d4d4d;
  font-size: 112.5%;
}
article p, article img {
  margin-top: 10px;
}
article p.first_sentence {
	margin-top:24px;
}
article p img, article h2 img {
  width: auto;
  height: 30px;
  margin: 10px 5px 0;
  position: relative;
  top: -0.75em;
}
article small {
  display: block;
}
article .stepDetailWrap {
  padding: 0 30px 35px 75px;
}

article .stepWrap {
	padding-top: 35px;
  	position: relative;
}

article .stepNum {
	width: 27px;
	margin-top: 0;
  	padding: 3px 2px;
  	background: #acaaaa;
  	color: #fff;
  	font-size: 118.75%;
  	text-align: center;
  	line-height: 1.2;
  	position: absolute;
  	top: 35px;
  	left: -47px;
	
	
}

article .resultText {
  margin: 40px 0 0 -45px;
  font-size: 137.5%;
  color: #4d4d4d;
}
article ul {
	list-style:disc;
	margin-left:18px;
	margin-top:5px;
}
article ul li {
	margin-bottom:3px;
}
article ol {
	list-style:decimal;
	margin:5px 0 3px 28px;
}
article ol li {
	margin-bottom:3px;
}

#step01, #oneStep {
  margin-top: 25px;
}

#oneStep {
  margin-top: 40px;
}
#oneStepLm {
  margin-top: 70px;
}
#oneStep h1,#oneStepLm h1 {
  color: #4d4d4d;
  font-size: 150%;
  letter-spacing: normal;
}
#oneStep .stepDetailWrap,#oneStepLm .stepDetailWrap {
  padding: 0 0 35px 42px;
}

/*----------------------------------
 mainText
----------------------------------*/
#mainText {
  font-size: 112.5%;
}
#mainText02 {
  margin-bottom: 10px;
  font-size: 112.5%;
}
#mainContent {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
}

/*----------------------------------
 mq
----------------------------------*/
@media only screen and (max-width: 640px) {

  /* section */
  section {
    margin-top: 30px;
    padding: 0 4%;
  }
  section h1 {
    font-size: 130%;
  }
  section .secInWrap {
    padding: 10px 0;
  }

  /* article */
  article h1 {
    border-top: none;
    padding-top: 0;
    font-size: 115%;
  }
  article h1 em, article h1 .stepText {
    vertical-align: top;
  }
  article h2 {
    font-size: 93.75%;
  }
  article .stepText {
    width: 80%;
    margin-top: -3px;
    line-height: 1.4;
    font-size: 112.5%;
  }
  article .stepDetailWrap {
    margin-top: 10px;
    padding: 0 0 0 41px;
  }
  article .stepWrap {
    padding-top: 15px;
    position: relative;
  }
  article .stepWrap p {
    font-size: 87.5%;
  }
  article .stepWrap .stepNum {
    width: 23px;
    font-size: 100%;
    left: -40px;
  }
  article .stepNum {
    top: 14px;
  }
  article .resultText {
    margin: 20px 0 0 -40px;
    font-size: 112.5%;
  }

  #oneStep h1,#oneStepLm h1 {
    font-size: 100%;
  }
  #oneStep .stepDetailWrap,#oneStepLm .stepDetailWrap {
    padding: 0 0 35px 42px;
  }

  /* mainText */
  #mainText,#mainText02 {
    font-size: 100%;
  }
  
  .musicDlArea h1 {
    margin-bottom:20px;
  }
  .musicDlDetail {
    margin-bottom: 30px;
    text-align: center;
  }
  .musicDlBtn {
    margin-top: 25px;
    position: relative;
    bottom: 0;
    left: 0;
  }

  /* flowArea */
  #flowArea {
    margin-top: 20px;
  }
  #flowArea ul {
    width: 100%;
    margin-left: 0;
  }
  #flowArea li {
    margin: 0 0 10px 0;
    float: none;
  }
  #flowArea li p {
    width: 100%;
    height: auto !important;
    padding-bottom: 0;
    position: relative;
  }
  #flowArea li .flowImage {
    width: 25%;
    margin-top: -3px;
  }
  #flowArea li .flowImage img {
    max-height: 70px;
  }
  #flowArea li a {
    padding: 10px 5px 5px;
  }
  #flowArea li .flowText {
    width: 83%;
    padding-right: 5px;
    height: auto !important;
    font-size: 87.5%;
  }
  #flowArea li .flowTextBase, #flowArea li .flowImage {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
  }
  #flowArea li em {
    width: 6%;
    padding-left: 0;
    text-align: left;
    font-size: 187.5%;
  }
  #flowArea li .flowTextBase {
    width: 70%;
  }

  #flowTitle {
    font-size: 112.5%;
  }

  /* preparationArea */
  #preparationArea {
    margin-top: 30px;
  }
  #preparationArea dt {
    max-width: 167px;
  }
  #preparationArea dd {
    font-size: 87.5%;
  }
  #preparationInWrap {
    margin-top: 10px;
    position: relative;
    z-index: 0;
  }

  #preparationList {
    width: 100%;
  }

  #preparationTitle {
    font-size: 112.5%;
  }

  /* inPageLink */
  .inPageLink li {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  /* titleArea */
  #titleArea h2 {
    font-size: 118.75%;
  }
  #titleArea span {
    font-size: 57.89474%;
  }
}

#preparation_items {
	margin:20px auto;
}

#preparation_items ul li {
	float:left;
	width:172px;
	margin:0 15px 0 0;
	padding:0;
	text-align:center;
	list-style:none;
	position:relative;
}


#preparation_items ul li img {
	margin:1px auto;
	border:1px solid #999;
}

#preparation_items ul li p {
	font-size:1.1em;
}

#preparation_items ul li p.font100 {
	font-size:1.0em;
}

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

	#preparation_items {
		width:auto;
	}

	#preparation_items ul li {
		float:none;
		width:auto;
		position:relative;
		display:block;
		text-align:left;

		margin:0 1% 12px 0;
	}

	#preparation_items ul li img {
		width:120px;
	}

	#preparation_items ul li p {
		position:absolute;
		top:1px;
		left:1px;
		padding:0 0 0 138px;
		font-size:0.9em;
	}
}
