@charset "utf-8";


/* Common Setting
=========================================================================================================*/

html,body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,table,thead,tbody,tfoot,th,td,form,input,select,address,pre{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	-webkit-text-size-adjust:100%;	/*iOSで文字サイズがおかしくなるバグFIX*/
	font-weight:normal;
}

body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
}

img{
	vertical-align:bottom;
	line-height:0;
	border:none;
	width:100%;
	height:auto;
}

input,select{
	vertical-align:middle;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

li{
	list-style-type:none;
}

a{
	text-decoration:none;
	font-size:0.9em;
}

a:link   { color:#000;text-decoration: underline; }
a:visited{ color:#000 }
a:hover  { color:#000;text-decoration: none;}
a:active { color:#000 }




/* ALL Devices
=========================================================================================================*/

#contents {
  padding: 0 20px;
}

/* footer */
#footer{
	clear:both;
	border-bottom:3px solid #22a471;
}

#ftlogo{
	text-align:center;
}

#ftlogo img{
	width:254px;
	height:40px;
}

#copyright{
	padding:9px 0 13px;
	text-align:center;
	font-size:8px;
	line-height:1.0;
}







/* SP
=========================================================================================================*/

@media screen and (max-width:767px){
	.section {
		margin-bottom: 35px;
	}

	/* main */
	#main {
		margin-bottom: 25px;
	}

	/* step */
	.step__head {
		margin-bottom: 25px;
	}
	.step__fukidashi {
		margin: 25px 0 10px;
	}

	/* model */
	.model {
		background: #eee;
		padding: 30px 15px 40px;
	}
	.model__text {
		font-size: 0.9em;
		padding-top: 15px;
	}

	/* dl */
	.dl__inner {
		padding: 24px 20px 0;
		overflow: hidden;
	}

	.dl__image--left {
		float: left;
    width: 39%;
	}

	.dl__image--right {
		float: right;
    width: 54%;
	}

	.dl_search {
		margin-top: 15px;
	}

	/* note */
	.note__inner {
		padding-top: 30px;
	}

	/* movie */
	.movie__inner {
		padding-top: 30px;
	}
}



/* PC
=========================================================================================================*/

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

	#header {
    padding: 0 0;
	}

	#container{
		margin:0 auto;
		width:750px;
	}

	/* main */
	#main {
		margin-bottom: 50px;
	}

	#contents {
    padding: 0 30px;
	}

	.section {
		margin-bottom: 60px;
	}

	/* step */
	.step__head {
		margin-bottom: 45px;
	}
	.step__fukidashi {
		margin: 50px 0 20px;
	}

	/* model */
	.model {
		background: #eee;
		padding: 40px 40px 60px;
	}
	.model__text {
		font-size: 1.8em;
		padding: 30px 0 0;
	}

	/* dl */
	.dl__inner {
		padding: 48px 20px 0;
		overflow: hidden;
	}

	.dl__image--left {
		float: left;
    width: 39%;
	}

	.dl__image--right {
		float: right;
    width: 54%;
	}

	.dl_search {
		margin-top: 30px;
	}

	/* note */
	.note__inner {
		padding-top: 58px;
	}

	/* movie */
	.movie__inner {
		padding-top: 58px;
	}

	/* footer */
	#footer {
    padding: 60px 30px 0;
    border-bottom: 6px solid #22a471;
	}

	#header h1 {
    padding: 20px 0 0 0;
    font-size: 1.4em;
    line-height: 1.0;
	}

	#ftlogo img {
		width:auto;
		height:auto;
	}

	#copyright {
	    padding:20px 0 26px;
	    text-align: center;
	    font-size: 0.9em;
	    line-height: 1.0;
	}

}


.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
