@charset "UTF-8";

.pc{display:inherit;}
.sp{display:none!important;}

.row{positon:relative;clear:both;margin-left:auto;margin-right:auto;box-sizing:border-box;}

.row.col2,.row.sol2,.row.col3,.row.col4,.row.col5,.row.col6,.row.col28,.row.col37,.row.col64,.row.col73,
.row.col46{display:flex;flex-wrap: wrap;align-items:stretch;width:100%;margin-left:auto;margin-right:auto;}
.row > *{display:block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}


.row.just{justify-content:space-between!important;}
.row.around{justify-content:space-around!important;}
.row.center{justify-content: center;}
.row.middle{align-items:center!important;}
.row.baseline{align-items:baseline!important;}
.row.rev{flex-direction:row-reverse;}
.row.col{flex-direction:column}
.row.colrev{flex-direction:column-reverse;}

.row.flex{display:flex;}
.row.flex > *{display:block;}

.row.col2,.row.sol2,.row.col3,.row.col46,.row.col64,.row.col28,.row.col37,.row.col73{justify-content:space-between;}

.row.sol2 > *{flex-basis:50%;max-width:50%;}
.row.col2 > *{flex-basis:49%;max-width:49%;}
.row.col3 > *{flex-basis:32%;max-width:32%;}
.row.col4 > *{flex-basis:23.5%;margin-right:2%;max-width:23.5%;margin-right:2%;}
.row.col4 > *:nth-child(4n){margin-right:0%;}
.row.col5 > *{flex-basis:18%;margin-right:2%;max-width:18%;margin-right:2%;}
.row.col5 > *:nth-child(5n){margin-right:0%;}
.row.col6 > *{flex-basis:14.96%;margin-right:2%;max-width:14.96%;margin-right:2%;}
.row.col6 > *:nth-child(6n){margin-right:0%;}



.row.col64 > *:nth-child(odd){flex-basis:59%;max-width:59%;}
.row.col46 > *:nth-child(odd){flex-basis:38%;max-width:38%;}
.row.col37 > *:nth-child(odd){flex-basis:29%;max-width:29%;}
.row.col73 > *:nth-child(odd){flex-basis:69%;max-width:69%;}
.row.col28 > *:nth-child(odd){flex-basis:19%;max-width:19%;}
.row.col46 >*:nth-child(odd),.row.col28 >*:nth-child(odd),.row.col37 >*:nth-child(odd),.row.col73 >*:nth-child(odd),
.row.col64 > *:nth-child(odd){flex-grow:0;}
.row.col46.rev >*:nth-child(odd),.row.col28.rev >*:nth-child(odd),.row.col37.rev >*:nth-child(odd),
.row.col73.rev >*:nth-child(odd){flex-grow:0;margin-right:0px;}
.row.col46 >*:nth-child(even),.row.col28 >*:nth-child(even),.row.col37 >*:nth-child(even){flex-grow:1;}

.row.col64 > *:nth-child(even){flex-basis:39%;max-width:39%;}
.row.col46 > *:nth-child(even){flex-basis:58%;max-width:58%;}
.row.col37 > *:nth-child(even){flex-basis:69%;max-width:69%;}
.row.col73 > *:nth-child(even){flex-basis:29%;max-width:29%;}
.row.col28 > *:nth-child(even){flex-basis:79%;max-width:79%;}


img.block{width:100%;height:auto;display:block;margin-left:auto;margin-right:auto;}
img{width:auto;height:auto;max-width:100%;display:block;margin-left:auto;margin-right:auto;}

