@charset "UTF-8";
/* CSS Document */


h1{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:30px;
	color:rgb(202,21,29);
	padding-bottom:20px;
	text-align:center;
}

h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:20px;
	padding:10px 0;
}

p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	line-height:1.5;
}

.lp01_top{
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 127.5%;
    background: url(/lp/01/images/lp01_youtube_top_560.jpg) 0 0 no-repeat;
    background-size: contain;
}

.lp05_top{
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 127.5%;
    background: url(/lp/05/images/lp5_wing40th@2x.png) 0 0 no-repeat;
    background-size: contain;
}

.lp01_info{
	width:100%;
	box-sizing: border-box;
}

.lp01_info h1{
	font-size:28px;
	color:white;
}

.lp01_info__title{
	background-color:green;
	padding-top:20px;
}

.lp01_info__tel p{
	font-size:35px;
	font-weight:bold;
	text-align:center;
	padding:20px;
}



.lp01_plan{
	width:100%;
	background-color:rgb(244,233,187);
	padding:20px;
	box-sizing: border-box;
}

p.lp01_plan__p-no01{
	font-size:20px;
	position:relative;
	line-height:1.5em;
	padding-left:2em;
	padding-bottom:20px;
}

p.lp01_plan__p-no01:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1.5em;
	height:1.5em;
	background:url(/lp/01/images/No01_maru50.png) no-repeat;
	background-size:contain;
}

p.lp01_plan__p-no02{
	font-size:20px;
	position:relative;
	line-height:1.5em;
	padding-left:2em;
	padding-bottom:20px;
}

p.lp01_plan__p-no02:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1.5em;
	height:1.5em;
	background:url(/lp/01/images/No02_maru50.png) no-repeat;
	background-size:contain;
}

p.lp01_plan__p-no03{
	font-size:20px;
	position:relative;
	line-height:1.5em;
	padding-left:2em;
}

p.lp01_plan__p-no03:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1.5em;
	height:1.5em;
	background:url(/lp/01/images/No03_maru50.png) no-repeat;
	background-size:contain;
}


.lp01_target{
	width:100%;
	box-sizing: border-box;
}

.lp01_target__title h1{
	color:white;
	background-color:rgb(202,21,29);
	padding-top:20px;
}

.lp01_target__text{
	padding:20px;
	background-color:rgb(244,233,187);
}


.lp01_target__text p{
	padding-bottom:10px;
	margin-bottom:10px;
}

.lp01_target__text-wrap{
	border-bottom:dashed;
	border-bottom-color:rgb(202,21,29);

}

.lp01_target__text-wrap img{
	display:none;
}

.lp01_flow{
	width:90%;
	border: 10px solid rgb(202,21,29); 
	box-sizing: border-box;
	border-radius:50px;
	padding:20px;
	margin:0 auto;
	margin-bottom:20px;
}

.lp01_flow ol {
	padding-left:40px;
	list-style-type: decimal;
}

.lp01_flow li{
	padding:20px 0;
	font-size:24px;
}

.lp01_jisseki{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-around;
	padding:40px 0 40px 0;
}

#fotter {
	position: relative;
	background-size: cover;
	background-color: rgba(255,255,255,1.00);
	padding-top: 30px;
	padding-bottom: 50px;
}

#fotter .logo {
    width: 80%;
    text-align: center;
    margin: 20px auto 0;
	padding:30px;
}

#fotter .logo img {
    width: 25%;
}

/************************************
contact
************************************/
 .contact {
    width: 80%;
    text-align: center;
    margin: 20px auto 0;
	padding:30px;
	border:solid 1px rgba(0,0,0,1.00);
}

 .contact .imgover{
	 width:100%;
}


/************************************
form
************************************/
#form {
	padding-top:20px;
	background-color:rgba(255,255,255,1.00);
}
#form .inner {
    width: 90%;
    margin: 0 auto;
}
#form h2 {
	font-size: 23px;
	text-align: center;
	margin-bottom: 15px;
	font-style: inherit;
}

#form .wrapper{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

#form .wrapper .left{
	width:50%;
	float:left;
}

#form .wrapper .left img{
	width:80%;
	margin:50px auto;
}

#form .wrapper .right{
	font-size:14px;
	width:50%;
	float:right;
}

#form .wrapper .right img{
	width:40%;
}

#form  .fotter_logo{
	width:100%;
	margin: 0 auto;
	padding-bottom:20px;
}


#form  .fotter_logo  a{
	display:block;
	text-align:center;
}

#form  .fotter_logo  img{
	width:50%;
	margin-bottom:10px;
}

#form .fotter_logo address{
	font-size:15px;
	font-style:normal;
	text-align:center;
}

#form .fotter_address a{
	display:inline;
	color:#333;
}


.wing40th{
	width:90%;
	text-align:center;
	margin:auto;
}

.wing40th img{
	width:100%;
	height:auto;
}

@media (min-width: 560px){
.lp01_top{
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 120.25%;
    background: url(/lp/01/images/lp01_youtube_top_960.jpg) 0 0 no-repeat;
    background-size: contain;
}

.lp01_target__text-wrap{
	border-bottom:dashed;
	border-bottom-color:rgb(202,21,29);
	flex-wrap:wrap;
}

.lp01_target__text-wrap img{
	display:inline-block;
	padding-right:20px;
	float:left;
}

.lp01_target__text-wrap h2{
	height:100px;
	font-size:40px;
	display: table-cell;
	vertical-align: middle;
	line-height:50px;
}

}

@media (min-width: 960px){

html {
  max-width: 1200px;
  margin: 0 auto;
  background-color:#ffd8b2;
}

.lp01_top{
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 120.25%;
    background: url(/lp/01/images/lp01_youtube_top_1600.jpg) 0 0 no-repeat;
    background-size: contain;
}

.lp01_info{
	display:none;
}

.lp01_plan{
	width:100%;
	background-color:rgb(244,233,187);
	padding:50px;
	box-sizing: border-box;
}

.lp01_plan h1{
	font-size:50px;
	padding-bottom:30px;
}


p.lp01_plan__p-no01{
	font-size:30px;
	position:relative;
	line-height:1.5em;
	padding-left:2em;
	padding-bottom:20px;
}

p.lp01_plan__p-no01:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1.5em;
	height:1.5em;
	background:url(/lp/01/images/No01_maru50.png) no-repeat;
	background-size:contain;
}

p.lp01_plan__p-no02{
	font-size:30px;
	position:relative;
	line-height:1.5em;
	padding-left:2em;
	padding-bottom:20px;
}

p.lp01_plan__p-no02:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1.5em;
	height:1.5em;
	background:url(/lp/01/images/No02_maru50.png) no-repeat;
	background-size:contain;
}

p.lp01_plan__p-no03{
	font-size:30px;
	position:relative;
	line-height:1.5em;
	padding-left:2em;
}

p.lp01_plan__p-no03:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1.5em;
	height:1.5em;
	background:url(/lp/01/images/No03_maru50.png) no-repeat;
	background-size:contain;
}

.lp01_target{
	width:100%;
	box-sizing: border-box;
}

.lp01_target__title h1{
	font-size:50px;
	color:white;
	background-color:rgb(202,21,29);
}

.lp01_target__text{
	padding:50px;
	background-color:rgb(244,233,187);
}

.lp01_target__text{
	padding:0px 50px 50px 50px;
	background-color:rgb(244,233,187);
}

.lp01_target__text-wrap{
	position:relative;
	height:150px;
	border-bottom:dashed;
	border-bottom-color:rgb(202,21,29);
	flex-wrap:wrap;
}

.lp01_target__text-wrap img{
	position: absolute;
 	top: 50%;
  	-webkit-transform : translateY(-50%);
  	transform : translateY(-50%);
	display:inline-block;
}

.lp01_target__text-wrap h2{
	position: absolute;
 	top: 50%;
  	-webkit-transform : translateY(-50%);
  	transform : translateY(-50%);
	width:400px;
	font-size:45px;
	display: table-cell;
	vertical-align: middle;
	line-height:50px;
	padding:0 0 0 130px;
}

.lp01_target__text-wrap p{
	position: absolute;
 	top: 50%;
  	-webkit-transform : translateY(-50%);
  	transform : translateY(-50%);
	height:100px;
	width:auto;
	font-size:18px;
	display: table-cell;
	vertical-align: middle;
	line-height:1.5em;
	padding-left:550px;
}

.lp01_flow{
	width:90%;
	border: 10px solid rgb(202,21,29); 
	box-sizing: border-box;
	border-radius:50px;
	padding:20px;
	margin:20px auto;
	background-color:#FFF;
}

.lp01_flow h1{
	font-size:60px;
}

.lp01_flow p{
	font-size:20px;
	line-height:1.5em;
}

.lp01_flow ol {
	padding-left:60px;
	list-style-type: decimal;
}

.lp01_flow li{
	padding:20px 0;
	font-size:30px;
}



}
