@charset "utf-8";
/* CSS Document */
p{
	margin: 0;
}
ul{
	padding: 0;
	overflow: hidden;
}
li{
	list-style: none;
}
a{
    text-decoration: none;
}
/* CSS Document */


/*#wrapper a:link { text-decoration: none; }
#wrapper a:visited { color: #000000; }
#wrapper a:hover { color: #000000; }
#wrapper a:active { color: #000000; }*/

#LP_wrapper{
	max-width: 985px;
	text-align: center;
	margin: 0% auto 5%;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000000;
    background-color: #f3f7fa;
}
#LP_wrapper h1{
    font-size:25px;
    font-weight:500;
    text-align:center;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 5% auto 0;
}
#LP_wrapper h2{
    width: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 1px;
    margin: 8% auto 0;
    font-family: 'Nanum Myeongjo', serif;
    border-bottom: #000000 1px solid;
    font-weight: 700;
    padding-bottom: 1%;
}
#LP_wrapper h3{
    font-size: 22px;
    font-weight:bold;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 1px;
    margin: 5% auto 0;
}
#LP_wrapper h4{
    font-size: 18px;
    font-weight:300;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin: 10% auto 0;
    background: #4d9e7b;
    color: #FFFFFF;
    padding: 1% 0;
}

.HeadBg{
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: block;
    z-index: 4;
}
.TitleBox{
    width: 40%;
    left: 5%;
    top: 28%;
    position: absolute;
    display: inline-block;
    z-index: 5;
}
.Title_s{
    width: 40%;
    text-align: center;
    margin: 0 auto;
}
.Title{
    width: 100%;
    text-align: center;
    margin: 4% auto;
}
.Lead{
    width: 60%;
    text-align: center;
    margin: 0 auto; 
}
.lead_p{
	display: block;
    margin: 3% auto;
	font-size: 18px;
	line-height: 1.8em;
    letter-spacing: 1px;
	text-align: center;
    font-weight: 400;
}
.lead_s{
    display: none;
}
.SubImg{
    width: 40%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.LP_ItemBox{
    max-width: 800px;
    width: 100%;
    display: inline-block;
    margin: 8% auto 0;
    text-align: center;
}
.LP_ItemBox .ItemImg{
    width: 50%;
    margin: 0 auto;
}
.LP_ItemBox .Detail{
    width: 45%;
    margin: 0 auto;
}
.Detail .Name{
    font-size: 24px;
    text-align: left;
    line-height: 1.7em;
    letter-spacing: 1px;
    font-weight: 500;
}
.Detail p{
    font-size: 15px;
    text-align: left;
    line-height: 1.7em;
    margin: 5% auto;
    letter-spacing: 1px;
}




/*button*/
.button03 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5% auto 0%;
    padding: 3% 4%;
    width: 60%;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    background: #535353;
    color: #FFFFFF;
    float: left;
}

.button03 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}

.button03 a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #000000;
}

.button03 a:hover::after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}





/**************ボタン****************/
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 13px;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
    margin: 0% auto;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 1 */
.btn-1 {
	width: 70%;
	background-color: #b9d146;
	color:#FFFFFF;
    text-align: center;
    border: #000000 1px solid;
    float:none;
    padding: 2% 1%;
    font-size: 20px;
    font-weight: 400;
    margin: 15% auto 0;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    display: block;
}
.btn-1:hover {
	color: #ffffff;
    border: #000000 1px solid;
    background-color: #000000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}




.pc{
    display: flex;
}
.sp {
	display:none;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.small{
    font-size: 80%;
}
.small2{
    font-size: 70%;
}
.small3{
    font-size: 60%;
}


.hr{
    width: 100%;
    border-bottom: #000000 1px dotted;
    margin: 0% auto 0;
    text-align: center;
}
.Mt_5{
    margin-top: 5%;
}

.Mt_10{
    margin-top: 10%;
}
.Mt_15{
    margin-top: 15%;
}
.Mt_20{
    margin-top: 20%;
}
.Mt_30{
    margin-top: 30%;
}
.Mb_10{
    margin-bottom: 10%;
}
.Hiragino{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 50%;
    font-weight: 200;
}




@media only screen and (max-width:768px){
	#LP_wrapper {
		width: 100%;
		text-align: center;
		margin: 0% auto 0%;
        color: #000000;
        padding: 0;
	}
	#LP_wrapper h1{
        font-size: 20px;
        line-height: 1.7em;
        letter-spacing: 0px;
	}
    #LP_wrapper h2{
        font-size:15px; 
    }
    #LP_wrapper h4{
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 1.8em;
        
    }
    .lead_s{
        font-size: 15px;
        text-align: center;
        line-height: 1.8em;
        letter-spacing: 1px;
        margin: 5% auto;
        display: block;
    }
    .lead_p{
        display: none;
    }
    .TitleBox{
        width: 90%;
        text-align: center;
        display: inline-block;
        left: 5%;
        top: 5%;
    }
    .Title_s{
        width: 30%;
    }
    .Title{
        width: 90%;
    }
    .Lead{
        width: 60%;
    }
    .SubImg{
        width: 70%;
    }
    .LP_ItemBox{
        width: 80%;
        margin: 10% auto;
    }
    .LP_ItemBox .ItemImg{
        width: 100%;
    }
    .LP_ItemBox .Detail{
        width: 100%;
    }
    
    .Detail .Name{
        font-size: 16px;
        text-align: center;
        margin: 3% auto 0;
    }
    .Detail p{
        width: 96%;
        font-size: 13px;
        text-align: left;
        line-height: 1.6em;
    }
    .button03 a{
        width: 86%;
        font-size: 13px;
        float: none;
        padding: 3.5% 4%;
    }
    
    
    .pc{
        display: none;
    }
    .sp{
        display: flex;
    }
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
	
}