@charset "utf-8";


body{
    margin: 0;
    padding: 0;
}

#f21_wrap{
    max-width: 1000px;
    width: 100%;
	text-align: center;
    padding: 0;
    margin: 0 auto ;
    overflow: hidden;
	color: #000000;
    display: block;
    font-weight: 400;
    position: relative;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", serif;

}

.Inter{
    font-family: "Inter", serif;
}
.RobotoCondensed{
    font-family: "Roboto Condensed", serif;
}
#f21_wrap ul,#f21_wrap li{
    margin: 0;
    padding: 0;
    list-style: none;
    
}
#f21_wrap a {
    text-decoration: none;
}
#f21_wrap a:hover{
    text-decoration: none;
}
#f21_wrap img {
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#f21_wrap .title{
    width: 60%;
    text-align: center;
    margin: 8% auto 4%;
    position: relative;
}
#f21_wrap .lead{
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 2em;
    display: block;
}
#f21_wrap .f21_box{
    width: 100%;
    display: inline-block;
    margin: 5% auto;
    position: relative;
    text-align: center;
}
#f21_wrap .f21_box ul{
    position: relative;
}
#f21_wrap .f21_box ul li{
    width: 45%;
    float: left;
    position: relative;
    display: inline-block;
}
#f21_wrap .f21_box ul li:nth-of-type(2){
    width: 6%;
    text-align: center;
    margin: 20% auto 0;
}

#f21_wrap .f21_box .img{
    width: 100%;
    position: relative;
}
#f21_wrap .f21_box .no{
    width: 10%;
    text-align: center;
    margin: 0 auto 5%;
    display: block;
}
#f21_wrap .f21_box .item{
    font-size: 15px;
    text-align:center;
    margin: 5% auto;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 0px;
}
#f21_wrap .f21_box .icon{
    width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
/**********************************************  
　　　　　　　　　　　　ボタン
**********************************************/

.btn_01 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 40%;
    margin: 5% auto 0;
    padding: 2.5% 0;
    background: #d7e652;
    color: #000000;
	transition: 0.5s;
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0px;
    border: #000000 1px solid;
    font-family: "Inter", serif;
}
.btn_01 a:hover {
    background: #333;
    color: #fff;
}
/* ============ ボタン05 ============ */
.btn05 a {
    background: #781eaa;
    color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% auto;
    width: 50%;
    padding: 3% 2%;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    /*border: #000000 1px solid;*/
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
}

/* 右端の▶アイコン */
.btn05 a:after {
    content: '▶';
    font-size: 16px;
    position: absolute;
    right: 20px;
    color: #FFFFFF;
    transition: color 0.3s ease-in-out;
}

/* ホバー時のスタイル */
/*.btn05 a:hover {
    background: #dddddd;
    color: #000000;
    border-color: #000000;
}

.btn05 a:hover:after {
    color: #000000;
}*/

.small{
    font-size: 80%;
}
.storong{
    font-size: 150%;
    font-weight: 700;
}
.pink{
    color: #f86db1;
}

.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.Left{
    float: left;
}
.Right{
    float: right;
}




/************************************************************
 sp
************************************************************/

@media only screen and (max-width:768px){
	#f21_wrap {
        width:100%;
	}
    #f21_wrap .title{
        width: 85%;
        margin: 10% auto 5%;
    }
    #f21_wrap .lead{
        font-size: 14px;
        line-height: 1.8em;
    }
    
    #f21_wrap .f21_box{
        width: 100%;
        margin: 10% auto;
    }
    #f21_wrap .f21_box ul li{
        width: 100%;
        float: none;
    }
    #f21_wrap .f21_box ul li:nth-of-type(2){
        width: 12%;
        text-align: center;
        float: none;
        margin: 10% auto;
    }
    #f21_wrap .f21_box .item{
        font-size: 14px;
        margin: 3% auto;
        line-height: 1.7em;
    }
    #f21_wrap .f21_box .icon{
        width: 100%;
    }
    .btn_01 a{
        width: 50%;
        font-size: 13px;
        margin: 0 auto;
    }
    .btn05 a{
        width: 90%;
        font-size: 13px;
        border-radius: 5px;
        line-height: 2em;
        padding: 5% 0;
    }
    .storong{
        font-size: 120%;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }



}


/************************************************************
               動き
************************************************************/

.fade{
	opacity: 0;
	transition: 1.5s all 0.2s ease;
}
.fade01{
	opacity: 0;
	transition: 1.5s all 0.4s ease;
}
.fade02{
	opacity: 0;
	transition: 1.5s all 0.6s ease;
}
.fade03{
	opacity: 0;
	transition: 1.5s all 0.8s ease;
}
.fade.ac,.fade01.ac,.fade02.ac,.fade03.ac {
	opacity: 1;
    transform: translate(0);
}

.anim {
	opacity:0 ;
	transform: translate(0,30px);
	transition: 1.5s all 0s ease;
}
.anim01 {
	opacity:0 ;
	transform: translate(0,30px);
	transition: 1.5s all 0.3s ease;
}
.anim02 {
	opacity:0 ;
	transform: translate(0,30px);
	transition: 1.5s all 0.6s ease;
}
.anim03 {
	opacity:0 ;
	transform: translate(0,20px);
	transition: 1.5s all 1s ease;
}
.anim.ac,.anim01.ac,.anim02.ac,.anim03.ac {
	opacity:1 ;
	transform: translate(0);
}


