@charset 'UTF-8';

/*===========================================
txtBlock
===========================================*/
.txtBlock{
margin-top: 6%;
}

@media screen and (max-width:767px){
.txtBlock{
margin-top: 10%;
}
}

/*===========================================
column
===========================================*/
.column{
margin-top: 12%
}
.column .mod_column_2_1 .mod_column_flex > *:nth-of-type(n + 3){
margin-top: 2%;
}
@media screen and (max-width: 767px){
.column .mod_btn_04 > *{
font-size: 2rem;
}
.column.mod_column_2_1 .mod_column_flex > *:nth-of-type(n + 2){
margin-top: 15%;
}
.column .mod_box {
padding: 0.5em 0.5em 0 0.5em;
}
}