@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.8/css/all.css);
@import url(//fonts.googleapis.com/css?family=Nunito:400,800,900&display=swap);
@import url(//fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700|M+PLUS+1p:400,700|Noto+Sans+JP&display=swap);
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap);
/*確認*/

body{
    font-family: 'Noto Sans JP', sans-serif;
}

.nunito{
    font-family: 'Nunito', sans-serif;

}
.round{
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.mplus{
    font-family: 'M PLUS 1p', sans-serif;
}
p{
	margin-bottom: 1em;
}
i {
    font-family: FontAwesome;
}
.normal {
    font-weight: normal;
}
.flex{
	display: flex;
	justify-content: center;
}
li{
	list-style-type: none;
}
video,img {
    vertical-align: bottom;
}
.sec_cont {
    margin-bottom: 80px;
}
.border_cont {
    max-width: 1280px;
    margin: 0 auto;
    border-left: 6px solid #AC0000;
}
.sp { display: none ; }



/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px),print {
 .pc{display: block!important;}
}


/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {

}
/* ===================================================================================
 for SP max-width: 480px
 =================================================================================== */
@media screen and (max-width: 480px) {

}
/* ===================================================================================
 for SP max-width: 768px
 =================================================================================== */
@media screen and (max-width: 768px) {
    
    .sp { display: block; }
    .pc{display: none!important;}
}
